<!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><meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
<title>How To Start A Podcast For Free: Starting a Podcast Guide</title><link rel="preload" as="font" href="https://www.mymillennialguide.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.woff?ver=4.3.0" crossorigin><link rel="preload" as="font" href="https://www.mymillennialguide.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.woff2" crossorigin><link rel="preload" as="font" href="https://www.mymillennialguide.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-fCZM.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/opensans/v34/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLucHtA.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2" crossorigin><link rel="preload" as="font" href="https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2" crossorigin><link rel="preload" as="font" href="https://www.mymillennialguide.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?21" crossorigin><link rel="preload" as="font" href="https://www.mymillennialguide.com/wp-content/uploads/Geomanist-Light.woff" crossorigin><link rel="preload" as="font" href="https://www.mymillennialguide.com/wp-content/uploads/Gotham-Book.woff" crossorigin><link rel="preload" as="font" href="https://www.mymillennialguide.com/wp-content/uploads/Gibson-SemiBold.woff" crossorigin><style id="wpr-usedcss">@font-face{font-family:sw-icon-font;src:url("https://www.mymillennialguide.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.eot?ver=4.3.0");src:url("https://www.mymillennialguide.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.eot?ver=4.3.0#iefix") format("embedded-opentype"),url("https://www.mymillennialguide.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.woff?ver=4.3.0") format("woff"),url("https://www.mymillennialguide.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.ttf?ver=4.3.0") format("truetype"),url("https://www.mymillennialguide.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.svg?ver=4.3.0#1445203416") format("svg");font-weight:400;font-style:normal;font-display:swap}:where(.wp-block-button__link){box-shadow:none;text-decoration:none;border-radius:9999px;padding:calc(.667em + 2px) calc(1.333em + 2px)}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}:where(.wp-block-post-comments input[type=submit]){border:none}:where(.wp-block-file__button){border-radius:2em;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background{padding:1.25em 2.375em}.wp-block-image img{height:auto;max-width:100%;vertical-align:bottom;box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image .aligncenter,.wp-block-image.aligncenter{display:table}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}ol,ul{box-sizing:border-box;padding:0}ol.has-background,ul.has-background{padding:1.25em 2.375em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}.wp-block-quote{box-sizing:border-box;overflow-wrap:break-word}:where(.wp-block-search__button){border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){padding:4px;border:1px solid #949494}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:0}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:.125em .5em}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px;--green:#22baa0;--red:#e06470;--gray-border:#bcc6c9;--light-gray-border:#dee2e6;--swiper-theme-color:#007aff;--swiper-navigation-size:44px;--jp-carousel-primary-color:#fff;--jp-carousel-primary-subtle-color:#999;--jp-carousel-bg-color:#000;--jp-carousel-bg-faded-color:#222;--jp-carousel-border-color:#3a3a3a;--lasso-main:#0079d1!important;--lasso-title:#333a3d!important;--lasso-button:#20964f!important;--lasso-secondary-button:#bcbcbc!important;--lasso-button-text:#f3f6f4!important;--lasso-pros:#22baa0!important;--lasso-cons:#e06470!important;--center-demo-1:#11B494;--center-demo-2:#099F8A;--nft-custom-color-1:#333333;--nft-custom-color-2:#aaaaaa;--metro-blue:#2579E8;--metro-blue-acc:#509CFF;--metro-red:#E83030;--metro-exclusive:#1DCA95}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}figure{margin:0 0 1em;margin:0}body{--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6, 147, 227, 1) 0%,rgb(155, 81, 224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122, 220, 180) 0%,rgb(0, 208, 130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252, 185, 0, 1) 0%,rgba(255, 105, 0, 1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255, 105, 0, 1) 0%,rgb(207, 46, 46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238, 238, 238) 0%,rgb(169, 184, 195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74, 234, 220) 0%,rgb(151, 120, 209) 20%,rgb(207, 42, 186) 40%,rgb(238, 44, 130) 60%,rgb(251, 105, 98) 80%,rgb(254, 248, 76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255, 206, 236) 0%,rgb(152, 150, 240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254, 205, 165) 0%,rgb(254, 45, 45) 50%,rgb(107, 0, 62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255, 203, 112) 0%,rgb(199, 81, 192) 50%,rgb(65, 88, 208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255, 245, 203) 0%,rgb(182, 227, 212) 50%,rgb(51, 167, 181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202, 248, 128) 0%,rgb(113, 206, 126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2, 3, 129) 0%,rgb(40, 116, 252) 100%);--wp--preset--duotone--dark-grayscale:url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale:url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow:url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red:url('#wp-duotone-blue-red');--wp--preset--duotone--midnight:url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow:url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green:url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange:url('#wp-duotone-blue-orange');--wp--preset--font-size--small:11px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:32px;--wp--preset--font-size--x-large:42px;--wp--preset--font-size--regular:15px;--wp--preset--font-size--larger:50px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;font-family:Verdana,BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-size:14px;line-height:21px}:where(.is-layout-flex){gap:.5em}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue)!important}:where(.wp-block-columns.is-layout-flex){gap:2em}#comments{max-width:1100px;margin:50px auto;color:#333;font-style:normal}#comments p,#respond p{float:none!important}#wpdcom{max-width:750px;padding:0;margin:7px auto 15px}#wpdcom *{box-sizing:border-box;line-height:initial}#wpdcom i{margin:0}#comments #wpdcom span,#respond #wpdcom span,#wpdcom span{display:inline;letter-spacing:inherit;text-transform:none;font-size:1em}#wpdcom form{margin:0;padding:0;border:none;background:0 0}#wpdcom input:required{box-shadow:0 0 1px #555}#wpdcom button{min-height:auto;min-width:auto;max-width:auto;min-height:auto;display:inline-block;font-weight:400;text-transform:none}#wpdcom svg{display:inline}#wpdcom .avatar{padding:0;margin:0 auto;float:none;display:inline;height:auto;border:none;border-radius:0;box-shadow:none}#wpdcom .wpdiscuz-hidden{display:none}#wpdcom .clearfix,.wpdiscuz_top_clearing{clear:both}#wpdcom .wpd-space{flex-grow:1}#wpdcom .wpd-hidden{visibility:hidden;opacity:0;transition:visibility 0s,opacity .5s linear}#wpdcom .wpd-reply{margin-left:25px}#wpdcom .wpd-reply.wpd_comment_level-2{margin-left:70px}#wpdcom .wpdlb{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute}[wpd-tooltip]{position:relative}[wpd-tooltip]::before{content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%);border-width:7px 7px 0;border-style:solid;border-color:#555 transparent transparent;z-index:100;opacity:0}[wpd-tooltip]::after{content:attr(wpd-tooltip);position:absolute;left:50%;top:-8px;transform:translateX(-50%) translateY(-100%);background:#555;text-align:center;color:#fff;padding:8px 10px;font-size:11px;line-height:1.5;min-width:6vw;border-width:0;border-radius:4px;pointer-events:none;z-index:99;opacity:0;text-transform:none}[wpd-tooltip]:hover::after,[wpd-tooltip]:hover::before{opacity:1;transition:all .4s ease-in-out}[wpd-tooltip-position=left]::before{left:0;top:50%;margin-left:-11px;transform:translatey(-50%) rotate(-90deg)}[wpd-tooltip-position=right]::before{left:100%;top:50%;margin-left:0;transform:translatey(-50%) rotate(90deg)}[wpd-tooltip-position=left]::after{left:0;top:50%;margin-left:-8px;transform:translateX(-100%) translateY(-50%)}[wpd-tooltip-position=right]::after{left:100%;top:50%;margin-left:9px;transform:translateX(0) translateY(-50%)}#wpdcom .wpd-form-head{border-bottom:1px solid #ccc;padding:7px 2px 9px;margin-top:20px;margin-bottom:5px;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between}#wpdcom .wpd-sbs-toggle{color:#666;font-size:14px;line-height:20px;cursor:pointer}#wpdcom .wpd-sbs-toggle i.fa-envelope{font-size:15px;margin-right:4px}#wpdcom .wpd-sbs-toggle i.fa-caret-down{font-size:16px;margin-left:4px;color:#666}#wpdcom .wpd-sbs-toggle .wpd-sbs-title{font-size:15px}#wpdcom .wpd-auth{display:flex;flex-direction:row;justify-content:flex-end}#wpdcom .wpd-auth .wpd-login{font-size:14px;line-height:20px}#wpdcom .wpd-auth .wpd-login i{margin-right:2px}#wpdcom .wpd-auth .wpd-login a{color:#3272bf;text-decoration:none}#wpdcom .wpd-auth .wpd-login a:hover{color:#0d3e81}#wpdcom .wpdiscuz-subscribe-bar{width:100%;box-sizing:border-box;padding:15px 0 5px;margin-bottom:0}#wpdcom .wpdiscuz-subscribe-bar form{display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:row;align-items:center;margin-bottom:10px}#wpdcom .wpdiscuz-subscribe-form-intro{font-size:14px;display:block;padding:3px 10px 3px 1px;line-height:20px;box-sizing:border-box;white-space:nowrap}#wpdcom .wpdiscuz-subscribe-form-option{flex-grow:1;font-size:13px;display:block;padding-right:5px;box-sizing:border-box}#wpdcom .wpdiscuz-subscribe-form-email{font-size:14px;display:block;padding:0 5px 0 0;box-sizing:border-box;width:30%}#wpdcom .wpdiscuz-subscribe-form-button{font-size:14px;display:block;box-sizing:border-box}#wpdcom .wpdiscuz-subscribe-form-email select{width:100%!important}#wpdcom .wpdiscuz-subscribe-form-email input[type=email]{font-size:13px!important;padding:3px!important;width:100%!important;height:auto!important;line-height:20px!important;box-sizing:border-box!important;clear:both;float:none;margin:0}#wpdcom .wpdiscuz-subscribe-form-button input[type=submit]{font-size:16px!important;min-height:29px!important;height:29px!important;padding:1px 3px 5px!important;min-width:40px;line-height:14px!important;box-sizing:border-box!important;border:1px solid #ddd;clear:both;float:none;margin:0}#wpdcom .wpdiscuz-subscribe-bar #wpdiscuz_subscription_button{box-shadow:none;font-weight:700;letter-spacing:0}#wpdcom .wpd-form-wrap{padding-bottom:10px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between;padding:20px 0;align-items:center;padding-bottom:10px}#wpdcom .wpd-form .wpd-textarea-wrap{position:relative}#wpdcom .wpd-form .wpd-avatar{margin-right:15px;border-radius:100%;text-align:left;flex-shrink:0;align-self:flex-start}#wpdcom .wpd-form .wpd-avatar img,#wpdcom .wpd-form .wpd-avatar img.avatar{width:56px;height:56px;max-width:56px;border-radius:100%;border:1px solid #ccc;padding:2px;background-color:#fff;vertical-align:middle;text-align:center}#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea{height:54px;border-radius:5px;border:1px solid #ccc;width:100%;padding:10px 15px;font-size:14px;box-shadow:inset 1px 1px 8px rgba(0,0,0,.1);font-family:inherit;outline:0;-webkit-transition:.18s ease-out;-moz-transition:.18s ease-out;-o-transition:.18s ease-out;transition:.18s ease-out;resize:none}#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea:hover{box-shadow:inset 1px 2px 8px rgba(0,0,0,.02)}#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea::-moz-placeholder{line-height:28px;color:#666;font-size:16px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea::-webkit-input-placeholder{line-height:28px;color:#666;font-size:16px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea:-ms-input-placeholder{line-height:28px;color:#666;font-size:16px}#wpdcom .wpd-form.wpd-secondary-form-wrapper{margin-bottom:25px}#wpdcom .wpd-form.wpd-secondary-form-wrapper .wpdiscuz-textarea-wrap{padding-top:10px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt{flex-wrap:wrap}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-avatar{flex-basis:69px;margin-right:0}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap{flex-basis:calc(100% - 70px)}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap textarea{width:100%}#wpdcom .wpd-form .wpdiscuz-textarea-wrap .wpd-editor-buttons-right{float:right}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-editor-buttons-right{display:flex;align-items:center;margin-left:auto}#comments #wpdcom .wpd-form .wpd_comm_form .wpdiscuz-textarea-wrap.wpd-txt .wpd-editor-buttons-right span{display:inline-block;margin:3px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt [wpd-tooltip]::after{left:auto;margin-left:-35px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt [wpd-tooltip]::before{right:25px;left:auto}#wpdcom button,#wpdcom input[type=button],#wpdcom input[type=submit]{margin:inherit}#wpdcom .wpd-prim-button{border:none;cursor:pointer;font-family:"Arial Hebrew",Arial,sans-serif;font-size:14px;line-height:24px;padding:4px 20px;letter-spacing:1px;box-shadow:1px 1px 3px -1px #bbb;border-radius:3px;max-width:none;max-width:none}#wpdcom .wpd-prim-button:hover{opacity:.9;box-shadow:none;text-decoration:none}#wpdcom .wc-field-submit input[type=submit]{margin-left:2%}#wpdcom .wpd_label{margin:1px 0 5px;padding:0;display:inline-block}#wpdcom .wpd_label,#wpdcom .wpd_label span{display:inline-block}#wpdcom .wpd_label input[type=checkbox].wpd_label__checkbox,#wpdcom .wpd_label__checkbox{display:none}#wpdcom .wpd_label__check{display:inline-block;border:0;border-radius:0;vertical-align:middle;cursor:pointer;text-align:center;margin:0 3px 0 0}#wpdcom .wpd_label__check i.wpdicon{font-size:15px;line-height:20px;padding:4px 5px;width:32px;margin:0}#wpdcom .wpd_label__check i.wpdicon-on{display:none}#wpdcom .wpd_label__check i.wpdicon-off{display:inline-block;color:#aaa;border:1px solid #ddd}#wpdcom .wpd_label__checkbox:checked+.wpd_label__text .wpd_label__check .wpdicon-on{display:inline-block}#wpdcom .wpd_label__checkbox:checked+.wpd_label__text .wpd_label__check .wpdicon-off{display:none}#wpdcom .wpd-editor-char-counter{font-size:9px;padding:3px 5px 2px;position:absolute;right:0;z-index:10;color:#888}#wpdcom .wpd-editor-char-counter.error{color:red}#wpdcom.wpdiscuz_unauth .wc-field-submit{padding-top:15px}#wpdcom .wpd-form-foot{margin-left:70px}#wpdcom .wpd-form-row .wpd-form-col-left{width:49%;float:left;margin:0;text-align:left;padding:0}#wpdcom .wpd-form-row .wpd-form-col-right{width:49%;float:right;margin:0;text-align:right;padding:0}#wpdcom .wpd-form-row .wpd-form-col-left .wpdiscuz-item{text-align:left}#wpdcom .wpd-form-row .wpd-form-col-right .wpdiscuz-item{text-align:right}#wpdcom .wpd-form-row .wpdiscuz-item{clear:both;width:100%;vertical-align:baseline;padding:1px 0 7px;position:relative}#wpdcom .wpd-form-row .wpd-field{width:100%;line-height:20px;color:#777;display:inline-block;float:none;clear:both;margin:0;box-sizing:border-box;padding-top:2%;padding-bottom:2%;font-size:14px;border-radius:3px;vertical-align:baseline}#wpdcom .wpd-form-row .wpd-has-icon .wpd-field{padding-left:30px}#wpdcom .wpd-form-row .wpdiscuz-item .wpd-field-icon{display:inline-block;font-size:16px;line-height:16px;opacity:.3;padding:0;margin:0;position:absolute;top:9px;left:8px;width:20px;text-align:left}#wpdcom .wpd-form-row .wpdiscuz-item input[type=date],#wpdcom .wpd-form-row .wpdiscuz-item input[type=email],#wpdcom .wpd-form-row .wpdiscuz-item input[type=number],#wpdcom .wpd-form-row .wpdiscuz-item input[type=text],#wpdcom .wpd-form-row .wpdiscuz-item input[type=time]{height:32px}#wpdcom .wpd-form-row .wpdiscuz-item textarea{height:72px;padding-left:10px}.wpdiscuz_select{background:url("data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC") right center no-repeat #fefefe!important;border-radius:0;border:1px solid #d3d3d3!important;box-shadow:none!important;height:28px!important;padding:3px 22px 3px 8px!important;font-size:13px!important;-moz-appearance:none!important;-webkit-appearance:none!important;outline:0!important;text-indent:.01px;text-overflow:""!important;width:100%!important;box-sizing:border-box!important;line-height:20px!important;clear:both;float:none!important;margin:0!important}#wpdcom .wc-field-submit{text-align:right;padding:1px 2px 0 0;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:flex-start}#wpdcom .wc-field-submit input[type=button]{margin:1px;border:1px solid #ddd;font-size:13px;line-height:16px;padding:6px 15px;clear:both;float:none}#wpdcom .wpd-form-col-left div:last-of-type,#wpdcom .wpd-form-col-right div:last-of-type{border-bottom:none}#wpdcom #wpd-threads{margin-top:20px}#wpdcom .wpd-thread-head{width:100%;border-bottom:2px solid #ccc;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-end}#wpdcom .wpd-thread-head .wpd-thread-info{color:#555;padding:5px 15px 3px 5px;font-weight:600;margin-bottom:-2px;font-size:14px;letter-spacing:1px;text-transform:uppercase;text-align:left;line-height:24px}#wpdcom .wpd-thread-head .wpd-thread-info .wpdtc{font-size:15px}#wpdcom .wpd-thread-head .wpd-thread-filter{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-end}#wpdcom .wpd-thread-filter .wpd-filter{font-size:16px;color:#999;border-bottom:2px solid #999;cursor:pointer;text-align:center;padding:5px 10px;margin:0 1px -2px;line-height:18px}#wpdcom .wpd-thread-filter .wpdf-reacted{color:#ffa600;border-bottom-color:#ffa600;width:34px}#wpdcom .wpd-thread-filter .wpdf-hottest{color:#fc5844;border-bottom-color:#fc5844;width:34px}#wpdcom .wpd-thread-filter .wpdf-sorting{font-size:14px;color:#777;line-height:18px;text-transform:capitalize;min-width:100px;font-family:"Arial Hebrew",Arial,sans-serif}#wpdcom .wpd-thread-filter .wpdf-sorting i{font-size:15px;margin-left:6px;vertical-align:top;line-height:14px}#wpdcom .wpd-thread-list{padding:30px 0}#wpdcom .wpd-comment .wpd-comment-wrap{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:flex-start;padding-bottom:5px}#wpdcom .wpd-comment .wpd-comment-left{width:60px;text-align:center;margin-right:20px;width:auto}#wpdcom .wpd-comment .wpd-comment-right{padding-bottom:15px;flex-grow:1;width:calc(100% - 80px)}#wpdcom .wpd-comment .wpd-avatar{position:relative}#wpdcom .wpd-comment .wpd-avatar img,#wpdcom .wpd-comment .wpd-avatar img.avatar{width:56px;height:56px;max-width:56px;border-radius:100%;border:1px solid #ccc;padding:2px;background-color:#fff;vertical-align:middle;text-align:center;float:none}#wpdcom .wpd-comment .wpd-avatar i{position:absolute;bottom:1px;right:5px;border-radius:50%;padding:3px;font-size:10px;border:2px solid #fff;width:20px;line-height:initial!important;text-align:center}#wpdcom .wpd-comment .wpd-comment-label{margin:9px auto 2px;border-radius:3px;font-size:11px;line-height:14px;text-align:center;width:100%;padding:1px 5px;cursor:default;display:flex;align-items:center;justify-content:center;flex-flow:row}#wpdcom .wpd-comment .wpd-comment-label span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;width:100%;padding:0}#wpdcom .wpd-comment-header{font-size:13px;color:#999}#wpdcom .wpd-comment .wpd-comment-header{padding:5px 0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center}#wpdcom .wpd-comment-header .wpd-comment-author{font-size:15px;font-weight:600;text-decoration:none;letter-spacing:.7px;margin-right:5px}#wpdcom .wpd-comment .wpd-comment-header i{line-height:1.75}#wpdcom .wpd-comment-text{font-size:15px;padding:0 0 8px;word-break:break-word}#wpdcom .wpd-comment-text *{line-height:1.6}#wpdcom .wpd-comment-text p{margin-bottom:10px}#wpdcom .wpd-comment-text p:last-child{margin-bottom:0}#wpdcom .wpd-comment-text ol,#wpdcom .wpd-comment-text ul{margin:0 0 1rem 1rem}#wpdcom .wpd-comment-text iframe,#wpdcom .wpd-comment-text img{max-width:100%!important}#wpdcom .wpd-comment-text iframe{width:480px;height:280px}#wpdcom .wpd-comment-text blockquote{margin:5px auto 5px 15px;padding:2px 10px;font-size:14px}#wpdcom .wpd-comment-text blockquote p{margin-bottom:5px}#wpdcom .wpd-comment-footer{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding-top:0}#wpdcom .wpd-comment-footer .wpd-vote{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;padding-right:20px;font-size:0}#wpdcom .wpd-comment-footer .wpd-vote-down,#wpdcom .wpd-comment-footer .wpd-vote-up{width:16px;height:16px;opacity:.7;cursor:pointer}#wpdcom .wpd-comment-footer .wpd-vote-down svg,#wpdcom .wpd-comment-footer .wpd-vote-up svg{fill:#888888;cursor:pointer}#wpdcom .wpd-comment-footer .wpd-vote-result{padding:0 8px;font-size:14px;text-align:center;color:#999}#wpdcom .wpd-comment-footer .wpd-reply-button{cursor:pointer;font-size:14px;color:#999;white-space:nowrap}#wpdcom .wpd-comment-footer .wpd-reply-button i{margin-right:6px;opacity:.7}#wpdcom .wpd-comment-footer .wpd-reply-button svg{vertical-align:middle;transform:rotate(180deg);width:22px;height:22px;opacity:.7;fill:#999999;margin-right:2px}#wpdcom .wpd-comment-footer .wpd-reply-button span{line-height:21px;font-size:1em}#wpdcom .wpd-comment-footer .wpd-vote-down:hover,#wpdcom .wpd-comment-footer .wpd-vote-up:hover{opacity:1}#wpdcom .wpd-comment-footer .wpd-reply-button:hover{color:#777}#wpdcom .wpd-comment-footer .wpd-reply-button:hover svg{opacity:1}#wpdcom .wpd-comment-footer .wpd-toggle i{color:#aaa;font-size:15px;cursor:pointer}#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-toggle{visibility:visible;opacity:1}#wpdcom .wpd-comment.wpd-reply .wpd-comment-left{width:50px;width:auto}#wpdcom .wpd-comment.wpd-reply .wpd-avatar img,#wpdcom .wpd-comment.wpd-reply .wpd-avatar img.avatar{width:48px;height:48px;max-width:48px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-label{font-size:10px;line-height:13px;margin:10px auto 7px;display:flex;align-items:center;justify-content:center;flex-flow:row}#wpdcom .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author,#wpdcom .wpd-comment.wpd-reply .wpd-comment-header .wpd-comment-author a{font-size:14px;margin-right:5px}#wpdcom .wpd-comment .wpd-reply-to{font-size:13px;color:#999;font-style:italic}#wpdcom .wpd-comment .wpd-reply-to i{margin-right:6px}#wpdcom .wpd-comment .wpd-reply-to a{text-decoration:none;opacity:.8;color:#0274be}#wpdcom .wpd-comment .wpd-reply-to a:hover{opacity:1;color:#000}#wpdcom .wpd-comment.wpd-reply .wpd-comment-text{font-size:14px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-down,#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-up{width:15px;height:15px;display:flex;flex-direction:column;justify-content:center;align-items:center;display:-ms-flexbox}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button,#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-vote-result{font-size:13px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button svg{width:20px;height:20px}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-reply-button span{line-height:19px;font-size:1em}#wpdcom .wpd-comment.wpd-reply .wpd-comment-footer .wpd-toggle i{font-size:14px}#wpdcom.wpd-layout-1 .wpd-comment .wpd-reply-to{margin-bottom:6px;border-left:1px solid #ccc;padding:0 10px}#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar i{bottom:0;right:0}#wpdcom .wpdf-sorting{position:relative}#wpdcom .wpdiscuz-sort-buttons{display:none;position:absolute;flex-direction:column;background-color:#fff;border:1px solid #ccc;padding:5px;border-radius:3px;width:100%;left:0;top:32px;z-index:9}#wpdcom .wpdiscuz-sort-buttons .wpdiscuz-sort-button{padding:5px 0}#wpdcom .wpdiscuz-sort-buttons .wpdiscuz-sort-button:hover{background-color:#f5f5f5}#wpdiscuz-comment-message{position:fixed;top:38px;right:5px;width:400px;z-index:99999;font-size:14px;line-height:20px}#wpdiscuz-comment-message div{color:#fff;padding:5px 10px;margin-top:5px}#wpd-editor-source-code-wrapper-bg{display:none;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.6);width:100%;z-index:9999999;height:100%}#wpd-editor-source-code-wrapper{display:none;width:50%;height:350px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;z-index:99999991;justify-content:center;align-items:center;padding:5px;border-radius:5px;text-align:right}#wpd-editor-source-code{height:300px;width:100%;resize:none}#wpd-insert-source-code{padding:3px 40px;margin-top:5px}#wpdiscuz-loading-bar{position:fixed;top:6px;right:12px;width:32px;height:25px;border:0;background-image:url('https://www.mymillennialguide.com/wp-content/plugins/wpdiscuz/assets/img/loading.gif');z-index:999999;display:none}#wpdcom .wpd-comment-info-bar{display:none;padding:10px;margin:20px auto 0;flex-direction:row;justify-content:space-between;font-size:14px}#wpdcom .wpd-current-view{padding:3px;color:#555}#wpdcom .wpd-comment-info-bar .wpd-current-view i{margin-right:6px;font-size:18px}#wpdcom .wpd-filter-view-all{color:#fff;background:#999;padding:5px 20px;font-size:13px;cursor:pointer;border-radius:3px}#wpdcom .wpd-avatar img{border-color:#999}#wpdcom .wpd-comment-label{color:#666;border:1px solid #999}#wpdcom .wpd-comment-author,#wpdcom .wpd-comment-author a{color:#666;text-decoration:none}#wpdcom .wpd-blog-user .wpd-comment-label{color:#fff;background-color:#31839e;border:none}#wpdcom .wpd-blog-user .wpd-comment-author,#wpdcom .wpd-blog-user .wpd-comment-author a{color:#31839e}@media screen and (max-width:600px){#comments,#respond{padding-left:0!important;padding-right:0!important}#wpdcom{padding:5px 3%;overflow:hidden}#wpdcom .wpd-auth{margin:0 0 2px -3px}#wpdcom .wpd-form .wpd-avatar{display:none}#wpdcom .wpd-form.wpd-form-wrapper{padding-right:5px}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt textarea{flex-basis:100%;width:100%}#wpdcom .wpdiscuz_select{font-size:16px!important}#wpdcom .wpdiscuz-subscribe-form-email{font-size:16px;display:block;padding:10px 0 0;width:98%;margin:0 auto}#wpdcom .wpdiscuz-subscribe-form-email input[type=email]{font-size:16px!important}#wpdcom .wpd-form .wpd-form-foot{margin-left:0}#wpdcom .wpd-form-row .wpd-form-col-left,#wpdcom .wpd-form-row .wpd-form-col-right{width:100%;float:none}#wpdcom .wpd-form-row .wpd-field,#wpdcom .wpd-form-row .wpdiscuz-item input[type=date],#wpdcom .wpd-form-row .wpdiscuz-item input[type=email],#wpdcom .wpd-form-row .wpdiscuz-item input[type=number],#wpdcom .wpd-form-row .wpdiscuz-item input[type=password],#wpdcom .wpd-form-row .wpdiscuz-item input[type=text],#wpdcom .wpd-form-row .wpdiscuz-item input[type=time],#wpdcom select,#wpdcom textarea{font-size:16px!important;height:auto}#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap{flex-basis:100%;width:100%}#wpdiscuz-comment-message{width:97%}#wpdcom .wpd-hidden{visibility:visible;opacity:1}#wpdcom .wpd-thread-head .wpd-thread-info{flex-basis:100%;border-bottom:2px solid #ccc}#wpdcom .wpd-thread-head .wpd-thread-filter{margin-top:5px}#wpdcom .wpdiscuz-subscribe-form-button{width:99%;margin-top:8px}#wpdcom .wpdiscuz-subscribe-bar #wpdiscuz_subscription_button{width:100%;min-height:20px!important;height:26px!important}#wpdcom .wpd-comment .wpd-comment-wrap{display:block}#wpdcom .wpd-comment-footer{flex-wrap:wrap}#wpdcom .wpd-comment .wpd-comment-left,#wpdcom .wpd-comment .wpd-comment-right{width:100%}#wpdcom.wpd-layout-1 .wpd-comment .wpd-comment-left{text-align:left}#wpdcom.wpd-layout-1 .wpd-comment.wpd-reply .wpd-comment-left{width:100%}#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar{display:inline-block;margin-right:5px;vertical-align:bottom}#wpdcom.wpd-layout-1 .wpd-comment .wpd-form .wpd-avatar{display:none}#wpdcom.wpd-layout-1 .wpd-comment-label{display:inline-block}#wpdcom.wpd-layout-1 .wpd-comment .wpd-comment-label{width:auto;padding:1px 10px}#wpdcom.wpd-layout-1 .wpd-comment.wpd-reply .wpd-comment-label{display:inline-block;margin:10px auto 5px}#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar img,#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar img.avatar{width:36px;height:36px;padding:1px}#wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar i{padding:2px;font-size:9px;border:1px solid #fff;width:16px}#wpdcom.wpd-layout-1 .wpd-reply.wpd_comment_level-2{margin-left:25px}#wpdcom.wpd-layout-1 .wpd-reply{margin-left:0}}#wpdcom .wpd-blog-administrator .wpd-comment-label{color:#fff;background-color:#20964f;border:none}#wpdcom .wpd-blog-administrator .wpd-comment-author,#wpdcom .wpd-blog-administrator .wpd-comment-author a{color:#20964f}#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-administrator .wpd-avatar img{border-color:#20964f}#wpdcom .wpd-blog-guest .wpd-comment-label{color:#fff;background-color:#128be8;border:none}#wpdcom .wpd-blog-guest .wpd-comment-author,#wpdcom .wpd-blog-guest .wpd-comment-author a{color:#128be8}#wpdcom .wpd-form-row .wpdiscuz-item input[type=date],#wpdcom .wpd-form-row .wpdiscuz-item input[type=email],#wpdcom .wpd-form-row .wpdiscuz-item input[type=number],#wpdcom .wpd-form-row .wpdiscuz-item input[type=text],#wpdcom .wpd-form-row .wpdiscuz-item input[type=time],#wpdcom select,#wpdcom textarea{border:1px solid #ddd;color:#444}#wpdcom .wpd-form-row .wpdiscuz-item textarea{border:1px solid #ddd}#wpdcom .wpd-comment-text{color:#444}#wpdcom .wpd-thread-head .wpd-thread-info{border-bottom:2px solid #128be8}#wpdcom .wpd-comment-info-bar{border:1px dashed #42a3ed;background:#e8f4fd}#wpdcom .wpd-comment-info-bar .wpd-current-view i{color:#128be8}#wpdcom .wpd-filter-view-all:hover{background:#128be8}#wpdcom .wpd-prim-button{background-color:#128be8;color:#fff}#wpdcom .wpd_label__check i.wpdicon-on{color:#128be8;border:1px solid #89c5f4}.comments-area{width:auto}.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:"Font Awesome 5 Free"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-user:before{content:"\f007"}.fa-chevron-up:before{content:"\f077"}.fa-comments:before{content:"\f086"}.fa-caret-down:before{content:"\f0d7"}.fa-envelope:before{content:"\f0e0"}.fa-bolt:before{content:"\f0e7"}.fa-bell:before{content:"\f0f3"}.fa-quote-left:before{content:"\f10d"}.fa-bell-slash:before{content:"\f1f6"}.fa-fire:before{content:"\f06d"}.fa-sort-down:before{content:"\f0dd"}.fa-at:before{content:"\f1fa"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:swap;src:url(https://www.mymillennialguide.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.eot);src:url(https://www.mymillennialguide.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://www.mymillennialguide.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.woff2) format("woff2"),url(https://www.mymillennialguide.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.woff) format("woff"),url(https://www.mymillennialguide.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.ttf) format("truetype"),url(https://www.mymillennialguide.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:swap;src:url(https://www.mymillennialguide.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.eot);src:url(https://www.mymillennialguide.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://www.mymillennialguide.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.woff2) format("woff2"),url(https://www.mymillennialguide.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.woff) format("woff"),url(https://www.mymillennialguide.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.ttf) format("truetype"),url(https://www.mymillennialguide.com/wp-content/plugins/wpdiscuz/assets/third-party/font-awesome-5.13.0/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fas{font-weight:900}#wpdcom{height:auto;padding:5px 1px}.lity-hide{display:none}.lasso-container *{box-sizing:border-box!important}.lasso-container{color:initial;box-sizing:border-box!important;position:relative;width:100%;padding:0 15px!important;margin:30px auto!important;overflow:initial!important}.lasso-display{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;font-family:inherit!important;background-color:var(--lasso-background)!important}.lasso-display.mobile{max-width:768px}.lasso-display a,.lasso-display a:hover{text-decoration:none!important;font-weight:700!important;opacity:1!important}.lasso-display a:hover{transition:.25s ease}.lasso-image img{display:inline-block!important;max-width:100%!important;height:auto;max-height:350px;width:inherit;object-fit:contain;box-shadow:none}.lasso-display.mobile .lasso-end{line-height:1}.lasso-display.mobile .lasso-description{line-height:1.5}.lasso-box-1,.lasso-box-2{box-sizing:border-box;position:relative;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:0 15px!important}@media(max-width:767.98px){.lasso-box-1,.lasso-box-2{padding:0!important}}.lasso-title,a.lasso-title{display:block;font-size:30px!important;line-height:1.25;margin:10px 0!important;box-shadow:none!important;color:var(--lasso-title)!important}.lasso-price{font-size:16px;font-weight:700;margin:0 0 10px!important;vertical-align:middle}.lasso-price-value{display:inline;margin-right:10px}.lasso-amazon-prime{display:inline-block;background:url('https://www.mymillennialguide.com/wp-content/plugins/affiliate-plugin-307/admin/assets/images/amazon-prime.png');width:50px;height:15px;background-size:contain;background-repeat:no-repeat;background-position:center center}.lasso-amazon-info{display:inline-block;background:url('https://www.mymillennialguide.com/wp-content/plugins/affiliate-plugin-307/admin/assets/images/amazon-info.svg');margin-left:3px;width:12px;height:12px;background-size:contain;background-repeat:no-repeat;background-position:center center;vertical-align:middle!important;cursor:pointer;position:relative}.lasso-description{font-size:16px;margin:0 0 10px!important;overflow-wrap:anywhere}.lasso-fields{font-size:16px}.lasso-description p{margin:0 0 10px!important}.lasso-description ol,.lasso-description ul{margin:0 0 10px 10px!important;padding:0 0 0 40px!important;list-style:inherit!important}.lasso-description li{margin:0 0 5px;display:list-item!important;list-style-type:initial!important;font-size:initial!important}.lasso-image{text-align:center;padding:0 0 10px!important}a.lasso-button-1{font-size:15px;padding:10px 15px!important;background:var(--lasso-button)!important;color:var(--lasso-button-text)!important;margin:0 10px 10px 0!important;text-align:center!important;line-height:initial!important}a.lasso-button-1:hover{background:var(--lasso-button)!important;color:var(--lasso-button-text)!important;transition:.25s ease}.lasso-date,.lasso-disclosure{font-size:12px;font-style:italic;color:#5f6368eb;display:inline}.lasso-disclosure span{line-height:1.2rem;margin:0}@media(max-width:767.98px){.lasso-description ol,.lasso-description ul{text-align:left!important}}.lasso-stars{--rating:3.5;--percent:calc(var(--rating) / 5 * 100%);display:inline-block;font-size:inherit;line-height:1;margin:0 0 10px}.lasso-stars::before{content:'★★★★★';font-family:Times;letter-spacing:1px;background:linear-gradient(90deg,#fc0 var(--percent),#e2e2e2 var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.lasso-stars-value{font-size:14px}.lasso-fields div{margin:0 0 10px;text-align:left}.lasso-fields-pros{text-align:left}.lasso-fields-pros ul{margin:0 0 1rem!important;padding-left:0!important}.lasso-fields-pros li{list-style:none!important;margin:0 5px 0 0!important}.lasso-fields-pros li:after,.lasso-fields-pros li:before{content:none!important}.lasso-fields-2{text-align:left}.lasso-fields-2 ul{margin:0 0 1rem!important;padding-left:0!important}.lasso-fields-2 li{list-style:none!important;margin:0 5px 0 0!important;position:relative!important}.lasso-fields-2 li:after,.lasso-fields-2 li:before,.lasso-fields-2>ul>li:before{content:none!important}.lasso-check{display:inline-block;width:16px;height:1.3rem;position:relative;top:0}.lasso-check .lasso-check-content{display:inline-block;transform:rotate(45deg);height:12px;width:7px;margin-left:15%;border-bottom:3px solid var(--lasso-pros);border-right:3px solid var(--lasso-pros)}.lasso-container [data-tooltip]{position:relative;cursor:pointer}.lasso-container [data-tooltip]:before,[data-tooltip]:after{position:absolute;visibility:hidden;opacity:0;transition:opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);transform:translate3d(0,0,0);pointer-events:none;bottom:100%;left:50%}.lasso-container [data-tooltip]:hover:before,[data-tooltip]:focus:after,[data-tooltip]:focus:before,[data-tooltip]:hover:after{visibility:visible;opacity:1;-webkit-transform:translateY(-12px);-moz-transform:translateY(-12px);transform:translateY(-12px)}.lasso-container [data-tooltip]:before{z-index:1001;border:6px solid transparent;background:0 0;content:"";margin-left:-6px;margin-bottom:-12px;border-top-color:var(--lasso-button)}.lasso-container [data-tooltip]:after{z-index:1000;padding:1rem;width:200px;background-color:var(--lasso-button);color:var(--lasso-button-text);content:attr(data-tooltip);border-radius:.5rem;text-align:center;box-shadow:0 3px 6px rgba(0,0,0,.2)!important;font-weight:800!important;font-size:.8rem;margin-left:-100px}.lasso-container .lasso-splash{border:1px solid #e2e2e2;padding:25px!important;border-radius:10px}.lasso-splash .lasso-box-1{-ms-flex:0 0 30%!important;flex:0 0 30%!important;max-width:30%;order:2;-ms-flex-order:2;padding-right:0!important;text-align:center}.lasso-splash .lasso-box-2{-ms-flex:0 0 70%!important;flex:0 0 70%!important;max-width:70%;order:1;-ms-flex-order:1;padding-left:0!important}.lasso-splash a.lasso-button-1{display:inline-block;background-color:var(--lasso-button);color:var(--lasso-button-text);padding:15px 25px;border-radius:5px;box-shadow:0 5px 10px 0 rgba(0,0,0,.2)!important}.lasso-splash a.lasso-button-1:hover{box-shadow:none!important;transform:translateY(3px)}.lasso-container .lasso-box-1 h1 a.lasso-title,.lasso-container .lasso-box-1 h2 a.lasso-title,.lasso-container .lasso-box-1 h3 a.lasso-title,.lasso-container .lasso-box-1 h4 a.lasso-title{font-size:inherit!important}@media(max-width:767.98px){.lasso-container [data-tooltip]{position:unset}.lasso-splash .lasso-box-1,.lasso-splash .lasso-box-2{-ms-flex:0 0 100%!important;flex:0 0 100%!important;max-width:100%!important;text-align:center!important}.lasso-splash .lasso-box-1{-ms-flex-order:1;order:1}.lasso-splash .lasso-image{float:none}}.lasso-splash.mobile .lasso-box-1,.lasso-splash.mobile .lasso-box-2{-ms-flex:0 0 100%!important;flex:0 0 100%!important;max-width:100%!important;text-align:center!important}.lasso-splash.mobile .lasso-box-1{-ms-flex-order:1;order:1}.lasso-splash.mobile .lasso-image{float:none}.lasso-display-table{display:block;font-size:14px;background-color:var(--lasso-background)}.lasso-display-table table{width:100%;height:100%;table-layout:auto;border-collapse:collapse;margin-bottom:0;border:0!important}.lasso-display-table table td{padding:7px 8px;border:1px solid;background:0 0!important}.lasso-display-table table td a.product-name{color:var(--lasso-title)!important;font-weight:700;font-size:25px!important;line-height:1.25}.lasso-display-table a{text-decoration:none}.lasso-display-table .img-container{text-align:center}.lasso-display-table .img-container img{display:initial}.lasso-display-table .lasso-fields{font-size:16px;word-break:break-word!important}.lasso-display-table .lasso-fields .lasso-check{height:fit-content;vertical-align:text-top;margin:-4px 2px 0 0}.lasso-display-table .lasso-price{font-size:16px}.lasso-display-table .lasso-fields-pros .field-name{display:none}.lasso-display-table .btn-container{word-break:break-word}.lasso-display-table .btn{border-radius:.5rem;box-shadow:0 3px 6px rgba(0,0,0,.2)!important;transition:ease .25s!important;position:relative;display:inline-block;line-height:1.75!important}.lasso-display-table .btn:hover{box-shadow:none!important;transform:translateY(3px)}.oldest-updated{display:block;text-align:right;font-style:italic;padding:15px 8px;font-size:14px}div.lasso-display-table a.btn.lasso-button-1{color:var(--lasso-button-text)!important}.lasso-display-table table tbody tr,.lasso-display-table table tbody tr:first-child{border:none!important}.lasso-display-table .table-vertical.template-1{transition:.3s ease}.lasso-display-table .table-vertical.template-1.table-vertical-desktop{padding:10px 15px}.lasso-display-table .table-vertical .lasso-price-value{font-size:18px}.lasso-display-table .table-vertical.template-1 .lasso-price,.lasso-display-table .table-vertical.template-1 .lasso-stars{margin:0!important;text-align:center}.lasso-display-table .table-vertical.template-1 table td{border:0;border-right:2px solid var(--gray-border);text-align:center;vertical-align:top}.lasso-display-table .table-vertical.template-1 table tr:first-child td{border-bottom:2px solid var(--gray-border)}.lasso-display-table .table-vertical.template-1 .lasso-fields{display:inline-block;width:100%}.lasso-display-table .table-vertical.template-1 .lasso-fields .btn-container,.lasso-display-table .table-vertical.template-1 .lasso-fields .btn-container a{margin-bottom:0}.lasso-display-table .table-vertical.template-1 .lasso-fields .btn-container a.btn{margin-left:0!important;margin-right:0!important;margin-bottom:0!important;width:auto}.lasso-display-table .table-vertical.template-1 .lasso-fields .img-container img{height:auto;max-height:150px;width:auto;max-width:100%;border:initial;object-fit:contain}.lasso-display-table .table-vertical.template-1 .lasso-fields div{text-align:center!important}.lasso-display-table .table-vertical.template-1 .lasso-stars{font-size:20px}.lasso-display-table .table-vertical.template-1 .lasso-stars-value{font-size:16px}.lasso-display-table .table-vertical .lasso-fields div{margin-bottom:0}.lasso-display-table .table-vertical-mobile{display:none}.lasso-display-table .table-vertical-mobile .lasso-price-value{font-size:20px;line-height:1.75}.lasso-display-table .table-vertical-mobile .lasso-fields .btn-container{padding:5px 0}.lasso-display-table .table-vertical-mobile.template-1 .mobile-box{margin:0 0 30px}.lasso-display-table .table-vertical-mobile.template-1 .mobile-box.has-badge-mobile{border:1px solid var(--lasso-main)}.lasso-display-table .table-vertical-mobile.template-1 .mobile-box.has-badge-mobile .badge{background:var(--lasso-main);color:var(--lasso-button-text);display:inline-block;width:100%;text-align:center;padding:12px 0;font-size:20px;font-weight:700}.lasso-display-table .table-vertical-mobile.template-1 .mobile-item-wrapper{box-shadow:0 1px 2px 0 #8b8b8b!important;padding:30px}.lasso-display-table .table-vertical-mobile.template-1 .mobile-item-wrapper .mobile-item-child{padding:5px 0;text-align:center}.lasso-display-table .table-vertical-mobile.template-1 .mobile-item-wrapper .mobile-item-child:last-child{border-bottom:0}.lasso-display-table .table-vertical-mobile.template-1 .mobile-item-wrapper .title a{color:var(--lasso-title)!important;font-weight:700}.lasso-display-table .table-vertical.template-1 table td,.lasso-display-table .table-vertical.template-1 table tr:first-child td{border:none!important}.lasso-display-table .table-vertical.template-1.table-vertical-desktop{padding:0;overflow:hidden}.lasso-display-table .table-vertical table td{padding:0!important}.lasso-display-table .table-vertical .cell{height:100%}.lasso-display-table .table-vertical .cell .cell-content{padding:6px 15px}.lasso-display-table .table-vertical table tr td .cell.has-badge-text{border-left:2px solid var(--lasso-main);border-right:2px solid var(--lasso-main)}.lasso-display-table .table-vertical table tr td:first-child .cell{border-left:0}.lasso-display-table .table-vertical table tr td:first-child .cell.has-badge-text{border-left:2px solid var(--lasso-main)!important}.lasso-display-table .table-vertical table tr:last-child .cell{border-top:0;padding-bottom:12px}.lasso-display-table .table-vertical .cell .badge-text-wrapper{display:none}.lasso-display-table .table-vertical.include-badge .cell .badge-text-wrapper{display:block}.lasso-display-table .table-vertical.include-badge .cell.has-badge-text .badge-text-wrapper{position:relative;padding-bottom:15px}.lasso-display-table .table-vertical.include-badge .cell .badge-text-wrapper+.cell-content{padding-top:15px;padding-bottom:15px}.lasso-display-table .table-vertical.include-badge .cell .badge-text-wrapper .badge-text{display:block;font-size:20px;padding:10px}.lasso-display-table .table-vertical.include-badge .cell.has-badge-text .badge-text-wrapper .badge-text{background-color:var(--lasso-main);color:var(--lasso-button-text);font-weight:700}.lasso-display-table .table-vertical.include-badge table tr:last-child .cell.has-badge-text{border-bottom:2px solid var(--lasso-main)}.lasso-display-table .table-vertical.include-badge table tr td:last-child .cell.has-badge-text{border-right:2px solid var(--lasso-main)}.lasso-display-table .table-vertical.include-badge table tr:first-child td .cell.has-badge-text{padding-top:0!important}.lasso-display-table .table-vertical table tr td .cell.no-border-left{border-left:0!important}@media(max-width:1000px){.lasso-display-table .table-vertical tr td:nth-child(4){display:none}.lasso-display-table .table-vertical tr td:nth-child(3){border-right:0!important}}@media(max-width:767px){.lasso-display-table{max-width:100%!important}.lasso-display-table table td a.product-name{font-size:20px!important}.lasso-display-table .table-vertical-desktop{display:none!important}.lasso-display-table .table-vertical-mobile a.product-name{font-weight:700}.lasso-display-table .table-vertical-mobile{display:block}.lasso-display-table .table-vertical-mobile .lasso-stars{font-size:25px!important}.lasso-display-table .table-vertical-mobile .lasso-stars-value{font-size:13px!important}}.lasso-table-flow-theme .table-vertical table tr td .cell{border-left:0}.lasso-table-flow-theme .table-vertical.template-1 table td{border:0}.lasso-table-flow-theme .table-vertical table tr:first-child td .cell{border-bottom:0;padding-top:15px}.lasso-table-flow-theme a.btn{border-radius:5px!important;line-height:1.75!important;box-shadow:none!important}.lasso-table-flow-theme a.btn:hover{transform:initial}@media(max-width:767.98px){.lasso-table-flow-theme .table-vertical-mobile.template-1 .mobile-item-wrapper{box-shadow:none!important;border:0;border-radius:0}}.swp_social_panel.swp_default_full_color a,body .swp_social_panel.swp_other_full_color:hover a,html body .swp_social_panel.swp_individual_full_color .nc_tweetContainer:hover a{color:#fff}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_facebook,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_facebook:not(:hover),html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_facebook:hover{border:1px solid #1877f2}.swp_social_panel.swp_default_full_color .swp_facebook,body .swp_social_panel.swp_other_full_color:hover .swp_facebook,html body .swp_social_panel.swp_individual_full_color .swp_facebook:hover{background:#1877f2;border:1px solid #0b5fcc}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_linkedin,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_linkedin:not(:hover),html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_linkedin:hover{border:1px solid #2767b1}.swp_social_panel.swp_default_full_color .swp_linkedin,body .swp_social_panel.swp_other_full_color:hover .swp_linkedin,html body .swp_social_panel.swp_individual_full_color .swp_linkedin:hover{background:#2767b1;border:1px solid #1e4f87}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_pinterest,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_pinterest:not(:hover),html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_pinterest:hover{border:1px solid #e60023}.swp_social_panel.swp_default_full_color .swp_pinterest,body .swp_social_panel.swp_other_full_color:hover .swp_pinterest,html body .swp_social_panel.swp_individual_full_color .swp_pinterest:hover{background:#e60023;border:1px solid #b3001b}.swp_social_panel.swp_flat_fresh.swp_default_full_color .swp_twitter,body .swp_social_panel.swp_flat_fresh.swp_other_full_color:hover .swp_twitter:not(:hover),html body .swp_social_panel.swp_flat_fresh.swp_individual_full_color .swp_twitter:hover{border:1px solid #1da1f2}.swp_social_panel.swp_default_full_color .swp_twitter,body .swp_social_panel.swp_other_full_color:hover .swp_twitter,html body .swp_social_panel.swp_individual_full_color .swp_twitter:hover{background:#1da1f2;border:1px solid #0c85d0}.scale-100{transform:scale(1)}@media print{.swp_social_panel{display:none;opacity:0;visibility:collapse}}.swp_social_panel{clear:both;display:flex;height:34px;line-height:1;margin-bottom:20px!important;margin-top:20px!important;overflow:hidden;padding:0;align-items:stretch;-webkit-box-align:stretch;-moz-box-align:stretch;-webkit-box-pack:justify;-moz-box-pack:justify;direction:ltr;-ms-flex-align:stretch;-ms-flex-line-pack:center;-ms-flex-pack:justify;flex-wrap:wrap;justify-content:space-between}.swp_social_panel .nc_tweetContainer a.nc_tweet,.swp_social_panel .nc_tweetContainer.total_shares .swp_count{display:block;display:flex;font-family:Lato,sans-serif;font-size:18px!important;font-weight:700;height:30px;text-decoration:none;text-decoration:none!important;text-transform:none;flex-flow:row wrap;box-shadow:none}.swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt){border-radius:2px;cursor:pointer;float:left;font-family:Lato;height:32px;margin:0 5px 3px;min-width:34px;overflow:hidden;text-align:center;transition:all .1s linear}.swp_social_panel .nc_tweetContainer .spaceManWilly{display:block;width:120px}.swp_social_panel .swp_label{display:block;font-size:9px!important;margin-top:13px;position:absolute;text-align:center!important;text-transform:uppercase}.swp_social_panel .swp_share{display:block;float:right;float:left;font-size:14px;font-weight:400;height:30px;line-height:32px;margin:0 0 0 6px;max-width:none!important}.swp_social_panel .total_shares{background:0 0!important;border:none!important;border-radius:2px;color:#fff;cursor:default;display:block;font-size:19px;padding:0 10px;flex:none!important}.swp_social_panel .total_shares .swp_count{line-height:30px}.swp_social_panel .total_shares .swp_label{font-size:10px;vertical-align:middle}.swp_social_panel .total_shares.total_sharesalt{background:0 0!important;border:none!important}.swp_social_panel .total_shares.total_sharesalt:before{content:"G";display:inline-block;font-family:sw-icon-font;margin-top:7px;vertical-align:top}.swp_social_panel .total_shares.total_sharesalt.total_sharesalt,.swp_social_panel .total_shares.total_sharesalt:not(:first-child){background:0 0!important;border:none;color:#474b4d;margin-left:0!important;margin-bottom:10px!important}.swp_social_panel .total_shares.total_sharesalt .swp_count{color:#474b4d;font-size:24px}.swp_social_panel .total_shares.total_sharesalt .swp_label{color:#474b4d;letter-spacing:0;min-width:40px}.swp_social_panel a .swp_count{font-size:14px}.swp_social_panel a .swp_count:not(.swp_hide){display:inline-block;line-height:32px;margin:0;padding:0 5px;flex:1}.swp_social_panel a .swp_count.swp_hide{margin:0 auto;width:auto}.swp_social_panel:not(.nc_floater):not(.swp_social_panelSide){width:100%!important}.swp_social_panel:not(.swp_social_panelSide){transition:opacity .2s ease-in-out}.swp_social_panel:not(.swp_social_panelSide) .nc_tweetContainer{flex:1}.swp_social_panel:not(.swp_social_panelSide) .nc_tweetContainer:first-child{margin-left:0}.swp_social_panel:not(.swp_social_panelSide) .nc_tweetContainer:nth-last-child(1){margin-right:0}.swp_social_panel:not(.swp_social_panelSide) div.total_shares.total_sharesalt:before{content:"G";display:inline-block;font-family:sw-icon-font;margin-top:7px;vertical-align:top}.swp_social_panel:not(.swp_social_panelSide) div.total_shares.total_sharesalt .swp_count{display:inline-block;line-height:0;margin-left:8px;margin-top:12px;min-width:45px;position:relative;vertical-align:middle}.swp_social_panel:not(.swp_social_panelSide) div.total_shares.total_sharesalt:first-child{margin-left:0;margin-right:15px;padding-left:0}.swp_social_panel:not(.swp_social_panelSide) div.total_shares.total_sharesalt:nth-last-child(1){margin-right:0;padding-right:0}.swp_social_panel span:before{content:initial!important}.swp_social_panel .iconFiller{font-size:18px;margin:0 auto;display:block;float:left;height:30px;overflow:hidden;transition:width .1s linear;width:30px}.swp_social_panel .sw{float:left;height:30px;line-height:32px;margin:1px 5px 0;text-shadow:none!important;width:20px}.swp_social_panel:hover .total_shares{background:#e08a0f}.swp_social_panel.mobile .iconFiller~.swp_count{display:none}.sw{display:inline-block;font-family:sw-icon-font!important;font-size:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;text-rendering:auto;text-transform:none!important;transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.sw:before{display:block!important}i.swp_facebook_icon:before{content:"k"}i.swp_linkedin_icon:before{content:"s"}i.swp_pinterest_icon:before{content:"A"}i.swp_twitter_icon:before{content:"N"}.swp-content-locator{display:none!important;margin:0!important}.clearfix:after,.clearfix:before{display:table;content:'';line-height:0}.tdm-title{font-size:36px;line-height:47px;font-weight:400;margin-top:10px;margin-bottom:26px;color:#111;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;transition:all .2s ease}@media (max-width:767px){.tdm-title{font-size:35px;line-height:39px}.td-pb-row>.td-element-style{width:100vw!important;left:50%!important;transform:translateX(-50%)!important}}.tds-title .tdm-title{display:inline-block}.tdm-title-md{font-size:28px;line-height:36px;font-weight:400}.tdm-content-horiz-center .tdm-title-line{margin-left:auto;margin-right:auto}.tds-title2 .tdm-title{margin-bottom:0!important}.tds-title2 .tdm-title-line{display:table;position:relative;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;transition:all .2s ease}.tds-title2 .tdm-title-line:after{content:'';width:100%;position:absolute;background-color:#4db2ec;top:0;left:0;margin:auto;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;transition:all .2s ease}.tdm-inline-block{display:inline-block}.tdm-content-horiz-center{text-align:center!important;margin-right:auto;margin-left:auto}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-fCZM.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v34/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v34/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:italic;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v34/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v34/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v34/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:italic;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v34/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(https://fonts.gstatic.com/s/opensans/v34/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:italic;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.progress-container-top{position:fixed;top:0;z-index:100;width:100%;height:10px;background:unset}.progress-bar{height:8px;background:unset;width:0%;z-index:200}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.td-main-content-wrap{background-color:#fff}.tdc-row{width:1068px;margin-right:auto;margin-left:auto}.tdc-row:after,.tdc-row:before{display:table;content:'';line-height:0}.tdc-row:after{clear:both}.tdc-row[class*=stretch_row]>.td-pb-row>.td-element-style{width:100vw!important;left:50%!important;transform:translateX(-50%)!important}.tdc-row.stretch_row_1200{width:auto!important;max-width:1240px}@media (min-width:1141px){.tdc-row.stretch_row_1200{padding-left:24px;padding-right:24px}}@media (min-width:1019px) and (max-width:1140px){.tdm-title-md{font-size:26px;line-height:32px}.tdc-row.stretch_row_1200{padding-left:20px;padding-right:20px}}.tdc-row.stretch_row_content_no_space{width:100%!important}.tdc-row.stretch_row_content_no_space>.td-pb-row{margin-left:0;margin-right:0}@media (max-width:767px){.tdc-row.td-stretch-content{padding-left:20px;padding-right:20px}}.td-pb-row{margin-right:-24px;margin-left:-24px;position:relative}.td-pb-row:after,.td-pb-row:before{display:table;content:''}.td-pb-row:after{clear:both}.td-pb-row [class*=td-pb-span]{display:block;min-height:1px;float:left;padding-right:24px;padding-left:24px;position:relative}@media (min-width:1019px) and (max-width:1140px){.td-pb-row [class*=td-pb-span]{padding-right:20px;padding-left:20px}}@media (min-width:768px) and (max-width:1018px){.tdm-title-md{font-size:24px;line-height:30px}.tdc-row.stretch_row_1200>.td-pb-row{margin-right:0;margin-left:0}.td-pb-row [class*=td-pb-span]{padding-right:14px;padding-left:14px}}@media (max-width:767px){.td-pb-row [class*=td-pb-span]{padding-right:0;padding-left:0;float:none;width:100%}}.td-pb-span4{width:33.33333333%}.td-pb-span6{width:50%}.td-pb-span8{width:66.66666667%}.td-pb-span12{width:100%}.wpb_row{margin-bottom:0}.vc_row .vc_column-inner{padding-left:0;padding-right:0}.td-block-row{margin-left:-24px;margin-right:-24px}.td-block-row:after,.td-block-row:before{display:table;content:''}.td-block-row:after{clear:both}.td-block-row [class*=td-block-span]{display:block;min-height:1px;float:left;padding-right:24px;padding-left:24px}.td-block-span12{width:100%}@media (min-width:1019px) and (max-width:1140px){.td-block-row [class*=td-block-span]{padding-right:20px;padding-left:20px}.tdc-row{width:980px}.td-block-row,.td-pb-row{margin-right:-20px;margin-left:-20px}}@media (min-width:768px) and (max-width:1018px){.td-block-row [class*=td-block-span]{padding-right:14px;padding-left:14px}.tdc-row{width:740px}.td-block-row,.td-pb-row{margin-right:-14px;margin-left:-14px}}@media (min-width:768px){.td-drop-down-search .td-search-form{margin:20px}}#td-outer-wrap{overflow:hidden}@media (max-width:767px){.td-block-row [class*=td-block-span]{padding-right:0;padding-left:0;float:none;width:100%}.tdc-row{width:100%;padding-left:20px;padding-right:20px}.td-block-row,.td-pb-row{width:100%;margin-left:0;margin-right:0}#td-outer-wrap{margin:auto;width:100%;-webkit-transition:transform .7s;transition:transform .7s ease;-webkit-transform-origin:50% 200px 0;transform-origin:50% 200px 0}}.td-menu-background{background-repeat:no-repeat;background-size:cover;background-position:center top;position:fixed;top:0;display:block;width:100%;height:113%;z-index:9999;visibility:hidden;transform:translate3d(-100%,0,0);-webkit-transform:translate3d(-100%,0,0)}.td-menu-background:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;opacity:.98;background:#313b45;background:-webkit-gradient(left top,left bottom,color-stop(0,#313b45),color-stop(100%,#3393b8));background:linear-gradient(to bottom,#313b45 0,#3393b8 100%)}#td-mobile-nav{padding:0;position:fixed;width:100%;height:calc(100% + 1px);top:0;z-index:9999;visibility:hidden;transform:translate3d(-99%,0,0);-webkit-transform:translate3d(-99%,0,0);left:-1%;font-family:-apple-system,".SFNSText-Regular","San Francisco",Roboto,"Segoe UI","Helvetica Neue","Lucida Grande",sans-serif;height:1px;overflow:hidden}#td-mobile-nav .td_display_err{text-align:center;color:#fff;border:none;-webkit-box-shadow:0 0 8px rgba(0,0,0,.16);box-shadow:0 0 8px rgba(0,0,0,.16);margin:-9px -30px 24px;font-size:14px;border-radius:0;padding:12px;position:relative;background-color:rgba(255,255,255,.06);display:none}#td-mobile-nav input:invalid{box-shadow:none!important}#td-mobile-nav .td-menu-socials{padding:0 65px 0 20px;overflow:hidden;height:60px}#td-mobile-nav .td-social-icon-wrap{margin:20px 5px 0 0;display:inline-block}#td-mobile-nav .td-social-icon-wrap i{border:none;background-color:transparent;font-size:14px;width:40px;height:40px;line-height:38px;color:#fff;vertical-align:middle}#td-mobile-nav .td-social-icon-wrap .td-icon-instagram{font-size:16px}.td-mobile-close{position:absolute;right:1px;top:0;z-index:1000}.td-mobile-close .td-icon-close-mobile{height:70px;width:70px;line-height:70px;font-size:21px;color:#fff;top:4px;position:relative}.td-mobile-content{padding:20px 20px 0}.td-mobile-container{padding-bottom:20px;position:relative;opacity:1}.td-mobile-content ul{list-style:none;margin:0;padding:0}.td-mobile-content li{float:none;margin-left:0;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.td-mobile-content li a{display:block;line-height:21px;font-size:21px;color:#fff;margin-left:0;padding:12px 30px 12px 12px;font-weight:700}.td-mobile-content .td-icon-menu-right{display:none;position:absolute;cursor:pointer;top:10px;right:-4px;z-index:1000;font-size:14px;padding:6px 12px;float:right;color:#fff;-webkit-transform-origin:50% 48% 0px;transform-origin:50% 48% 0px;-webkit-transition:transform .3s;transition:transform .3s ease;transform:rotate(-90deg);-webkit-transform:rotate(-90deg)}.td-mobile-content .td-icon-menu-right:before{content:'\e83d'}.td-mobile-content .sub-menu{max-height:0;overflow:hidden;opacity:0;-webkit-transition:max-height .5s cubic-bezier(.77, 0, .175, 1),opacity .5s cubic-bezier(.77, 0, .175, 1);transition:max-height .5s cubic-bezier(.77, 0, .175, 1),opacity .5s cubic-bezier(.77, 0, .175, 1)}.td-mobile-content .sub-menu .td-icon-menu-right{font-size:11px;right:-2px;top:8px;color:#fff}.td-mobile-content .sub-menu a{padding:9px 26px 9px 36px!important;line-height:19px;font-size:16px;font-weight:400}.td-mobile-content .sub-menu .sub-menu a{padding-left:55px!important}.td-mobile-content .sub-menu .sub-menu .sub-menu a{padding-left:74px!important}.td-mobile-content .menu-item-has-children a{width:100%;z-index:1}.td-search-wrap-mob{padding:0;position:absolute;width:100%;height:auto;top:0;text-align:center;z-index:9999;visibility:hidden;color:#fff;font-family:-apple-system,".SFNSText-Regular","San Francisco",Roboto,"Segoe UI","Helvetica Neue","Lucida Grande",sans-serif}.td-search-wrap-mob .td-drop-down-search{opacity:0;visibility:hidden;-webkit-transition:.5s;transition:all .5s ease 0s;-webkit-backface-visibility:hidden;position:relative}.td-search-wrap-mob #td-header-search-mob{color:#fff;font-weight:700;font-size:26px;height:40px;line-height:36px;border:0;background:0 0;outline:0;margin:8px 0;padding:0;text-align:center}.td-search-wrap-mob .td-search-input{margin:0 5%;position:relative}.td-search-wrap-mob .td-search-input span{opacity:.8;font-size:12px}.td-search-wrap-mob .td-search-input:after,.td-search-wrap-mob .td-search-input:before{content:'';position:absolute;display:block;width:100%;height:1px;background-color:#fff;bottom:0;left:0;opacity:.2}.td-search-wrap-mob .td-search-input:after{opacity:.8;transform:scaleX(0);-webkit-transform:scaleX(0);-webkit-transition:transform .5s .8s;transition:transform .5s ease .8s}.td-search-wrap-mob .td_module_wrap{text-align:left}.td-search-wrap-mob .td_module_wrap .entry-title{font-size:16px;line-height:20px}.td-search-wrap-mob .td_module_wrap .entry-title a,.td-search-wrap-mob .td_module_wrap:hover .entry-title a{color:#fff}.td-search-wrap-mob .td-search-form{margin-bottom:30px}.td-search-wrap-mob .td-module-thumb{top:auto;left:auto}.td-search-background{background-repeat:no-repeat;background-size:cover;background-position:center top;position:fixed;top:0;display:block;width:100%;height:113%;z-index:9999;-webkit-transition:.5s cubic-bezier(.79, .14, .15, .86);transition:all .5s cubic-bezier(.79, .14, .15, .86);transform:translate3d(100%,0,0);-webkit-transform:translate3d(100%,0,0);visibility:hidden}.td-search-background:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;opacity:.98;background:#313b45;background:-webkit-gradient(left top,left bottom,color-stop(0,#313b45),color-stop(100%,#3393b8));background:linear-gradient(to bottom,#313b45 0,#3393b8 100%)}.td-search-close{text-align:right;z-index:1000}.td-search-close .td-icon-close-mobile{height:70px;width:70px;line-height:70px;font-size:21px;color:#fff;position:relative;top:4px;right:0}#td-mobile-nav label{position:absolute;top:26px;left:10px;font-size:17px;color:#fff;opacity:.6;pointer-events:none}.td-login-inputs{position:relative}p{margin-top:0;margin-bottom:21px}a:active,a:focus{outline:0}a{color:#4db2ec;text-decoration:none;background-color:transparent}ol li,ul li{line-height:24px;margin-left:21px}table{width:100%;border-collapse:collapse;border-spacing:0}table td{border:1px solid #ededed;padding:2px 8px}table .odd td{background-color:#fcfcfc}h1,h2,h3,h4,h5{font-family:Roboto,sans-serif;color:#111;font-weight:400;margin:6px 0}h1>a,h2>a,h3>a,h4>a,h5>a{color:#111}div.td-block-title,p.td-module-title{font-family:Roboto,sans-serif;color:#111}p.td-module-title>a{color:#111}h1{font-size:32px;line-height:40px;margin-top:33px;margin-bottom:23px}h2{font-size:27px;line-height:38px;margin-top:30px;margin-bottom:20px}h3{font-size:22px;line-height:30px;margin-top:27px;margin-bottom:17px}h4{font-size:19px;line-height:29px;margin-top:24px;margin-bottom:14px}h5{font-size:17px;line-height:25px;margin-top:21px;margin-bottom:11px}textarea{font-size:12px;line-height:21px;color:#444;border:1px solid #e1e1e1;width:100%;max-width:100%;height:168px;min-height:168px;padding:6px 9px;overflow:auto}input[type=email]:active,input[type=email]:focus,input[type=text]:active,input[type=text]:focus,textarea:active,textarea:focus{border-color:#b0b0b0!important}input:focus,input[type]:focus,textarea:focus{outline:0}input[type=submit]{font-family:Roboto,sans-serif;font-size:13px;background-color:#222;border-radius:0;color:#fff;border:none;padding:8px 15px;font-weight:500;-webkit-transition:background-color .4s;transition:background-color .4s}input[type=submit]:hover{background-color:#4db2ec}input[type=email],input[type=text]{font-size:12px;line-height:21px;color:#444;border:1px solid #e1e1e1;width:100%;max-width:100%;height:34px;padding:3px 9px}@media (max-width:767px){input[type=email],input[type=text],textarea{font-size:16px}}input[type=password]{width:100%;position:relative;top:0;display:inline-table;vertical-align:middle;font-size:12px;line-height:21px;color:#444;border:1px solid #ccc;max-width:100%;height:34px;padding:3px 9px;margin-bottom:10px}.tagdiv-type{font-size:15px;line-height:1.74;color:#222}.tagdiv-type img{margin-bottom:21px}.tagdiv-type figure img{margin-bottom:0}.tagdiv-type a:hover{text-decoration:underline}.tagdiv-type ol,.tagdiv-type ul{margin-bottom:26px}.tagdiv-type ol li:not(.blocks-gallery-item):not(.wp-block-navigation-item),.tagdiv-type ul li:not(.blocks-gallery-item):not(.wp-block-navigation-item){line-height:inherit;margin-bottom:10px}.tagdiv-type li ol,.tagdiv-type li ul,.tagdiv-type ol li:not(.blocks-gallery-item):not(.wp-block-navigation-item):last-child,.tagdiv-type ul li:not(.blocks-gallery-item):not(.wp-block-navigation-item):last-child{margin-bottom:0}.tagdiv-type p{margin-bottom:26px}.tagdiv-type iframe,.tagdiv-type object{max-width:100%!important}.tagdiv-type blockquote{padding:0;position:relative;border-left:none;margin:40px 5% 38px;font-style:italic;text-align:center}.tagdiv-type blockquote p{font-family:Roboto,sans-serif;font-size:32px;line-height:40px;font-weight:400;text-transform:uppercase;color:#4db2ec;word-wrap:break-word}@media (min-width:768px) and (max-width:1018px){.tagdiv-type blockquote p{font-size:24px;line-height:32px}}@media (max-width:767px){input[type=password]{font-size:16px}.tagdiv-type blockquote{margin:20px 3% 18px}.tagdiv-type blockquote p{font-size:22px;line-height:30px}}.aligncenter{clear:both;text-align:center;clear:both;display:block;margin:6px auto}figure.aligncenter{margin-bottom:0}.aligncenter img{width:100%}.entry-title a:hover,.td-post-category:hover,.td_block_wrap a:hover,.widget a:hover{text-decoration:none!important}.td_module_wrap{position:relative;padding-bottom:35px}.td_module_wrap .entry-title{font-size:21px;line-height:25px;margin:0 0 6px}.td_module_wrap:hover .entry-title a{color:#4db2ec}.entry-title{word-wrap:break-word}.td-module-thumb{position:relative;margin-bottom:13px}.td-module-thumb .entry-thumb{display:block}.td-module-meta-info{font-family:'Open Sans','Open Sans Regular',sans-serif;font-size:11px;margin-bottom:7px;line-height:1;min-height:17px}.td_module_wrap.td-meta-info-hide .td-module-meta-info{min-height:1px;margin-top:-4px}.td-post-category{font-family:'Open Sans','Open Sans Regular',sans-serif;font-size:10px;font-weight:600;line-height:1;background-color:#222;color:#fff;margin-right:5px;padding:3px 6px 4px;display:block;vertical-align:top;transition:all .2s ease;-webkit-transition:.2s}.td-post-category:hover{background-color:#4db2ec}.td-module-meta-info .td-post-category{display:inline-block}.td-main-content-wrap{padding-bottom:40px}@media (max-width:767px){.td-main-content-wrap{padding-bottom:26px}}.td-pb-span4 .wpb_wrapper{perspective:unset!important}.post{background-color:#fff}.post footer{clear:both}.td-post-content p:empty{display:none}.td-post-content{margin-top:21px;padding-bottom:16px}.td-post-content p{word-wrap:break-word}.td-post-content img{display:block}.td-post-content table{margin-bottom:21px}.comment{list-style:none;margin-left:0;padding-bottom:13px;border-bottom:1px dashed #ededed;margin-bottom:21px}.comment:first-child{border-top:none}.comment .avatar{float:left;margin-right:20px;margin-bottom:20px;width:50px}.comment p{margin-bottom:0;word-wrap:break-word}.td-comments-title-wrap{transform:translateZ(0);-webkit-transform:translateZ(0)}.single .comments{margin-bottom:48px;padding-top:10px;margin-top:-10px}.comments{clear:both}@font-face{font-family:newspaper;src:url('https://www.mymillennialguide.com/wp-content/themes/Newspaper/images/icons/newspaper.eot?21');src:url('https://www.mymillennialguide.com/wp-content/themes/Newspaper/images/icons/newspaper.eot?21#iefix') format('embedded-opentype'),url('https://www.mymillennialguide.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?21') format('woff'),url('https://www.mymillennialguide.com/wp-content/themes/Newspaper/images/icons/newspaper.ttf?21') format('truetype'),url('https://www.mymillennialguide.com/wp-content/themes/Newspaper/images/icons/newspaper.svg?21#newspaper') format('svg');font-weight:400;font-style:normal;font-display:swap}[class*=" td-icon-"]:before,[class^=td-icon-]:before{font-family:newspaper;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=td-icon-]{line-height:1;text-align:center;display:inline-block}.td-icon-down:before{content:'\e801'}.td-icon-right-arrow:before{content:'\e808'}.td-icon-search:before{content:'\e80a'}.td-icon-menu-left:before{content:'\e80c'}.td-icon-menu-right:before{content:'\e80d'}.td-icon-facebook:before{content:'\e818'}.td-icon-instagram:before{content:'\e81d'}.td-icon-twitter:before{content:'\e831'}.td-icon-youtube:before{content:'\e836'}.td-icon-mobile:before{content:'\e83e'}.td-icon-close-mobile:before{content:'\e900'}.td-icon-modal-back:before{content:'\e901'}.td-social-icon-wrap:hover .td-icon-font{-webkit-transition:color .3s;transition:color .3s;color:#fff}.td-social-icon-wrap:hover i.td-icon-facebook{color:#3b5998}.td-social-icon-wrap:hover i.td-icon-instagram{color:#3f729b}.td-social-icon-wrap:hover i.td-icon-twitter{color:#00aced}.td-social-icon-wrap:hover i.td-icon-youtube{color:#b00}.widget{font-family:'Open Sans','Open Sans Regular',sans-serif;margin-bottom:38px;overflow:hidden}.widget a{color:#111}.widget a:hover{color:#4db2ec}.widget ul{list-style:none;box-shadow:none}.widget li{line-height:30px;list-style:none;margin-left:12px}.widget li li{margin-left:21px}.widget select{width:100%;height:30px;margin-bottom:10px;margin-top:13px;padding:0 5px}.widget_categories li .td-cat-no{float:right;margin-right:10px}@media print{body,html{background-color:#fff;color:#000;margin:0;padding:0}body{width:80%;margin-left:auto;margin-right:auto;zoom:80%}img{max-width:100%;display:block;text-align:center;margin-left:auto;margin-right:auto}h1,h2,h3,h4,h5{page-break-after:avoid}li,ol,ul{page-break-inside:avoid}table,td,tr{page-break-before:avoid}.single-post #comments,.single-post .td-menu-background,.single-post .td-sub-footer-container,.single-post iframe{display:none!important}}@media (max-width:767px){.td-post-content{margin-top:16px}.td-header-desktop-wrap{display:none}}@media (min-width:767px){.td-header-mobile-wrap{display:none}}.tdc_zone{margin:0}.td-main-content-wrap .tdc_zone{z-index:0}.td-header-template-wrap{z-index:100}.td-header-desktop-wrap{width:100%}.td-header-desktop-sticky-wrap,.td-header-mobile-sticky-wrap{position:fixed;top:0;width:100%;z-index:999;visibility:hidden;opacity:0}.tdb-mega-menu .td-post-category{transition:none;-webkit-transition:none}#td-mobile-nav .td-login-panel-title{text-align:center;font-size:16px;padding:30px 10px}#td-mobile-nav .td-login-panel-title span{display:inline-block;font-size:28px;font-weight:700;width:100%;margin-bottom:10px}.td-ajax-search-flex .td_module_flex_1{padding-bottom:25px}.td-ajax-search-flex .td_module_flex_1 .td-module-container{flex-direction:row}.td-ajax-search-flex .td_module_flex_1 .td-image-container{flex:0 0 30%;width:30%}.td-ajax-search-flex .td_module_flex_1 .td-image-wrap{padding-bottom:70%}.td-ajax-search-flex .td_module_flex_1 .td-module-meta-info{padding:0 0 0 15px}.td-ajax-search-flex .td_module_flex_1 .entry-title{font-size:16px;line-height:20px;font-weight:500}.td-ajax-search-flex .td_module_flex_1 .td-post-category{display:none}.td_block_wrap{margin-bottom:48px;position:relative;clear:both}.td_block_wrap .td-next-prev-wrap{margin-top:20px}@media (max-width:767px){.td_block_wrap{margin-bottom:32px}.td_block_wrap .td-next-prev-wrap{margin-bottom:0}}.td-block-title-wrap{position:relative}.td-fix-index{transform:translateZ(0);-webkit-transform:translateZ(0)}.td_with_ajax_pagination{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);overflow:hidden}.td-next-prev-wrap{position:relative;clear:both}.td-next-prev-wrap a{display:inline-block;margin-right:7px;width:25px;height:25px;border:1px solid #dcdcdc;line-height:24px;text-align:center;vertical-align:middle;font-size:7px;color:#b7b7b7}.td-next-prev-wrap a:hover{background-color:#4db2ec;border-color:#4db2ec;color:#fff}.td-next-prev-wrap .ajax-page-disabled{opacity:.5}.td-next-prev-wrap .td-ajax-next-page{padding-left:2px}.td-next-prev-wrap .td-ajax-prev-page{padding-right:1px}@-moz-document url-prefix(){#wpdcom .wpd-comment-footer .wpd-reply-button svg{vertical-align:bottom}.lasso-display-table .table-vertical td{height:100%}.td-next-prev-wrap a{line-height:23px}}.td-h-effect-up-shadow .entry-thumb:not(.td-animation-stack-type0-2):not(.td-animation-stack-type1-2):not(.td-animation-stack-type2-2){-webkit-transition:box-shadow .3s,transform .3s;transition:box-shadow .3s ease,transform .3s ease}.td-h-effect-up-shadow .entry-thumb.td-animation-stack-type0-2{transition:box-shadow .3s ease,transform .3s ease,opacity .3s cubic-bezier(.39, .76, .51, .56)}.td-h-effect-up-shadow .entry-thumb.td-animation-stack-type1-2{transition:box-shadow .3s ease,transform .3s ease,opacity .3s cubic-bezier(.39, .76, .51, .56) 0s}.td-h-effect-up-shadow .entry-thumb.td-animation-stack-type2-2{transition:box-shadow .3s ease,transform .3s ease,opacity .4s cubic-bezier(.13, .43, .57, .88)}[class*=td_flex_block_] .td-next-prev-wrap a{width:auto;height:auto;min-width:25px;min-height:25px}html[class*=ie] [class*='tdb_header_mega_menu '] .td-module-container{display:block}html[class*=ie] [class*='tdb_header_mega_menu '] .td-image-container{height:auto;flex:initial}.td_module_flex_1{display:inline-block;width:100%;padding-bottom:0}.td_module_flex_1 .td-module-container{display:flex;flex-direction:column;position:relative}.td_module_flex_1 .td-module-container:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px}.td_module_flex_1 .td-image-wrap{display:block;position:relative;padding-bottom:50%}.td_module_flex_1 .td-image-container{position:relative;flex:0 0 auto;width:100%;height:100%}.td_module_flex_1 .td-module-thumb{margin-bottom:0}.td_module_flex_1 .td-module-meta-info{width:100%;margin-bottom:0;z-index:1;border:0 solid #eaeaea;min-height:0;padding:13px 0 0}.td_module_flex_1 .td-thumb-css{width:100%;height:100%;position:absolute;background-size:cover;background-position:center center}.td_module_flex_1 .td-category-pos-image .td-post-category:not(.td-post-extra-category){position:absolute;z-index:2;bottom:0;left:0}.td-mc1-wrap .td_module_wrap:after,.td-mc1-wrap:after{content:'';display:table;clear:both}.td_flex_block.td_with_ajax_pagination,.td_flex_block.td_with_ajax_pagination .td_block_inner{overflow:initial}.td_flex_block.td_with_ajax_pagination .td_block_inner{height:auto!important}.tdb-template .td-main-content-wrap{padding-bottom:0}.td_block_wrap p:empty:before{display:none}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur{cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;bottom:0;right:0;color:#ccc;padding-right:15px;font-size:11px;line-height:18px}.mfp-arrow{font-family:newspaper,sans-serif;font-size:30px;position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px}.mfp-arrow-left{left:0}.mfp-arrow-left:before{content:'\e807';color:#fff}.mfp-arrow-right{right:0}.mfp-arrow-right:before{content:'\e808';color:#fff}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-figure{line-height:0}.mfp-figure:before{bottom:40px;content:"";display:block;height:20%;width:100%;position:absolute;z-index:0;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.7)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);opacity:0;-webkit-transition:opacity 1s;transition:opacity 1s ease}.mfp-ready .mfp-s-ready .mfp-figure:before{opacity:1}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{font-size:11px;line-height:18px;margin-bottom:50px;position:absolute;bottom:0;left:0;width:100%;cursor:auto;padding:0 65px 0 15px;z-index:1}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:before{bottom:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{opacity:.001;-webkit-backface-visibility:hidden;-webkit-transition:.3s ease-out;-moz-transition:.3s ease-out;-o-transition:.3s ease-out;transition:all .3s ease-out}.mfp-with-zoom.mfp-ready .mfp-container{opacity:1}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}.mfp-bg,.mfp-wrap{z-index:10000}.white-popup-block{position:relative;margin:0 auto;max-width:500px;min-height:500px;font-family:'Open Sans','Open Sans Regular',sans-serif;text-align:center;color:#fff;vertical-align:top;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2);padding:0 0 24px;overflow:hidden}.white-popup-block:after{content:'';width:100%;height:100%;position:absolute;top:0;left:0;display:block;background:rgba(0,69,130,.8);background:-webkit-gradient(left bottom,right top,color-stop(0,rgba(0,69,130,.8)),color-stop(100%,rgba(38,134,146,.8)));background:linear-gradient(45deg,rgba(0,69,130,.8) 0,rgba(38,134,146,.8) 100%);z-index:-2}.white-popup-block:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;display:block;background-size:cover;background-position:top;background-repeat:no-repeat;z-index:-3}.mfp-content .td-login-wrap{position:relative}.mfp-content #login-form .td-login-wrap-fb-open+.mfp-close,.mfp-content .td-login-wrap.td-login-wrap-fb-open #register-link,.mfp-content .td-login-wrap.td-login-wrap-fb-open .td-back-button,.mfp-content .td-login-wrap.td-login-wrap-fb-open .td-login-info-text,.mfp-content .td-login-wrap.td-login-wrap-fb-open .td-login-panel-descr,.mfp-content .td-login-wrap.td-login-wrap-fb-open .td-login-panel-title,.mfp-content .td-login-wrap.td-login-wrap-fb-open .td-login-social,.mfp-content .td-login-wrap.td-login-wrap-fb-open form{opacity:.5;pointer-events:none}.mfp-content .td-back-button{visibility:hidden;opacity:0;-webkit-transition:.5s cubic-bezier(.79, .14, .15, .86);transition:all .5s cubic-bezier(.79, .14, .15, .86) 0s;position:absolute;top:13px;left:8px;color:#fff;width:50px;height:50px;z-index:99}.mfp-content .td-back-button i{line-height:50px;font-size:16px}.mfp-content .td-login-inputs{width:100%;display:inline-block;position:relative;margin-bottom:30px;font-size:15px;font-weight:400;color:#fff}.mfp-content .td-login-inputs label{position:absolute;top:8px;left:0;text-transform:uppercase;-webkit-transition:.2s;transition:all .2s ease;pointer-events:none}.mfp-content .td-login-inputs:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#fff;opacity:.3}.mfp-content .td-login-input{position:relative;background-color:transparent!important;height:40px;margin:0!important;padding:0;box-shadow:none!important;font-size:15px;color:#fff;outline:0;border:0}.mfp-content .td-login-input:focus~label,.mfp-content .td-login-input:valid~label{top:-18px;font-size:11px;opacity:.6}.mfp-content .td-login-input:invalid{font-style:italic}.mfp-content .td-login-button{width:100%;height:50px;background-color:#fff;padding:5px 12px 6px;margin-top:20px;margin-bottom:0;text-transform:uppercase;text-shadow:none;font-size:13px;font-weight:600;color:#000;-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,.2);box-shadow:1px 1px 4px 0 rgba(0,0,0,.2);border:0;border-radius:0;-webkit-transition:background-color .2s!important;transition:background-color .2s ease!important}.mfp-content .td-login-button:active,.mfp-content .td-login-button:hover{-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,.2);box-shadow:1px 1px 4px 0 rgba(0,0,0,.2);background-color:#deea4b}.mfp-content .td-login-social{width:100%;margin-top:15px;margin-bottom:8px}.mfp-content .td-login-info-text{display:block;margin-top:3px;font-size:11px;color:#fff}.mfp-content .td-login-info-text a{color:inherit}.mfp-content .td-login-info-text a:hover{text-decoration:underline}.mfp-content #register-link{width:100%;display:block;padding:13px;margin-top:24px;font-size:13px;text-transform:uppercase;color:#fff;cursor:pointer;position:relative}.mfp-content #register-link:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;border:1px solid #fff;opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s ease}.mfp-content #register-link:hover:before{opacity:.2}.mfp-content .td-login-form-div{padding:0 20%}@media (max-width:480px){.mfp-content .td-login-form-div{padding:0 5%}}.mfp-content #td-login-div{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-webkit-transition:.5s cubic-bezier(.79, .14, .15, .86);transition:all .5s cubic-bezier(.79, .14, .15, .86) 0s}.mfp-content #td-login-div.td-display-none{display:none;visibility:hidden;opacity:0;-webkit-transition:.3s cubic-bezier(.79, .14, .15, .86);transition:all .3s cubic-bezier(.79, .14, .15, .86) 0s}.mfp-content .td-login-animation #td-login-div{transform:translate3d(-300px,0,0);-webkit-transform:translate3d(-300px,0,0)}.mfp-content .td-login-animation .td-back-button{visibility:visible;opacity:1}.mfp-content #td-forgot-pass-div,.mfp-content #td-register-div{display:none;visibility:hidden;opacity:0;-webkit-transition:.5s cubic-bezier(.79, .14, .15, .86);transition:all .5s cubic-bezier(.79, .14, .15, .86) 0s;transform:translate3d(300px,0,0);-webkit-transform:translate3d(300px,0,0)}.mfp-content #td-forgot-pass-div.td-display-block,.mfp-content #td-register-div.td-display-block{display:block;visibility:visible;opacity:1;-webkit-transition:.3s cubic-bezier(.79, .14, .15, .86);transition:all .3s cubic-bezier(.79, .14, .15, .86) 0s;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}.mfp-content #login-form .mfp-close{position:absolute;top:26px;width:20px;height:20px;line-height:0;font-size:0;color:#fff;font-family:newspaper,sans-serif;right:27px;left:auto;opacity:1}.mfp-content #login-form .mfp-close:before{position:absolute;top:50%;left:50%;transform:translate(-50%,50%);-webkit-transform:translate(-50%,50%);font-size:16px;vertical-align:bottom;color:#fff;content:'\e902'}.mfp-content #login-form #login-link{position:absolute;left:26px;top:28px;cursor:pointer}.mfp-content .td-login-panel-title{padding:26px 0 22px;line-height:20px;font-size:17px;text-transform:uppercase;color:#fff;pointer-events:none}.mfp-content .td-login-panel-descr{margin-bottom:77px;font-size:13px;line-height:1}.mfp-content .td_display_err{color:#fff;padding:14px 30px;display:none;position:absolute;top:93px;left:0;right:0;font-size:11px;text-transform:uppercase;margin:0 -40%;line-height:1}.mfp-content .td_display_err:before{content:'';width:100%;height:100%;background-color:#000;position:absolute;top:0;left:0;opacity:.8;z-index:-1}.mfp-content .td_display_msg_ok:before{background-color:#fff;opacity:.1}#login_pass{display:none!important}.mfp-ready #login_pass{display:inline-block!important}.td-container-wrap{background-color:#fff;margin-left:auto;margin-right:auto}.wpb_text_column h1:first-child,.wpb_text_column h2:first-child,.wpb_text_column h3:first-child,.wpb_text_column h4:first-child,.wpb_text_column h5:first-child{margin-top:0}.wpb_button{display:inline-block;font-family:'Open Sans','Open Sans Regular',sans-serif;font-weight:600;line-height:24px;text-shadow:none;border:none;transition:none;border-radius:0;margin-bottom:21px}.wpb_button:hover{text-shadow:none;text-decoration:none!important}.td-element-style{position:absolute;z-index:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0;overflow:hidden;pointer-events:none}.td-element-style-before{transition:opacity 1s ease 0s;-webkit-transition:opacity 1s;opacity:0}.td-sub-footer-container{background-color:#0d0d0d;color:#ccc;font-size:12px;font-family:'Open Sans','Open Sans Regular',sans-serif}.td-stretch-content .td-module-thumb .entry-thumb{min-width:100%}body.td-animation-stack-type0 .post img:not(.woocommerce-product-gallery img):not(.rs-pzimg),body.td-animation-stack-type0 .td-animation-stack .entry-thumb,body.td-animation-stack-type0 .td-animation-stack .td-lazy-img{opacity:0}.td-animation-stack-type0-2:not(.woocommerce-product-gallery img){opacity:1!important;transition:opacity .3s;transition-timing-function:cubic-bezier(0.39,0.76,0.51,0.56)}body.td-animation-stack-type1 .post .entry-thumb,body.td-animation-stack-type1 .post a.td-sml-link-to-image>img,body.td-animation-stack-type1 .post img[class*=wp-image-],body.td-animation-stack-type1 .td-animation-stack .entry-thumb,body.td-animation-stack-type1 .td-animation-stack .td-lazy-img{opacity:0;transform:scale(.95)}.td-animation-stack-type1-2{opacity:1!important;transform:scale(1)!important;-webkit-transform:scale(1)!important;-webkit-transition:transform .5s,opacity .3s cubic-bezier(.39, .76, .51, .56);transition:transform .5s ease,opacity .3s cubic-bezier(.39, .76, .51, .56) 0s}body.td-animation-stack-type2 .post .entry-thumb,body.td-animation-stack-type2 .post a.td-sml-link-to-image>img,body.td-animation-stack-type2 .post img[class*=wp-image-],body.td-animation-stack-type2 .td-animation-stack .entry-thumb,body.td-animation-stack-type2 .td-animation-stack .td-lazy-img{opacity:0;transform:translate(0,10px);-webkit-transform:translate(0,10px)}.td-animation-stack-type2-2{opacity:1!important;transform:scale(1)!important;-webkit-transform:scale(1)!important;-webkit-transition:transform .4s cubic-bezier(.13, .43, .57, .88),opacity .4s cubic-bezier(.13, .43, .57, .88);transition:transform .4s cubic-bezier(.13, .43, .57, .88),opacity .4s cubic-bezier(.13, .43, .57, .88)}.mfp-figure.td-caption-align-left figcaption .mfp-title{text-align:left}.mfp-figure.td-caption-align-center figcaption .mfp-title{text-align:center}.mfp-figure.td-caption-align-right figcaption .mfp-title{text-align:right}.clearfix:after,.clearfix:before{display:table;content:"";line-height:0}.clearfix:after{clear:both}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,figure,footer{display:block}[hidden]{display:none}a:active,a:hover{outline:0}b,strong{font-weight:700}h1{font-size:2em;margin:.67em 0}img{max-width:100%;height:auto;border:0}svg:not(:root){overflow:hidden}button,input,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=submit]{-webkit-appearance:button;cursor:pointer}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}td{padding:0}.td-social-icon-wrap>a{display:inline-block}.td-social-icon-wrap .td-icon-font{font-size:12px;width:30px;height:24px;line-height:24px}.td-social-icon-wrap .td-icon-instagram{font-size:15px}@media (max-width:767px){.td-sub-footer-container{text-align:center;padding:6px 0}.td-social-icon-wrap{margin:0 3px}}.td-block-title a,.td-block-title span{display:inline-block}.td-animals-pro .td-post-content img{display:block;border-bottom:5px solid #edcb21}:where(.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=url]){border-width:1px;box-sizing:border-box;line-height:normal;padding:12px 8px;width:100%}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;float:left;margin:0 0 1em;width:33%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p{font-size:14px;line-height:20px;margin:0;margin-bottom:0}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;-moz-opacity:1;opacity:1;text-decoration:none}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img{height:auto;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{clear:both;margin:0 0 1em;width:100%}}.progress-container-top{background:#c1deff;height:6px}.progress-bar{background-color:#4f79bc;background-image:linear-gradient(to bottom right,#4f79bc,#4752e8);height:6px;width:0%}@font-face{font-family:Geomanist-Light;src:local("Geomanist-Light"),url("https://www.mymillennialguide.com/wp-content/uploads/Geomanist-Light.woff") format("woff");font-display:swap}@font-face{font-family:"Gotham Book";src:local("Gotham Book"),url("https://www.mymillennialguide.com/wp-content/uploads/Gotham-Book.woff") format("woff");font-display:swap}@font-face{font-family:Gibson-SemiBold;src:local("Gibson-SemiBold"),url("https://www.mymillennialguide.com/wp-content/uploads/Gibson-SemiBold.woff") format("woff");font-display:swap}.td-next-prev-wrap a:hover,.td-post-category:hover,input[type=submit]:hover{background-color:#4f79bc}.td-post-content blockquote p,.td_module_wrap:hover .entry-title a,.widget a:hover,.wpb_text_column blockquote p,a{color:#4f79bc}.td-next-prev-wrap a:hover{border-color:#4f79bc}.td-menu-background:before,.td-search-background:before{background:rgba(0,0,0,.7);background:-moz-linear-gradient(top,rgba(0,0,0,.7) 0,rgba(0,0,0,.8) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0,rgba(0,0,0,.7)),color-stop(100%,rgba(0,0,0,.8)));background:-webkit-linear-gradient(top,rgba(0,0,0,.7) 0,rgba(0,0,0,.8) 100%);background:-o-linear-gradient(top,rgba(0,0,0,.7) 0,rgba(0,0,0,.8) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,.7) 0,rgba(0,0,0,.8) 100%);background:linear-gradient(to bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,.8) 100%)}#td-mobile-nav .td-menu-socials-wrap a:hover i,.td-search-close a:hover i{color:#4f79bc}#td-mobile-nav .td-menu-socials-wrap .td-icon-font,#td-mobile-nav .td_display_err,#td-mobile-nav label,.td-mobile-close .td-icon-close-mobile,.td-mobile-content .sub-menu .td-icon-menu-right,.td-mobile-content .td-icon-menu-right,.td-mobile-content li a,.td-search-close .td-icon-close-mobile,.td-search-wrap-mob,.td-search-wrap-mob #td-header-search-mob,.td-search-wrap-mob .td_module_wrap .entry-title a,.td-search-wrap-mob .td_module_wrap:hover .entry-title a{color:rgba(255,255,255,.7)}.td-search-wrap-mob .td-search-input:after,.td-search-wrap-mob .td-search-input:before{background-color:rgba(255,255,255,.7)}.td-mobile-content .td-mobile-main-menu>li>a{font-family:Gibson-SemiBold;font-size:20px;font-weight:600}.td-mobile-content .sub-menu a{font-family:Gibson-SemiBold;font-size:16px;font-weight:600}#td-mobile-nav,#td-mobile-nav .wpb_button,.td-search-wrap-mob{font-family:Poppins}.wpb_text_column p{font-family:Geomanist-Light;font-size:18px;line-height:31px;font-weight:400}.wpb_text_column h1{font-family:Gibson-SemiBold}.wpb_text_column h2{font-family:Gibson-SemiBold;font-size:32px;line-height:37px;font-weight:700}.wpb_text_column h3{font-family:Gibson-SemiBold;font-size:26px;line-height:37px;font-weight:600}.wpb_text_column h4{font-family:Gibson-SemiBold;font-size:23px;line-height:37px;font-weight:600}.wpb_text_column h5{font-family:Gibson-SemiBold;font-weight:600}body,p{font-family:Geomanist-Light;font-size:18px}.mfp-content .td-login-button:active,.mfp-content .td-login-button:hover{background-color:#edcb21}.white-popup-block:after{background:rgba(0,0,0,.2);background:-moz-linear-gradient(45deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 100%);background:-webkit-gradient(left bottom,right top,color-stop(0,rgba(0,0,0,.2)),color-stop(100%,rgba(0,0,0,.3)));background:-webkit-linear-gradient(45deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 100%);background:linear-gradient(45deg,rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 100%)}.td-social-icon-wrap>a:hover{color:#4f79bc}.td-sub-footer-container{background-color:#fff;color:#878787}.td-post-content,.td-post-content p{color:#1e2330;font-family:Geomanist-Light;font-size:18px;line-height:30px;font-weight:400}.td-post-content h1,.td-post-content h2,.td-post-content h3,.td-post-content h4,.td-post-content h5{color:#2b2b2b}.td-theme-wrap .td-block-title{font-family:Gibson-SemiBold}.td_module_wrap .td-module-title{font-family:'Gotham Book'}.page blockquote p,.post blockquote p{font-family:Geomanist-Light;font-size:18px;font-weight:400;text-transform:none}.td-post-content li{font-family:Geomanist-Light;font-size:18px;line-height:24px;font-weight:400}.td-post-content h1{font-family:Gibson-SemiBold;font-size:37px;line-height:35px}.td-post-content h2{font-family:Gibson-SemiBold;font-size:36px;line-height:42px;font-weight:700}.td-post-content h3{font-family:Gibson-SemiBold;font-size:32px;line-height:42px;font-weight:700}.td-post-content h4{font-family:Gibson-SemiBold;font-size:23px;line-height:35px;font-weight:700}.td-post-content h5{font-family:Gibson-SemiBold;font-size:22px;line-height:30px;font-weight:700}.widget_categories a{font-family:Geomanist-Light}input[type=submit]{font-family:Gibson-SemiBold}.td-animals-pro .td-post-content img{display:block;border-bottom:0}@media (min-width:1024px){.mv-sidebar{min-width:340px}}@media (min-width:1141px){.mv-sidebar{min-width:348px}}.td-pb-row .td-post-content a:link,.td-pb-row .td-post-content a:visited{color:#0079d1;text-decoration:underline;font-weight:700;text-decoration-color:rgba(30,115,190,.25);text-underline-position:under}.td-pb-row .td-post-content a:hovered{color:#0079d1;text-decoration:underline;font-weight:700;text-decoration-color:rgba(30,115,190,.25);text-underline-position:under}.lasso-display{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -25px;font-family:Gibson-Semibold!important;background-color:var(--lasso-background)!important}.lasso-fields{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:Gibson-Semibold!important;background-color:var(--lasso-background)!important}@media (max-width:767.98px){.lasso-display-table .table-vertical.template-1 .lasso-fields .img-container{margin:auto!important}div.lasso-fields .img-container img{margin-left:auto!important;margin-right:auto!important}}@media{.lasso-display-table .table-vertical.template-1 .lasso-fields .img-container{margin:auto!important}div.lasso-fields .img-container img{margin-left:auto!important;margin-right:auto!important}}div.lasso-disclosure{font-family:Geomanist-Light!important;display:inline-block}div.lasso-display-table .table-vertical.template-1 .lasso-fields .img-container img{object-fit:contain}.lasso-display-table tbody td:first-child{border-right:none!important}.lasso-display-table tbody td:not(:first-child){border-right:none!important;border-left:none!important}.lasso-display-table tbody td:last-child{border-left:none!important}div.lasso-display-table .lasso-fields .img-container{max-width:200px!important}@media (min-width:768px){.lasso-display-table .lasso-fields .img-container img{max-width:130px!important;margin:auto!important}div.lasso-display-table .lasso-fields .img-container{max-width:250px!important}div.lasso-display .lasso-description{font-family:Geomanist-Light!important;font-size:18px!important}}body .tdm-social-item i{color:#4f79bc}.tds-title2 .tdm-title-line:after{background-color:#4f79bc}.tdi_2{min-height:0}.td-header-mobile-wrap{position:relative;width:100%}.tdi_4{min-height:0;display:block}.tdi_6{vertical-align:baseline}.tdi_6>.wpb_wrapper{display:block;width:auto;height:auto}.tdi_6>.wpb_wrapper>.vc_row_inner{width:auto}@media (max-width:767px){.tdi_4{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;position:relative}.tdi_3_rand_style{background-color:#fff!important}.tdi_7{margin-top:3px!important;margin-bottom:7px!important}}.tdb-header-align{vertical-align:middle}.tdb_header_logo{margin-bottom:0;clear:none}.tdb_header_logo .tdb-logo-a,.tdb_header_logo h1{display:flex;pointer-events:auto;align-items:flex-start}.tdb_header_logo h1{margin:0;line-height:0}.tdb_header_logo .tdb-logo-img-wrap img{display:block}.tdi_7 .tdb-logo-a,.tdi_7 h1{flex-direction:row;align-items:center;justify-content:flex-start}.tdi_7 .tdb-logo-img{max-width:50px}.tdi_7 .tdb-logo-img-wrap{display:block}.tdi_9{vertical-align:baseline}.tdi_9>.wpb_wrapper{display:block;width:auto;height:auto}.tdi_9>.wpb_wrapper>.vc_row_inner{width:auto}.tdb_mobile_menu{margin-bottom:0;clear:none}.tdb_mobile_menu a{display:inline-block!important;position:relative;text-align:center;color:#4db2ec}.tdb_mobile_menu a>span{display:flex;align-items:center;justify-content:center}.tdb_mobile_menu svg{height:auto}.tdb_mobile_menu svg,.tdb_mobile_menu svg *{fill:#4db2ec}.tdi_10 .tdb-block-inner{text-align:right}.tdi_10 .tdb-mobile-menu-button i{font-size:27px;width:54px;height:54px;line-height:54px}.tdi_10 .tdb-mobile-menu-button svg{width:27px}.tdi_10 .tdb-mobile-menu-button{color:#243543}.tdi_10 .tdb-mobile-menu-button svg,.tdi_10 .tdb-mobile-menu-button svg *{fill:#243543}.tdi_12{min-height:0}.td-header-mobile-sticky-wrap{-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:all .3s ease-in-out}.tdi_14{min-height:0;display:block}.tdi_16{vertical-align:baseline}.tdi_16>.wpb_wrapper{display:block;width:auto;height:auto}.tdi_16>.wpb_wrapper>.vc_row_inner{width:auto}@media (max-width:767px){.tdi_7 .tdb-logo-img{max-width:30px}.tdi_10{margin-top:5px!important;margin-left:180px!important}.tdi_10 .tdb-mobile-menu-button i{font-size:15px;width:30px;height:30px;line-height:30px}.tdi_10 .tdb-mobile-menu-button svg{width:15px}.td-header-mobile-sticky-wrap{transform:translateY(-120%);-webkit-transform:translateY(-120%);-moz-transform:translateY(-120%);-ms-transform:translateY(-120%);-o-transform:translateY(-120%)}.tdi_14{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;position:relative}.tdi_13_rand_style{background-color:#fff!important}.tdi_17{margin-top:3px!important;margin-bottom:7px!important}}.tdi_17 .tdb-logo-a,.tdi_17 h1{flex-direction:row;align-items:center;justify-content:flex-start}.tdi_17 .tdb-logo-img{max-width:50px}.tdi_17 .tdb-logo-img-wrap{display:block}.tdi_19{vertical-align:baseline}.tdi_19>.wpb_wrapper{display:block;width:auto;height:auto}.tdi_19>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_20 .tdb-block-inner{text-align:right}.tdi_20 .tdb-mobile-menu-button i{font-size:27px;width:54px;height:54px;line-height:54px}.tdi_20 .tdb-mobile-menu-button svg{width:27px}.tdi_20 .tdb-mobile-menu-button{color:#243543}.tdi_20 .tdb-mobile-menu-button svg,.tdi_20 .tdb-mobile-menu-button svg *{fill:#243543}@media (max-width:767px){.tdi_17 .tdb-logo-img{max-width:30px}.tdi_20{margin-top:5px!important;margin-left:180px!important}.tdi_20 .tdb-mobile-menu-button i{font-size:15px;width:30px;height:30px;line-height:30px}.tdi_20 .tdb-mobile-menu-button svg{width:15px}}.tdi_22{min-height:0}.td-header-desktop-wrap{position:relative}.tdi_24{min-height:0;display:block;padding-top:20px!important;padding-bottom:20px!important;box-shadow:0 0 0 #e0e0e0!important}.tdi_24 .td_block_wrap{text-align:left}.tdi_26{vertical-align:baseline;width:30%!important}.tdi_26>.wpb_wrapper{display:block;width:auto;height:auto}.tdi_26>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_27{width:130px!important}.tdi_27 .tdb-logo-a,.tdi_27 h1{flex-direction:row;align-items:center;justify-content:flex-start}.tdi_27 .tdb-logo-img{max-width:130px}.tdi_27 .tdb-logo-img-wrap{display:block}.tdi_29{vertical-align:baseline}.tdi_29>.wpb_wrapper{display:block;width:auto;height:auto}.tdi_29>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_30{margin-top:8px!important;display:inline-block;float:right;clear:none}.tdb_module_header{width:100%;padding-bottom:0}.tdb_module_header .td-module-container{display:flex;flex-direction:column;position:relative}.tdb_module_header .td-module-container:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px}.tdb_module_header .td-image-wrap{display:block;position:relative;padding-bottom:70%}.tdb_module_header .td-image-container{position:relative;width:100%;flex:0 0 auto}.tdb_module_header .td-module-thumb{margin-bottom:0}.tdb_module_header .td-module-meta-info{width:100%;margin-bottom:0;padding:7px 0 0;z-index:1;border:0 solid #eaeaea;min-height:0}.tdb_module_header .entry-title{margin:0;font-size:13px;font-weight:500;line-height:18px}.tdb_module_header .td-thumb-css{width:100%;height:100%;position:absolute;background-size:cover;background-position:center center}.tdb_module_header .td-category-pos-image .td-post-category:not(.td-post-extra-category){position:absolute;z-index:2;bottom:0;left:0}.tdb_header_search{margin-bottom:0;clear:none}.tdb_header_search .tdb-block-inner{position:relative;display:inline-block;width:100%}.tdb_header_search .tdb-search-form{position:relative;padding:20px;border-width:3px 0 0;border-style:solid;border-color:#4db2ec;pointer-events:auto}.tdb_header_search .tdb-search-form:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff}.tdb_header_search .tdb-search-form-inner{position:relative;display:flex;background-color:#fff}.tdb_header_search .tdb-search-form-inner:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #e1e1e1;pointer-events:none}.tdb_header_search .tdb-head-search-form-btn,.tdb_header_search .tdb-head-search-form-input{height:auto;min-height:32px}.tdb_header_search .tdb-head-search-form-input{color:#444;flex:1;background-color:transparent;border:0}.tdb_header_search .tdb-head-search-form-btn{margin-bottom:0;padding:0 15px;background-color:#222;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;color:#fff;-webkit-transition:.3s;transition:all .3s ease;z-index:1}.tdb_header_search .tdb-head-search-form-btn:hover{background-color:#4db2ec}.tdb_header_search .tdb-head-search-form-btn i,.tdb_header_search .tdb-head-search-form-btn span{display:inline-block;vertical-align:middle}.tdb_header_search .tdb-head-search-form-btn i{font-size:12px}.tdb_header_search .tdb-head-search-form-btn svg{width:12px;height:auto}.tdb_header_search .tdb-head-search-form-btn svg,.tdb_header_search .tdb-head-search-form-btn svg *{fill:#fff;-webkit-transition:.3s;transition:all .3s ease}.tdb_header_search .td-module-meta-info,.tdb_header_search .td-next-prev-wrap{text-align:left}.tdb_header_search .td_module_wrap:hover .entry-title a{color:#4db2ec}.tdb-header-search-trigger-enabled{z-index:1000}.tdb-header-search-trigger-enabled .tdb-head-search-btn{display:flex;align-items:center;position:relative;text-align:center;color:#4db2ec}.tdb-header-search-trigger-enabled .tdb-head-search-btn:after{visibility:hidden;opacity:0;content:'';display:block;position:absolute;bottom:0;left:0;right:0;margin:0 auto;width:0;height:0;border-style:solid;border-width:0 6.5px 7px;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);-webkit-transition:.4s;transition:all .4s ease;border-color:transparent transparent #4db2ec}.tdb-header-search-trigger-enabled .tdb-search-icon{-webkit-transition:.3s ease-in-out;transition:all .3s ease-in-out}.tdb-header-search-trigger-enabled .tdb-drop-down-search{visibility:hidden;opacity:0;position:absolute;top:100%;left:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);-webkit-transition:.4s;transition:all .4s ease;pointer-events:none;z-index:10}.tdb-header-search-trigger-enabled .tdb-drop-down-search-inner{position:relative;max-width:300px;pointer-events:all}.tdi_30 .tdb-head-search-btn i{font-size:21px;width:37.8px;height:37.8px;line-height:37.8px;color:#253543}.tdi_30 .tdb-head-search-btn svg{width:21px}.tdi_30 .tdb-head-search-btn{justify-content:flex-end}.tdi_30 .tdb-drop-down-search{left:auto;right:0}.tdi_30 .tdb-aj-search,.tdi_30 .tdb-search-form,body .tdi_30 .tdb-drop-down-search-inner{margin-left:auto;margin-right:0}.tdi_30 .tdb-head-search-btn svg,.tdi_30 .tdb-head-search-btn svg *{fill:#253543}.tdi_30 .tdb-search-form{border-color:#ebebeb}.tdi_30 .tdb-head-search-btn:after{border-bottom-color:#ebebeb}.tdi_30 .tdb-drop-down-search-inner{box-shadow:0 2px 6px 0 #e5e5e5}.tdi_30 .tdb-search-form-inner{background-color:rgba(30,115,190,.05)}.tdi_30 .tdb-search-form-inner:after{border-color:#ebebeb}.tdi_30 .tdb-head-search-form-btn{background-color:rgba(0,121,209,.51);font-family:Gibson-SemiBold!important}.tdi_30 .td_module_wrap{width:100%;float:left;padding-left:11px;padding-right:11px;padding-bottom:10px;margin-bottom:10px}.tdi_30 .td_module_wrap:nth-last-child(-n+1){margin-bottom:0;padding-bottom:0}.tdi_30 .td_module_wrap:nth-last-child(-n+1) .td-module-container:before{display:none}.tdi_30 .td-module-container:before{bottom:-10px;border-color:#eaeaea}.tdi_30 .td-module-container{border-color:#eaeaea;flex-direction:row}.tdi_30 .entry-thumb{background-position:center 50%}.tdi_30 .td-image-container{flex:0 0 30%;width:30%;display:block;order:0}.tdi_30 .td-module-meta-info{padding:2px 0 0 15px;border-color:#eaeaea}.tdi_30 .entry-title{margin:0 0 5px;font-family:Geomanist-Light!important}.tdi_30 .td-post-category:not(.td-post-extra-category){display:none}.tdi_30 .td-author-date{display:inline}.tdi_30 .tdb-author-photo .avatar{width:20px;height:20px;margin-right:6px;border-radius:50%}.tdi_30 .td-editor-date,.tdi_30 .td-post-category{font-family:Geomanist-Light!important}@media (min-width:1019px) and (max-width:1140px){.tdi_30 .td_module_wrap{padding-bottom:10px!important;margin-bottom:10px!important;padding-bottom:10px;margin-bottom:10px}.tdi_30 .td_module_wrap:nth-last-child(-n+1){margin-bottom:0!important;padding-bottom:0!important}.tdi_30 .td_module_wrap .td-module-container:before{display:block!important}.tdi_30 .td_module_wrap:nth-last-child(-n+1) .td-module-container:before{display:none!important}.tdi_30 .td-module-container:before{bottom:-10px}}@media (min-width:768px) and (max-width:1018px){.tdi_30 .td_module_wrap{padding-bottom:10px!important;margin-bottom:10px!important;padding-bottom:10px;margin-bottom:10px}.tdi_30 .td_module_wrap:nth-last-child(-n+1){margin-bottom:0!important;padding-bottom:0!important}.tdi_30 .td_module_wrap .td-module-container:before{display:block!important}.tdi_30 .td_module_wrap:nth-last-child(-n+1) .td-module-container:before{display:none!important}.tdi_30 .td-module-container:before{bottom:-10px}}@media (max-width:767px){.tdi_30 .td_module_wrap{padding-bottom:10px!important;margin-bottom:10px!important;padding-bottom:10px;margin-bottom:10px}.tdi_30 .td_module_wrap:nth-last-child(-n+1){margin-bottom:0!important;padding-bottom:0!important}.tdi_30 .td_module_wrap .td-module-container:before{display:block!important}.tdi_30 .td_module_wrap:nth-last-child(-n+1) .td-module-container:before{display:none!important}.tdi_30 .td-module-container:before{bottom:-10px}}.tdb_header_menu{margin-bottom:0;z-index:999;clear:none}.tdb_header_menu .tdb-main-sub-icon-fake,.tdb_header_menu .tdb-sub-icon-fake{display:none}.tdb_header_menu .tdb-menu{display:inline-block;vertical-align:middle;margin:0}.tdb_header_menu .tdb-menu .tdb-mega-menu-inactive,.tdb_header_menu .tdb-menu .tdb-menu-item-inactive{pointer-events:none}.tdb_header_menu .tdb-menu .tdb-mega-menu-inactive>ul,.tdb_header_menu .tdb-menu .tdb-menu-item-inactive>ul{visibility:hidden;opacity:0}.tdb_header_menu .tdb-menu .sub-menu{font-size:14px;position:absolute;top:-999em;background-color:#fff;z-index:99}.tdb_header_menu .tdb-menu .sub-menu>li{list-style-type:none;margin:0;font-family:'Open Sans','Open Sans Regular',sans-serif}.tdb_header_menu .tdb-menu>li{float:left;list-style-type:none;margin:0}.tdb_header_menu .tdb-menu>li>a{position:relative;display:inline-block;padding:0 14px;font-weight:700;font-size:14px;line-height:48px;vertical-align:middle;text-transform:uppercase;-webkit-backface-visibility:hidden;color:#000;font-family:'Open Sans','Open Sans Regular',sans-serif}.tdb_header_menu .tdb-menu>li>a:after{content:'';position:absolute;bottom:0;left:0;right:0;margin:0 auto;width:0;height:3px;background-color:#4db2ec;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:width .2s;transition:width .2s ease}.tdb_header_menu .tdb-menu>li>a>.tdb-menu-item-text{display:inline-block}.tdb_header_menu .tdb-menu>li>a .tdb-menu-item-text,.tdb_header_menu .tdb-menu>li>a span{vertical-align:middle;float:left}.tdb_header_menu .tdb-menu>li>a .tdb-sub-menu-icon{margin:0 0 0 7px}.tdb_header_menu .tdb-menu>li:hover>a:after{width:100%}.tdb_header_menu .tdb-menu>li:hover>ul{top:auto;display:block!important}.tdb_header_menu .tdb-menu-item-text{word-wrap:break-word}.tdb_header_menu .tdb-menu-item-text,.tdb_header_menu .tdb-sub-menu-icon{vertical-align:middle}.tdb_header_menu .tdb-sub-menu-icon{position:relative;top:0;padding-left:0}.tdb_header_menu .tdb-normal-menu{position:relative}.tdb_header_menu .tdb-normal-menu ul{left:0;padding:15px 0;text-align:left}.tdb_header_menu .tdb-normal-menu ul ul{margin-top:-15px}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item{position:relative;list-style-type:none}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item>a{position:relative;display:block;padding:7px 30px;font-size:12px;line-height:20px;color:#111}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item>a .tdb-sub-menu-icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:0;padding-right:inherit;font-size:7px;line-height:20px}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item:hover>ul{top:0;display:block!important}.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item:hover>a{color:#4db2ec}.tdb_header_menu .tdb-normal-menu>ul{left:-15px}.tdb-menu .tdb-mega-menu .sub-menu{-webkit-transition:opacity .3s;transition:opacity .3s ease;width:1114px!important}.tdb-menu .tdb-mega-menu .sub-menu,.tdb-menu .tdb-mega-menu .sub-menu>li{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tdb-menu .tdb-mega-menu .sub-menu>li{top:0;width:100%;max-width:1114px!important;height:auto;background-color:#fff;border:1px solid #eaeaea;overflow:hidden}.tdi_31{display:inline-block;float:right;clear:none}.tdi_31 .td_block_inner{text-align:right}.tdi_31 .tdb-menu>li>a{padding:0 13px;color:#253543;font-family:Gibson-SemiBold!important;font-size:18px!important;font-weight:400!important;text-transform:capitalize!important}.tdi_31 .tdb-menu>li>a .tdb-sub-menu-icon{top:-1px}.tdi_31 .tdb-menu .tdb-normal-menu ul{text-align:right;box-shadow:1px 1px 4px 0 rgba(0,0,0,.15)}.tdi_31 .tdb-normal-menu ul .tdb-menu-item>a .tdb-sub-menu-icon{right:0;margin-top:1px}.tdi_31 .tdb-menu .tdb-normal-menu ul .tdb-menu-item>a{color:#243543;font-family:Gibson-SemiBold!important;font-size:14px!important}.tdi_31 .tdb-menu .tdb-mega-menu .sub-menu>li{box-shadow:0 2px 6px 0 rgba(0,0,0,.1)}@media (max-width:1140px){.tdb-menu .tdb-mega-menu .sub-menu>li{width:100%!important}}.tdi_31 .tdb-menu>li>a:after{height:0;bottom:0}.tdi_31 .tdb-menu ul .tdb-normal-menu:hover>a{color:#0079d1}.tdb_header_mega_menu{display:flex;overflow:visible}.tdb_header_mega_menu .td-next-prev-wrap{text-align:left}.tdb_header_mega_menu .td-next-prev-wrap a{width:auto;height:auto;min-width:25px;min-height:25px}.tdb-mega-modules-wrap{flex:1;padding:22px;display:flex;flex-direction:column;justify-content:space-between}.tdb-mega-modules-wrap .td_block_inner:after,.tdb-mega-modules-wrap .td_block_inner:before{display:table;content:'';line-height:0}.tdb-mega-modules-wrap .td_block_inner:after{clear:both}.tdb_module_mm .td-module-meta-info{text-align:left}.tdi_32:not(.td-no-subcats) .td_module_wrap{width:25%;float:left}.tdi_32.td-no-subcats .td_module_wrap{width:20%;float:left}.tdi_32 .td_module_wrap:nth-child(5n+1){clear:both}.tdi_32 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0;padding-bottom:0}.tdi_32 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none}.tdi_32 .td_module_wrap{padding-left:11px;padding-right:11px;padding-bottom:18px;margin-bottom:18px;display:flex;flex-direction:column}.tdi_32 .td_block_inner{margin-left:-11px;margin-right:-11px;display:flex;flex-wrap:wrap}.tdi_32 .td-module-container:before{bottom:-18px;border-color:#eaeaea}.tdi_32 .td-module-container{border-color:#eaeaea;flex-direction:column;flex:1;flex-basis:auto}.tdi_32 .entry-thumb{background-position:center 50%}.tdi_32 .td-image-container{display:block;order:0}.tdi_32 .td-module-meta-info{border-color:#eaeaea}.tdi_32 .td-post-category:not(.td-post-extra-category){display:inline-block}.tdi_32 .td-author-date{display:inline}html:not([class*=ie]) .tdi_32 .td-module-container:hover .entry-thumb:before{opacity:0}@media (min-width:1019px) and (max-width:1140px){.tdi_32 .td_module_wrap{padding-bottom:18px!important;margin-bottom:18px!important;clear:none!important;padding-bottom:18px;margin-bottom:18px}.tdi_32 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0!important;padding-bottom:0!important}.tdi_32 .td_module_wrap .td-module-container:before{display:block!important}.tdi_32 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none!important}.tdi_32 .td_module_wrap:nth-child(5n+1){clear:both!important}.tdi_32 .td-module-container:before{bottom:-18px}}@media (min-width:768px) and (max-width:1018px){.tdi_32 .td_module_wrap{padding-bottom:18px!important;margin-bottom:18px!important;clear:none!important;padding-bottom:18px;margin-bottom:18px}.tdi_32 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0!important;padding-bottom:0!important}.tdi_32 .td_module_wrap .td-module-container:before{display:block!important}.tdi_32 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none!important}.tdi_32 .td_module_wrap:nth-child(5n+1){clear:both!important}.tdi_32 .td-module-container:before{bottom:-18px}}@media (max-width:767px){.tdi_32 .td_module_wrap{padding-bottom:18px!important;margin-bottom:18px!important;clear:none!important;padding-bottom:18px;margin-bottom:18px}.tdi_32 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0!important;padding-bottom:0!important}.tdi_32 .td_module_wrap .td-module-container:before{display:block!important}.tdi_32 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none!important}.tdi_32 .td_module_wrap:nth-child(5n+1){clear:both!important}.tdi_32 .td-module-container:before{bottom:-18px}}.tdi_33:not(.td-no-subcats) .td_module_wrap{width:25%;float:left}.tdi_33.td-no-subcats .td_module_wrap{width:20%;float:left}.tdi_33 .td_module_wrap:nth-child(5n+1){clear:both}.tdi_33 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0;padding-bottom:0}.tdi_33 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none}.tdi_33 .td_module_wrap{padding-left:11px;padding-right:11px;padding-bottom:18px;margin-bottom:18px;display:flex;flex-direction:column}.tdi_33 .td_block_inner{margin-left:-11px;margin-right:-11px;display:flex;flex-wrap:wrap}.tdi_33 .td-module-container:before{bottom:-18px;border-color:#eaeaea}.tdi_33 .td-module-container{border-color:#eaeaea;flex-direction:column;flex:1;flex-basis:auto}.tdi_33 .entry-thumb{background-position:center 50%}.tdi_33 .td-image-container{display:block;order:0}.tdi_33 .td-module-meta-info{border-color:#eaeaea}.tdi_33 .td-post-category:not(.td-post-extra-category){display:inline-block}.tdi_33 .td-author-date{display:inline}html:not([class*=ie]) .tdi_33 .td-module-container:hover .entry-thumb:before{opacity:0}@media (min-width:1019px) and (max-width:1140px){.tdi_33 .td_module_wrap{padding-bottom:18px!important;margin-bottom:18px!important;clear:none!important;padding-bottom:18px;margin-bottom:18px}.tdi_33 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0!important;padding-bottom:0!important}.tdi_33 .td_module_wrap .td-module-container:before{display:block!important}.tdi_33 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none!important}.tdi_33 .td_module_wrap:nth-child(5n+1){clear:both!important}.tdi_33 .td-module-container:before{bottom:-18px}}@media (min-width:768px) and (max-width:1018px){.tdi_33 .td_module_wrap{padding-bottom:18px!important;margin-bottom:18px!important;clear:none!important;padding-bottom:18px;margin-bottom:18px}.tdi_33 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0!important;padding-bottom:0!important}.tdi_33 .td_module_wrap .td-module-container:before{display:block!important}.tdi_33 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none!important}.tdi_33 .td_module_wrap:nth-child(5n+1){clear:both!important}.tdi_33 .td-module-container:before{bottom:-18px}}@media (max-width:767px){.tdi_33 .td_module_wrap{padding-bottom:18px!important;margin-bottom:18px!important;clear:none!important;padding-bottom:18px;margin-bottom:18px}.tdi_33 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0!important;padding-bottom:0!important}.tdi_33 .td_module_wrap .td-module-container:before{display:block!important}.tdi_33 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none!important}.tdi_33 .td_module_wrap:nth-child(5n+1){clear:both!important}.tdi_33 .td-module-container:before{bottom:-18px}}.tdi_34:not(.td-no-subcats) .td_module_wrap{width:25%;float:left}.tdi_34.td-no-subcats .td_module_wrap{width:20%;float:left}.tdi_34 .td_module_wrap:nth-child(5n+1){clear:both}.tdi_34 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0;padding-bottom:0}.tdi_34 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none}.tdi_34 .td_module_wrap{padding-left:11px;padding-right:11px;padding-bottom:18px;margin-bottom:18px;display:flex;flex-direction:column}.tdi_34 .td_block_inner{margin-left:-11px;margin-right:-11px;display:flex;flex-wrap:wrap}.tdi_34 .td-module-container:before{bottom:-18px;border-color:#eaeaea}.tdi_34 .td-module-container{border-color:#eaeaea;flex-direction:column;flex:1;flex-basis:auto}.tdi_34 .entry-thumb{background-position:center 50%}.tdi_34 .td-image-container{display:block;order:0}.tdi_34 .td-module-meta-info{border-color:#eaeaea}.tdi_34 .td-post-category:not(.td-post-extra-category){display:inline-block}.tdi_34 .td-author-date{display:inline}html:not([class*=ie]) .tdi_34 .td-module-container:hover .entry-thumb:before{opacity:0}@media (min-width:1019px) and (max-width:1140px){.tdi_34 .td_module_wrap{padding-bottom:18px!important;margin-bottom:18px!important;clear:none!important;padding-bottom:18px;margin-bottom:18px}.tdi_34 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0!important;padding-bottom:0!important}.tdi_34 .td_module_wrap .td-module-container:before{display:block!important}.tdi_34 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none!important}.tdi_34 .td_module_wrap:nth-child(5n+1){clear:both!important}.tdi_34 .td-module-container:before{bottom:-18px}}@media (min-width:768px) and (max-width:1018px){.tdi_34 .td_module_wrap{padding-bottom:18px!important;margin-bottom:18px!important;clear:none!important;padding-bottom:18px;margin-bottom:18px}.tdi_34 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0!important;padding-bottom:0!important}.tdi_34 .td_module_wrap .td-module-container:before{display:block!important}.tdi_34 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none!important}.tdi_34 .td_module_wrap:nth-child(5n+1){clear:both!important}.tdi_34 .td-module-container:before{bottom:-18px}}@media (max-width:767px){.tdi_34 .td_module_wrap{padding-bottom:18px!important;margin-bottom:18px!important;clear:none!important;padding-bottom:18px;margin-bottom:18px}.tdi_34 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0!important;padding-bottom:0!important}.tdi_34 .td_module_wrap .td-module-container:before{display:block!important}.tdi_34 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none!important}.tdi_34 .td_module_wrap:nth-child(5n+1){clear:both!important}.tdi_34 .td-module-container:before{bottom:-18px}}.tdi_38{min-height:0}.td-header-desktop-sticky-wrap{transform:translateY(-120%);-webkit-transform:translateY(-120%);-moz-transform:translateY(-120%);-ms-transform:translateY(-120%);-o-transform:translateY(-120%);-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:all .3s ease-in-out}.tdi_40{min-height:0;display:block;padding-top:10px!important;padding-bottom:10px!important;box-shadow:0 0 0 #e0e0e0!important;position:relative}.tdi_40 .td_block_wrap{text-align:left}.tdi_39_rand_style>.td-element-style-before{content:''!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;display:block!important;z-index:0!important;border-color:#e8e8e8!important;border-style:solid!important;border-width:0 0 1px!important;background-size:cover!important;background-position:center top!important}.tdi_39_rand_style{background-color:#fff!important}.tdi_42{vertical-align:baseline;width:30%!important}.tdi_42>.wpb_wrapper{display:block;width:auto;height:auto}.tdi_42>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_43{width:130px!important}.tdi_43 .tdb-logo-a,.tdi_43 h1{flex-direction:row;align-items:center;justify-content:flex-start}.tdi_43 .tdb-logo-img{max-width:130px}.tdi_43 .tdb-logo-img-wrap{display:block}.tdi_45{vertical-align:baseline}.tdi_45>.wpb_wrapper{display:block;width:auto;height:auto}.tdi_45>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_46{margin-top:8px!important;display:inline-block;float:right;clear:none}.tdi_46 .tdb-head-search-btn i{font-size:21px;width:37.8px;height:37.8px;line-height:37.8px;color:#253543}.tdi_46 .tdb-head-search-btn svg{width:21px}.tdi_46 .tdb-head-search-btn{justify-content:flex-end}.tdi_46 .tdb-drop-down-search{left:auto;right:0}.tdi_46 .tdb-aj-search,.tdi_46 .tdb-search-form,body .tdi_46 .tdb-drop-down-search-inner{margin-left:auto;margin-right:0}.tdi_46 .tdb-head-search-btn svg,.tdi_46 .tdb-head-search-btn svg *{fill:#253543}.tdi_46 .tdb-search-form{border-color:#ebebeb}.tdi_46 .tdb-head-search-btn:after{border-bottom-color:#ebebeb}.tdi_46 .tdb-drop-down-search-inner{box-shadow:0 2px 6px 0 #e5e5e5}.tdi_46 .tdb-search-form-inner{background-color:rgba(30,115,190,.05)}.tdi_46 .tdb-search-form-inner:after{border-color:#ebebeb}.tdi_46 .tdb-head-search-form-btn{background-color:rgba(0,121,209,.51);font-family:Gibson-SemiBold!important}.tdi_46 .td_module_wrap{width:100%;float:left;padding-left:11px;padding-right:11px;padding-bottom:10px;margin-bottom:10px}.tdi_46 .td_module_wrap:nth-last-child(-n+1){margin-bottom:0;padding-bottom:0}.tdi_46 .td_module_wrap:nth-last-child(-n+1) .td-module-container:before{display:none}.tdi_46 .td-module-container:before{bottom:-10px;border-color:#eaeaea}.tdi_46 .td-module-container{border-color:#eaeaea;flex-direction:row}.tdi_46 .entry-thumb{background-position:center 50%}.tdi_46 .td-image-container{flex:0 0 30%;width:30%;display:block;order:0}.tdi_46 .td-module-meta-info{padding:2px 0 0 15px;border-color:#eaeaea}.tdi_46 .entry-title{margin:0 0 5px;font-family:Geomanist-Light!important}.tdi_46 .td-post-category:not(.td-post-extra-category){display:none}.tdi_46 .td-author-date{display:inline}.tdi_46 .tdb-author-photo .avatar{width:20px;height:20px;margin-right:6px;border-radius:50%}.tdi_46 .td-editor-date,.tdi_46 .td-post-category{font-family:Geomanist-Light!important}@media (min-width:1019px) and (max-width:1140px){.tdi_46 .td_module_wrap{padding-bottom:10px!important;margin-bottom:10px!important;padding-bottom:10px;margin-bottom:10px}.tdi_46 .td_module_wrap:nth-last-child(-n+1){margin-bottom:0!important;padding-bottom:0!important}.tdi_46 .td_module_wrap .td-module-container:before{display:block!important}.tdi_46 .td_module_wrap:nth-last-child(-n+1) .td-module-container:before{display:none!important}.tdi_46 .td-module-container:before{bottom:-10px}}@media (min-width:768px) and (max-width:1018px){.tdi_46 .td_module_wrap{padding-bottom:10px!important;margin-bottom:10px!important;padding-bottom:10px;margin-bottom:10px}.tdi_46 .td_module_wrap:nth-last-child(-n+1){margin-bottom:0!important;padding-bottom:0!important}.tdi_46 .td_module_wrap .td-module-container:before{display:block!important}.tdi_46 .td_module_wrap:nth-last-child(-n+1) .td-module-container:before{display:none!important}.tdi_46 .td-module-container:before{bottom:-10px}}@media (max-width:767px){.tdi_46 .td_module_wrap{padding-bottom:10px!important;margin-bottom:10px!important;padding-bottom:10px;margin-bottom:10px}.tdi_46 .td_module_wrap:nth-last-child(-n+1){margin-bottom:0!important;padding-bottom:0!important}.tdi_46 .td_module_wrap .td-module-container:before{display:block!important}.tdi_46 .td_module_wrap:nth-last-child(-n+1) .td-module-container:before{display:none!important}.tdi_46 .td-module-container:before{bottom:-10px}}.tdi_47{display:inline-block;float:right;clear:none}.tdi_47 .td_block_inner{text-align:right}.tdi_47 .tdb-menu>li>a{padding:0 13px;color:#253543;font-family:Gibson-SemiBold!important;font-size:18px!important;font-weight:400!important;text-transform:capitalize!important}.tdi_47 .tdb-menu>li>a .tdb-sub-menu-icon{top:-1px}.tdi_47 .tdb-menu .tdb-normal-menu ul{text-align:right;box-shadow:1px 1px 4px 0 rgba(0,0,0,.15)}.tdi_47 .tdb-normal-menu ul .tdb-menu-item>a .tdb-sub-menu-icon{right:0;margin-top:1px}.tdi_47 .tdb-menu .tdb-normal-menu ul .tdb-menu-item>a{color:#243543;font-family:Gibson-SemiBold!important;font-size:14px!important}.tdi_47 .tdb-menu .tdb-mega-menu .sub-menu>li{box-shadow:0 2px 6px 0 rgba(0,0,0,.1)}.tdi_47 .tdb-menu>li>a:after{height:0;bottom:0}.tdi_47 .tdb-menu ul .tdb-normal-menu:hover>a{color:#0079d1}.tdi_48:not(.td-no-subcats) .td_module_wrap{width:25%;float:left}.tdi_48.td-no-subcats .td_module_wrap{width:20%;float:left}.tdi_48 .td_module_wrap:nth-child(5n+1){clear:both}.tdi_48 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0;padding-bottom:0}.tdi_48 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none}.tdi_48 .td_module_wrap{padding-left:11px;padding-right:11px;padding-bottom:18px;margin-bottom:18px;display:flex;flex-direction:column}.tdi_48 .td_block_inner{margin-left:-11px;margin-right:-11px;display:flex;flex-wrap:wrap}.tdi_48 .td-module-container:before{bottom:-18px;border-color:#eaeaea}.tdi_48 .td-module-container{border-color:#eaeaea;flex-direction:column;flex:1;flex-basis:auto}.tdi_48 .entry-thumb{background-position:center 50%}.tdi_48 .td-image-container{display:block;order:0}.tdi_48 .td-module-meta-info{border-color:#eaeaea}.tdi_48 .td-post-category:not(.td-post-extra-category){display:inline-block}.tdi_48 .td-author-date{display:inline}html:not([class*=ie]) .tdi_48 .td-module-container:hover .entry-thumb:before{opacity:0}@media (min-width:1019px) and (max-width:1140px){.tdi_48 .td_module_wrap{padding-bottom:18px!important;margin-bottom:18px!important;clear:none!important;padding-bottom:18px;margin-bottom:18px}.tdi_48 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0!important;padding-bottom:0!important}.tdi_48 .td_module_wrap .td-module-container:before{display:block!important}.tdi_48 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none!important}.tdi_48 .td_module_wrap:nth-child(5n+1){clear:both!important}.tdi_48 .td-module-container:before{bottom:-18px}}@media (min-width:768px) and (max-width:1018px){.tdi_48 .td_module_wrap{padding-bottom:18px!important;margin-bottom:18px!important;clear:none!important;padding-bottom:18px;margin-bottom:18px}.tdi_48 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0!important;padding-bottom:0!important}.tdi_48 .td_module_wrap .td-module-container:before{display:block!important}.tdi_48 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none!important}.tdi_48 .td_module_wrap:nth-child(5n+1){clear:both!important}.tdi_48 .td-module-container:before{bottom:-18px}}@media (max-width:767px){.tdi_48 .td_module_wrap{padding-bottom:18px!important;margin-bottom:18px!important;clear:none!important;padding-bottom:18px;margin-bottom:18px}.tdi_48 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0!important;padding-bottom:0!important}.tdi_48 .td_module_wrap .td-module-container:before{display:block!important}.tdi_48 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none!important}.tdi_48 .td_module_wrap:nth-child(5n+1){clear:both!important}.tdi_48 .td-module-container:before{bottom:-18px}}.tdi_49:not(.td-no-subcats) .td_module_wrap{width:25%;float:left}.tdi_49.td-no-subcats .td_module_wrap{width:20%;float:left}.tdi_49 .td_module_wrap:nth-child(5n+1){clear:both}.tdi_49 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0;padding-bottom:0}.tdi_49 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none}.tdi_49 .td_module_wrap{padding-left:11px;padding-right:11px;padding-bottom:18px;margin-bottom:18px;display:flex;flex-direction:column}.tdi_49 .td_block_inner{margin-left:-11px;margin-right:-11px;display:flex;flex-wrap:wrap}.tdi_49 .td-module-container:before{bottom:-18px;border-color:#eaeaea}.tdi_49 .td-module-container{border-color:#eaeaea;flex-direction:column;flex:1;flex-basis:auto}.tdi_49 .entry-thumb{background-position:center 50%}.tdi_49 .td-image-container{display:block;order:0}.tdi_49 .td-module-meta-info{border-color:#eaeaea}.tdi_49 .td-post-category:not(.td-post-extra-category){display:inline-block}.tdi_49 .td-author-date{display:inline}html:not([class*=ie]) .tdi_49 .td-module-container:hover .entry-thumb:before{opacity:0}@media (min-width:1019px) and (max-width:1140px){.tdi_49 .td_module_wrap{padding-bottom:18px!important;margin-bottom:18px!important;clear:none!important;padding-bottom:18px;margin-bottom:18px}.tdi_49 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0!important;padding-bottom:0!important}.tdi_49 .td_module_wrap .td-module-container:before{display:block!important}.tdi_49 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none!important}.tdi_49 .td_module_wrap:nth-child(5n+1){clear:both!important}.tdi_49 .td-module-container:before{bottom:-18px}}@media (min-width:768px) and (max-width:1018px){.tdi_49 .td_module_wrap{padding-bottom:18px!important;margin-bottom:18px!important;clear:none!important;padding-bottom:18px;margin-bottom:18px}.tdi_49 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0!important;padding-bottom:0!important}.tdi_49 .td_module_wrap .td-module-container:before{display:block!important}.tdi_49 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none!important}.tdi_49 .td_module_wrap:nth-child(5n+1){clear:both!important}.tdi_49 .td-module-container:before{bottom:-18px}}@media (max-width:767px){.tdi_49 .td_module_wrap{padding-bottom:18px!important;margin-bottom:18px!important;clear:none!important;padding-bottom:18px;margin-bottom:18px}.tdi_49 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0!important;padding-bottom:0!important}.tdi_49 .td_module_wrap .td-module-container:before{display:block!important}.tdi_49 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none!important}.tdi_49 .td_module_wrap:nth-child(5n+1){clear:both!important}.tdi_49 .td-module-container:before{bottom:-18px}}.tdi_50:not(.td-no-subcats) .td_module_wrap{width:25%;float:left}.tdi_50.td-no-subcats .td_module_wrap{width:20%;float:left}.tdi_50 .td_module_wrap:nth-child(5n+1){clear:both}.tdi_50 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0;padding-bottom:0}.tdi_50 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none}.tdi_50 .td_module_wrap{padding-left:11px;padding-right:11px;padding-bottom:18px;margin-bottom:18px;display:flex;flex-direction:column}.tdi_50 .td_block_inner{margin-left:-11px;margin-right:-11px;display:flex;flex-wrap:wrap}.tdi_50 .td-module-container:before{bottom:-18px;border-color:#eaeaea}.tdi_50 .td-module-container{border-color:#eaeaea;flex-direction:column;flex:1;flex-basis:auto}.tdi_50 .entry-thumb{background-position:center 50%}.tdi_50 .td-image-container{display:block;order:0}.tdi_50 .td-module-meta-info{border-color:#eaeaea}.tdi_50 .td-post-category:not(.td-post-extra-category){display:inline-block}.tdi_50 .td-author-date{display:inline}html:not([class*=ie]) .tdi_50 .td-module-container:hover .entry-thumb:before{opacity:0}.tdb-autoload-wrap{position:relative}.tdi_54,.tdi_56{min-height:0}.tdi_56{display:block;margin-top:20px!important;padding-bottom:50px!important;position:relative}.tdi_56 .td_block_wrap{text-align:left}.tdi_55_rand_style>.td-element-style-before{content:''!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;display:block!important;z-index:0!important;background-repeat:no-repeat!important;background-position:center bottom!important;opacity:.2!important}.tdi_58{vertical-align:baseline;width:70%!important}.tdi_58>.wpb_wrapper{display:block;width:auto;height:auto}.tdi_58>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_59{margin-top:10px!important;margin-bottom:10px!important}@media (min-width:1019px) and (max-width:1140px){.tdi_50 .td_module_wrap{padding-bottom:18px!important;margin-bottom:18px!important;clear:none!important;padding-bottom:18px;margin-bottom:18px}.tdi_50 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0!important;padding-bottom:0!important}.tdi_50 .td_module_wrap .td-module-container:before{display:block!important}.tdi_50 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none!important}.tdi_50 .td_module_wrap:nth-child(5n+1){clear:both!important}.tdi_50 .td-module-container:before{bottom:-18px}.tdi_56{padding-bottom:100px!important}.tdi_59{margin-top:50px!important;margin-bottom:13px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_50 .td_module_wrap{padding-bottom:18px!important;margin-bottom:18px!important;clear:none!important;padding-bottom:18px;margin-bottom:18px}.tdi_50 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0!important;padding-bottom:0!important}.tdi_50 .td_module_wrap .td-module-container:before{display:block!important}.tdi_50 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none!important}.tdi_50 .td_module_wrap:nth-child(5n+1){clear:both!important}.tdi_50 .td-module-container:before{bottom:-18px}.tdi_56{margin-right:0!important;margin-left:0!important;padding-bottom:80px!important}.tdi_59{margin-top:30px!important;margin-bottom:9px!important}}@media (max-width:767px){.tdi_50 .td_module_wrap{padding-bottom:18px!important;margin-bottom:18px!important;clear:none!important;padding-bottom:18px;margin-bottom:18px}.tdi_50 .td_module_wrap:nth-last-child(-n+5){margin-bottom:0!important;padding-bottom:0!important}.tdi_50 .td_module_wrap .td-module-container:before{display:block!important}.tdi_50 .td_module_wrap:nth-last-child(-n+5) .td-module-container:before{display:none!important}.tdi_50 .td_module_wrap:nth-child(5n+1){clear:both!important}.tdi_50 .td-module-container:before{bottom:-18px}.tdi_56{margin-right:0!important;margin-left:0!important;padding-bottom:80px!important}.tdi_58{width:100%!important}.tdi_59{margin-top:0!important;margin-bottom:20px!important}}.tdb_title{margin-bottom:19px}.tdb-title-text{display:inline-block;position:relative;margin:0;word-wrap:break-word;font-size:30px;line-height:38px;font-weight:700}.tdb-title-line{display:none;position:relative}.tdb-title-line:after{content:'';width:100%;position:absolute;background-color:#4db2ec;top:0;left:0;margin:auto}.tdb-single-title .tdb-title-text{font-size:41px;line-height:50px;font-weight:400}.tdi_59 .tdb-title-text{color:#333a3d;font-family:Gibson-SemiBold!important;font-size:48px!important;line-height:1.1!important}.tdi_59 .tdb-title-line:after{height:2px;bottom:40%}.tdi_59 .tdb-title-line{height:50px}.td-theme-wrap .tdi_59{text-align:left}@media (min-width:1019px) and (max-width:1140px){.tdi_59 .tdb-title-text{font-family:Gibson-SemiBold!important;font-size:32px!important;line-height:1.1!important}}@media (min-width:768px) and (max-width:1018px){.tdi_59 .tdb-title-text{font-family:Gibson-SemiBold!important;font-size:28px!important;line-height:1.1!important}}@media (max-width:767px){.tdi_59 .tdb-title-text{font-family:Gibson-SemiBold!important;font-size:33px!important;line-height:1.1!important;font-weight:700!important;letter-spacing:-.1px!important}}.tdi_60{padding-right:3px!important;display:inline-block}.tdb-post-meta{margin-bottom:16px;color:#444;font-family:'Open Sans','Open Sans Regular',sans-serif;font-size:11px;font-weight:400;clear:none;vertical-align:middle;line-height:1}.tdb-post-meta i,.tdb-post-meta span,.tdb-post-meta time{vertical-align:middle}.tdb_single_author{line-height:30px}.tdb_single_author a{vertical-align:middle}.tdb_single_author .tdb-block-inner{display:flex;align-items:center}.tdb_single_author .tdb-author-name-wrap{display:flex}.tdb_single_author .tdb-author-name{font-weight:700;margin-right:3px}.tdb_single_author .tdb-author-by{margin-right:3px}.tdb_single_author .tdb-author-photo img{display:block}.tdi_60 .tdb-author-name-wrap{align-items:baseline}.tdi_60 .avatar{width:20px;height:20px;margin-right:6px;border-radius:50%}.tdi_60 .tdb-author-by,.tdi_60 .tdb-author-name{color:#747474;font-family:Geomanist-Light!important}.tdi_61{padding-left:5px!important;border-color:#eaeaea!important;border-style:solid!important;border-width:0 0 0 1px!important;display:inline-block;color:#747474;font-family:Geomanist-Light!important}.tdb_single_modified_date svg{height:auto}.tdb_single_modified_date svg,.tdb_single_modified_date svg *{fill:#444}.tdi_61 svg{width:14px}.tdi_61 svg,.tdi_61 svg *{fill:#747474}.tdi_61 span{color:#747474;font-family:Geomanist-Light!important}.tdb_single_bg_featured_image{margin-bottom:26px;overflow:hidden}.tdb-featured-image-bg{background-color:#f1f1f1;background-position:center center}.tdi_62 .tdb-featured-image-bg{background:url('https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast.jpg');background-size:cover;background-repeat:no-repeat;background-position:center 50%;padding-bottom:370px}html:not(.td-md-is-ios):not(.td-md-is-android) .tdi_62 .tdb-featured-image-bg{background-attachment:scroll}.tdi_62 .tdb-featured-image-bg:hover:before{opacity:0}@media (min-width:768px) and (max-width:1018px){.tdi_62 .tdb-featured-image-bg{padding-bottom:200px}}.tdi_63{margin-top:-10px!important;margin-bottom:0!important;color:grey}.tdi_63,.tdi_63 p{font-family:Geomanist-Light!important;font-size:13px!important;line-height:1.1!important}.tdi_64{margin-top:-5px!important;margin-bottom:15px!important}@media (max-width:767px){.tdi_62 .tdb-featured-image-bg{padding-bottom:190px}.tdi_63{display:none!important}.tdi_64{margin-bottom:15px!important}}.tdb_single_subtitle{margin-bottom:14px}.tdb_single_subtitle h1,.tdb_single_subtitle h2,.tdb_single_subtitle h3,.tdb_single_subtitle h4,.tdb_single_subtitle p{font-family:'Open Sans','Open Sans Regular',sans-serif;font-size:16px;font-style:italic;font-weight:300;line-height:24px;margin-top:0;margin-bottom:0;color:#747474}.tdi_64 p{background:-webkit-linear-gradient(0deg,#0014b2,#22b4d8);background:linear-gradient(0deg,#0014b2,#22b4d8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}html[class*=ie] .tdi_64 p{background:0 0;color:#22b4d8}.td-theme-wrap .tdi_64{text-align:left}.tdi_64 h1,.tdi_64 h2,.tdi_64 h3,.tdi_64 h4,.tdi_64 p{font-family:Gibson-SemiBold!important;font-size:26px!important;line-height:1.2!important;font-style:normal!important;font-weight:500!important}@media (max-width:767px){.tdi_64 h1,.tdi_64 h2,.tdi_64 h3,.tdi_64 h4,.tdi_64 p{font-family:Gibson-SemiBold!important;font-size:23px!important;line-height:1.3!important;font-style:normal!important;font-weight:500!important}}.tdb_single_content{margin-bottom:0}.tdb_single_content:after,.tdb_single_content:before{display:table;content:'';line-height:0}.tdb_single_content:after{clear:both}.tdb_single_content .tdb-block-inner>:not(.wp-block-quote):not(.alignwide):not(.alignfull.wp-block-cover.has-parallax):not(.td-a-ad){margin-left:auto;margin-right:auto}.tdb_single_content a{pointer-events:auto}.tdb_single_content .tdb-block-inner.td-fix-index{word-break:break-word}.tdi_65,.tdi_65 .tdb-block-inner>p,.tdi_65>p{font-family:Geomanist-Light!important;font-size:18px!important;line-height:1.7!important}.tdi_65 h1{font-family:Gibson-SemiBold!important}.tdi_65 h2{font-family:Gibson-SemiBold!important;font-size:40px!important;line-height:1.3!important}.tdi_65 h3:not(.tds-locker-title){font-family:Gibson-SemiBold!important;font-size:35px!important;line-height:1.3!important}.tdi_65 h4{font-family:Gibson-SemiBold!important;font-size:30px!important;line-height:1.3!important}.tdi_65 h5{font-family:Gibson-SemiBold!important;font-size:25px!important;line-height:1.3!important}.tdi_65 li{font-family:Geomanist-Light!important;font-size:18px!important}.tdi_65 li:before{margin-top:1px;line-height:18px!important}.tdi_65 .tdb-block-inner blockquote p{font-family:Merriweather!important;font-size:27px!important;line-height:1.2!important;font-style:normal!important;text-transform:none!important;color:#000}.tdi_65,.tdi_65 p{color:#26282d}.tdi_65 h1,.tdi_65 h2,.tdi_65 h3:not(.tds-locker-title),.tdi_65 h4,.tdi_65 h5{color:#333a3d}@media print{.single .td-footer-template-wrap,.single .td-header-template-wrap,.single .td_block_wrap:not(.tdb_breadcrumbs):not(.tdb_single_categories):not(.tdb-single-title):not(.tdb_single_author):not(.tdb_single_date ):not(.tdb_single_comments_count ):not(.tdb_single_post_views):not(.tdb_single_featured_image):not(.tdb_single_content){display:none}.single.td-animation-stack-type0 .post img{opacity:1!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_65,.tdi_65 .tdb-block-inner>p,.tdi_65>p{font-family:Geomanist-Light!important;font-size:16px!important;line-height:1.7!important}.tdi_65 .tdb-block-inner blockquote p{font-family:Merriweather!important;font-size:21px!important;line-height:1.3!important;font-style:normal!important;text-transform:none!important}.tdi_66{margin-bottom:3px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_65,.tdi_65 .tdb-block-inner>p,.tdi_65>p{font-family:Geomanist-Light!important;font-size:15px!important;line-height:1.7!important}.tdi_65 .tdb-block-inner blockquote p{font-family:Merriweather!important;font-size:18px!important;line-height:1.2!important;font-style:normal!important;text-transform:none!important}.tdi_66{margin-bottom:-8px!important}}@media (max-width:767px){.tdi_65 h2{font-family:Gibson-SemiBold!important;font-size:30px!important;line-height:1.1!important;letter-spacing:-.1px!important}.tdi_65 h3:not(.tds-locker-title){font-family:Gibson-SemiBold!important;font-size:25px!important;line-height:1.1!important;letter-spacing:-.1px!important}.tdi_65 h4{font-family:Gibson-SemiBold!important;font-size:23px!important;line-height:1.1!important;letter-spacing:-.1px!important}.tdi_65 h5{font-family:Gibson-SemiBold!important;font-size:20px!important;line-height:1.1!important;letter-spacing:-.1px!important}.tdi_65 li{font-family:Geomanist-Light!important;font-size:17px!important}.tdi_65 li:before{margin-top:1px;line-height:17px!important}.tdi_65 .tdb-block-inner blockquote p{font-family:Merriweather!important;font-size:18px!important;line-height:1.3!important;font-style:normal!important;text-transform:none!important}.tdi_66{margin-top:0!important;margin-bottom:0!important;justify-content:center!important;text-align:center!important}}.tdm_block_column_title{margin-bottom:0;display:inline-block;width:100%}.tdi_67 .tdm-title{color:#333a3d;font-family:Gibson-SemiBold!important;font-size:25px!important;font-weight:700!important}body .tdi_67 .tdm-title-line:after{background:rgba(0,121,209,.23)}.tdi_67 .tdm-title-line{width:100%;height:49px}.tdi_67 .tdm-title-line:after{height:3px;bottom:40%}.tdi_68{margin-bottom:30px!important;border-color:#eaeaea!important;border-style:solid!important;border-width:0!important;padding:0;border:0 solid #ededed}.tdb-author-box .tdb-author-info,.tdb-author-box .tdb-author-photo{display:table-cell;vertical-align:top}.tdb-author-box .tdb-author-name,.tdb-author-box .tdb-author-photo img{display:block}.tdb-author-box .tdb-author-name{margin:7px 0 8px;font-family:'Open Sans','Open Sans Regular',sans-serif;font-size:15px;line-height:21px;font-weight:700;color:#222}.tdb-author-box .tdb-author-name:hover{color:#4db2ec}.tdb-author-box .tdb-author-descr{font-size:12px}.tdb-author-box .tdb-author-social{margin-top:4px}.tdi_68 .tdb-author-info{width:auto;padding-bottom:0;padding-left:21px}.tdi_68 .tdb-author-photo{width:130px;transform:translateZ(0);-webkit-transform:translateZ(0);pointer-events:auto}.tdi_68 .avatar,.tdi_68 .tdb-author-photo:after,.tdi_68 .tdb-author-photo:before{border-radius:50%}.tdi_68 .tdb-author-name{color:#333a3d;margin:5px 0;font-family:Gibson-SemiBold!important;font-size:18px!important;font-style:italic!important}.tdi_68 .tdb-author-descr{color:#bfbfbf;margin:10px 0;font-family:Geomanist-Light!important;font-size:14px!important;line-height:1.4!important;font-style:italic!important}.tdi_68 .tdb-author-photo:hover:before{opacity:0}@media (min-width:1019px) and (max-width:1140px){.tdi_68{border:0 solid #ededed}.tdi_72{margin-bottom:3px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_68{border:0 solid #ededed}}@media (max-width:767px){.tdi_68{border:0 solid #ededed}.tdi_68 .tdb-author-photo{display:inline-block;transform:translateZ(0);-webkit-transform:translateZ(0)}.tdi_68 .tdb-author-info{display:inline-block;width:100%;padding-top:10px;padding-left:0}.tdi_68 .tdb-block-inner{text-align:center}}.td_block_template_2.widget>ul>li{margin-left:0!important}.td_block_template_2 .td-block-title{font-size:17px;font-weight:500;margin-top:0;margin-bottom:16px;line-height:31px;text-align:left}.td_block_template_2 .td-block-title>*{color:#000}.td-theme-wrap .tdi_69 .td-block-title>*,.td-theme-wrap .tdi_69 .td_module_wrap:hover .entry-title a{color:#0079d1}.td-theme-wrap .tdi_69 .td-next-prev-wrap a:hover{background-color:#0079d1;border-color:#0079d1}.td-theme-wrap .tdi_69 .td-post-category:hover{background-color:#0079d1}.tdi_69{margin-top:30px!important}.tdb_single_comments input[type=text]{min-height:34px;height:auto}.tdb_single_comments .comments{margin-bottom:0}.tdi_69 .comment{border-bottom-style:solid}.tdi_69 .td-comments-title a,.tdi_69 .td-comments-title span{font-family:Gibson-SemiBold!important;font-size:25px!important;text-transform:lowercase!important}.tdi_69 input[type=text],.tdi_69 textarea{font-family:Geomanist-Light!important}@media (min-width:767px){.tdb-comm-layout2 form{margin:0 -10px}}.tdi_71{vertical-align:middle;width:30%!important}.tdi_71>.wpb_wrapper{display:block;width:auto;height:auto}.tdi_71>.wpb_wrapper>.vc_row_inner{width:auto}@media (min-width:768px) and (max-width:1018px){.tdi_72{margin-bottom:-8px!important}}@media (max-width:767px){.tdi_71{width:100%!important}.tdi_72{margin-top:0!important;margin-bottom:0!important;justify-content:center!important;text-align:center!important}}.tdi_73 .tdm-title{color:#2b2b2b;font-family:Gibson-SemiBold!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1.2px!important}body .tdi_73 .tdm-title-line:after{background:rgba(0,121,209,.23)}.tdi_73 .tdm-title-line{width:100%;height:49px}.tdi_73 .tdm-title-line:after{height:3px;bottom:40%}.tdi_74{margin-bottom:0!important}.tdi_74 .td-image-wrap{padding-bottom:65%}.tdi_74 .entry-thumb{background-position:center 50%}.tdi_74 .td-image-container{flex:0 0 30%;width:30%;display:block;order:0}.tdi_74 .td-module-container{flex-direction:row;border-color:#eaeaea!important}.tdi_74 .td-module-meta-info{padding:1% 5%;display:flex;flex-direction:column;justify-content:center;border-color:#eaeaea}.tdi_74 .td_module_wrap{padding-left:10px;padding-right:10px;padding-bottom:10px;margin-bottom:10px}.tdi_74 .td_block_inner{margin-left:-10px;margin-right:-10px}.tdi_74 .td-module-container:before{bottom:-10px;border-width:0 0 1px;border-style:solid;border-color:#eaeaea;border-color:#eaeaea}.tdi_74 .td-post-category{padding:3px 0 4px;background-color:rgba(13,66,162,0);color:#0d42a2;font-family:Muli!important;font-size:11px!important;font-weight:800!important;text-transform:uppercase!important}.tdi_74 .td-author-date,.tdi_74 .td-post-category:not(.td-post-extra-category){display:none}.tdi_74 .td_module_wrap:nth-last-child(1){margin-bottom:0;padding-bottom:0}.tdi_74 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none}.tdi_74 .td-module-title a{color:#0079d1}.tdi_74 .td_module_wrap:hover .td-module-title a{color:#0079d1!important}.tdi_74 .entry-title{margin:0 0 12px;font-family:Geomanist-Light!important;font-size:13px!important;line-height:1.5!important;font-weight:400!important}.tdi_74 .td-editor-date,.tdi_74 .td-editor-date .entry-date{font-family:Muli!important;font-size:11px!important;font-weight:800!important;text-transform:uppercase!important}html:not([class*=ie]) .tdi_74 .td-module-container:hover .entry-thumb:before{opacity:0}@media (min-width:1019px) and (max-width:1140px){.tdi_74 .td_module_wrap{padding-bottom:17px;margin-bottom:17px;padding-bottom:17px!important;margin-bottom:17px!important}.tdi_74 .td-module-container:before{bottom:-17px}.tdi_74 .td_module_wrap:nth-last-child(1){margin-bottom:0!important;padding-bottom:0!important}.tdi_74 .td_module_wrap .td-module-container:before{display:block!important}.tdi_74 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none!important}.tdi_74 .entry-title{margin:0 0 8px;font-family:Geomanist-Light!important;font-size:16px!important;line-height:1.1!important;font-weight:400!important}.tdi_74 .td-editor-date,.tdi_74 .td-editor-date .entry-date,.tdi_74 .td-post-category{font-family:Muli!important;font-size:10px!important;font-weight:800!important;text-transform:uppercase!important}.tdi_75{margin-bottom:3px!important}}@media (min-width:768px) and (max-width:1018px){.tdi_74 .td_module_wrap{padding-bottom:12px;margin-bottom:12px;padding-bottom:12px!important;margin-bottom:12px!important}.tdi_74 .td-module-container:before{bottom:-12px}.tdi_74 .td_module_wrap:nth-last-child(1){margin-bottom:0!important;padding-bottom:0!important}.tdi_74 .td_module_wrap .td-module-container:before{display:block!important}.tdi_74 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none!important}.tdi_74 .entry-title{margin:0 0 6px;font-family:Geomanist-Light!important;font-size:14px!important;line-height:1.1!important;font-weight:600!important}.tdi_74 .td-editor-date,.tdi_74 .td-editor-date .entry-date,.tdi_74 .td-post-category{font-family:Muli!important;font-size:9px!important;font-weight:800!important;text-transform:uppercase!important}.tdi_75{margin-bottom:-8px!important}}@media (max-width:767px){.tdi_74 .td_module_wrap{padding-bottom:16px;margin-bottom:16px;padding-bottom:16px!important;margin-bottom:16px!important}.tdi_74 .td-module-container:before{bottom:-16px}.tdi_74 .td_module_wrap:nth-last-child(1){margin-bottom:0!important;padding-bottom:0!important}.tdi_74 .td_module_wrap .td-module-container:before{display:block!important}.tdi_74 .td_module_wrap:nth-last-child(1) .td-module-container:before{display:none!important}.tdi_74 .entry-title{margin:0 0 8px;font-family:Geomanist-Light!important;font-size:16px!important;line-height:1.1!important;font-weight:400!important}.tdi_74 .td-editor-date,.tdi_74 .td-editor-date .entry-date,.tdi_74 .td-post-category{font-family:Muli!important;font-size:10px!important;font-weight:800!important;text-transform:uppercase!important}.tdi_75{margin-top:0!important;margin-bottom:0!important;justify-content:center!important;text-align:center!important}}.tdi_76 .tdm-title{color:#2b2b2b;font-family:Gibson-SemiBold!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1.2px!important}body .tdi_76 .tdm-title-line:after{background:rgba(0,121,209,.23)}.tdi_76 .tdm-title-line{width:100%;height:49px}.tdi_76 .tdm-title-line:after{height:3px;bottom:40%}.tdi_77{margin-top:-20px!important}.tdb_single_categories{margin:0 0 10px;line-height:1;font-family:'Open Sans','Open Sans Regular',sans-serif}.tdb_single_categories a{pointer-events:auto;font-size:10px;display:inline-block;margin:0 5px 5px 0;line-height:1;color:#fff;padding:3px 6px 4px;white-space:nowrap;position:relative;vertical-align:middle}.tdb_single_categories a:hover .tdb-cat-bg{opacity:.9}.tdb_single_categories a:hover .tdb-cat-bg:before{opacity:1}.tdb-category i:last-of-type{display:none}.tdb-cat-bg{position:absolute;background-color:#222;border:1px solid #222;width:100%;height:100%;top:0;left:0;z-index:-1}.tdb-cat-bg:before{content:'';width:100%;height:100%;left:0;top:0;position:absolute;z-index:-1;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s ease}.tdi_77 .tdb-cat-bg{border-width:1px;background-color:#fff!important;border-color:#fff!important}.tdi_77 .tdb-entry-category{color:#0079d1!important;font-family:Gibson-SemiBold!important;font-size:18px!important;font-weight:700!important}.tdi_77 .tdb-entry-category:hover .tdb-cat-bg{border-color:#fff!important}.td-theme-wrap .tdi_77{text-align:left}.tdi_78{margin-top:20px!important;margin-bottom:20px!important}.tdb_search_form{margin-bottom:40px}.tdb_search_form .tdb-search-form-inner{position:relative;display:flex;background-color:#fff}.tdb_search_form .tdb-search-form-border{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #e1e1e1;pointer-events:none;transition:all .3s ease}.tdb_search_form .tdb-search-form-input:focus+.tdb-search-form-border{border-color:#b0b0b0}.tdb_search_form .tdb-search-form-input:not([value=""])+.tdb-search-form-border+.tdb-search-form-placeholder{display:none}.tdb_search_form .tdb-search-form-btn,.tdb_search_form .tdb-search-form-input{height:auto;min-height:32px}.tdb_search_form .tdb-search-form-input{position:relative;flex:1;background-color:transparent;line-height:19px;border:0}.tdb_search_form .tdb-search-form-placeholder{position:absolute;top:50%;transform:translateY(-50%);padding:3px 9px;font-size:12px;line-height:21px;color:#999;-webkit-transition:.3s;transition:all .3s ease;pointer-events:none}.tdb-search-form-input:not(:placeholder-shown)~.tdb-search-form-placeholder,.tdb_search_form .tdb-search-form-input:focus+.tdb-search-form-border+.tdb-search-form-placeholder{opacity:0}.tdb_search_form .tdb-search-form-btn{text-shadow:none;padding:7px 15px 8px;line-height:16px;margin:0;background-color:#222;font-family:Roboto,sans-serif;font-size:13px;font-weight:500;color:#fff;z-index:1;-webkit-transition:.3s;transition:all .3s ease}.tdb_search_form .tdb-search-form-btn:hover{background-color:#4db2ec}.tdb_search_form .tdb-search-form-btn i,.tdb_search_form .tdb-search-form-btn span{display:inline-block;vertical-align:middle}.tdb_search_form .tdb-search-form-btn i{position:relative;font-size:12px}.tdb_search_form .tdb-search-form-btn .tdb-search-form-btn-icon{position:relative}.tdb_search_form .tdb-search-form-btn svg{width:12px;height:auto}.tdb_search_form .tdb-search-form-btn svg,.tdb_search_form .tdb-search-form-btn svg *{fill:#fff;-webkit-transition:.3s;transition:all .3s ease}.td-theme-wrap .tdi_78{text-align:center}.tdb-search-form-input:not(:placeholder-shown)~.tdb-search-form-placeholder,.tdi_78 .tdb-search-form-input:focus+.tdb-search-form-border+.tdb-search-form-placeholder{top:0;transform:translateY(0)}.tdi_78 .tdb-search-form-border,.tdi_78 .tdb-search-form-inner{border-radius:50px}.tdi_78 .tdb-search-form-input{border-top-left-radius:@input_radius;border-bottom-left-radius:@input_radius;color:#93a4ac;font-family:Geomanist-Light!important}.tdi_78 .tdb-search-form-btn i{font-size:15px;color:#0079d1}.tdi_78 .tdb-search-form-btn-icon{top:0}.tdi_78 .tdb-search-form-btn{padding:0 14px;border-radius:0 50px 50px 0;background-color:rgba(239,239,239,0);border-color:#eaeaea;font-family:'Gotham Book'!important}.tdi_78 .tdb-search-form-btn svg,.tdi_78 .tdb-search-form-btn svg *{fill:#0079d1}.tdi_78 .tdb-search-form-btn:hover{border-color:#d8d8d8}.tdi_78 .tdb-search-form-placeholder{font-family:Geomanist-Light!important}.tdi_83{min-height:0}.tdi_83>.td-element-style:after{content:''!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;z-index:0!important;display:block!important;background-color:#f9f9f9}.tdi_85{min-height:0;display:block;padding-top:20px!important;justify-content:center!important;text-align:center!important;position:relative}.tdi_85 .td_block_wrap{text-align:left}.tdi_84_rand_style{background-color:#fff!important}.tdi_87>.wpb_wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:flex-start;width:100%;height:100%}.tdi_87>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_87{vertical-align:baseline;justify-content:center!important;text-align:center!important}body .tdi_89 .tdm-title{color:#253543}.tdi_89 .tdm-title{font-family:Gibson-SemiBold!important;font-size:16px!important;font-weight:400!important;text-transform:uppercase!important;letter-spacing:3px!important}.tdi_91{min-height:0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:flex-start;justify-content:center!important;text-align:center!important;position:relative}.tdi_91 .td_block_wrap{text-align:left}.tdi_90_rand_style{background-color:#fff!important}.tdi_93{vertical-align:baseline}.tdi_93>.wpb_wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:flex-start;width:100%;height:100%}.tdi_93>.wpb_wrapper>.vc_row_inner{width:auto}.tdm_block.tdm_block_socials{margin-bottom:0}.tdm-social-wrapper:after,.tdm-social-wrapper:before{display:table;content:'';line-height:0}.tdm-social-wrapper:after{clear:both}.tdm-social-item-wrap{display:inline-block}.tdm-social-item{position:relative;display:inline-block;vertical-align:middle;-webkit-transition:.2s;transition:all .2s;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0)}.tdm-social-item i{font-size:14px;color:#4db2ec;-webkit-transition:.2s;transition:all .2s}.tdm-social-text{display:none;margin-top:-1px;vertical-align:middle;font-size:13px;color:#4db2ec;-webkit-transition:.2s;transition:all .2s}.tdm-social-item-wrap:hover .tdm-social-text,.tdm-social-item-wrap:hover i{color:#000}.tdm-social-item-wrap:last-child .tdm-social-text{margin-right:0!important}.tdi_95 .tdm-social-item i{font-size:28px;vertical-align:middle;line-height:70px}.tdi_95 .tdm-social-item i.td-icon-twitter{font-size:22.4px}.tdi_95 .tdm-social-item{width:70px;height:70px;margin:5px 10px 5px 0;box-shadow:0 2px 10px 0 rgba(0,0,0,.08)}.tdi_95 .tdm-social-item-wrap:last-child .tdm-social-item{margin-right:0!important}.tdi_95 .tdm-social-item-wrap:hover .tdm-social-item{box-shadow:0 2px 16px 0 rgba(0,0,0,.08)}.tdi_95 .tdm-social-text{display:none;margin-left:2px;margin-right:18px}.tdi_97{min-height:0;display:block;padding-top:20px!important;position:relative}.tdi_97 .td_block_wrap{text-align:left}@media (max-width:767px){.tdi_95 .tdm-social-item i{font-size:25px;vertical-align:middle;line-height:62.5px}.tdi_95 .tdm-social-item i.td-icon-twitter{font-size:20px}.tdi_95 .tdm-social-item{width:62.5px;height:62.5px}.tdi_97{display:none!important}}.tdi_96_rand_style{background-color:#fff!important}.tdi_99{vertical-align:baseline}.tdi_99>.wpb_wrapper{display:block;width:auto;height:auto}.tdi_99>.wpb_wrapper>.vc_row_inner{width:auto}body .tdi_101 .tdm-title{color:#253543}.tdi_101 .tdm-title{font-family:Gibson-SemiBold!important;font-size:16px!important;font-weight:400!important;text-transform:uppercase!important;letter-spacing:3px!important}.tdi_103{min-height:0;display:block;padding-top:10px!important;padding-bottom:10px!important;justify-content:center!important;text-align:center!important;position:relative}.tdi_103 .td_block_wrap{text-align:left}.tdi_102_rand_style::after{content:''!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;z-index:0!important;display:block!important;background:linear-gradient(rgba(0,112,140,.19),rgba(0,110,221,.29))!important}.tdi_105{vertical-align:baseline}.tdi_105>.wpb_wrapper{display:block;width:auto;height:auto}.tdi_105>.wpb_wrapper>.vc_row_inner{width:auto}.tdi_106{margin-bottom:0!important;padding-right:50px!important;padding-left:50px!important;position:relative;width:14.28%}@media (max-width:767px){.tdi_103{margin-right:30px!important;margin-left:30px!important;padding-top:15px!important;display:none!important}.tdi_106{padding-right:20px!important;padding-left:20px!important;width:50%}}@media (min-width:768px) and (max-width:1018px){.tdi_106{padding-right:15px!important;padding-left:15px!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_106{padding-right:20px!important;padding-left:20px!important}}.tdm_block_client .tdm-client-image{-webkit-transition:.4s;transition:all .4s}.tdi_106 .tdm-client-image,.tdi_106:hover .tdm-client-image{opacity:1}.tdi_106_rand_style>.td-element-style-before{content:''!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;display:block!important;z-index:0!important;background-position:center center!important;background-size:cover!important}.tdi_107{margin-bottom:0!important;padding-right:50px!important;padding-left:50px!important;position:relative;width:14.28%}@media (max-width:767px){.tdi_107{padding-right:20px!important;padding-left:20px!important;width:50%}}@media (min-width:768px) and (max-width:1018px){.tdi_107{padding-right:15px!important;padding-left:15px!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_107{padding-right:20px!important;padding-left:20px!important}}.tdi_107 .tdm-client-image,.tdi_107:hover .tdm-client-image{opacity:1}.tdi_107_rand_style>.td-element-style-before{content:''!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;display:block!important;z-index:0!important;background-position:center center!important;background-size:cover!important}.tdi_108{margin-bottom:0!important;padding-right:50px!important;padding-left:50px!important;position:relative;width:14.28%}@media (max-width:767px){.tdi_108{padding-right:20px!important;padding-left:20px!important;width:50%}}@media (min-width:768px) and (max-width:1018px){.tdi_108{padding-right:15px!important;padding-left:15px!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_108{padding-right:20px!important;padding-left:20px!important}}.tdi_108 .tdm-client-image,.tdi_108:hover .tdm-client-image{opacity:1}.tdi_108_rand_style>.td-element-style-before{content:''!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;display:block!important;z-index:0!important;background-position:center center!important;background-size:cover!important}.tdi_109{margin-bottom:0!important;padding-right:50px!important;padding-left:50px!important;position:relative;width:14.28%}@media (max-width:767px){.tdi_109{padding-right:20px!important;padding-left:20px!important;width:50%}}@media (min-width:768px) and (max-width:1018px){.tdi_109{padding-right:15px!important;padding-left:15px!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_109{padding-right:20px!important;padding-left:20px!important}}.tdi_109 .tdm-client-image,.tdi_109:hover .tdm-client-image{opacity:1}.tdi_109_rand_style>.td-element-style-before{content:''!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;display:block!important;z-index:0!important;background-position:center center!important;background-size:cover!important}.tdi_110{margin-bottom:0!important;padding-right:50px!important;padding-left:50px!important;position:relative;width:14.28%}@media (max-width:767px){.tdi_110{padding-right:20px!important;padding-left:20px!important;width:50%}}@media (min-width:768px) and (max-width:1018px){.tdi_110{padding-right:15px!important;padding-left:15px!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_110{padding-right:20px!important;padding-left:20px!important}}.tdi_110 .tdm-client-image,.tdi_110:hover .tdm-client-image{opacity:1}.tdi_110_rand_style>.td-element-style-before{content:''!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;display:block!important;z-index:0!important;background-position:center center!important;background-size:cover!important}.tdi_111{margin-bottom:0!important;padding-right:50px!important;padding-left:50px!important;position:relative;width:14.28%}@media (max-width:767px){.tdi_111{padding-right:20px!important;padding-left:20px!important;width:50%}}@media (min-width:768px) and (max-width:1018px){.tdi_111{padding-right:15px!important;padding-left:15px!important}}@media (min-width:1019px) and (max-width:1140px){.tdi_111{padding-right:20px!important;padding-left:20px!important}}.tdi_111 .tdm-client-image,.tdi_111:hover .tdm-client-image{opacity:1}.tdi_111_rand_style>.td-element-style-before{content:''!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;display:block!important;z-index:0!important;background-position:center center!important;background-size:cover!important}.tdi_112{margin-bottom:0!important;padding-right:50px!important;padding-left:50px!important;position:relative;width:14.28%}@media (max-width:767px){.tdi_112{padding-right:20px!important;padding-left:20px!important;width:50%}}@media (min-width:768px) and (max-width:1018px){.tdi_112{padding-right:15px!important;padding-left:15px!important}}.tdi_112 .tdm-client-image,.tdi_112:hover .tdm-client-image{opacity:1}.tdi_112_rand_style>.td-element-style-before{content:''!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;display:block!important;z-index:0!important;background-position:center center!important;background-size:cover!important}.tdi_114{min-height:0;display:block;padding-top:30px!important;position:relative}.tdi_114 .td_block_wrap{text-align:left}.tdi_113_rand_style{background-color:#fff!important}.tdi_116{vertical-align:baseline;width:calc(100% - 320px)!important}.tdi_116>.wpb_wrapper{display:block;width:auto;height:auto}.tdi_116>.wpb_wrapper>.vc_row_inner{width:auto}@media (min-width:1019px) and (max-width:1140px){.tdi_112{padding-right:20px!important;padding-left:20px!important}.tdi_116{width:calc(100% - 270px)!important}}@media (min-width:768px) and (max-width:1018px){.tdi_116{width:calc(100% - 220px)!important}}@media (max-width:767px){.tdi_116{width:auto!important}}.tdi_118{position:relative!important;top:0;transform:none;-webkit-transform:none;display:block}@media (min-width:768px){.tdi_114{margin-left:-10px;margin-right:-10px}.tdi_114 .vc_column{padding-left:10px;padding-right:10px}.tdi_118{margin-left:-10px;margin-right:-10px}.tdi_118 .vc_column_inner{padding-left:10px;padding-right:10px}}.tdi_120{vertical-align:baseline}.tdi_120 .vc_column-inner>.wpb_wrapper{display:block}.td-theme-wrap .tdi_121 .td-block-title>*,.td-theme-wrap .tdi_121 .td_module_wrap:hover .entry-title a{color:#253543}.td-theme-wrap .tdi_121 .td-next-prev-wrap a:hover{background-color:#253543;border-color:#253543}.td-theme-wrap .tdi_121 .td-post-category:hover{background-color:#253543}.tdi_121{margin-top:-8px!important;margin-bottom:-8px!important}body .tdi_121 .td-block-title a,body .tdi_121 .td-block-title span{font-family:Gibson-SemiBold!important;font-size:16px!important;font-weight:600!important;text-transform:uppercase!important}@media (min-width:1019px) and (max-width:1140px){body .tdi_121 .td-block-title a,body .tdi_121 .td-block-title span{font-family:Gibson-SemiBold!important;font-size:14px!important;line-height:19px!important;font-weight:600!important;text-transform:uppercase!important}}@media (min-width:768px) and (max-width:1018px){body .tdi_121 .td-block-title a,body .tdi_121 .td-block-title span{font-family:Gibson-SemiBold!important;font-size:12px!important;line-height:18px!important;font-weight:600!important;text-transform:uppercase!important}}.td_block_popular_categories{padding-bottom:0}.tdi_122 .td-cat-name{color:#253543}.tdi_122 .td-cat-no{color:#fff}.tdi_122 li:hover .td-cat-name{color:#4f79bc}.tdi_122 li:hover .td-cat-no{color:#fff}.tdi_122 li{font-family:Geomanist-Light!important;font-size:16px!important}.tdi_124{vertical-align:baseline}.tdi_124 .vc_column-inner>.wpb_wrapper{display:block}.td-theme-wrap .tdi_125 .td-block-title>*,.td-theme-wrap .tdi_125 .td_module_wrap:hover .entry-title a{color:#253543}.td-theme-wrap .tdi_125 .td-next-prev-wrap a:hover{background-color:#253543;border-color:#253543}.td-theme-wrap .tdi_125 .td-post-category:hover{background-color:#253543}.tdi_125{margin-top:-8px!important;margin-bottom:-8px!important}body .tdi_125 .td-block-title a,body .tdi_125 .td-block-title span{font-family:Gibson-SemiBold!important;font-size:16px!important;font-weight:600!important;text-transform:uppercase!important}@media (min-width:1019px) and (max-width:1140px){body .tdi_125 .td-block-title a,body .tdi_125 .td-block-title span{font-family:Gibson-SemiBold!important;font-size:14px!important;line-height:19px!important;font-weight:600!important;text-transform:uppercase!important}}@media (min-width:768px) and (max-width:1018px){body .tdi_125 .td-block-title a,body .tdi_125 .td-block-title span{font-family:Gibson-SemiBold!important;font-size:12px!important;line-height:18px!important;font-weight:600!important;text-transform:uppercase!important}}.td_block_list_menu ul{flex-wrap:wrap;margin-left:12px}.td_block_list_menu ul li{margin-left:0}.td_block_list_menu .sub-menu{padding-left:22px}.td_block_list_menu .sub-menu li{font-size:13px}.tdi_126 ul{text-align:left;justify-content:flex-start}.tdi_126 a{color:#253543}body .tdi_126 a:hover{color:#4f79bc}.tdi_126 li{font-family:Geomanist-Light!important;font-size:16px!important;font-weight:400!important}.tdi_128{vertical-align:baseline}.tdi_128 .vc_column-inner>.wpb_wrapper{display:block}.td-theme-wrap .tdi_129 .td-block-title>*,.td-theme-wrap .tdi_129 .td_module_wrap:hover .entry-title a{color:#253543}.td-theme-wrap .tdi_129 .td-next-prev-wrap a:hover{background-color:#253543;border-color:#253543}.td-theme-wrap .tdi_129 .td-post-category:hover{background-color:#253543}.tdi_129{margin-top:-8px!important;margin-bottom:-8px!important}body .tdi_129 .td-block-title a,body .tdi_129 .td-block-title span{font-family:Gibson-SemiBold!important;font-size:16px!important;font-weight:600!important;text-transform:uppercase!important}.tdi_130 ul{text-align:left;justify-content:flex-start}.tdi_130 a{color:#253543}body .tdi_130 a:hover{color:#4f79bc}.tdi_130 li{font-family:Geomanist-Light!important;font-size:16px!important;font-weight:400!important}.tdi_132{vertical-align:baseline;width:320px!important}.tdi_132>.wpb_wrapper{display:block;width:auto;height:auto}.tdi_132>.wpb_wrapper>.vc_row_inner{width:auto}@media (min-width:1019px) and (max-width:1140px){body .tdi_129 .td-block-title a,body .tdi_129 .td-block-title span{font-family:Gibson-SemiBold!important;font-size:14px!important;line-height:19px!important;font-weight:600!important;text-transform:uppercase!important}.tdi_132{width:270px!important}}@media (min-width:768px) and (max-width:1018px){body .tdi_129 .td-block-title a,body .tdi_129 .td-block-title span{font-family:Gibson-SemiBold!important;font-size:12px!important;line-height:18px!important;font-weight:600!important;text-transform:uppercase!important}.tdi_132{width:220px!important}}@media (max-width:767px){.tdi_132{width:auto!important}}.td-theme-wrap .tdi_133 .td-block-title>*,.td-theme-wrap .tdi_133 .td_module_wrap:hover .entry-title a{color:#253543}.td-theme-wrap .tdi_133 .td-next-prev-wrap a:hover{background-color:#253543;border-color:#253543}.td-theme-wrap .tdi_133 .td-post-category:hover{background-color:#253543}.tdi_133{margin-top:-8px!important;margin-bottom:-8px!important}body .tdi_133 .td-block-title a,body .tdi_133 .td-block-title span{font-family:Gibson-SemiBold!important;font-size:16px!important;font-weight:600!important;text-transform:uppercase!important}.tdi_134 ul{text-align:left;justify-content:flex-start}.tdi_134 a{color:#253543}body .tdi_134 a:hover{color:#4f79bc}.tdi_134 li{font-family:Geomanist-Light!important;font-size:16px!important;font-weight:400!important}.tdi_136{min-height:0;display:block;position:relative}.tdi_136 .td_block_wrap{text-align:left}.tdi_135_rand_style{background-color:#fff!important}.tdi_138{vertical-align:baseline}.tdi_138>.wpb_wrapper{display:block;width:auto;height:auto}.tdi_138>.wpb_wrapper>.vc_row_inner{width:auto}.td_block_separator{width:100%;align-items:center;margin-bottom:38px;padding-bottom:10px}.td_block_separator span{position:relative;display:block;margin:0 auto;width:100%;height:1px;border-top:1px solid #ebebeb}html :where([style*=border-width]){border-style:none}.tdi_140{margin-bottom:0!important;padding-top:9px!important;padding-bottom:20px!important}@media (min-width:1019px) and (max-width:1140px){body .tdi_133 .td-block-title a,body .tdi_133 .td-block-title span{font-family:Gibson-SemiBold!important;font-size:14px!important;line-height:19px!important;font-weight:600!important;text-transform:uppercase!important}.tdi_136{position:relative}.tdi_135_rand_style{background-color:#fff!important}.tdi_140{padding-top:5px!important;padding-bottom:16px!important}}@media (min-width:768px) and (max-width:1018px){body .tdi_133 .td-block-title a,body .tdi_133 .td-block-title span{font-family:Gibson-SemiBold!important;font-size:12px!important;line-height:18px!important;font-weight:600!important;text-transform:uppercase!important}.tdi_140{padding-top:5px!important;padding-bottom:16px!important}}.tdi_143{margin-top:-60px!important}@media (max-width:767px){.tdi_140{padding-top:5px!important;padding-bottom:16px!important}.tdi_143{margin-top:-40px!important}}.tdi_143 li{display:inline-block;font-family:Geomanist-Light!important;font-size:14px!important}.tdi_143 .menu{display:flex}.tdi_143 .sub-menu{display:none}.tdi_143 ul li{margin-right:15px}.tdi_143 ul li:last-child{margin-right:0}.tdi_143 ul{text-align:center;justify-content:center}.tdi_143 a{color:#a3a3a3}body .tdi_143 a:hover{color:#4f79bc}.tdi_143 .td-block-title a,.tdi_143 .td-block-title span{font-family:Geomanist-Light!important;font-size:13px!important}.lwptoc{margin:32px 0}.lwptoc:first-child{margin-top:16px}.lwptoc_i{padding:14px 18px 18px;text-align:left}.lwptoc_header{margin-bottom:6px}.lwptoc_toggle{white-space:nowrap;margin-left:4px;font-size:80%}.lwptoc_toggle:before{content:'['}.lwptoc_toggle:after{content:']'}.lwptoc_toggle_label{margin:0 1px}.lwptoc_item{margin-top:2px}.lwptoc_item:first-child{margin-top:0}.lwptoc_itemWrap .lwptoc_itemWrap{margin:2px 0 0 14px}.lwptoc-autoWidth .lwptoc_i{display:inline-block}.lwptoc-light .lwptoc_i{color:#333;background:#fafafa}.lwptoc-light .lwptoc_i A{color:#3175e4}.lwptoc-light .lwptoc_i A:active,.lwptoc-light .lwptoc_i A:focus,.lwptoc-light .lwptoc_i A:hover{color:#3175e4;border-color:#3175e4}.lwptoc-light .lwptoc_items A:visited{color:#000394}</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="pingback" href="https://www.mymillennialguide.com/xmlrpc.php" />
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

<style></style>

<link rel="icon" type="image/png" href="https://www.mymillennialguide.com/wp-content/uploads/My-Millennial-Guide-Logo-e1520118961949.png">

<meta name="description" content="Learn how to start a podcast today for free. I&#039;ll teach you how to make it, how to launch it, and how to profit. All you need is a great show idea." />
<link rel="canonical" href="https://www.mymillennialguide.com/how-to-start-a-podcast/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="How To Start A Podcast For Free: Starting a Podcast Guide" />
<meta property="og:description" content="Learn how to start a podcast today for free. I&#039;ll teach you how to make it, how to launch it, and how to profit. All you need is a great show idea." />
<meta property="og:url" content="https://www.mymillennialguide.com/how-to-start-a-podcast/" />
<meta property="og:site_name" content="My Millennial Guide" />
<meta property="article:publisher" content="https://www.facebook.com/bmeiggs/" />
<meta property="article:published_time" content="2022-04-16T12:14:00+00:00" />
<meta property="article:modified_time" content="2022-04-17T04:51:55+00:00" />
<meta property="og:image" content="https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast.jpg" />
<meta property="og:image:width" content="1999" />
<meta property="og:image:height" content="1278" />
<meta property="og:image:type" content="image/jpeg" />
<meta name="author" content="Zach Dayne" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@themillennialmg" />
<meta name="twitter:site" content="@bmeiggs" />
<meta name="twitter:label1" content="Written by" />
<meta name="twitter:data1" content="Zach Dayne" />
<meta name="twitter:label2" content="Est. reading time" />
<meta name="twitter:data2" content="22 minutes" />
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://www.mymillennialguide.com/how-to-start-a-podcast/#article","isPartOf":{"@id":"https://www.mymillennialguide.com/how-to-start-a-podcast/"},"author":{"name":"Zach Dayne","@id":"https://www.mymillennialguide.com/#/schema/person/79370fe343f56a4e9961db7134f48efb"},"headline":"How To Start A Podcast For Free: Starting a Podcast Guide","datePublished":"2022-04-16T12:14:00+00:00","dateModified":"2022-04-17T04:51:55+00:00","mainEntityOfPage":{"@id":"https://www.mymillennialguide.com/how-to-start-a-podcast/"},"wordCount":4207,"commentCount":4,"publisher":{"@id":"https://www.mymillennialguide.com/#/schema/person/5f9357da0c8c7d18212a2c64e788676f"},"image":{"@id":"https://www.mymillennialguide.com/how-to-start-a-podcast/#primaryimage"},"thumbnailUrl":"https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast.jpg","articleSection":["Side Hustles"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https://www.mymillennialguide.com/how-to-start-a-podcast/#respond"]}]},{"@type":"WebPage","@id":"https://www.mymillennialguide.com/how-to-start-a-podcast/","url":"https://www.mymillennialguide.com/how-to-start-a-podcast/","name":"How To Start A Podcast For Free: Starting a Podcast Guide","isPartOf":{"@id":"https://www.mymillennialguide.com/#website"},"primaryImageOfPage":{"@id":"https://www.mymillennialguide.com/how-to-start-a-podcast/#primaryimage"},"image":{"@id":"https://www.mymillennialguide.com/how-to-start-a-podcast/#primaryimage"},"thumbnailUrl":"https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast.jpg","datePublished":"2022-04-16T12:14:00+00:00","dateModified":"2022-04-17T04:51:55+00:00","description":"Learn how to start a podcast today for free. I'll teach you how to make it, how to launch it, and how to profit. All you need is a great show idea.","breadcrumb":{"@id":"https://www.mymillennialguide.com/how-to-start-a-podcast/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.mymillennialguide.com/how-to-start-a-podcast/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.mymillennialguide.com/how-to-start-a-podcast/#primaryimage","url":"https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast.jpg","contentUrl":"https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast.jpg","width":1999,"height":1278,"caption":"how to start a podcast"},{"@type":"BreadcrumbList","@id":"https://www.mymillennialguide.com/how-to-start-a-podcast/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.mymillennialguide.com/"},{"@type":"ListItem","position":2,"name":"Make Money","item":"https://www.mymillennialguide.com/category/make-money/"},{"@type":"ListItem","position":3,"name":"Side Hustles","item":"https://www.mymillennialguide.com/category/make-money/side-gigs-and-hustles/"},{"@type":"ListItem","position":4,"name":"How To Start A Podcast For Free: Starting a Podcast Guide"}]},{"@type":"WebSite","@id":"https://www.mymillennialguide.com/#website","url":"https://www.mymillennialguide.com/","name":"My Millennial Guide","description":"More Money In Your Pocket","publisher":{"@id":"https://www.mymillennialguide.com/#/schema/person/5f9357da0c8c7d18212a2c64e788676f"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.mymillennialguide.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https://www.mymillennialguide.com/#/schema/person/5f9357da0c8c7d18212a2c64e788676f","name":"Brian Meiggs","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.mymillennialguide.com/#/schema/person/image/","url":"https://www.mymillennialguide.com/wp-content/uploads/meiggs.jpg","contentUrl":"https://www.mymillennialguide.com/wp-content/uploads/meiggs.jpg","width":183,"height":275,"caption":"Brian Meiggs"},"logo":{"@id":"https://www.mymillennialguide.com/#/schema/person/image/"},"description":"Brian Meiggs is a personal finance expert, and the founder of My Millennial Guide, a personal finance site helping you put more money in your pocket. He helps millennials follow the smart money in order to increase their earning potential and start building wealth for the future. He regularly writes about side hustles, investing, and general personal finance topics aimed to help anyone earn more, pay off debt, and reach financial freedom. He has been quoted as a top personal finance blogger in major publications including Yahoo! Finance, NASDAQ, Discover, MSN Money and more.","sameAs":["https://www.facebook.com/bmeiggs/","https://www.instagram.com/meiggs/","https://twitter.com/https://twitter.com/bmeiggs"]},{"@type":"Person","@id":"https://www.mymillennialguide.com/#/schema/person/79370fe343f56a4e9961db7134f48efb","name":"Zach Dayne","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.mymillennialguide.com/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/f67ca60565d7cc54b2062243b80ccf4d?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/f67ca60565d7cc54b2062243b80ccf4d?s=96&d=mm&r=g","caption":"Zach Dayne"},"description":"Zach Dayne is a professional engineer and geek turned blogger and entrepreneur. He helps other entrepreneurs build high-quality websites and start off their journey on the right foot. His philosophy is to find the best and most efficient solutions in order to maximize quality while minimizing your time investment.","url":"https://www.mymillennialguide.com/author/zach-dayne/"}]}</script>

<link rel='dns-prefetch' href='//scripts.mediavine.com' />
<link rel='dns-prefetch' href='//maps.googleapis.com' />
<link rel='dns-prefetch' href='//ajax.googleapis.com' />
<link rel='dns-prefetch' href='//google-analytics.com' />
<link rel='dns-prefetch' href='//cdnjs.cloudflare.com' />
<link rel='dns-prefetch' href='//fonts.gstatic.com' />
<link rel='dns-prefetch' href='//www.mymillennialguide.com' />
<link rel='dns-prefetch' href='//ajax.cloudflare.com' />
<link rel="alternate" type="application/rss+xml" title="My Millennial Guide &raquo; Feed" href="https://www.mymillennialguide.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="My Millennial Guide &raquo; Comments Feed" href="https://www.mymillennialguide.com/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="My Millennial Guide &raquo; How To Start A Podcast For Free: Starting a Podcast Guide Comments Feed" href="https://www.mymillennialguide.com/how-to-start-a-podcast/feed/" />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.mymillennialguide.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=f42971e41390e8894700971aaea8c9d4"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode,e=(p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0),i.toDataURL());return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(p&&p.fillText)switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([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]);case"emoji":return!s([129777,127995,8205,129778,127999],[129777,127995,8203,129778,127999])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(e=t.source||{}).concatemoji?c(e.concatemoji):e.wpemoji&&e.twemoji&&(c(e.twemoji),c(e.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css"></style>
<style id='wp-block-library-inline-css' type='text/css'></style>
<style id='global-styles-inline-css' type='text/css'></style>
<style id='wpdiscuz-frontend-css-inline-css' type='text/css'></style>
<style id='td-theme-inline-css' type='text/css'></style>
<style id='rocket-lazyload-inline-css' type='text/css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://www.mymillennialguide.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
</style>
<script type='text/javascript' src='https://www.mymillennialguide.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.1' id='jquery-core-js'></script>
<script type='text/javascript' src='https://www.mymillennialguide.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
<script type='text/javascript' async="async" data-noptimize="1" data-cfasync="false" src='https://scripts.mediavine.com/tags/my-millenial-guide.js?ver=f42971e41390e8894700971aaea8c9d4' id='mv-script-wrapper-js'></script>
<link rel="https://api.w.org/" href="https://www.mymillennialguide.com/wp-json/" /><link rel="alternate" type="application/json" href="https://www.mymillennialguide.com/wp-json/wp/v2/posts/5619" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.mymillennialguide.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.mymillennialguide.com/wp-includes/wlwmanifest.xml" />
<link rel='shortlink' href='https://www.mymillennialguide.com/?p=5619' />
<link rel="alternate" type="application/json+oembed" href="https://www.mymillennialguide.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.mymillennialguide.com%2Fhow-to-start-a-podcast%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.mymillennialguide.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.mymillennialguide.com%2Fhow-to-start-a-podcast%2F&#038;format=xml" />

<script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=UA-72253616-1"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-72253616-1');
</script>
<script type="rocketlazyloadscript" data-rocket-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['post'] = true; _mmunch['postData'] = {"ID":5619,"post_name":"how-to-start-a-podcast","post_title":"How To Start A Podcast For Free: Starting a Podcast Guide","post_type":"post","post_author":"125","post_status":"publish"}; _mmunch['postCategories'] = [{"term_id":173,"name":"Side Hustles","slug":"side-gigs-and-hustles","term_group":0,"term_taxonomy_id":173,"taxonomy":"category","description":"Whether you're looking to make some fast cash, or you're after long-term, more sustainable income-producing results, there are certainly ways you can find ways to make money with side hustles.","parent":2432,"count":187,"filter":"raw","cat_ID":173,"category_count":187,"category_description":"Whether you're looking to make some fast cash, or you're after long-term, more sustainable income-producing results, there are certainly ways you can find ways to make money with side hustles.","cat_name":"Side Hustles","category_nicename":"side-gigs-and-hustles","category_parent":2432}]; _mmunch['postTags'] = false; _mmunch['postAuthor'] = {"name":"Zach Dayne","ID":125};</script><script type="rocketlazyloadscript" data-cfasync="false" src="//a.mailmunch.co/app/v1/site.js" id="mailmunch-script" data-plugin="mailmunch" data-mailmunch-site-id="1012467" async></script><script type="rocketlazyloadscript" data-rocket-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.mymillennialguide.com/?wordfence_lh=1&hid=C8CD79CD6E03FEE11A7B5AA3A0FFAB6F');
</script><style type="text/css"></style>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
				// Notice how this gets configured before we load Font Awesome
				window.FontAwesomeConfig = { autoReplaceSvg: false }
			</script>
<style></style>
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<script type="rocketlazyloadscript">
        window.tdb_globals = {"wpRestNonce":"80af3f1aca","wpRestUrl":"https:\/\/www.mymillennialguide.com\/wp-json\/","permalinkStructure":"\/%postname%\/","globalSettings":{"tdcSavingHistory":false},"isAjax":false,"isAdminBarShowing":false,"autoloadScrollPercent":50,"postAutoloadStatus":"on","origPostEditUrl":null};
    </script>
<style id="tdb-global-colors"></style>
<script type="rocketlazyloadscript">
				window.tdwGlobal = {"adminUrl":"https:\/\/www.mymillennialguide.com\/wp-admin\/","wpRestNonce":"80af3f1aca","wpRestUrl":"https:\/\/www.mymillennialguide.com\/wp-json\/","permalinkStructure":"\/%postname%\/"};
			</script>
<script type="rocketlazyloadscript">
        window.tdaGlobal = {"adminUrl":"https:\/\/www.mymillennialguide.com\/wp-admin\/","wpRestNonce":"80af3f1aca","wpRestUrl":"https:\/\/www.mymillennialguide.com\/wp-json\/","permalinkStructure":"\/%postname%\/","postId":42544};
    </script>
<style type="text/css"></style> <style type="text/css"></style>

<script type="rocketlazyloadscript">
    
    

	    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 ( navigator.userAgent.indexOf("Edge") > -1 ) {
                htmlTag.className += ' ieEdge';
            }

            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';
            }

            if( -1 !== navigator.userAgent.indexOf('IEMobile') ){
                htmlTag.className += ' td-md-is-iemobile';
            }

        })();




        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 tdc_is_installed="yes";
var td_ajax_url="https:\/\/www.mymillennialguide.com\/wp-admin\/admin-ajax.php?td_theme_name=Newspaper&v=12.1.1";
var td_get_template_directory_uri="https:\/\/www.mymillennialguide.com\/wp-content\/plugins\/td-composer\/legacy\/common";
var tds_snap_menu="";
var tds_logo_on_sticky="";
var tds_header_style="tdm_header_style_1";
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 td_user_incorrect="Username incorrect!";
var td_email_user_empty="Email or username empty!";
var td_pass_empty="Pass empty!";
var td_pass_pattern_incorrect="Invalid Pass Pattern!";
var td_retype_pass_incorrect="Retyped Pass 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="#4f79bc";
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 tdBlockNonce="4f7afdc8db";
var tdDateNamesI18n={"month_names":["January","February","March","April","May","June","July","August","September","October","November","December"],"month_names_short":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"day_names":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"day_names_short":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]};
var td_ad_background_click_link="";
var td_ad_background_click_target="";
</script>

<style></style>

<script type="rocketlazyloadscript" async src="https://www.googletagmanager.com/gtag/js?id=UA-72253616-1"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-72253616-1');
</script><link rel="icon" href="https://www.mymillennialguide.com/wp-content/uploads/My-Millennial-Guide-Logo-e1520118961949.png" sizes="32x32" />
<link rel="icon" href="https://www.mymillennialguide.com/wp-content/uploads/My-Millennial-Guide-Logo-e1520118961949.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.mymillennialguide.com/wp-content/uploads/My-Millennial-Guide-Logo-e1520118961949.png" />
<meta name="msapplication-TileImage" content="https://www.mymillennialguide.com/wp-content/uploads/My-Millennial-Guide-Logo-e1520118961949.png" />
<style type="text/css" id="wp-custom-css"></style>

<style></style>
<style id="tdw-css-placeholder"></style><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>
<body data-rsssl=1 class="post-template-default single single-post postid-5619 single-format-standard td-standard-pack lasso-v312 how-to-start-a-podcast global-block-template-2 td-animals-pro tdb_template_42544 elementor-default elementor-kit-31037 tdb-template  tdc-header-template  tdc-footer-template td-full-layout" itemscope="itemscope" itemtype="https://schema.org/WebPage">
<div class="td-menu-background" style="visibility:hidden"></div>
<div id="td-mobile-nav" style="visibility:hidden">
<div class="td-mobile-container">

<div class="td-menu-socials-wrap">

<div class="td-menu-socials">
<span class="td-social-icon-wrap">
<a target="_blank" rel="nofollow" href="https://www.facebook.com/mymillennialguide/" title="Facebook">
<i class="td-icon-font td-icon-facebook"></i>
</a>
</span>
<span class="td-social-icon-wrap">
<a target="_blank" rel="nofollow" href="https://www.instagram.com/mymillennialguide/" title="Instagram">
<i class="td-icon-font td-icon-instagram"></i>
</a>
</span>
<span class="td-social-icon-wrap">
<a target="_blank" rel="nofollow" href="https://twitter.com/themillennialmg" title="Twitter">
<i class="td-icon-font td-icon-twitter"></i>
</a>
</span>
<span class="td-social-icon-wrap">
<a target="_blank" rel="nofollow" href="https://www.youtube.com/channel/UCLnKCZ4N2bUxQdWpbQSuLcA" title="Youtube">
<i class="td-icon-font td-icon-youtube"></i>
</a>
</span> </div>

<div class="td-mobile-close">
<a href="#" aria-label="Close"><i class="td-icon-close-mobile"></i></a>
</div>
</div>


<div class="td-mobile-content">
<div class="menu-main-menu-container"><ul id="menu-main-menu" class="td-mobile-main-menu"><li id="menu-item-50313" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-first menu-item-50313"><a href="https://www.mymillennialguide.com/category/manage-money/banking/">Banking<i class="td-icon-menu-right td-element-after"></i></a>
<ul class="sub-menu">
<li id="menu-item-56772" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-56772"><a href="https://www.mymillennialguide.com/best-bank-account-bonuses/">Best Bank Bonuses 💸</a></li>
<li id="menu-item-50316" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-50316"><a href="https://www.mymillennialguide.com/best-checking-accounts/">Checking Accounts</a></li>
<li id="menu-item-50317" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-50317"><a href="https://www.mymillennialguide.com/best-debit-cards-for-kids/">Cards For Kids</a></li>
<li id="menu-item-50331" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-50331"><a href="https://www.mymillennialguide.com/best-credit-cards/">Credit Card Offers</a></li>
<li id="menu-item-50319" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-50319"><a href="https://www.mymillennialguide.com/best-banks-for-freelancers/">Banks for Freelancers</a></li>
<li id="menu-item-59661" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-59661"><a href="https://www.mymillennialguide.com/best-money-market-accounts/">Money Market Accounts</a></li>
<li id="menu-item-50320" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-50320"><a href="https://www.mymillennialguide.com/best-cash-management-accounts/">Cash Management Accounts</a></li>
<li id="menu-item-50321" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-50321"><a href="https://www.mymillennialguide.com/savings-accounts/">Online Savings Accounts</a></li>
<li id="menu-item-50322" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-50322"><a href="https://www.mymillennialguide.com/5-percent-interest-savings-accounts/">High-Yield Savings</a></li>
</ul>
</li>
<li id="menu-item-50312" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-50312"><a href="https://www.mymillennialguide.com/category/borrow/mortgage/">Mortgage</a></li>
<li id="menu-item-50280" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-50280"><a href="https://www.mymillennialguide.com/category/borrow/loans/">Loans</a></li>
<li id="menu-item-50311" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-50311"><a href="https://www.mymillennialguide.com/category/manage-money/insurance/">Insurance</a></li>
<li id="menu-item-50272" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-50272"><a href="https://www.mymillennialguide.com/category/invest/">Invest<i class="td-icon-menu-right td-element-after"></i></a>
<ul class="sub-menu">
<li id="menu-item-50273" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-50273"><a href="https://www.mymillennialguide.com/stock-broker-promotions/">Brokerage Promotions</a></li>
<li id="menu-item-50274" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-50274"><a href="https://www.mymillennialguide.com/best-online-brokers/">Online Stock Brokers</a></li>
<li id="menu-item-50275" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-50275"><a href="https://www.mymillennialguide.com/best-investment-apps/">Investing Apps</a></li>
<li id="menu-item-50323" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-50323"><a href="https://www.mymillennialguide.com/micro-investing/">Micro-Investing Apps</a></li>
<li id="menu-item-50276" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-50276"><a href="https://www.mymillennialguide.com/best-robo-advisors/">Robo Advisors</a></li>
<li id="menu-item-50277" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-50277"><a href="https://www.mymillennialguide.com/dividend-tracker/">Dividend Trackers</a></li>
<li id="menu-item-50278" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-50278"><a href="https://www.mymillennialguide.com/best-real-estate-apps/">Real Estate Apps</a></li>
<li id="menu-item-50279" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-50279"><a href="https://www.mymillennialguide.com/best-crypto-exchanges/">Crypto Exchanges</a></li>
</ul>
</li>
<li id="menu-item-27623" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-27623"><a href="https://www.mymillennialguide.com/category/manage-money/">Your Money<i class="td-icon-menu-right td-element-after"></i></a>
<ul class="sub-menu">
<li id="menu-item-49945" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor menu-item-49945"><a href="https://www.mymillennialguide.com/category/make-money/">Make Money</a></li>
<li id="menu-item-50271" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-50271"><a href="https://www.mymillennialguide.com/category/manage-money/">Manage Money</a></li>
<li id="menu-item-29854" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-29854"><a href="https://www.mymillennialguide.com/category/invest/">Invest Money</a></li>
<li id="menu-item-50270" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-50270"><a href="https://www.mymillennialguide.com/category/borrow/">Borrow Money</a></li>
</ul>
</li>
</ul></div> </div>
</div>

</div> <div class="td-search-background" style="visibility:hidden"></div>
<div class="td-search-wrap-mob" style="visibility:hidden">
<div class="td-drop-down-search">
<form method="get" class="td-search-form" action="https://www.mymillennialguide.com/">

<div class="td-search-close">
<a href="#"><i class="td-icon-close-mobile"></i></a>
</div>
<div role="search" class="td-search-input">
<span>Search</span>
<input id="td-header-search-mob" type="text" value="" name="s" autocomplete="off" />
</div>
</form>
<div id="td-aj-search-mob" class="td-ajax-search-flex"></div>
</div>
</div>
<div id="td-outer-wrap" class="td-theme-wrap">
<div class="td-header-template-wrap" style="position: relative">
<div class="td-header-mobile-wrap ">
<div id="tdi_1" class="tdc-zone"><div class="tdc_zone tdi_2  wpb_row td-pb-row">
<style scoped></style><div id="tdi_3" class="tdc-row stretch_row_1200 td-stretch-content"><div class="vc_row tdi_4  wpb_row td-pb-row tdc-element-style">
<style scoped></style>
<div class="tdi_3_rand_style td-element-style"><style></style></div><div class="vc_column tdi_6  wpb_column vc_column_container tdc-column td-pb-span6">
<style scoped></style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_logo tdi_7 td-pb-border-top td_block_template_2 tdb-header-align" data-td-block-uid="tdi_7">
<style></style>
<style></style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="https://www.mymillennialguide.com/"><span class="tdb-logo-img-wrap"><img class="tdb-logo-img" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2090%2098'%3E%3C/svg%3E" alt="my millennial guide" title="" width="90" height="98" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/My-Millennial-Guide-Logo-e1520118961949.png" /><noscript><img class="tdb-logo-img" src="https://www.mymillennialguide.com/wp-content/uploads/My-Millennial-Guide-Logo-e1520118961949.png" alt="my millennial guide"  title=""  width="90" height="98" /></noscript></span></a></div></div> </div></div><div class="vc_column tdi_9  wpb_column vc_column_container tdc-column td-pb-span6">
<style scoped></style><div class="wpb_wrapper"><div class="td_block_wrap tdb_mobile_menu tdi_10 td-pb-border-top td_block_template_2 tdb-header-align" data-td-block-uid="tdi_10">
<style></style>
<style></style><div class="tdb-block-inner td-fix-index"><a class="tdb-mobile-menu-button" aria-label="menu-button" href="#"><i class="tdb-mobile-menu-icon td-icon-mobile"></i></a></div></div> </div></div></div></div></div></div> </div>
<div class="td-header-mobile-sticky-wrap tdc-zone-sticky-invisible tdc-zone-sticky-inactive" style="display: none">
<div id="tdi_11" class="tdc-zone"><div class="tdc_zone tdi_12  wpb_row td-pb-row td-header-sticky-smart" data-sticky-offset="0">
<style scoped></style><div id="tdi_13" class="tdc-row stretch_row_1200 td-stretch-content"><div class="vc_row tdi_14  wpb_row td-pb-row tdc-element-style">
<style scoped></style>
<div class="tdi_13_rand_style td-element-style"><style></style></div><div class="vc_column tdi_16  wpb_column vc_column_container tdc-column td-pb-span6">
<style scoped></style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_logo tdi_17 td-pb-border-top td_block_template_2 tdb-header-align" data-td-block-uid="tdi_17">
<style></style>
<style></style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="https://www.mymillennialguide.com/"><span class="tdb-logo-img-wrap"><img class="tdb-logo-img" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2090%2098'%3E%3C/svg%3E" alt="my millennial guide" title="" width="90" height="98" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/My-Millennial-Guide-Logo-e1520118961949.png" /><noscript><img class="tdb-logo-img" src="https://www.mymillennialguide.com/wp-content/uploads/My-Millennial-Guide-Logo-e1520118961949.png" alt="my millennial guide"  title=""  width="90" height="98" /></noscript></span></a></div></div> </div></div><div class="vc_column tdi_19  wpb_column vc_column_container tdc-column td-pb-span6">
<style scoped></style><div class="wpb_wrapper"><div class="td_block_wrap tdb_mobile_menu tdi_20 td-pb-border-top td_block_template_2 tdb-header-align" data-td-block-uid="tdi_20">
<style></style>
<style></style><div class="tdb-block-inner td-fix-index"><a class="tdb-mobile-menu-button" aria-label="menu-button" href="#"><i class="tdb-mobile-menu-icon td-icon-mobile"></i></a></div></div> </div></div></div></div></div></div> </div>
<div class="td-header-desktop-wrap ">
<div id="tdi_21" class="tdc-zone"><div class="tdc_zone tdi_22  wpb_row td-pb-row">
<style scoped></style><div id="tdi_23" class="tdc-row stretch_row_1200 td-stretch-content"><div class="vc_row tdi_24  wpb_row td-pb-row">
<style scoped></style><div class="vc_column tdi_26  wpb_column vc_column_container tdc-column td-pb-span4">
<style scoped></style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_logo tdi_27 td-pb-border-top td_block_template_2 tdb-header-align" data-td-block-uid="tdi_27">
<style></style>
<style></style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="https://www.mymillennialguide.com/"><span class="tdb-logo-img-wrap"><img class="tdb-logo-img" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20952%20328'%3E%3C/svg%3E" alt="my millennial guide" title="" width="952" height="328" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/PNG1-3-1-e1521067212241.png" /><noscript><img class="tdb-logo-img" src="https://www.mymillennialguide.com/wp-content/uploads/PNG1-3-1-e1521067212241.png" alt="my millennial guide"  title=""  width="952" height="328" /></noscript></span></a></div></div> </div></div><div class="vc_column tdi_29  wpb_column vc_column_container tdc-column td-pb-span8">
<style scoped></style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_search tdi_30 tdb-header-search-trigger-enabled td-pb-border-top td_block_template_2 tdb-header-align" data-td-block-uid="tdi_30">
<style></style>
<style></style><div class="tdb-block-inner td-fix-index"><div class="tdb-drop-down-search" aria-labelledby="td-header-search-button"><div class="tdb-drop-down-search-inner"><form method="get" class="tdb-search-form" action="https://www.mymillennialguide.com/"><div class="tdb-search-form-inner"><input class="tdb-head-search-form-input" placeholder=" " type="text" value="" name="s" autocomplete="off" /><input type="hidden" value="post" name="post_type" /><button class="wpb_button wpb_btn-inverse btn tdb-head-search-form-btn" type="submit"><span>Search</span></button></div></form><div class="tdb-aj-search"></div></div></div><a href="#" role="button" aria-label="Search" class="tdb-head-search-btn dropdown-toggle" data-toggle="dropdown"><i class="tdb-search-icon td-icon-search"></i></a></div></div> <div class="td_block_wrap tdb_header_menu tdi_31 tds_menu_active1 tds_menu_sub_active1 tdb-head-menu-inline td-pb-border-top td_block_template_2 tdb-header-align" data-td-block-uid="tdi_31" style=" z-index: 999;">
<style></style>
<style></style>
<style></style><div id=tdi_31 class="td_block_inner td-fix-index"><div class="tdb-main-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></div><div class="tdb-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-right-arrow"></i></div><ul id="menu-main-menu-1" class="tdb-block-menu tdb-menu tdb-menu-items-visible"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-first tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-50313 tdb-menu-item-inactive"><a href="https://www.mymillennialguide.com/category/manage-money/banking/"><div class="tdb-menu-item-text">Banking</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-56772"><a href="https://www.mymillennialguide.com/best-bank-account-bonuses/"><div class="tdb-menu-item-text">Best Bank Bonuses 💸</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50316"><a href="https://www.mymillennialguide.com/best-checking-accounts/"><div class="tdb-menu-item-text">Checking Accounts</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50317"><a href="https://www.mymillennialguide.com/best-debit-cards-for-kids/"><div class="tdb-menu-item-text">Cards For Kids</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50331"><a href="https://www.mymillennialguide.com/best-credit-cards/"><div class="tdb-menu-item-text">Credit Card Offers</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50319"><a href="https://www.mymillennialguide.com/best-banks-for-freelancers/"><div class="tdb-menu-item-text">Banks for Freelancers</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-59661"><a href="https://www.mymillennialguide.com/best-money-market-accounts/"><div class="tdb-menu-item-text">Money Market Accounts</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50320"><a href="https://www.mymillennialguide.com/best-cash-management-accounts/"><div class="tdb-menu-item-text">Cash Management Accounts</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50321"><a href="https://www.mymillennialguide.com/savings-accounts/"><div class="tdb-menu-item-text">Online Savings Accounts</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50322"><a href="https://www.mymillennialguide.com/5-percent-interest-savings-accounts/"><div class="tdb-menu-item-text">High-Yield Savings</div></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item-button tdb-menu-item tdb-mega-menu tdb-mega-menu-inactive tdb-mega-menu-first menu-item-50312"><a href="https://www.mymillennialguide.com/category/borrow/mortgage/"><div class="tdb-menu-item-text">Mortgage</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu">
<li id="menu-item-0" class="menu-item-0"><div class="tdb-menu-item-text"><div class="tdb_header_mega_menu tdi_32 td-no-subcats td_with_ajax_pagination td-pb-border-top td_block_template_2" data-td-block-uid="tdi_32">
<style></style><script type="rocketlazyloadscript">var block_tdi_32 = new tdBlock();
block_tdi_32.id = "tdi_32";
block_tdi_32.atts = '{"main_sub_tdicon":"td-icon-down","sub_tdicon":"td-icon-right-arrow","mm_align_horiz":"content-horiz-center","modules_on_row_regular":"20%","modules_on_row_cats":"25%","image_size":"td_324x400","modules_category":"image","show_excerpt":"none","show_com":"none","show_date":"none","show_author":"none","mm_sub_align_horiz":"content-horiz-right","mm_elem_align_horiz":"content-horiz-right","menu_id":"2403","sub_align_horiz":"content-horiz-right","text_color":"#253543","f_elem_font_family":"file_4","f_elem_font_transform":"capitalize","tds_menu_active1-line_height":"0","f_elem_font_size":"18","f_sub_elem_font_family":"file_4","f_sub_elem_font_size":"14","f_elem_font_weight":"400","f_sub_elem_font_weight":"","sub_text_color":"#243543","tds_menu_sub_active1-sub_text_color_h":"#0079d1","align_horiz":"content-horiz-right","elem_padd":"0 13px","float_right":"yes","inline":"yes","block_type":"tdb_header_mega_menu","show_subcat":"","show_mega":"","show_mega_cats":"","separator":"","width":"","more":"","elem_space":"","main_sub_icon_size":"","main_sub_icon_space":"","main_sub_icon_align":"-1","sep_tdicon":"","sep_icon_size":"","sep_icon_space":"","sep_icon_align":"-1","more_txt":"","more_tdicon":"","more_icon_size":"","more_icon_align":"0","sub_width":"","sub_first_left":"","sub_rest_top":"","sub_padd":"","sub_elem_inline":"","sub_elem_space":"","sub_elem_padd":"","sub_elem_radius":"0","sub_icon_size":"","sub_icon_space":"","sub_icon_pos":"","sub_icon_align":"1","mm_width":"","mm_content_width":"","mm_height":"","mm_padd":"","mm_offset":"","mm_align_screen":"","mm_posts_limit":"5","mm_subcats_posts_limit":"4","mm_child_cats":"","mm_ajax_preloading":"","mm_hide_all_item":"","mm_sub_width":"","mm_sub_padd":"","mm_sub_border":"","mm_sub_inline":"","mm_elem_order":"name","mm_elem_space":"","mm_elem_padd":"","mm_elem_border":"","mm_elem_border_a":"","mm_elem_border_rad":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","modules_gap":"","m_padding":"","all_modules_space":"36","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_height":"","image_width":"","image_floated":"no_float","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1","meta_info_align":"","meta_info_horiz":"content-horiz-left","meta_width":"","meta_margin":"","meta_padding":"","art_title":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","show_review":"inline-block","review_space":"","review_size":"2.5","review_distance":"","show_pagination":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","main_sub_color":"","sep_color":"","more_icon_color":"","tds_menu_active":"tds_menu_active1","hover_opacity":"","f_elem_font_header":"","f_elem_font_title":"Elements text","f_elem_font_settings":"","f_elem_font_line_height":"","f_elem_font_style":"","f_elem_font_spacing":"","f_elem_":"","sub_bg_color":"","sub_border_size":"","sub_border_color":"","sub_elem_bg_color":"","sub_color":"","sub_shadow_shadow_header":"","sub_shadow_shadow_title":"Shadow","sub_shadow_shadow_size":"","sub_shadow_shadow_offset_horizontal":"","sub_shadow_shadow_offset_vertical":"","sub_shadow_shadow_spread":"","sub_shadow_shadow_color":"","tds_menu_sub_active":"tds_menu_sub_active1","f_sub_elem_font_header":"","f_sub_elem_font_title":"Elements text","f_sub_elem_font_settings":"","f_sub_elem_font_line_height":"","f_sub_elem_font_style":"","f_sub_elem_font_transform":"","f_sub_elem_font_spacing":"","f_sub_elem_":"","mm_bg":"","mm_border_size":"","mm_border_color":"","mm_shadow_shadow_header":"","mm_shadow_shadow_title":"Shadow","mm_shadow_shadow_size":"","mm_shadow_shadow_offset_horizontal":"","mm_shadow_shadow_offset_vertical":"","mm_shadow_shadow_spread":"","mm_shadow_shadow_color":"","mm_subcats_bg":"","mm_subcats_border_color":"","mm_elem_color":"","mm_elem_color_a":"","mm_elem_bg":"","mm_elem_bg_a":"","mm_elem_border_color":"","mm_elem_border_color_a":"","mm_elem_shadow_shadow_header":"","mm_elem_shadow_shadow_title":"Elements shadow","mm_elem_shadow_shadow_size":"","mm_elem_shadow_shadow_offset_horizontal":"","mm_elem_shadow_shadow_offset_vertical":"","mm_elem_shadow_shadow_spread":"","mm_elem_shadow_shadow_color":"","f_mm_sub_font_header":"","f_mm_sub_font_title":"Sub categories elements","f_mm_sub_font_settings":"","f_mm_sub_font_family":"","f_mm_sub_font_size":"","f_mm_sub_font_line_height":"","f_mm_sub_font_style":"","f_mm_sub_font_weight":"","f_mm_sub_font_transform":"","f_mm_sub_font_spacing":"","f_mm_sub_":"","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","title_txt":"","title_txt_hover":"","all_underline_height":"","all_underline_color":"#000","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_family":"","f_title_font_size":"","f_title_font_line_height":"","f_title_font_style":"","f_title_font_weight":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","el_class":"","block_template_id":"","td_column_number":3,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"td_category_ids_filter","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"next_prev","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","tdc_css_class":"tdi_32","tdc_css_class_style":"tdi_32_rand_style","category_id":"2439","subcats_posts_limit":"4","child_cats_limit":"4","hide_all":"","tdc_css":"","class":"tdi_32"}';
block_tdi_32.td_column_number = "3";
block_tdi_32.block_type = "tdb_header_mega_menu";
block_tdi_32.post_count = "5";
block_tdi_32.found_posts = "24";
block_tdi_32.header_color = "";
block_tdi_32.ajax_pagination_infinite_stop = "";
block_tdi_32.max_num_pages = "5";
tdBlocksArray.push(block_tdi_32);
</script><div class="tdb-mega-modules-wrap"><div id=tdi_32 class="td_block_inner">
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/mortgage/" class="td-post-category">Mortgage</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/300000-mortgage/" rel="bookmark" class="td-image-wrap " title="$300,000 Mortgage: Estimate Your Monthly Payment"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/300000-mortgage-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/300000-mortgage/" rel="bookmark" title="$300,000 Mortgage: Estimate Your Monthly Payment">$300,000 Mortgage: Estimate Your Monthly Payment</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/mortgage/" class="td-post-category">Mortgage</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/best-home-warranties/" rel="bookmark" class="td-image-wrap " title="Home Warranty: Best Companies of 2023"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/home-warranty-contract.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/best-home-warranties/" rel="bookmark" title="Home Warranty: Best Companies of 2023">Home Warranty: Best Companies of 2023</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/mortgage/" class="td-post-category">Mortgage</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/home-improvements-that-add-value/" rel="bookmark" class="td-image-wrap " title="8 Home Improvements That Add Value &#038; How to Budget for It"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/Small-Renovation-Project.jpeg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/home-improvements-that-add-value/" rel="bookmark" title="8 Home Improvements That Add Value &#038; How to Budget for It">8 Home Improvements That Add Value &#038; How to Budget for It</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/mortgage/" class="td-post-category">Mortgage</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/how-long-does-it-take-to-close-on-a-house/" rel="bookmark" class="td-image-wrap " title="How Long Does It Take to Close on a House?"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/1-1.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/how-long-does-it-take-to-close-on-a-house/" rel="bookmark" title="How Long Does It Take to Close on a House?">How Long Does It Take to Close on a House?</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/mortgage/" class="td-post-category">Mortgage</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/things-to-consider-when-buying-a-house/" rel="bookmark" class="td-image-wrap " title="14 Things to Consider When Buying a House"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/things-to-consider-when-buying-a-home-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/things-to-consider-when-buying-a-house/" rel="bookmark" title="14 Things to Consider When Buying a House">14 Things to Consider When Buying a House</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
</div><div class="td-next-prev-wrap"><a href="#" class="td-ajax-prev-page ajax-page-disabled" aria-label="prev-page" id="prev-page-tdi_32" data-td_block_id="tdi_32"><i class="td-next-prev-icon td-icon-font td-icon-menu-left"></i></a><a href="#" class="td-ajax-next-page" aria-label="next-page" id="next-page-tdi_32" data-td_block_id="tdi_32"><i class="td-next-prev-icon td-icon-font td-icon-menu-right"></i></a></div></div></div> </div></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item-button tdb-menu-item tdb-mega-menu tdb-mega-menu-inactive menu-item-50280"><a href="https://www.mymillennialguide.com/category/borrow/loans/"><div class="tdb-menu-item-text">Loans</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu">
<li class="menu-item-0"><div class="tdb-menu-item-text"><div class="tdb_header_mega_menu tdi_33 td-no-subcats td_with_ajax_pagination td-pb-border-top td_block_template_2" data-td-block-uid="tdi_33">
<style></style><script type="rocketlazyloadscript">var block_tdi_33 = new tdBlock();
block_tdi_33.id = "tdi_33";
block_tdi_33.atts = '{"main_sub_tdicon":"td-icon-down","sub_tdicon":"td-icon-right-arrow","mm_align_horiz":"content-horiz-center","modules_on_row_regular":"20%","modules_on_row_cats":"25%","image_size":"td_324x400","modules_category":"image","show_excerpt":"none","show_com":"none","show_date":"none","show_author":"none","mm_sub_align_horiz":"content-horiz-right","mm_elem_align_horiz":"content-horiz-right","menu_id":"2403","sub_align_horiz":"content-horiz-right","text_color":"#253543","f_elem_font_family":"file_4","f_elem_font_transform":"capitalize","tds_menu_active1-line_height":"0","f_elem_font_size":"18","f_sub_elem_font_family":"file_4","f_sub_elem_font_size":"14","f_elem_font_weight":"400","f_sub_elem_font_weight":"","sub_text_color":"#243543","tds_menu_sub_active1-sub_text_color_h":"#0079d1","align_horiz":"content-horiz-right","elem_padd":"0 13px","float_right":"yes","inline":"yes","block_type":"tdb_header_mega_menu","show_subcat":"","show_mega":"","show_mega_cats":"","separator":"","width":"","more":"","elem_space":"","main_sub_icon_size":"","main_sub_icon_space":"","main_sub_icon_align":"-1","sep_tdicon":"","sep_icon_size":"","sep_icon_space":"","sep_icon_align":"-1","more_txt":"","more_tdicon":"","more_icon_size":"","more_icon_align":"0","sub_width":"","sub_first_left":"","sub_rest_top":"","sub_padd":"","sub_elem_inline":"","sub_elem_space":"","sub_elem_padd":"","sub_elem_radius":"0","sub_icon_size":"","sub_icon_space":"","sub_icon_pos":"","sub_icon_align":"1","mm_width":"","mm_content_width":"","mm_height":"","mm_padd":"","mm_offset":"","mm_align_screen":"","mm_posts_limit":"5","mm_subcats_posts_limit":"4","mm_child_cats":"","mm_ajax_preloading":"","mm_hide_all_item":"","mm_sub_width":"","mm_sub_padd":"","mm_sub_border":"","mm_sub_inline":"","mm_elem_order":"name","mm_elem_space":"","mm_elem_padd":"","mm_elem_border":"","mm_elem_border_a":"","mm_elem_border_rad":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","modules_gap":"","m_padding":"","all_modules_space":"36","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_height":"","image_width":"","image_floated":"no_float","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1","meta_info_align":"","meta_info_horiz":"content-horiz-left","meta_width":"","meta_margin":"","meta_padding":"","art_title":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","show_review":"inline-block","review_space":"","review_size":"2.5","review_distance":"","show_pagination":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","main_sub_color":"","sep_color":"","more_icon_color":"","tds_menu_active":"tds_menu_active1","hover_opacity":"","f_elem_font_header":"","f_elem_font_title":"Elements text","f_elem_font_settings":"","f_elem_font_line_height":"","f_elem_font_style":"","f_elem_font_spacing":"","f_elem_":"","sub_bg_color":"","sub_border_size":"","sub_border_color":"","sub_elem_bg_color":"","sub_color":"","sub_shadow_shadow_header":"","sub_shadow_shadow_title":"Shadow","sub_shadow_shadow_size":"","sub_shadow_shadow_offset_horizontal":"","sub_shadow_shadow_offset_vertical":"","sub_shadow_shadow_spread":"","sub_shadow_shadow_color":"","tds_menu_sub_active":"tds_menu_sub_active1","f_sub_elem_font_header":"","f_sub_elem_font_title":"Elements text","f_sub_elem_font_settings":"","f_sub_elem_font_line_height":"","f_sub_elem_font_style":"","f_sub_elem_font_transform":"","f_sub_elem_font_spacing":"","f_sub_elem_":"","mm_bg":"","mm_border_size":"","mm_border_color":"","mm_shadow_shadow_header":"","mm_shadow_shadow_title":"Shadow","mm_shadow_shadow_size":"","mm_shadow_shadow_offset_horizontal":"","mm_shadow_shadow_offset_vertical":"","mm_shadow_shadow_spread":"","mm_shadow_shadow_color":"","mm_subcats_bg":"","mm_subcats_border_color":"","mm_elem_color":"","mm_elem_color_a":"","mm_elem_bg":"","mm_elem_bg_a":"","mm_elem_border_color":"","mm_elem_border_color_a":"","mm_elem_shadow_shadow_header":"","mm_elem_shadow_shadow_title":"Elements shadow","mm_elem_shadow_shadow_size":"","mm_elem_shadow_shadow_offset_horizontal":"","mm_elem_shadow_shadow_offset_vertical":"","mm_elem_shadow_shadow_spread":"","mm_elem_shadow_shadow_color":"","f_mm_sub_font_header":"","f_mm_sub_font_title":"Sub categories elements","f_mm_sub_font_settings":"","f_mm_sub_font_family":"","f_mm_sub_font_size":"","f_mm_sub_font_line_height":"","f_mm_sub_font_style":"","f_mm_sub_font_weight":"","f_mm_sub_font_transform":"","f_mm_sub_font_spacing":"","f_mm_sub_":"","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","title_txt":"","title_txt_hover":"","all_underline_height":"","all_underline_color":"#000","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_family":"","f_title_font_size":"","f_title_font_line_height":"","f_title_font_style":"","f_title_font_weight":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","el_class":"","block_template_id":"","td_column_number":3,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"td_category_ids_filter","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"next_prev","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","tdc_css_class":"tdi_33","tdc_css_class_style":"tdi_33_rand_style","category_id":"2436","subcats_posts_limit":"4","child_cats_limit":"4","hide_all":"","tdc_css":"","class":"tdi_33"}';
block_tdi_33.td_column_number = "3";
block_tdi_33.block_type = "tdb_header_mega_menu";
block_tdi_33.post_count = "5";
block_tdi_33.found_posts = "57";
block_tdi_33.header_color = "";
block_tdi_33.ajax_pagination_infinite_stop = "";
block_tdi_33.max_num_pages = "12";
tdBlocksArray.push(block_tdi_33);
</script><div class="tdb-mega-modules-wrap"><div id=tdi_33 class="td_block_inner">
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/loans/" class="td-post-category">Loans</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/best-credit-building-apps/" rel="bookmark" class="td-image-wrap " title="14 Best Credit Building Apps Of 2023"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/best-credit-building-apps-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/best-credit-building-apps/" rel="bookmark" title="14 Best Credit Building Apps Of 2023">14 Best Credit Building Apps Of 2023</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/loans/" class="td-post-category">Loans</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/best-private-student-loan-options/" rel="bookmark" class="td-image-wrap " title="7 Best Private Student Loan Options for 2023 (Updated Monthly)"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/Best-Private-Student-Loan-Options.jpeg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/best-private-student-loan-options/" rel="bookmark" title="7 Best Private Student Loan Options for 2023 (Updated Monthly)">7 Best Private Student Loan Options for 2023 (Updated Monthly)</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
 <div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/loans/" class="td-post-category">Loans</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/100-loan-instant-app/" rel="bookmark" class="td-image-wrap " title="$100 Loan Instant App (No Credit Check Apps)"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/100-loan-instant-app-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/100-loan-instant-app/" rel="bookmark" title="$100 Loan Instant App (No Credit Check Apps)">$100 Loan Instant App (No Credit Check Apps)</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/loans/" class="td-post-category">Loans</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/personal-loans/" rel="bookmark" class="td-image-wrap " title="Best Personal Loans Of January 2023"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/best-personal-loans-324x400.webp" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/personal-loans/" rel="bookmark" title="Best Personal Loans Of January 2023">Best Personal Loans Of January 2023</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/loans/" class="td-post-category">Loans</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/best-cash-advance-apps/" rel="bookmark" class="td-image-wrap " title="12 Best Cash Advance Apps of 2023"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/best-cash-advance-apps-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/best-cash-advance-apps/" rel="bookmark" title="12 Best Cash Advance Apps of 2023">12 Best Cash Advance Apps of 2023</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
</div><div class="td-next-prev-wrap"><a href="#" class="td-ajax-prev-page ajax-page-disabled" aria-label="prev-page" id="prev-page-tdi_33" data-td_block_id="tdi_33"><i class="td-next-prev-icon td-icon-font td-icon-menu-left"></i></a><a href="#" class="td-ajax-next-page" aria-label="next-page" id="next-page-tdi_33" data-td_block_id="tdi_33"><i class="td-next-prev-icon td-icon-font td-icon-menu-right"></i></a></div></div></div> </div></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item-button tdb-menu-item tdb-mega-menu tdb-mega-menu-inactive menu-item-50311"><a href="https://www.mymillennialguide.com/category/manage-money/insurance/"><div class="tdb-menu-item-text">Insurance</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu">
<li class="menu-item-0"><div class="tdb-menu-item-text"><div class="tdb_header_mega_menu tdi_34 td-no-subcats td_with_ajax_pagination td-pb-border-top td_block_template_2" data-td-block-uid="tdi_34">
<style></style><script type="rocketlazyloadscript">var block_tdi_34 = new tdBlock();
block_tdi_34.id = "tdi_34";
block_tdi_34.atts = '{"main_sub_tdicon":"td-icon-down","sub_tdicon":"td-icon-right-arrow","mm_align_horiz":"content-horiz-center","modules_on_row_regular":"20%","modules_on_row_cats":"25%","image_size":"td_324x400","modules_category":"image","show_excerpt":"none","show_com":"none","show_date":"none","show_author":"none","mm_sub_align_horiz":"content-horiz-right","mm_elem_align_horiz":"content-horiz-right","menu_id":"2403","sub_align_horiz":"content-horiz-right","text_color":"#253543","f_elem_font_family":"file_4","f_elem_font_transform":"capitalize","tds_menu_active1-line_height":"0","f_elem_font_size":"18","f_sub_elem_font_family":"file_4","f_sub_elem_font_size":"14","f_elem_font_weight":"400","f_sub_elem_font_weight":"","sub_text_color":"#243543","tds_menu_sub_active1-sub_text_color_h":"#0079d1","align_horiz":"content-horiz-right","elem_padd":"0 13px","float_right":"yes","inline":"yes","block_type":"tdb_header_mega_menu","show_subcat":"","show_mega":"","show_mega_cats":"","separator":"","width":"","more":"","elem_space":"","main_sub_icon_size":"","main_sub_icon_space":"","main_sub_icon_align":"-1","sep_tdicon":"","sep_icon_size":"","sep_icon_space":"","sep_icon_align":"-1","more_txt":"","more_tdicon":"","more_icon_size":"","more_icon_align":"0","sub_width":"","sub_first_left":"","sub_rest_top":"","sub_padd":"","sub_elem_inline":"","sub_elem_space":"","sub_elem_padd":"","sub_elem_radius":"0","sub_icon_size":"","sub_icon_space":"","sub_icon_pos":"","sub_icon_align":"1","mm_width":"","mm_content_width":"","mm_height":"","mm_padd":"","mm_offset":"","mm_align_screen":"","mm_posts_limit":"5","mm_subcats_posts_limit":"4","mm_child_cats":"","mm_ajax_preloading":"","mm_hide_all_item":"","mm_sub_width":"","mm_sub_padd":"","mm_sub_border":"","mm_sub_inline":"","mm_elem_order":"name","mm_elem_space":"","mm_elem_padd":"","mm_elem_border":"","mm_elem_border_a":"","mm_elem_border_rad":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","modules_gap":"","m_padding":"","all_modules_space":"36","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_height":"","image_width":"","image_floated":"no_float","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1","meta_info_align":"","meta_info_horiz":"content-horiz-left","meta_width":"","meta_margin":"","meta_padding":"","art_title":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","show_review":"inline-block","review_space":"","review_size":"2.5","review_distance":"","show_pagination":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","main_sub_color":"","sep_color":"","more_icon_color":"","tds_menu_active":"tds_menu_active1","hover_opacity":"","f_elem_font_header":"","f_elem_font_title":"Elements text","f_elem_font_settings":"","f_elem_font_line_height":"","f_elem_font_style":"","f_elem_font_spacing":"","f_elem_":"","sub_bg_color":"","sub_border_size":"","sub_border_color":"","sub_elem_bg_color":"","sub_color":"","sub_shadow_shadow_header":"","sub_shadow_shadow_title":"Shadow","sub_shadow_shadow_size":"","sub_shadow_shadow_offset_horizontal":"","sub_shadow_shadow_offset_vertical":"","sub_shadow_shadow_spread":"","sub_shadow_shadow_color":"","tds_menu_sub_active":"tds_menu_sub_active1","f_sub_elem_font_header":"","f_sub_elem_font_title":"Elements text","f_sub_elem_font_settings":"","f_sub_elem_font_line_height":"","f_sub_elem_font_style":"","f_sub_elem_font_transform":"","f_sub_elem_font_spacing":"","f_sub_elem_":"","mm_bg":"","mm_border_size":"","mm_border_color":"","mm_shadow_shadow_header":"","mm_shadow_shadow_title":"Shadow","mm_shadow_shadow_size":"","mm_shadow_shadow_offset_horizontal":"","mm_shadow_shadow_offset_vertical":"","mm_shadow_shadow_spread":"","mm_shadow_shadow_color":"","mm_subcats_bg":"","mm_subcats_border_color":"","mm_elem_color":"","mm_elem_color_a":"","mm_elem_bg":"","mm_elem_bg_a":"","mm_elem_border_color":"","mm_elem_border_color_a":"","mm_elem_shadow_shadow_header":"","mm_elem_shadow_shadow_title":"Elements shadow","mm_elem_shadow_shadow_size":"","mm_elem_shadow_shadow_offset_horizontal":"","mm_elem_shadow_shadow_offset_vertical":"","mm_elem_shadow_shadow_spread":"","mm_elem_shadow_shadow_color":"","f_mm_sub_font_header":"","f_mm_sub_font_title":"Sub categories elements","f_mm_sub_font_settings":"","f_mm_sub_font_family":"","f_mm_sub_font_size":"","f_mm_sub_font_line_height":"","f_mm_sub_font_style":"","f_mm_sub_font_weight":"","f_mm_sub_font_transform":"","f_mm_sub_font_spacing":"","f_mm_sub_":"","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","title_txt":"","title_txt_hover":"","all_underline_height":"","all_underline_color":"#000","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_family":"","f_title_font_size":"","f_title_font_line_height":"","f_title_font_style":"","f_title_font_weight":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","el_class":"","block_template_id":"","td_column_number":3,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"td_category_ids_filter","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"next_prev","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","tdc_css_class":"tdi_34","tdc_css_class_style":"tdi_34_rand_style","category_id":"2444","subcats_posts_limit":"4","child_cats_limit":"4","hide_all":"","tdc_css":"","class":"tdi_34"}';
block_tdi_34.td_column_number = "3";
block_tdi_34.block_type = "tdb_header_mega_menu";
block_tdi_34.post_count = "5";
block_tdi_34.found_posts = "20";
block_tdi_34.header_color = "";
block_tdi_34.ajax_pagination_infinite_stop = "";
block_tdi_34.max_num_pages = "4";
tdBlocksArray.push(block_tdi_34);
</script><div class="tdb-mega-modules-wrap"><div id=tdi_34 class="td_block_inner">
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/manage-money/insurance/" class="td-post-category">Insurance</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/best-life-insurance/" rel="bookmark" class="td-image-wrap " title="The 10 Best Life Insurance Companies for Millennials in 2023"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/life-insurance-for-millennials-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/best-life-insurance/" rel="bookmark" title="The 10 Best Life Insurance Companies for Millennials in 2023">The 10 Best Life Insurance Companies for Millennials in 2023</a></h3>
<div class="td-editor-date">

<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/manage-money/insurance/" class="td-post-category">Insurance</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/best-insurance-companies/" rel="bookmark" class="td-image-wrap " title="12 Best Business Insurance Companies for 2023"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/best-business-insurance-companies-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/best-insurance-companies/" rel="bookmark" title="12 Best Business Insurance Companies for 2023">12 Best Business Insurance Companies for 2023</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/manage-money/insurance/" class="td-post-category">Insurance</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/best-burial-insurance/" rel="bookmark" class="td-image-wrap " title="The 7 Best Burial Insurance Options of 2023"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/marco-ceschi-119361.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/best-burial-insurance/" rel="bookmark" title="The 7 Best Burial Insurance Options of 2023">The 7 Best Burial Insurance Options of 2023</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
 </div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/manage-money/insurance/" class="td-post-category">Insurance</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/bestow-review/" rel="bookmark" class="td-image-wrap " title="Bestow Review: Low-Cost Online Term Life Insurance"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/millennials-and-life-insurance.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/bestow-review/" rel="bookmark" title="Bestow Review: Low-Cost Online Term Life Insurance">Bestow Review: Low-Cost Online Term Life Insurance</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/manage-money/insurance/" class="td-post-category">Insurance</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/best-homeowner-insurance-companies/" rel="bookmark" class="td-image-wrap " title="Best Homeowners Insurance Companies 2022"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/homeowners-insurance-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/best-homeowner-insurance-companies/" rel="bookmark" title="Best Homeowners Insurance Companies 2022">Best Homeowners Insurance Companies 2022</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
</div><div class="td-next-prev-wrap"><a href="#" class="td-ajax-prev-page ajax-page-disabled" aria-label="prev-page" id="prev-page-tdi_34" data-td_block_id="tdi_34"><i class="td-next-prev-icon td-icon-font td-icon-menu-left"></i></a><a href="#" class="td-ajax-next-page" aria-label="next-page" id="next-page-tdi_34" data-td_block_id="tdi_34"><i class="td-next-prev-icon td-icon-font td-icon-menu-right"></i></a></div></div></div> </div></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-50272 tdb-menu-item-inactive"><a href="https://www.mymillennialguide.com/category/invest/"><div class="tdb-menu-item-text">Invest</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50273"><a href="https://www.mymillennialguide.com/stock-broker-promotions/"><div class="tdb-menu-item-text">Brokerage Promotions</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50274"><a href="https://www.mymillennialguide.com/best-online-brokers/"><div class="tdb-menu-item-text">Online Stock Brokers</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50275"><a href="https://www.mymillennialguide.com/best-investment-apps/"><div class="tdb-menu-item-text">Investing Apps</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50323"><a href="https://www.mymillennialguide.com/micro-investing/"><div class="tdb-menu-item-text">Micro-Investing Apps</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50276"><a href="https://www.mymillennialguide.com/best-robo-advisors/"><div class="tdb-menu-item-text">Robo Advisors</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50277"><a href="https://www.mymillennialguide.com/dividend-tracker/"><div class="tdb-menu-item-text">Dividend Trackers</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50278"><a href="https://www.mymillennialguide.com/best-real-estate-apps/"><div class="tdb-menu-item-text">Real Estate Apps</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50279"><a href="https://www.mymillennialguide.com/best-crypto-exchanges/"><div class="tdb-menu-item-text">Crypto Exchanges</div></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-27623 tdb-menu-item-inactive"><a href="https://www.mymillennialguide.com/category/manage-money/"><div class="tdb-menu-item-text">Your Money</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor tdb-menu-item tdb-normal-menu menu-item-49945"><a href="https://www.mymillennialguide.com/category/make-money/"><div class="tdb-menu-item-text">Make Money</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-50271"><a href="https://www.mymillennialguide.com/category/manage-money/"><div class="tdb-menu-item-text">Manage Money</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-29854"><a href="https://www.mymillennialguide.com/category/invest/"><div class="tdb-menu-item-text">Invest Money</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-50270"><a href="https://www.mymillennialguide.com/category/borrow/"><div class="tdb-menu-item-text">Borrow Money</div></a></li>
</ul>
</li>
</ul></div></div></div></div></div></div></div></div> </div>
<div class="td-header-desktop-sticky-wrap tdc-zone-sticky-invisible tdc-zone-sticky-inactive" style="display: none">
<div id="tdi_37" class="tdc-zone"><div class="tdc_zone tdi_38  wpb_row td-pb-row td-header-sticky-smart" data-sticky-offset="0">
<style scoped></style><div id="tdi_39" class="tdc-row stretch_row_1200 td-stretch-content"><div class="vc_row tdi_40  wpb_row td-pb-row tdc-element-style">
<style scoped></style>
<div class="tdi_39_rand_style td-element-style"><div class="td-element-style-before"><style></style></div><style></style></div><div class="vc_column tdi_42  wpb_column vc_column_container tdc-column td-pb-span4">
<style scoped></style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_logo tdi_43 td-pb-border-top td_block_template_2 tdb-header-align" data-td-block-uid="tdi_43">
<style></style>
<style></style><div class="tdb-block-inner td-fix-index"><a class="tdb-logo-a" href="https://www.mymillennialguide.com/"><span class="tdb-logo-img-wrap"><img class="tdb-logo-img" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20952%20328'%3E%3C/svg%3E" alt="my millennial guide" title="" width="952" height="328" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/PNG1-3-1-e1521067212241.png" /><noscript><img class="tdb-logo-img" src="https://www.mymillennialguide.com/wp-content/uploads/PNG1-3-1-e1521067212241.png" alt="my millennial guide"  title=""  width="952" height="328" /></noscript></span></a></div></div> </div></div><div class="vc_column tdi_45  wpb_column vc_column_container tdc-column td-pb-span8">
<style scoped></style><div class="wpb_wrapper"><div class="td_block_wrap tdb_header_search tdi_46 tdb-header-search-trigger-enabled td-pb-border-top td_block_template_2 tdb-header-align" data-td-block-uid="tdi_46">
<style></style>
<style></style><div class="tdb-block-inner td-fix-index"><div class="tdb-drop-down-search" aria-labelledby="td-header-search-button"><div class="tdb-drop-down-search-inner"><form method="get" class="tdb-search-form" action="https://www.mymillennialguide.com/"><div class="tdb-search-form-inner"><input class="tdb-head-search-form-input" placeholder=" " type="text" value="" name="s" autocomplete="off" /><input type="hidden" value="post" name="post_type" /><button class="wpb_button wpb_btn-inverse btn tdb-head-search-form-btn" type="submit"><span>Search</span></button></div></form><div class="tdb-aj-search"></div></div></div><a href="#" role="button" aria-label="Search" class="tdb-head-search-btn dropdown-toggle" data-toggle="dropdown"><i class="tdb-search-icon td-icon-search"></i></a></div></div> <div class="td_block_wrap tdb_header_menu tdi_47 tds_menu_active1 tds_menu_sub_active1 tdb-head-menu-inline td-pb-border-top td_block_template_2 tdb-header-align" data-td-block-uid="tdi_47" style=" z-index: 999;">
<style></style>
<style></style>
<style></style><div id=tdi_47 class="td_block_inner td-fix-index"><div class="tdb-main-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></div><div class="tdb-sub-icon-fake"><i class="tdb-sub-menu-icon td-icon-right-arrow"></i></div><ul id="menu-main-menu-2" class="tdb-block-menu tdb-menu tdb-menu-items-visible"><li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-first tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-50313 tdb-menu-item-inactive"><a href="https://www.mymillennialguide.com/category/manage-money/banking/"><div class="tdb-menu-item-text">Banking</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-56772"><a href="https://www.mymillennialguide.com/best-bank-account-bonuses/"><div class="tdb-menu-item-text">Best Bank Bonuses 💸</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50316"><a href="https://www.mymillennialguide.com/best-checking-accounts/"><div class="tdb-menu-item-text">Checking Accounts</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50317"><a href="https://www.mymillennialguide.com/best-debit-cards-for-kids/"><div class="tdb-menu-item-text">Cards For Kids</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50331"><a href="https://www.mymillennialguide.com/best-credit-cards/"><div class="tdb-menu-item-text">Credit Card Offers</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50319"><a href="https://www.mymillennialguide.com/best-banks-for-freelancers/"><div class="tdb-menu-item-text">Banks for Freelancers</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-59661"><a href="https://www.mymillennialguide.com/best-money-market-accounts/"><div class="tdb-menu-item-text">Money Market Accounts</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50320"><a href="https://www.mymillennialguide.com/best-cash-management-accounts/"><div class="tdb-menu-item-text">Cash Management Accounts</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50321"><a href="https://www.mymillennialguide.com/savings-accounts/"><div class="tdb-menu-item-text">Online Savings Accounts</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50322"><a href="https://www.mymillennialguide.com/5-percent-interest-savings-accounts/"><div class="tdb-menu-item-text">High-Yield Savings</div></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item-button tdb-menu-item tdb-mega-menu tdb-mega-menu-inactive tdb-mega-menu-first menu-item-50312"><a href="https://www.mymillennialguide.com/category/borrow/mortgage/"><div class="tdb-menu-item-text">Mortgage</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu">
<li class="menu-item-0"><div class="tdb-menu-item-text"><div class="tdb_header_mega_menu tdi_48 td-no-subcats td_with_ajax_pagination td-pb-border-top td_block_template_2" data-td-block-uid="tdi_48">
<style></style><script type="rocketlazyloadscript">var block_tdi_48 = new tdBlock();
block_tdi_48.id = "tdi_48";
block_tdi_48.atts = '{"main_sub_tdicon":"td-icon-down","sub_tdicon":"td-icon-right-arrow","mm_align_horiz":"content-horiz-center","modules_on_row_regular":"20%","modules_on_row_cats":"25%","image_size":"td_324x400","modules_category":"image","show_excerpt":"none","show_com":"none","show_date":"none","show_author":"none","mm_sub_align_horiz":"content-horiz-right","mm_elem_align_horiz":"content-horiz-right","menu_id":"2403","sub_align_horiz":"content-horiz-right","text_color":"#253543","f_elem_font_family":"file_4","f_elem_font_transform":"capitalize","tds_menu_active1-line_height":"0","f_elem_font_size":"18","f_sub_elem_font_family":"file_4","f_sub_elem_font_size":"14","f_elem_font_weight":"400","f_sub_elem_font_weight":"","sub_text_color":"#243543","tds_menu_sub_active1-sub_text_color_h":"#0079d1","align_horiz":"content-horiz-right","elem_padd":"0 13px","float_right":"yes","inline":"yes","block_type":"tdb_header_mega_menu","show_subcat":"","show_mega":"","show_mega_cats":"","separator":"","width":"","more":"","elem_space":"","main_sub_icon_size":"","main_sub_icon_space":"","main_sub_icon_align":"-1","sep_tdicon":"","sep_icon_size":"","sep_icon_space":"","sep_icon_align":"-1","more_txt":"","more_tdicon":"","more_icon_size":"","more_icon_align":"0","sub_width":"","sub_first_left":"","sub_rest_top":"","sub_padd":"","sub_elem_inline":"","sub_elem_space":"","sub_elem_padd":"","sub_elem_radius":"0","sub_icon_size":"","sub_icon_space":"","sub_icon_pos":"","sub_icon_align":"1","mm_width":"","mm_content_width":"","mm_height":"","mm_padd":"","mm_offset":"","mm_align_screen":"","mm_posts_limit":"5","mm_subcats_posts_limit":"4","mm_child_cats":"","mm_ajax_preloading":"","mm_hide_all_item":"","mm_sub_width":"","mm_sub_padd":"","mm_sub_border":"","mm_sub_inline":"","mm_elem_order":"name","mm_elem_space":"","mm_elem_padd":"","mm_elem_border":"","mm_elem_border_a":"","mm_elem_border_rad":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","modules_gap":"","m_padding":"","all_modules_space":"36","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_height":"","image_width":"","image_floated":"no_float","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1","meta_info_align":"","meta_info_horiz":"content-horiz-left","meta_width":"","meta_margin":"","meta_padding":"","art_title":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","show_review":"inline-block","review_space":"","review_size":"2.5","review_distance":"","show_pagination":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","main_sub_color":"","sep_color":"","more_icon_color":"","tds_menu_active":"tds_menu_active1","hover_opacity":"","f_elem_font_header":"","f_elem_font_title":"Elements text","f_elem_font_settings":"","f_elem_font_line_height":"","f_elem_font_style":"","f_elem_font_spacing":"","f_elem_":"","sub_bg_color":"","sub_border_size":"","sub_border_color":"","sub_elem_bg_color":"","sub_color":"","sub_shadow_shadow_header":"","sub_shadow_shadow_title":"Shadow","sub_shadow_shadow_size":"","sub_shadow_shadow_offset_horizontal":"","sub_shadow_shadow_offset_vertical":"","sub_shadow_shadow_spread":"","sub_shadow_shadow_color":"","tds_menu_sub_active":"tds_menu_sub_active1","f_sub_elem_font_header":"","f_sub_elem_font_title":"Elements text","f_sub_elem_font_settings":"","f_sub_elem_font_line_height":"","f_sub_elem_font_style":"","f_sub_elem_font_transform":"","f_sub_elem_font_spacing":"","f_sub_elem_":"","mm_bg":"","mm_border_size":"","mm_border_color":"","mm_shadow_shadow_header":"","mm_shadow_shadow_title":"Shadow","mm_shadow_shadow_size":"","mm_shadow_shadow_offset_horizontal":"","mm_shadow_shadow_offset_vertical":"","mm_shadow_shadow_spread":"","mm_shadow_shadow_color":"","mm_subcats_bg":"","mm_subcats_border_color":"","mm_elem_color":"","mm_elem_color_a":"","mm_elem_bg":"","mm_elem_bg_a":"","mm_elem_border_color":"","mm_elem_border_color_a":"","mm_elem_shadow_shadow_header":"","mm_elem_shadow_shadow_title":"Elements shadow","mm_elem_shadow_shadow_size":"","mm_elem_shadow_shadow_offset_horizontal":"","mm_elem_shadow_shadow_offset_vertical":"","mm_elem_shadow_shadow_spread":"","mm_elem_shadow_shadow_color":"","f_mm_sub_font_header":"","f_mm_sub_font_title":"Sub categories elements","f_mm_sub_font_settings":"","f_mm_sub_font_family":"","f_mm_sub_font_size":"","f_mm_sub_font_line_height":"","f_mm_sub_font_style":"","f_mm_sub_font_weight":"","f_mm_sub_font_transform":"","f_mm_sub_font_spacing":"","f_mm_sub_":"","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","title_txt":"","title_txt_hover":"","all_underline_height":"","all_underline_color":"#000","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_family":"","f_title_font_size":"","f_title_font_line_height":"","f_title_font_style":"","f_title_font_weight":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","el_class":"","block_template_id":"","td_column_number":3,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"td_category_ids_filter","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"next_prev","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","tdc_css_class":"tdi_48","tdc_css_class_style":"tdi_48_rand_style","category_id":"2439","subcats_posts_limit":"4","child_cats_limit":"4","hide_all":"","tdc_css":"","class":"tdi_48"}';
block_tdi_48.td_column_number = "3";
block_tdi_48.block_type = "tdb_header_mega_menu";
block_tdi_48.post_count = "5";
block_tdi_48.found_posts = "24";
block_tdi_48.header_color = "";
block_tdi_48.ajax_pagination_infinite_stop = "";
block_tdi_48.max_num_pages = "5";
tdBlocksArray.push(block_tdi_48);
</script><div class="tdb-mega-modules-wrap"><div id=tdi_48 class="td_block_inner">
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/mortgage/" class="td-post-category">Mortgage</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/300000-mortgage/" rel="bookmark" class="td-image-wrap " title="$300,000 Mortgage: Estimate Your Monthly Payment"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/300000-mortgage-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/300000-mortgage/" rel="bookmark" title="$300,000 Mortgage: Estimate Your Monthly Payment">$300,000 Mortgage: Estimate Your Monthly Payment</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/mortgage/" class="td-post-category">Mortgage</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/best-home-warranties/" rel="bookmark" class="td-image-wrap " title="Home Warranty: Best Companies of 2023"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/home-warranty-contract.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/best-home-warranties/" rel="bookmark" title="Home Warranty: Best Companies of 2023">Home Warranty: Best Companies of 2023</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/mortgage/" class="td-post-category">Mortgage</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/home-improvements-that-add-value/" rel="bookmark" class="td-image-wrap " title="8 Home Improvements That Add Value &#038; How to Budget for It"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/Small-Renovation-Project.jpeg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/home-improvements-that-add-value/" rel="bookmark" title="8 Home Improvements That Add Value &#038; How to Budget for It">8 Home Improvements That Add Value &#038; How to Budget for It</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>

<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/mortgage/" class="td-post-category">Mortgage</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/how-long-does-it-take-to-close-on-a-house/" rel="bookmark" class="td-image-wrap " title="How Long Does It Take to Close on a House?"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/1-1.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/how-long-does-it-take-to-close-on-a-house/" rel="bookmark" title="How Long Does It Take to Close on a House?">How Long Does It Take to Close on a House?</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/mortgage/" class="td-post-category">Mortgage</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/things-to-consider-when-buying-a-house/" rel="bookmark" class="td-image-wrap " title="14 Things to Consider When Buying a House"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/things-to-consider-when-buying-a-home-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/things-to-consider-when-buying-a-house/" rel="bookmark" title="14 Things to Consider When Buying a House">14 Things to Consider When Buying a House</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
</div><div class="td-next-prev-wrap"><a href="#" class="td-ajax-prev-page ajax-page-disabled" aria-label="prev-page" id="prev-page-tdi_48" data-td_block_id="tdi_48"><i class="td-next-prev-icon td-icon-font td-icon-menu-left"></i></a><a href="#" class="td-ajax-next-page" aria-label="next-page" id="next-page-tdi_48" data-td_block_id="tdi_48"><i class="td-next-prev-icon td-icon-font td-icon-menu-right"></i></a></div></div></div> </div></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item-button tdb-menu-item tdb-mega-menu tdb-mega-menu-inactive menu-item-50280"><a href="https://www.mymillennialguide.com/category/borrow/loans/"><div class="tdb-menu-item-text">Loans</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu">
<li class="menu-item-0"><div class="tdb-menu-item-text"><div class="tdb_header_mega_menu tdi_49 td-no-subcats td_with_ajax_pagination td-pb-border-top td_block_template_2" data-td-block-uid="tdi_49">
<style></style><script type="rocketlazyloadscript">var block_tdi_49 = new tdBlock();
block_tdi_49.id = "tdi_49";
block_tdi_49.atts = '{"main_sub_tdicon":"td-icon-down","sub_tdicon":"td-icon-right-arrow","mm_align_horiz":"content-horiz-center","modules_on_row_regular":"20%","modules_on_row_cats":"25%","image_size":"td_324x400","modules_category":"image","show_excerpt":"none","show_com":"none","show_date":"none","show_author":"none","mm_sub_align_horiz":"content-horiz-right","mm_elem_align_horiz":"content-horiz-right","menu_id":"2403","sub_align_horiz":"content-horiz-right","text_color":"#253543","f_elem_font_family":"file_4","f_elem_font_transform":"capitalize","tds_menu_active1-line_height":"0","f_elem_font_size":"18","f_sub_elem_font_family":"file_4","f_sub_elem_font_size":"14","f_elem_font_weight":"400","f_sub_elem_font_weight":"","sub_text_color":"#243543","tds_menu_sub_active1-sub_text_color_h":"#0079d1","align_horiz":"content-horiz-right","elem_padd":"0 13px","float_right":"yes","inline":"yes","block_type":"tdb_header_mega_menu","show_subcat":"","show_mega":"","show_mega_cats":"","separator":"","width":"","more":"","elem_space":"","main_sub_icon_size":"","main_sub_icon_space":"","main_sub_icon_align":"-1","sep_tdicon":"","sep_icon_size":"","sep_icon_space":"","sep_icon_align":"-1","more_txt":"","more_tdicon":"","more_icon_size":"","more_icon_align":"0","sub_width":"","sub_first_left":"","sub_rest_top":"","sub_padd":"","sub_elem_inline":"","sub_elem_space":"","sub_elem_padd":"","sub_elem_radius":"0","sub_icon_size":"","sub_icon_space":"","sub_icon_pos":"","sub_icon_align":"1","mm_width":"","mm_content_width":"","mm_height":"","mm_padd":"","mm_offset":"","mm_align_screen":"","mm_posts_limit":"5","mm_subcats_posts_limit":"4","mm_child_cats":"","mm_ajax_preloading":"","mm_hide_all_item":"","mm_sub_width":"","mm_sub_padd":"","mm_sub_border":"","mm_sub_inline":"","mm_elem_order":"name","mm_elem_space":"","mm_elem_padd":"","mm_elem_border":"","mm_elem_border_a":"","mm_elem_border_rad":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","modules_gap":"","m_padding":"","all_modules_space":"36","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_height":"","image_width":"","image_floated":"no_float","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1","meta_info_align":"","meta_info_horiz":"content-horiz-left","meta_width":"","meta_margin":"","meta_padding":"","art_title":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","show_review":"inline-block","review_space":"","review_size":"2.5","review_distance":"","show_pagination":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","main_sub_color":"","sep_color":"","more_icon_color":"","tds_menu_active":"tds_menu_active1","hover_opacity":"","f_elem_font_header":"","f_elem_font_title":"Elements text","f_elem_font_settings":"","f_elem_font_line_height":"","f_elem_font_style":"","f_elem_font_spacing":"","f_elem_":"","sub_bg_color":"","sub_border_size":"","sub_border_color":"","sub_elem_bg_color":"","sub_color":"","sub_shadow_shadow_header":"","sub_shadow_shadow_title":"Shadow","sub_shadow_shadow_size":"","sub_shadow_shadow_offset_horizontal":"","sub_shadow_shadow_offset_vertical":"","sub_shadow_shadow_spread":"","sub_shadow_shadow_color":"","tds_menu_sub_active":"tds_menu_sub_active1","f_sub_elem_font_header":"","f_sub_elem_font_title":"Elements text","f_sub_elem_font_settings":"","f_sub_elem_font_line_height":"","f_sub_elem_font_style":"","f_sub_elem_font_transform":"","f_sub_elem_font_spacing":"","f_sub_elem_":"","mm_bg":"","mm_border_size":"","mm_border_color":"","mm_shadow_shadow_header":"","mm_shadow_shadow_title":"Shadow","mm_shadow_shadow_size":"","mm_shadow_shadow_offset_horizontal":"","mm_shadow_shadow_offset_vertical":"","mm_shadow_shadow_spread":"","mm_shadow_shadow_color":"","mm_subcats_bg":"","mm_subcats_border_color":"","mm_elem_color":"","mm_elem_color_a":"","mm_elem_bg":"","mm_elem_bg_a":"","mm_elem_border_color":"","mm_elem_border_color_a":"","mm_elem_shadow_shadow_header":"","mm_elem_shadow_shadow_title":"Elements shadow","mm_elem_shadow_shadow_size":"","mm_elem_shadow_shadow_offset_horizontal":"","mm_elem_shadow_shadow_offset_vertical":"","mm_elem_shadow_shadow_spread":"","mm_elem_shadow_shadow_color":"","f_mm_sub_font_header":"","f_mm_sub_font_title":"Sub categories elements","f_mm_sub_font_settings":"","f_mm_sub_font_family":"","f_mm_sub_font_size":"","f_mm_sub_font_line_height":"","f_mm_sub_font_style":"","f_mm_sub_font_weight":"","f_mm_sub_font_transform":"","f_mm_sub_font_spacing":"","f_mm_sub_":"","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","title_txt":"","title_txt_hover":"","all_underline_height":"","all_underline_color":"#000","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_family":"","f_title_font_size":"","f_title_font_line_height":"","f_title_font_style":"","f_title_font_weight":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","el_class":"","block_template_id":"","td_column_number":3,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"td_category_ids_filter","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"next_prev","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","tdc_css_class":"tdi_49","tdc_css_class_style":"tdi_49_rand_style","category_id":"2436","subcats_posts_limit":"4","child_cats_limit":"4","hide_all":"","tdc_css":"","class":"tdi_49"}';
block_tdi_49.td_column_number = "3";
block_tdi_49.block_type = "tdb_header_mega_menu";
block_tdi_49.post_count = "5";
block_tdi_49.found_posts = "57";
block_tdi_49.header_color = "";
block_tdi_49.ajax_pagination_infinite_stop = "";
block_tdi_49.max_num_pages = "12";
tdBlocksArray.push(block_tdi_49);
</script><div class="tdb-mega-modules-wrap"><div id=tdi_49 class="td_block_inner">
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/loans/" class="td-post-category">Loans</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/best-credit-building-apps/" rel="bookmark" class="td-image-wrap " title="14 Best Credit Building Apps Of 2023"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/best-credit-building-apps-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/best-credit-building-apps/" rel="bookmark" title="14 Best Credit Building Apps Of 2023">14 Best Credit Building Apps Of 2023</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/loans/" class="td-post-category">Loans</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/best-private-student-loan-options/" rel="bookmark" class="td-image-wrap " title="7 Best Private Student Loan Options for 2023 (Updated Monthly)"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/Best-Private-Student-Loan-Options.jpeg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/best-private-student-loan-options/" rel="bookmark" title="7 Best Private Student Loan Options for 2023 (Updated Monthly)">7 Best Private Student Loan Options for 2023 (Updated Monthly)</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/loans/" class="td-post-category">Loans</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/100-loan-instant-app/" rel="bookmark" class="td-image-wrap " title="$100 Loan Instant App (No Credit Check Apps)"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/100-loan-instant-app-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/100-loan-instant-app/" rel="bookmark" title="$100 Loan Instant App (No Credit Check Apps)">$100 Loan Instant App (No Credit Check Apps)</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/loans/" class="td-post-category">Loans</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/personal-loans/" rel="bookmark" class="td-image-wrap " title="Best Personal Loans Of January 2023"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/best-personal-loans-324x400.webp" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/personal-loans/" rel="bookmark" title="Best Personal Loans Of January 2023">Best Personal Loans Of January 2023</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
 </span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/borrow/loans/" class="td-post-category">Loans</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/best-cash-advance-apps/" rel="bookmark" class="td-image-wrap " title="12 Best Cash Advance Apps of 2023"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/best-cash-advance-apps-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/best-cash-advance-apps/" rel="bookmark" title="12 Best Cash Advance Apps of 2023">12 Best Cash Advance Apps of 2023</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
</div><div class="td-next-prev-wrap"><a href="#" class="td-ajax-prev-page ajax-page-disabled" aria-label="prev-page" id="prev-page-tdi_49" data-td_block_id="tdi_49"><i class="td-next-prev-icon td-icon-font td-icon-menu-left"></i></a><a href="#" class="td-ajax-next-page" aria-label="next-page" id="next-page-tdi_49" data-td_block_id="tdi_49"><i class="td-next-prev-icon td-icon-font td-icon-menu-right"></i></a></div></div></div> </div></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item-button tdb-menu-item tdb-mega-menu tdb-mega-menu-inactive menu-item-50311"><a href="https://www.mymillennialguide.com/category/manage-money/insurance/"><div class="tdb-menu-item-text">Insurance</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu">
<li class="menu-item-0"><div class="tdb-menu-item-text"><div class="tdb_header_mega_menu tdi_50 td-no-subcats td_with_ajax_pagination td-pb-border-top td_block_template_2" data-td-block-uid="tdi_50">
<style></style><script type="rocketlazyloadscript">var block_tdi_50 = new tdBlock();
block_tdi_50.id = "tdi_50";
block_tdi_50.atts = '{"main_sub_tdicon":"td-icon-down","sub_tdicon":"td-icon-right-arrow","mm_align_horiz":"content-horiz-center","modules_on_row_regular":"20%","modules_on_row_cats":"25%","image_size":"td_324x400","modules_category":"image","show_excerpt":"none","show_com":"none","show_date":"none","show_author":"none","mm_sub_align_horiz":"content-horiz-right","mm_elem_align_horiz":"content-horiz-right","menu_id":"2403","sub_align_horiz":"content-horiz-right","text_color":"#253543","f_elem_font_family":"file_4","f_elem_font_transform":"capitalize","tds_menu_active1-line_height":"0","f_elem_font_size":"18","f_sub_elem_font_family":"file_4","f_sub_elem_font_size":"14","f_elem_font_weight":"400","f_sub_elem_font_weight":"","sub_text_color":"#243543","tds_menu_sub_active1-sub_text_color_h":"#0079d1","align_horiz":"content-horiz-right","elem_padd":"0 13px","float_right":"yes","inline":"yes","block_type":"tdb_header_mega_menu","show_subcat":"","show_mega":"","show_mega_cats":"","separator":"","width":"","more":"","elem_space":"","main_sub_icon_size":"","main_sub_icon_space":"","main_sub_icon_align":"-1","sep_tdicon":"","sep_icon_size":"","sep_icon_space":"","sep_icon_align":"-1","more_txt":"","more_tdicon":"","more_icon_size":"","more_icon_align":"0","sub_width":"","sub_first_left":"","sub_rest_top":"","sub_padd":"","sub_elem_inline":"","sub_elem_space":"","sub_elem_padd":"","sub_elem_radius":"0","sub_icon_size":"","sub_icon_space":"","sub_icon_pos":"","sub_icon_align":"1","mm_width":"","mm_content_width":"","mm_height":"","mm_padd":"","mm_offset":"","mm_align_screen":"","mm_posts_limit":"5","mm_subcats_posts_limit":"4","mm_child_cats":"","mm_ajax_preloading":"","mm_hide_all_item":"","mm_sub_width":"","mm_sub_padd":"","mm_sub_border":"","mm_sub_inline":"","mm_elem_order":"name","mm_elem_space":"","mm_elem_padd":"","mm_elem_border":"","mm_elem_border_a":"","mm_elem_border_rad":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","modules_gap":"","m_padding":"","all_modules_space":"36","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_height":"","image_width":"","image_floated":"no_float","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1","meta_info_align":"","meta_info_horiz":"content-horiz-left","meta_width":"","meta_margin":"","meta_padding":"","art_title":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","show_cat":"inline-block","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","show_review":"inline-block","review_space":"","review_size":"2.5","review_distance":"","show_pagination":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","main_sub_color":"","sep_color":"","more_icon_color":"","tds_menu_active":"tds_menu_active1","hover_opacity":"","f_elem_font_header":"","f_elem_font_title":"Elements text","f_elem_font_settings":"","f_elem_font_line_height":"","f_elem_font_style":"","f_elem_font_spacing":"","f_elem_":"","sub_bg_color":"","sub_border_size":"","sub_border_color":"","sub_elem_bg_color":"","sub_color":"","sub_shadow_shadow_header":"","sub_shadow_shadow_title":"Shadow","sub_shadow_shadow_size":"","sub_shadow_shadow_offset_horizontal":"","sub_shadow_shadow_offset_vertical":"","sub_shadow_shadow_spread":"","sub_shadow_shadow_color":"","tds_menu_sub_active":"tds_menu_sub_active1","f_sub_elem_font_header":"","f_sub_elem_font_title":"Elements text","f_sub_elem_font_settings":"","f_sub_elem_font_line_height":"","f_sub_elem_font_style":"","f_sub_elem_font_transform":"","f_sub_elem_font_spacing":"","f_sub_elem_":"","mm_bg":"","mm_border_size":"","mm_border_color":"","mm_shadow_shadow_header":"","mm_shadow_shadow_title":"Shadow","mm_shadow_shadow_size":"","mm_shadow_shadow_offset_horizontal":"","mm_shadow_shadow_offset_vertical":"","mm_shadow_shadow_spread":"","mm_shadow_shadow_color":"","mm_subcats_bg":"","mm_subcats_border_color":"","mm_elem_color":"","mm_elem_color_a":"","mm_elem_bg":"","mm_elem_bg_a":"","mm_elem_border_color":"","mm_elem_border_color_a":"","mm_elem_shadow_shadow_header":"","mm_elem_shadow_shadow_title":"Elements shadow","mm_elem_shadow_shadow_size":"","mm_elem_shadow_shadow_offset_horizontal":"","mm_elem_shadow_shadow_offset_vertical":"","mm_elem_shadow_shadow_spread":"","mm_elem_shadow_shadow_color":"","f_mm_sub_font_header":"","f_mm_sub_font_title":"Sub categories elements","f_mm_sub_font_settings":"","f_mm_sub_font_family":"","f_mm_sub_font_size":"","f_mm_sub_font_line_height":"","f_mm_sub_font_style":"","f_mm_sub_font_weight":"","f_mm_sub_font_transform":"","f_mm_sub_font_spacing":"","f_mm_sub_":"","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","title_txt":"","title_txt_hover":"","all_underline_height":"","all_underline_color":"#000","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_family":"","f_title_font_size":"","f_title_font_line_height":"","f_title_font_style":"","f_title_font_weight":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_family":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_family":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","el_class":"","block_template_id":"","td_column_number":3,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"td_category_ids_filter","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"next_prev","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","tdc_css_class":"tdi_50","tdc_css_class_style":"tdi_50_rand_style","category_id":"2444","subcats_posts_limit":"4","child_cats_limit":"4","hide_all":"","tdc_css":"","class":"tdi_50"}';
block_tdi_50.td_column_number = "3";
block_tdi_50.block_type = "tdb_header_mega_menu";
block_tdi_50.post_count = "5";
block_tdi_50.found_posts = "20";
block_tdi_50.header_color = "";
block_tdi_50.ajax_pagination_infinite_stop = "";
block_tdi_50.max_num_pages = "4";
tdBlocksArray.push(block_tdi_50);
</script><div class="tdb-mega-modules-wrap"><div id=tdi_50 class="td_block_inner">
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/manage-money/insurance/" class="td-post-category">Insurance</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/best-life-insurance/" rel="bookmark" class="td-image-wrap " title="The 10 Best Life Insurance Companies for Millennials in 2023"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/life-insurance-for-millennials-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/best-life-insurance/" rel="bookmark" title="The 10 Best Life Insurance Companies for Millennials in 2023">The 10 Best Life Insurance Companies for Millennials in 2023</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/manage-money/insurance/" class="td-post-category">Insurance</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/best-insurance-companies/" rel="bookmark" class="td-image-wrap " title="12 Best Business Insurance Companies for 2023"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/best-business-insurance-companies-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/best-insurance-companies/" rel="bookmark" title="12 Best Business Insurance Companies for 2023">12 Best Business Insurance Companies for 2023</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/manage-money/insurance/" class="td-post-category">Insurance</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/best-burial-insurance/" rel="bookmark" class="td-image-wrap " title="The 7 Best Burial Insurance Options of 2023"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/marco-ceschi-119361.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/best-burial-insurance/" rel="bookmark" title="The 7 Best Burial Insurance Options of 2023">The 7 Best Burial Insurance Options of 2023</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/manage-money/insurance/" class="td-post-category">Insurance</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/bestow-review/" rel="bookmark" class="td-image-wrap " title="Bestow Review: Low-Cost Online Term Life Insurance"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/millennials-and-life-insurance.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/bestow-review/" rel="bookmark" title="Bestow Review: Low-Cost Online Term Life Insurance">Bestow Review: Low-Cost Online Term Life Insurance</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="tdb_module_header tdb_module_mm td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<a href="https://www.mymillennialguide.com/category/manage-money/insurance/" class="td-post-category">Insurance</a> <div class="td-module-thumb"><a href="https://www.mymillennialguide.com/best-homeowner-insurance-companies/" rel="bookmark" class="td-image-wrap " title="Best Homeowners Insurance Companies 2022"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/homeowners-insurance-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/best-homeowner-insurance-companies/" rel="bookmark" title="Best Homeowners Insurance Companies 2022">Best Homeowners Insurance Companies 2022</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
</div><div class="td-next-prev-wrap"><a href="#" class="td-ajax-prev-page ajax-page-disabled" aria-label="prev-page" id="prev-page-tdi_50" data-td_block_id="tdi_50"><i class="td-next-prev-icon td-icon-font td-icon-menu-left"></i></a><a href="#" class="td-ajax-next-page" aria-label="next-page" id="next-page-tdi_50" data-td_block_id="tdi_50"><i class="td-next-prev-icon td-icon-font td-icon-menu-right"></i></a></div></div></div> </div></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-50272 tdb-menu-item-inactive"><a href="https://www.mymillennialguide.com/category/invest/"><div class="tdb-menu-item-text">Invest</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50273"><a href="https://www.mymillennialguide.com/stock-broker-promotions/"><div class="tdb-menu-item-text">Brokerage Promotions</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50274"><a href="https://www.mymillennialguide.com/best-online-brokers/"><div class="tdb-menu-item-text">Online Stock Brokers</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50275"><a href="https://www.mymillennialguide.com/best-investment-apps/"><div class="tdb-menu-item-text">Investing Apps</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50323"><a href="https://www.mymillennialguide.com/micro-investing/"><div class="tdb-menu-item-text">Micro-Investing Apps</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50276"><a href="https://www.mymillennialguide.com/best-robo-advisors/"><div class="tdb-menu-item-text">Robo Advisors</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50277"><a href="https://www.mymillennialguide.com/dividend-tracker/"><div class="tdb-menu-item-text">Dividend Trackers</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50278"><a href="https://www.mymillennialguide.com/best-real-estate-apps/"><div class="tdb-menu-item-text">Real Estate Apps</div></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-post tdb-menu-item tdb-normal-menu menu-item-50279"><a href="https://www.mymillennialguide.com/best-crypto-exchanges/"><div class="tdb-menu-item-text">Crypto Exchanges</div></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children tdb-menu-item-button tdb-menu-item tdb-normal-menu menu-item-27623 tdb-menu-item-inactive"><a href="https://www.mymillennialguide.com/category/manage-money/"><div class="tdb-menu-item-text">Your Money</div><i class="tdb-sub-menu-icon td-icon-down tdb-main-sub-menu-icon"></i></a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor tdb-menu-item tdb-normal-menu menu-item-49945"><a href="https://www.mymillennialguide.com/category/make-money/"><div class="tdb-menu-item-text">Make Money</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-50271"><a href="https://www.mymillennialguide.com/category/manage-money/"><div class="tdb-menu-item-text">Manage Money</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-29854"><a href="https://www.mymillennialguide.com/category/invest/"><div class="tdb-menu-item-text">Invest Money</div></a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category tdb-menu-item tdb-normal-menu menu-item-50270"><a href="https://www.mymillennialguide.com/category/borrow/"><div class="tdb-menu-item-text">Borrow Money</div></a></li>
</ul>
</li>
</ul></div></div></div></div></div></div></div></div> </div>
</div>
<div id="tdb-autoload-article" data-autoload="on" data-autoload-org-post-id="5619" data-autoload-type="same_cat_prev" data-autoload-count="5">
<style></style>
<div class="td-main-content-wrap td-container-wrap">
<div class="tdc-content-wrap tdb-autoload-wrap">
<article id="template-id-42544" class="post-42544 tdb_templates type-tdb_templates status-publish mv-content-wrapper post" data-post-url="https://www.mymillennialguide.com/how-to-start-a-podcast/" data-post-edit-url="" data-post-title="How To Start A Podcast For Free: Starting a Podcast Guide">

<div id="login-form" class="white-popup-block mfp-hide mfp-with-anim td-login-modal-wrap">
<div class="td-login-wrap">
<a href="#" aria-label="Back" class="td-back-button"><i class="td-icon-modal-back"></i></a>
<div id="td-login-div" class="td-login-form-div td-display-block">
<div class="td-login-panel-title">Sign in</div>
<div class="td-login-panel-descr">Welcome! Log into your account</div>
<div class="td_display_err"></div>
<form id="loginForm" action="#" method="post">
<div class="td-login-inputs"><input class="td-login-input" autocomplete="username" type="text" name="login_email" id="login_email" value="" required><label for="login_email">your username</label></div>
<div class="td-login-inputs"><input class="td-login-input" autocomplete="current-password" type="password" name="login_pass" id="login_pass" value="" required><label for="login_pass">your password</label></div>
<input type="button" name="login_button" id="login_button" class="wpb_button btn td-login-button" value="Login">
</form>
<div class="td-login-info-text"><a href="#" id="forgot-pass-link">Forgot your password? Get help</a></div>
</div>
<div id="td-forgot-pass-div" class="td-login-form-div td-display-none">
<div class="td-login-panel-title">Password recovery</div>
<div class="td-login-panel-descr">Recover your password</div>
<div class="td_display_err"></div>
<form id="forgotpassForm" action="#" method="post">
<div class="td-login-inputs"><input class="td-login-input" type="text" name="forgot_email" id="forgot_email" value="" required><label for="forgot_email">your email</label></div>
<input type="button" name="forgot_button" id="forgot_button" class="wpb_button btn td-login-button" value="Send My Password">
</form>
<div class="td-login-info-text">A password will be e-mailed to you.</div>
</div>
</div>
</div>
<div id="tdi_53" class="tdc-zone"><div class="tdc_zone tdi_54  wpb_row td-pb-row">
<style scoped></style><div id="tdi_55" class="tdc-row"><div class="vc_row tdi_56  wpb_row td-pb-row tdc-element-style">
<style scoped></style>
<div class="tdi_55_rand_style td-element-style"><div class="td-element-style-before"><style></style></div></div><div class="vc_column tdi_58  wpb_column vc_column_container tdc-column td-pb-span8">
<style scoped></style><div class="wpb_wrapper"><div class="td_block_wrap tdb_title tdi_59 tdb-single-title td-pb-border-top td_block_template_2" data-td-block-uid="tdi_59">
<style></style>
<style></style><div class="tdb-block-inner td-fix-index"><h1 class="tdb-title-text">How To Start A Podcast For Free: Starting a Podcast Guide</h1><div></div><div class="tdb-title-line"></div></div></div><div class="td_block_wrap tdb_single_author tdi_60 td-pb-border-top td_block_template_2 tdb-post-meta" data-td-block-uid="tdi_60">
<style></style>
<style></style><div class="tdb-block-inner td-fix-index"><div class="tdb-author-name-wrap"><span class="tdb-author-by">By</span> <a class="tdb-author-name" href="https://www.mymillennialguide.com/author/zach-dayne/">Zach Dayne</a></div></div></div><div class="td_block_wrap tdb_single_modified_date tdi_61 td-pb-border-top td_block_template_2 tdb-post-meta" data-td-block-uid="tdi_61">
<style></style>
<style></style><div class="tdb-block-inner td-fix-index"><span>Updated:</span> <time class="entry-date updated td-module-date" datetime="2022-04-17T00:51:55-04:00">April 17, 2022 </time></div></div> <div class="td_block_wrap tdb_single_bg_featured_image tdi_62 tdb-content-horiz-left td-pb-border-top td_block_template_2" data-td-block-uid="tdi_62">
<style></style><div class="tdb-featured-image-bg" aria-label="how to start a podcast"></div></div><div class="wpb_wrapper wpb_text_column td_block_wrap td_block_wrap vc_column_text tdi_63  tagdiv-type td-pb-border-top td_block_template_2" data-td-block-uid="tdi_63">
<style></style>
<style></style><div class="td-block-title-wrap"></div><div class="td-fix-index"><p>Disclosure: This post may contain affiliate links, meaning I get a commission if you decide to make a purchase or sign up through my links, at no cost to you. Please read our disclaimer for more info.</p>
</div></div><div class="td_block_wrap tdb_single_subtitle tdi_64 td-pb-border-top td_block_template_2" data-td-block-uid="tdi_64">
<style></style>
<style></style><div class="tdb-block-inner td-fix-index"><p>Learn how to start a podcast today for free. I'll teach you how to make it, how to launch it, and how to profit. All you need is a great show idea.</p></div></div><div class="td_block_wrap tdb_single_content tdi_65 td-pb-border-top td_block_template_2 td-post-content tagdiv-type" data-td-block-uid="tdi_65">
<style></style><div class="tdb-block-inner td-fix-index"><div id="bsf_rt_marker"><div class="mailmunch-forms-before-post" style="display: none !important;"></div>
<p>Starting a side hustle is a great <a href="https://www.mymillennialguide.com/money-making-ideas/" data-lasso-id="3157928">money making idea</a>. There are many reasons why you might want to start a side hustle, such as to pay off debt, save for a rainy day fund, or simply <a href="https://www.mymillennialguide.com/how-to-earn-money-online/" data-lasso-id="3157929">earn money online</a>. Whatever your reason, there are many options available to you when it comes to starting a <a href="https://www.mymillennialguide.com/side-hustles-for-men/" data-lasso-id="3157930">side hustle for men</a> or women.</p>
<p>Podcasting is my choice, as it requires very little start-up cost and can be done entirely from home. It’s one of the best ways to <a href="https://www.mymillennialguide.com/make-money-online-without-investment/" data-lasso-id="3157931">make money online without much investment</a>. Plus, it’s a great way to connect with like-minded people and build a community around your show.</p>
<p>If you’re interested in starting a podcast, the first step is to come up with an idea for your show. What will it be about? What format will it take? Who will be your target audience? Once you have a good idea of what you want your podcast to be, the next step is to start planning and recording your episodes.</p>
<blockquote class="wp-block-quote"><p>Learn how to start a podcast and make money with my step-by-step podcasting tutorial. In this post, I’ll teach you how to make it, how to launch it, and how to profit.</p></blockquote>
<p>All you need is a great show idea.</p>
<p>There are a few things you’ll need in order to get started:</p>
<div class="lwptoc lwptoc-autoWidth lwptoc-light lwptoc-notInherit" data-smooth-scroll="1" data-smooth-scroll-offset="24"><div class="lwptoc_i"> <div class="lwptoc_header">
<b class="lwptoc_title">▸ Table of Contents</b> <span class="lwptoc_toggle">
<a href="#" class="lwptoc_toggle_label" data-label="-">+</a>
</span>
</div>
<div class="lwptoc_items" style="display:none;font-size:80%;">
<div class="lwptoc_itemWrap"><div class="lwptoc_item"> <a href="#Podcasting_101_Starting_a_Podcast">
<span class="lwptoc_item_label">Podcasting 101: Starting a Podcast</span>
</a>
</div><div class="lwptoc_item"> <a href="#1_Picking_your_Podcast_Style">
<span class="lwptoc_item_label">1. Picking your Podcast Style</span>
</a>
</div><div class="lwptoc_item"> <a href="#2_Starting_a_Website_for_your_Podcast">
<span class="lwptoc_item_label">2. Starting a Website for your Podcast</span>
</a>
</div><div class="lwptoc_item"> <a href="#3_Equipment_Needed_for_Podcast">
<span class="lwptoc_item_label">3. Equipment Needed for Podcast</span>
</a>
</div><div class="lwptoc_item"> <a href="#4_Podcast_Setup_Recording_and_Editing">
<span class="lwptoc_item_label">4. Podcast Setup: Recording and Editing</span>
</a>
</div><div class="lwptoc_item"> <a href="#5_Recording_your_Podcast_Guests">
<span class="lwptoc_item_label">5. Recording your Podcast Guests</span>
</a>
</div><div class="lwptoc_item"> <a href="#6_How_to_Record_a_Podcast">
<span class="lwptoc_item_label">6. How to Record a Podcast</span>
</a>
</div><div class="lwptoc_item"> <a href="#7_Podcast_Editing_Tips">
<span class="lwptoc_item_label">7. Podcast Editing Tips</span>
</a>
</div><div class="lwptoc_item"> <a href="#8_Hosting_Your_Own_Podcast">
<span class="lwptoc_item_label">8. Hosting Your Own Podcast</span>
</a>
</div><div class="lwptoc_item"> <a href="#9_How_to_Launch_a_Podcast">
<span class="lwptoc_item_label">9. How to Launch a Podcast</span>
</a>
</div><div class="lwptoc_item"> <a href="#10_Launch_Podcast_with_Multiple_Episodes">
<span class="lwptoc_item_label">10. Launch Podcast with Multiple Episodes</span>
</a>
</div><div class="lwptoc_item"> <a href="#11_Leverage_Your_Existing_Community">
<span class="lwptoc_item_label">11. Leverage Your Existing Community</span>
</a>
</div><div class="lwptoc_item"> <a href="#12_Share_Your_Podcast_on_Forums_and_in_Groups">
<span class="lwptoc_item_label">12. Share Your Podcast on Forums and in Groups</span>
</a>
</div><div class="lwptoc_item"> <a href="#13_Buy_Advertising_for_Your_Podcast">
<span class="lwptoc_item_label">13. Buy Advertising for Your Podcast</span>
</a>
</div><div class="lwptoc_item"> <a href="#14_Sustainability_Growth">
 <span class="lwptoc_item_label">14. Sustainability &amp; Growth</span>
</a>
</div><div class="lwptoc_item"> <a href="#15_Monetization">
<span class="lwptoc_item_label">15. Monetization</span>
</a>
<div class="lwptoc_itemWrap"><div class="lwptoc_item"> <a href="#Final_Thoughts_on_Starting_a_Podcast">
<span class="lwptoc_item_label">Final Thoughts on Starting a Podcast</span>
</a>
</div></div></div></div></div>
</div></div><h2><span id="Podcasting_101_Starting_a_Podcast">Podcasting 101: Starting a Podcast</span></h2>
<p class="has-pale-cyan-blue-background-color has-background"><strong>This is a long (but helpful) podcast guide, close to 4,000 words long, so you would benefit from bookmarking this page to reference as you start your podcast.</strong></p>
<p><i><span style="font-weight: 400;">“Words mean more than what is set down on paper. It takes the human voice to infuse them with deeper meaning.” – Maya Angelou</span></i></p>
<p>Why would you want to start a podcast?</p>
<p>Starting a podcast is one of the fastest-growing <a href="https://www.mymillennialguide.com/best-side-hustles/" data-lasso-id="3157932">side hustles</a> and most exciting forms of media today. It offers an unrivaled personal touch and level of accessibility. With millions of people listening via <a data-lasso-id="35104" href="https://www.mymillennialguide.com/best-free-music-apps/">free music apps</a> on their commute to work, at the gym, or any other number of activities… a podcast can reach people at times that visual media can’t.</p>
<p>And in today’s busy world, that reach is gold.</p>
<p>About a year ago, I successfully grew a new podcast called “Ranked Edge” from 0 to 6,000 monthly listeners in 3 months. The show interviewed top players of the popular PC game, League of Legends, for tips to help normal players improve.</p>
<p>Unfortunately, I ended the show for reasons in my personal life and the opportunity to work on other things, but the point is this: <strong>with the right approach, rapid <a href="https://podcastle.ai/blog/how-to-create-the-most-useful-and-engaging-podcasts/" target="_blank" rel="nofollow noopener" data-lasso-id="35105">podcast success is achievable</a></strong>.</p>
<p>In this post, I’m going to go over exactly how I engineered my podcast for success and <a href="https://www.mymillennialguide.com/how-to-grow-business/" data-lasso-id="35106">grew my business</a>… a blueprint that you can follow for your own show today.</p>
<p>Let’s begin.</p>
<h2><span id="1_Picking_your_Podcast_Style"><b><a id="Picking-your-Podcast-Style" data-lasso-id="14250"></a>1. Picking your Podcast Style</b></span></h2>
<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="1024" height="682" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20682'%3E%3C/svg%3E" alt="how to start a podcast" class="wp-image-11777" data-lazy-srcset="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-1024x682.jpeg 1024w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-350x233.jpeg 350w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-450x300.jpeg 450w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-768x512.jpeg 768w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-640x427.jpeg 640w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005.jpeg 1280w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-980x653.jpeg 980w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-300x200.jpeg 300w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-600x400.jpeg 600w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-272x182.jpeg 272w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-1024x682.jpeg"><noscript><img decoding="async" width="1024" height="682" src="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-1024x682.jpeg" alt="how to start a podcast" class="wp-image-11777" srcset="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-1024x682.jpeg 1024w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-350x233.jpeg 350w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-450x300.jpeg 450w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-768x512.jpeg 768w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-640x427.jpeg 640w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005.jpeg 1280w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-980x653.jpeg 980w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-300x200.jpeg 300w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-600x400.jpeg 600w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-635005-272x182.jpeg 272w" sizes="(max-width: 1024px) 100vw, 1024px"></noscript></figure></div>
<p>Ranked Edge aired once per week, and each episode was between about 20 and 40 minutes long. This is a fairly straightforward and typical setup for a podcast these days.</p>
<p>There isn’t a right or wrong way to do it, but setting a plan and being consistent is key. Your audience will begin to expect your show to be a certain length and release on a certain day or at a specific time. Here are a few things to keep in mind:</p>
<ul><li>A 20-30 minute show is great for commutes to work or time at the gym.</li><li>The beginning of the week is generally a better time to release a weekly show than the end of the week, and never release on weekends if you can avoid it.</li><li>A 30-minute show could take over an hour to record (accounting for setup, intro/outro/ads recording, etc.) and several hours to edit and publish… keep this in mind when you select your frequency.</li></ul>
<p>If being locked into a weekly (or monthly, or daily, etc.) release schedule stresses you out, consider launching in seasons. For example, the mega-hit “Serial” launches a “season” of episodes about once every year. You can release the episodes over time, or all at once Netflix-style.</p>
<p>So, start brainstorming the style of show you think fits for you.</p>
<h5><strong>Figure out these 3 things before moving on to the next step:</strong></h5>
<ol><li>Approximate show length</li><li>Show frequency (daily, weekly, monthly, seasonal)</li><li>Target release day/time</li></ol>
<h2><span id="2_Starting_a_Website_for_your_Podcast"><b><a id="Starting-a-Website-for-your-Podcast" data-lasso-id="14251"></a>2. Starting a Website for your Podcast</b></span></h2>
<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="1024" height="661" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20661'%3E%3C/svg%3E" alt="how to start a podcast" class="wp-image-13739" data-lazy-srcset="https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast-1024x661.jpeg 1024w, https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast-350x226.jpeg 350w, https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast-450x290.jpeg 450w, https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast-768x496.jpeg 768w, https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast-640x413.jpeg 640w, https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast.jpeg 1280w, https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast-980x632.jpeg 980w, https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast-300x194.jpeg 300w, https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast-600x387.jpeg 600w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast-1024x661.jpeg"><noscript><img decoding="async" width="1024" height="661" src="https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast-1024x661.jpeg" alt="how to start a podcast" class="wp-image-13739" srcset="https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast-1024x661.jpeg 1024w, https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast-350x226.jpeg 350w, https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast-450x290.jpeg 450w, https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast-768x496.jpeg 768w, https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast-640x413.jpeg 640w, https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast.jpeg 1280w, https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast-980x632.jpeg 980w, https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast-300x194.jpeg 300w, https://www.mymillennialguide.com/wp-content/uploads/how-to-start-a-podcast-600x387.jpeg 600w" sizes="(max-width: 1024px) 100vw, 1024px"></noscript></figure></div>
<p>If you don’t already have a website to share your podcast on, I highly recommend you start one. Building a professional looking website has never been cheaper or easier than it is today.</p>
<p>While it is possible to publish a podcast without a site, I highly recommend posting your episodes to your website in a blog format. A site is a great place to post show notes and allow your listeners to comment, share, and find your other content.</p>
<p>I won’t go too off topic explaining the details in this post, but if you want to build a great website quickly or are looking to take your current site to the next level, I explain the exact process I use to build websites quickly in my free 3 Hour Blog Challenge eBook or you can use this <a href="https://www.mymillennialguide.com/how-to-start-a-blog/" target="_blank" rel="noopener" data-lasso-id="14252">how to start a blog guide</a>.</p>
<h2><span id="3_Equipment_Needed_for_Podcast"><b><a id="Equipment-Needed-for-Podcast" data-lasso-id="14253"></a>3. Equipment Needed for Podcast</b></span></h2>
<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="1024" height="680" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20680'%3E%3C/svg%3E" alt="start a podcast guide" class="wp-image-10270" data-lazy-srcset="https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-1024x680.jpeg 1024w, https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-350x232.jpeg 350w, https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-450x299.jpeg 450w, https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-768x510.jpeg 768w, https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-640x425.jpeg 640w, https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800.jpeg 1280w, https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-980x651.jpeg 980w, https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-300x199.jpeg 300w, https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-600x398.jpeg 600w, https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-272x182.jpeg 272w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-1024x680.jpeg"><noscript><img decoding="async" width="1024" height="680" src="https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-1024x680.jpeg" alt="start a podcast guide" class="wp-image-10270" srcset="https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-1024x680.jpeg 1024w, https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-350x232.jpeg 350w, https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-450x299.jpeg 450w, https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-768x510.jpeg 768w, https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-640x425.jpeg 640w, https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800.jpeg 1280w, https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-980x651.jpeg 980w, https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-300x199.jpeg 300w, https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-600x398.jpeg 600w, https://www.mymillennialguide.com/wp-content/uploads/microphone-audio-computer-sound-recording-55800-272x182.jpeg 272w" sizes="(max-width: 1024px) 100vw, 1024px"></noscript></figure></div>
<p>Starting and running a podcast is fairly cheap, but it does require a bit of an upfront investment. If you want your show to have good audio quality, you’ll need a good microphone. The investment is well worth it, as many listeners won’t even give your show a chance if the audio quality is poor.</p>
<p><strong>Luckily, there are some really good affordable options as a simple headset mic like the <span style="text-decoration: underline;"><a href="https://www.amazon.com/dp/B07KXMMXKP?tag=millmoneguid-20" target="_blank" rel="nofollow noopener" data-amzn-asin="B005HWEZGG" data-lasso-id="14254">NUBWO</a></span>&nbsp;can be a perfect starting point.&nbsp;</strong></p>
<p>I use and highly recommend the <span style="text-decoration: underline;"><strong><a href="https://www.amazon.com/dp/B082SYHRY9?tag=millmoneguid-20" target="_blank" rel="nofollow noopener" data-lasso-id="14255" data-lasso-name="Audio-Technica ATR2100X-USB Microphone">Audio-Technica ATR2100X-USB Microphone</a></strong></span>, which you can check the price below:</p>
<div class="wp-block-affiliate-plugin-lasso"><div id="lasso-anchor-id-44841-18239" class="lasso-container">

<div class="lasso-display lasso-splash lasso-url-amazon-com-audio-technica-atr2100x-usb-usb-xlr-microphone-bundle-with-knox-gear-boom-arm-shock-mount-and-pop-filter-musical-instruments ">


<div class="lasso-box-1">
<a class="lasso-image" target="_blank" href="https://www.amazon.com/dp/B082SYHRY9?tag=millmoneguid-20" data-lasso-box-trackable="true" data-lasso-id="44841" data-lasso-name="Audio-Technica ATR2100X-USB Microphone" title="Audio-Technica ATR2100X-USB Microphone" rel="nofollow noopener">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20500'%3E%3C/svg%3E" height="500" width="500" class="rocket-lazyload" alt="Audio-Technica ATR2100X-USB Microphone" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/71Uq3jsLwL._SL500_.webp"><noscript><img src="https://www.mymillennialguide.com/wp-content/uploads/71Uq3jsLwL._SL500_.webp" height="500" width="500" class="rocket-lazyload" alt="Audio-Technica ATR2100X-USB Microphone"></noscript>
</a>
</div>

<div class="lasso-box-2">
<a class="lasso-title" target="_blank" href="https://www.amazon.com/dp/B082SYHRY9?tag=millmoneguid-20" data-lasso-box-trackable="true" data-lasso-id="44841" data-lasso-name="Audio-Technica ATR2100X-USB Microphone" title="Audio-Technica ATR2100X-USB Microphone" rel="nofollow noopener">
Audio-Technica ATR2100X-USB Microphone </a>
<div class="lasso-price">
<div class="lasso-price-value">
<span class="discount-price"></span>
<span class="latest-price">$94.99</span>
</div>
<i class="lasso-amazon-prime"></i>
</div>
<div class="clear"></div>
<div class="lasso-description">
<p><span style="color: rgb(15, 17, 17);">This bundle comes with the Audio-Technica ATR2100x-USB/XLR microphone, a Knox Gear boom arm and shock mount. It has everything you need for an entry level streamer setup and for the price the quality of the microphone you get is difficult to beat.</span></p> </div>
<a class="lasso-button-1" target="_blank" href="https://www.amazon.com/dp/B082SYHRY9?tag=millmoneguid-20" data-lasso-box-trackable="true" data-lasso-id="44841" data-lasso-name="Audio-Technica ATR2100X-USB Microphone" title="Audio-Technica ATR2100X-USB Microphone" rel="nofollow noopener">
View on Amazon </a>
<div class="lasso-end">
<div class="lasso-disclosure">
</div>
<div class="lasso-date">
01/10/2023 05:11 am GMT <i class="lasso-amazon-info" data-tooltip="Price and availability are accurate as of the date and time indicated and are subject to change."></i> </div>
</div>
</div>
</div>
</div>
</div>
<p>In addition to the mic, I’d recommend a pop filter and a boom arm. The pop filter will help with “pop” noises caused by your lips, and the boom arm will make it much easier to find a comfortable recording position. </p>
<p>Both are cheap and can be found under related products for the mic. From my research and experience, this mic offers exceptionally good audio quality for the price, coming close to mics many times its cost. Save the time and money wasted on other mics, and pick up one of these.</p>
<p>Other than that, all you need hardware-wise to <a href="https://www.pianodreamers.com/build-home-recording-studio/" target="_blank" rel="nofollow noopener" data-lasso-id="35107">start recording</a> is a computer. I’d also recommend some decent headphones, as you’ll want to hear an accurate representation of your audio when editing your episodes. I love my <a data-lasso-id="14256" href="https://www.amazon.com/Audio-Technica-ATH-M50x-Professional-Monitor-Headphones/dp/B00HVLUR86/ref=as_li_ss_tl?tag=millmoneguid-20" target="_blank" rel="nofollow noopener">Audio-Technica ATH-M50x Professional Studio Monitor Headphones</a>, which have been serving me well for years.</p>
<p>Once your podcast starts getting getting a good number of downloads, consider getting more professional <a href="https://soundgearlab.com/guide/home-recording-studio-equipment-list/" target="_blank" rel="nofollow noopener" data-lasso-id="35108">home recording studio equipment</a> that can be essential.</p>
<h2><span id="4_Podcast_Setup_Recording_and_Editing"><b><a id="Podcast-Setup-Recording-and-Editing" data-lasso-id="14257"></a>4. Podcast Setup: Recording and Editing</b></span></h2>
<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="1024" height="682" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20682'%3E%3C/svg%3E" alt="starting a podcast equipment" class="wp-image-13741" data-lazy-srcset="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-1024x682.jpeg 1024w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-350x233.jpeg 350w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-450x300.jpeg 450w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-768x512.jpeg 768w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-640x427.jpeg 640w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416.jpeg 1280w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-980x653.jpeg 980w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-300x200.jpeg 300w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-600x400.jpeg 600w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-272x182.jpeg 272w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-1024x682.jpeg"><noscript><img decoding="async" width="1024" height="682" src="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-1024x682.jpeg" alt="starting a podcast equipment" class="wp-image-13741" srcset="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-1024x682.jpeg 1024w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-350x233.jpeg 350w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-450x300.jpeg 450w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-768x512.jpeg 768w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-640x427.jpeg 640w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416.jpeg 1280w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-980x653.jpeg 980w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-300x200.jpeg 300w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-600x400.jpeg 600w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-755416-272x182.jpeg 272w" sizes="(max-width: 1024px) 100vw, 1024px"></noscript></figure></div>
<p>Next we will go over software required. Starting out as a podcaster, there’s no reason to spend a lot of money on fancy editing software. I did the first five episodes of Ranked Edge using two free programs before handing off editing duties to a buddy that had some more advanced tools.</p>
<p>If you have a Mac, I highly recommend GarageBand for recording and editing. The program comes free on most Macs and does a fine job. You can play with your equalization presets, chop up tracks at will, and export high-quality file types.</p>
<p>In addition to GarageBand, I used <a href="https://www.audacityteam.org/" target="_blank" rel="nofollow noopener" data-lasso-id="35109">Audacity</a>. Audacity is a free program for recording and editing audio, much like GarageBand. I took my tracks into Audacity to run them through its excellent noise filter to get rid of any ambient or white noise. It’s possible to do everything in Audacity, but I preferred to record and edit in GarageBand.</p>
<p>If you have a Mac, I’d recommend playing with both programs to see what you like. If you have Windows, Audacity is definitely your best free option, <a href="https://www.audacityteam.org/" target="_blank" rel="nofollow noopener" data-lasso-id="35110">so download and get familiar with it</a>.</p>
<h2><span id="5_Recording_your_Podcast_Guests"><b><a id="Recording-your-Podcast-Guests" data-lasso-id="14260"></a>5. Recording your Podcast Guests</b></span></h2>
<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="1024" height="678" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20678'%3E%3C/svg%3E" alt="podcasting 101" class="wp-image-13743" data-lazy-srcset="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030-1024x678.jpeg 1024w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030-350x232.jpeg 350w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030-450x298.jpeg 450w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030-768x508.jpeg 768w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030-640x424.jpeg 640w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030.jpeg 1280w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030-980x648.jpeg 980w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030-300x199.jpeg 300w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030-600x397.jpeg 600w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030-1024x678.jpeg"><noscript><img decoding="async" width="1024" height="678" src="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030-1024x678.jpeg" alt="podcasting 101" class="wp-image-13743" srcset="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030-1024x678.jpeg 1024w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030-350x232.jpeg 350w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030-450x298.jpeg 450w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030-768x508.jpeg 768w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030-640x424.jpeg 640w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030.jpeg 1280w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030-980x648.jpeg 980w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030-300x199.jpeg 300w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-185030-600x397.jpeg 600w" sizes="(max-width: 1024px) 100vw, 1024px"></noscript></figure></div>
<p>A lot of podcasts have multiple hosts or feature interviews with guests. How do we accomplish that? For Ranked Edge, every episode featured me interviewing a guest… usually, someone very far away (as far as New Zealand in my case!), so it wasn’t practical to interview them in person.</p>
<p>The solution? Skype combined with call recording software. Call recording software runs in sync with Skype to record audio tracks from the call. It even lets you split the tracks up to have distinct tracks for each person. This is great for editing, as you can play with equalization, volume, etc. independently.</p>
<p>If you have a Mac, I recommend purchasing <a href="https://www.ecamm.com/mac/callrecorder/" target="_blank" rel="nofollow noopener" data-lasso-id="35111">Ecamm Call Recorder</a>.</p>
<p>If you have a PC, I recommend purchasing <a href="https://www.pamfax.biz/" target="_blank" rel="nofollow noopener" data-lasso-id="35112">Pamela Call Recorder</a>.</p>
<p>Both programs do the same sort of thing on their respective platforms. Once you get set up with a recorder, you’re ready to start interviewing or co-hosting. I’d strongly recommend testing this out with a friend a bit before taking on a real interview.</p>
<h2><span id="6_How_to_Record_a_Podcast"><b><a id="How-to-Record-a-Podcast" data-lasso-id="14263"></a>6. How to Record a Podcast</b></span></h2>
<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="960" height="444" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20960%20444'%3E%3C/svg%3E" alt="recording podcast guests" class="wp-image-13744" data-lazy-srcset="https://www.mymillennialguide.com/wp-content/uploads/mini-hero-garageband_2x.png 960w, https://www.mymillennialguide.com/wp-content/uploads/mini-hero-garageband_2x-350x162.png 350w, https://www.mymillennialguide.com/wp-content/uploads/mini-hero-garageband_2x-450x208.png 450w, https://www.mymillennialguide.com/wp-content/uploads/mini-hero-garageband_2x-768x355.png 768w, https://www.mymillennialguide.com/wp-content/uploads/mini-hero-garageband_2x-640x296.png 640w, https://www.mymillennialguide.com/wp-content/uploads/mini-hero-garageband_2x-300x139.png 300w, https://www.mymillennialguide.com/wp-content/uploads/mini-hero-garageband_2x-600x278.png 600w" data-lazy-sizes="(max-width: 960px) 100vw, 960px" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/mini-hero-garageband_2x.png"><noscript><img decoding="async" width="960" height="444" src="https://www.mymillennialguide.com/wp-content/uploads/mini-hero-garageband_2x.png" alt="recording podcast guests" class="wp-image-13744" srcset="https://www.mymillennialguide.com/wp-content/uploads/mini-hero-garageband_2x.png 960w, https://www.mymillennialguide.com/wp-content/uploads/mini-hero-garageband_2x-350x162.png 350w, https://www.mymillennialguide.com/wp-content/uploads/mini-hero-garageband_2x-450x208.png 450w, https://www.mymillennialguide.com/wp-content/uploads/mini-hero-garageband_2x-768x355.png 768w, https://www.mymillennialguide.com/wp-content/uploads/mini-hero-garageband_2x-640x296.png 640w, https://www.mymillennialguide.com/wp-content/uploads/mini-hero-garageband_2x-300x139.png 300w, https://www.mymillennialguide.com/wp-content/uploads/mini-hero-garageband_2x-600x278.png 600w" sizes="(max-width: 960px) 100vw, 960px"></noscript></figure></div>
<p>Now that you’ve got your equipment all sorted out, it’s time to start recording. First of all, spend some time practicing with your mic and your setup. You want to make sure you are comfortable with using the mic in tandem with the software.</p>
<p>For the <a href="https://www.amazon.com/Audio-Technica-ATH-M50x-Professional-Monitor-Headphones/dp/B00HVLUR86/ref=as_li_ss_tl?tag=millmoneguid-20" target="_blank" rel="nofollow noopener" data-lasso-id="35113">Audio-Technica microphone</a> linked above, you want to be about 2-3 inches from the mic while recording. This will give you a smooth, rich sound with minimal white noise. Use your mic stand or boom arm to get yourself in a comfortable position.</p>
<p>In GarageBand or Audacity, you want to record all of your voice on one track. Consider naming the track “main” or “your name”. If it’s a solo recording, it’s perfectly fine to pause and restart the recording as needed.</p>
<p>If you are on Skype recording with another person, getting all of your software back in sync can be a pain, so avoid stopping the recording. Keep in mind, however, that it’s easy to remove chunks of dead space in editing, so you can easily “break” for a minute or two with the recording still going, come back, and make it all seamless later with editing.</p>
<p>I suggest a bulleted list of notes to keep you on topic as you record. For a solo show, this could simply be your talking points and some details you want to remember. For an interview, this could be details about your guest and questions you want to ask.</p>
<p>No notes is a bad idea, as you can sound unprepared. It is annoying to listen to a podcast when the host has a lot of pauses, “umms”, etc. Some of that can be cleaned up in editing, so don’t worry about it here and there, but it takes time to edit it out and is extremely tedious if there is a lot that needs to be fixed.</p>
<p>On the flip side, it also sounds bad if the show is too “scripted”. By scripted, I mean when the listener can clearly tell you are reading word for word from a script. It sounds robotic and unnatural. Exceptions to this rule may be a story driven show or audio blog where the point is to share an exact narrative.</p>
<p>Introductions, outros, and advertisements should generally be recorded after the show. You can follow a script for these and record them on their own tracks, moving them into the right gaps in your recording. You want these to sound polished, so don’t be afraid to re-record them a few times till they sound good.</p><div class="mailmunch-forms-in-post-middle" style="display: none !important;"></div>
<p>Finally, help yourself and guests get comfortable. Chat and joke a bit before you start recording and get a flow going. Once everyone seems to be loosening up, start recording.</p>
<h2><span id="7_Podcast_Editing_Tips"><b><a id="Podcast-Editing-Tips" data-lasso-id="14264"></a>7. Podcast Editing Tips</b></span></h2>
<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="643" height="402" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20643%20402'%3E%3C/svg%3E" alt="editing your podcast" class="wp-image-13745" data-lazy-srcset="https://www.mymillennialguide.com/wp-content/uploads/643x0w.png 643w, https://www.mymillennialguide.com/wp-content/uploads/643x0w-350x219.png 350w, https://www.mymillennialguide.com/wp-content/uploads/643x0w-450x281.png 450w, https://www.mymillennialguide.com/wp-content/uploads/643x0w-640x400.png 640w, https://www.mymillennialguide.com/wp-content/uploads/643x0w-300x188.png 300w, https://www.mymillennialguide.com/wp-content/uploads/643x0w-600x375.png 600w" data-lazy-sizes="(max-width: 643px) 100vw, 643px" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/643x0w.png"><noscript><img decoding="async" width="643" height="402" src="https://www.mymillennialguide.com/wp-content/uploads/643x0w.png" alt="editing your podcast" class="wp-image-13745" srcset="https://www.mymillennialguide.com/wp-content/uploads/643x0w.png 643w, https://www.mymillennialguide.com/wp-content/uploads/643x0w-350x219.png 350w, https://www.mymillennialguide.com/wp-content/uploads/643x0w-450x281.png 450w, https://www.mymillennialguide.com/wp-content/uploads/643x0w-640x400.png 640w, https://www.mymillennialguide.com/wp-content/uploads/643x0w-300x188.png 300w, https://www.mymillennialguide.com/wp-content/uploads/643x0w-600x375.png 600w" sizes="(max-width: 643px) 100vw, 643px"></noscript></figure></div>
<p>Alright, so you’ve got your show recorded. Congrats! Now it’s time to polish up your audio in editing and get it ready to publish.</p>
<p>The first step to editing is good recording, so make sure you follow the practices I outlined in the previous section.</p>
<p>The second step is to not shoot for perfection… you’ll drive yourself crazy and waste a TON of time. While good audio quality is important, over-editing can cause your content to seem fake or scripted, which isn’t good either. Find a happy medium.</p>
<p>Ok, now that that’s settled, let’s get into the nuts and bolts of editing.</p>
<p>First of all, in your editing tool, you should have the raw audio track for your recording. If you had a guest or co-host, it is best to have a separate audio track for each person. Your call recording software can help you do this by isolating your track and your guest’s track. For Ecamm, this is done after recording with a program they provide with the recorder.</p>
<p>For each track, start playing with the equalization settings. See if you can improve the quality of the voices by tweaking these settings. Play it by ear, and don’t over-do it. Keep in mind programs like GarageBand let you do this per track. You can also save the settings to use next time (useful for your own voice or a co-host’s voice).</p>
<p>The next thing to get familiar with to make editing easy is the sound wave that your audio file is comprised of. Start listening to your track and watch the wave. With a little practice, you’ll start to be able to see what “umms” and lip smacks and other noises look like in the wave.</p>
<p>Listen to each audio track and remove major errors. Try to line up the tracks such that you are lining up dead space to dead space. This will prevent it sounding like an obvious jump cut. Keep in mind if you have multiple audio tracks, you want to keep them in-sync. So, if you remove 3 seconds from your track, remove the same 3 seconds from the other track (since one person is generally speaking at a time, the other audio track should be flat anyway).</p>
<p>If you have background noise from your non-speaking track that is bothering you, you can simply cut out the track of the non-speaking person when they aren’t speaking, ensuring complete silence. Once again, make sure you keep tracks lined up.</p>
<p>Now’s a good time to apply noise reduction to the tracks. This can be done in Audacity by going to Effect -&gt; Noise reduction. If you are working in a different program and need some noise reduction, you can export your tracks and apply the effect in Audacity, and then export back to your primary program. It’s a bit tedious, but it can have a huge effect if white noise is causing you problems.</p>
<p>The last thing you should do with your tracks is to make sure each track is at about the same volume level. Toggle the volume of the louder person down a bit until things are even. It can be really annoying to listeners if one voice is a lot louder or softer than the other.</p>
<p>Once things are sounding good, drag your intro, outro, and advertisements in on their own tracks. Slide the voice tracks as needed to fit them… and remember… keep your audio tracks lined up!</p>
<p>The final step is to export into an MP3 file. This is the file that you will actually upload to your host. Keep an eye on your file size, as most hosts will charge you based on file size one way or another (generally with a monthly restriction on total file size uploaded).</p>
<p>You don’t want to reduce quality to the point that your listeners can notice, but at the same time, making the file bigger than it needs to be wasted hosting space. I suggest testing this a bit to see what works best for you.</p>
<h2><span id="8_Hosting_Your_Own_Podcast"><b><a id="Hosting-Your-Own-Podcast" data-lasso-id="14265"></a>8. Hosting Your Own Podcast</b></span></h2>
<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="1024" height="576" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20576'%3E%3C/svg%3E" alt="hosting podcast" class="wp-image-13746" data-lazy-srcset="https://www.mymillennialguide.com/wp-content/uploads/pof410-1024x576.jpg 1024w, https://www.mymillennialguide.com/wp-content/uploads/pof410-350x197.jpg 350w, https://www.mymillennialguide.com/wp-content/uploads/pof410-450x253.jpg 450w, https://www.mymillennialguide.com/wp-content/uploads/pof410-768x432.jpg 768w, https://www.mymillennialguide.com/wp-content/uploads/pof410-640x360.jpg 640w, https://www.mymillennialguide.com/wp-content/uploads/pof410.jpg 1280w, https://www.mymillennialguide.com/wp-content/uploads/pof410-980x551.jpg 980w, https://www.mymillennialguide.com/wp-content/uploads/pof410-300x169.jpg 300w, https://www.mymillennialguide.com/wp-content/uploads/pof410-600x338.jpg 600w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/pof410-1024x576.jpg"><noscript><img decoding="async" width="1024" height="576" src="https://www.mymillennialguide.com/wp-content/uploads/pof410-1024x576.jpg" alt="hosting podcast" class="wp-image-13746" srcset="https://www.mymillennialguide.com/wp-content/uploads/pof410-1024x576.jpg 1024w, https://www.mymillennialguide.com/wp-content/uploads/pof410-350x197.jpg 350w, https://www.mymillennialguide.com/wp-content/uploads/pof410-450x253.jpg 450w, https://www.mymillennialguide.com/wp-content/uploads/pof410-768x432.jpg 768w, https://www.mymillennialguide.com/wp-content/uploads/pof410-640x360.jpg 640w, https://www.mymillennialguide.com/wp-content/uploads/pof410.jpg 1280w, https://www.mymillennialguide.com/wp-content/uploads/pof410-980x551.jpg 980w, https://www.mymillennialguide.com/wp-content/uploads/pof410-300x169.jpg 300w, https://www.mymillennialguide.com/wp-content/uploads/pof410-600x338.jpg 600w" sizes="(max-width: 1024px) 100vw, 1024px"></noscript></figure></div>
<p>Now that you’ve figured out how to record and edit your podcast, you’re going to need a podcast host to host your audio files for you. Some people attempt to use their web host to store audio files, but this is a bad idea. </p>
<p>Having thousands of people downloading audio files can really tax and slow down your site… not a good user experience. Luckily, there are some great, affordable companies out there with services designed to host podcasts.</p>
<p>For Ranked Edge, I used Libsyn. I really liked my experience with this company. Hosting plans are fairly cheap, the interface is easy to use, and the stats they provide are fantastic. I suggest picking a plan that will work for your show and start rolling.</p>
<p>If you want to check out other options, I hear good things about Buzzsprout. You can also save a bit (or possibly get free hosting) if you go with SoundCloud. Do a bit of research and see what fits for you.</p>
<p>As far as hosting your show goes, the process is pretty simple. Once you sign up, you’ll be able to fill out basic information about your show, and then upload audio files as episodes. You can then populate more data for each episode.</p>
<p>Once you upload episodes, you can get links that allow you to post a streaming audio player for the episode on your website, <a href="https://www.mymillennialguide.com/make-money-with-social-media/" target="_blank" rel="noopener" data-lasso-id="14266">social media</a>, forums, etc.</p>
<p>Services like Libsyn will provide you with an RSS link. This is what you need to submit to services like iTunes and Stitcher so that people can find and subscribe to your show.</p>
<h2><span id="9_How_to_Launch_a_Podcast"><b><a id="How-to-Launch-a-Podcast" data-lasso-id="14268"></a>9. How to Launch a Podcast</b></span></h2>
<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="800" height="450" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20450'%3E%3C/svg%3E" alt="launch podcast on itunes" class="wp-image-13747" data-lazy-srcset="https://www.mymillennialguide.com/wp-content/uploads/Podcast-app_thumb800.jpg 800w, https://www.mymillennialguide.com/wp-content/uploads/Podcast-app_thumb800-350x197.jpg 350w, https://www.mymillennialguide.com/wp-content/uploads/Podcast-app_thumb800-450x253.jpg 450w, https://www.mymillennialguide.com/wp-content/uploads/Podcast-app_thumb800-768x432.jpg 768w, https://www.mymillennialguide.com/wp-content/uploads/Podcast-app_thumb800-640x360.jpg 640w, https://www.mymillennialguide.com/wp-content/uploads/Podcast-app_thumb800-300x169.jpg 300w, https://www.mymillennialguide.com/wp-content/uploads/Podcast-app_thumb800-600x338.jpg 600w" data-lazy-sizes="(max-width: 800px) 100vw, 800px" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/Podcast-app_thumb800.jpg"><noscript><img decoding="async" width="800" height="450" src="https://www.mymillennialguide.com/wp-content/uploads/Podcast-app_thumb800.jpg" alt="launch podcast on itunes" class="wp-image-13747" srcset="https://www.mymillennialguide.com/wp-content/uploads/Podcast-app_thumb800.jpg 800w, https://www.mymillennialguide.com/wp-content/uploads/Podcast-app_thumb800-350x197.jpg 350w, https://www.mymillennialguide.com/wp-content/uploads/Podcast-app_thumb800-450x253.jpg 450w, https://www.mymillennialguide.com/wp-content/uploads/Podcast-app_thumb800-768x432.jpg 768w, https://www.mymillennialguide.com/wp-content/uploads/Podcast-app_thumb800-640x360.jpg 640w, https://www.mymillennialguide.com/wp-content/uploads/Podcast-app_thumb800-300x169.jpg 300w, https://www.mymillennialguide.com/wp-content/uploads/Podcast-app_thumb800-600x338.jpg 600w" sizes="(max-width: 800px) 100vw, 800px"></noscript></figure></div>
<p>A major key to gaining early traction with your podcast is doing whatever you can to appear on iTunes New and Noteworthy. This is an area where Apple features podcasts that are between zero and eight weeks old. Once you pass eight weeks, you’re thrown into the same big pond as everyone else, so maximizing this time can really give you a big boost.</p>
<p>So, how do you do that?</p>
<h2><span id="10_Launch_Podcast_with_Multiple_Episodes"><b><a id="Launch-Podcast-with-Multiple-Episodes" data-lasso-id="14269"></a>10. Launch Podcast with Multiple Episodes</b></span></h2>
<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="1024" height="683" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20683'%3E%3C/svg%3E" alt="make your own podcast" class="wp-image-13748" data-lazy-srcset="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-1024x683.jpeg 1024w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-350x234.jpeg 350w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-450x300.jpeg 450w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-768x512.jpeg 768w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-640x427.jpeg 640w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656.jpeg 1280w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-980x654.jpeg 980w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-300x200.jpeg 300w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-600x400.jpeg 600w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-272x182.jpeg 272w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-1024x683.jpeg"><noscript><img decoding="async" width="1024" height="683" src="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-1024x683.jpeg" alt="make your own podcast" class="wp-image-13748" srcset="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-1024x683.jpeg 1024w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-350x234.jpeg 350w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-450x300.jpeg 450w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-768x512.jpeg 768w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-640x427.jpeg 640w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656.jpeg 1280w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-980x654.jpeg 980w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-300x200.jpeg 300w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-600x400.jpeg 600w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-196656-272x182.jpeg 272w" sizes="(max-width: 1024px) 100vw, 1024px"></noscript></figure></div>
<p>A big component to getting featured in New and Noteworthy is download numbers. A great way to multiply your download numbers is to launch with more than one episode… I suggest 3 to 5.</p>
<p>This is a great strategy because it gives listeners more time to get to know you. If a listener liked your episode, they will hopefully try another. If you have another episode, you’ve instantly gotten 2x the downloads you would have had. If you have 5… well, you can see where I’m going.</p>
<p>If they downloaded and enjoyed multiple episodes, they are likely to subscribe. Subscriptions are key because, for most podcast players, it means they will start downloading all of your new episodes automatically. This means that you will get a nice chunk of automatic downloads when you release your next episode.</p>
<h2><span id="11_Leverage_Your_Existing_Community"><b><a id="Leverage-Your-Existing-Community" data-lasso-id="14270"></a>11. Leverage Your Existing Community</b></span></h2>
<figure class="wp-block-image"><img decoding="async" width="1024" height="682" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20682'%3E%3C/svg%3E" alt="how to start a podcast" class="wp-image-13749" data-lazy-srcset="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-1024x682.jpeg 1024w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-350x233.jpeg 350w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-450x300.jpeg 450w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-768x512.jpeg 768w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-640x427.jpeg 640w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1.jpeg 1280w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-980x653.jpeg 980w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-300x200.jpeg 300w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-600x400.jpeg 600w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-272x182.jpeg 272w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-1024x682.jpeg"><noscript><img decoding="async" width="1024" height="682" src="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-1024x682.jpeg" alt="how to start a podcast" class="wp-image-13749" srcset="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-1024x682.jpeg 1024w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-350x233.jpeg 350w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-450x300.jpeg 450w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-768x512.jpeg 768w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-640x427.jpeg 640w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1.jpeg 1280w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-980x653.jpeg 980w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-300x200.jpeg 300w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-600x400.jpeg 600w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-450276-1-272x182.jpeg 272w" sizes="(max-width: 1024px) 100vw, 1024px"></noscript></figure>
<p>As stated above, your goal is to get as many downloads as possible and get on New and Noteworthy to become more visible and allow even more people to discover your show. So, as soon as you launch and throughout the next 8 weeks, share your episodes heavily.</p>
<p>If you have a blog or existing audience of some kind, share it with them. Make sure they know the show is coming in the weeks leading up to it, and then share all of your episodes heavily. Make it an event, get people excited.</p>
<p>Even if you don’t have that sort of audience, you most likely have social media. Share your episodes on <a href="https://www.mymillennialguide.com/facebook-addiction/" data-lasso-id="33004">Facebook</a> and Twitter and try to find friends and family that may be interested in your show.</p>
<h2><span id="12_Share_Your_Podcast_on_Forums_and_in_Groups"><b><a id="Share-Your-Podcast-on-Forums-and-in-Groups" data-lasso-id="14271"></a>12. Share Your Podcast on Forums and in Groups</b></span></h2>
<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="1024" height="682" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20682'%3E%3C/svg%3E" alt="become an online professor" class="wp-image-11640" data-lazy-srcset="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-1024x682.jpeg 1024w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-350x233.jpeg 350w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-450x300.jpeg 450w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-768x512.jpeg 768w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-640x427.jpeg 640w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230.jpeg 1280w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-980x653.jpeg 980w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-300x200.jpeg 300w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-600x400.jpeg 600w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-272x182.jpeg 272w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-1024x682.jpeg"><noscript><img decoding="async" width="1024" height="682" src="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-1024x682.jpeg" alt="become an online professor" class="wp-image-11640" srcset="https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-1024x682.jpeg 1024w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-350x233.jpeg 350w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-450x300.jpeg 450w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-768x512.jpeg 768w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-640x427.jpeg 640w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230.jpeg 1280w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-980x653.jpeg 980w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-300x200.jpeg 300w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-600x400.jpeg 600w, https://www.mymillennialguide.com/wp-content/uploads/pexels-photo-144230-272x182.jpeg 272w" sizes="(max-width: 1024px) 100vw, 1024px"></noscript></figure></div>
<p>While you need to make sure you are respectful of the rules for the group you are posting in, forums can be a fantastic way to get eyes on your show. Try to post catchy or interesting posts that share your episodes with the community. </p>
<p>Depending on your <a href="https://www.mymillennialguide.com/how-to-find-a-profitable-niche/" data-lasso-id="35114">niche</a>, the right subreddit or Facebook group could be a gold mine. Take some time to find these sorts of communities and become involved with them leading up to your show launch.</p>
<h2><span id="13_Buy_Advertising_for_Your_Podcast"><b><a id="Buy-Advertising-for-Your-Podcast" data-lasso-id="14272"></a>13. Buy Advertising for Your Podcast</b></span></h2>
<p>If you can afford it, it could be good to run some ads to boost traffic. I’d recommend <a href="https://www.mymillennialguide.com/facebook-ad-budget/" data-lasso-id="35115">Facebook ads</a> in most cases. </p>
<p>Do what you can afford, and run targeted ads to specific episodes. Link directly to your website’s post of the podcast episode.</p>
<h2><span id="14_Sustainability_Growth"><b><a id="Sustainability-Growth" data-lasso-id="14273"></a>14. Sustainability &amp; Growth</b></span></h2>
<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="1024" height="570" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20570'%3E%3C/svg%3E" alt="make money working from home" class="wp-image-12676" data-lazy-srcset="https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-1024x570.jpg 1024w, https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-350x195.jpg 350w, https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-450x251.jpg 450w, https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-768x428.jpg 768w, https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-640x356.jpg 640w, https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-1280x713.jpg 1280w, https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-980x546.jpg 980w, https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920.jpg 1920w, https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-300x167.jpg 300w, https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-600x334.jpg 600w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-1024x570.jpg"><noscript><img decoding="async" width="1024" height="570" src="https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-1024x570.jpg" alt="make money working from home" class="wp-image-12676" srcset="https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-1024x570.jpg 1024w, https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-350x195.jpg 350w, https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-450x251.jpg 450w, https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-768x428.jpg 768w, https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-640x356.jpg 640w, https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-1280x713.jpg 1280w, https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-980x546.jpg 980w, https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920.jpg 1920w, https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-300x167.jpg 300w, https://www.mymillennialguide.com/wp-content/uploads/laptop-1483974_1920-600x334.jpg 600w" sizes="(max-width: 1024px) 100vw, 1024px"></noscript></figure></div>
<p>Going forward, it’s all about steadily building an audience. It may take some time to get traction, but sticking with it and constantly improving your product is the best way to improve. Keep doing the techniques discussed in the Launch Strategy section. In addition, here are some important tips to keep in mind:</p>
<ul><li>Work on getting guests that have their own following. After posting their episode, send them an email or message thanking them and asking them to share the episode. This can be a great way to get in front of highly relevant people and expand your audience.</li><li>Develop relationships with other podcasters and get on their show as a guest. Similar to having guests of your own, getting on another show puts you in front of their audience. If they like you, they are likely to check out your stuff too.</li><li>Stay ahead of schedule. I’d recommend recording episodes a few weeks ahead of time and always having a few ready. That way, if you have a problem or emergency, you don’t miss a release date.</li><li>Stay consistent. Try to release your show on a consistent schedule (day and time) so that your audience can get used to looking for it on those days. This will allow them to get excited in anticipation and is good to maintain engagement with your audience.</li></ul>
<h2><span id="15_Monetization"><b><a id="Monetization" data-lasso-id="14274"></a>15. Monetization</b></span></h2>
<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" width="1024" height="418" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20418'%3E%3C/svg%3E" alt="" class="wp-image-12674" data-lazy-srcset="https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-1024x418.jpg 1024w, https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-350x143.jpg 350w, https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-450x184.jpg 450w, https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-768x313.jpg 768w, https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-640x261.jpg 640w, https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-1280x522.jpg 1280w, https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-980x400.jpg 980w, https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920.jpg 1920w, https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-300x122.jpg 300w, https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-600x245.jpg 600w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-1024x418.jpg"><noscript><img decoding="async" width="1024" height="418" src="https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-1024x418.jpg" alt="" class="wp-image-12674" srcset="https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-1024x418.jpg 1024w, https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-350x143.jpg 350w, https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-450x184.jpg 450w, https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-768x313.jpg 768w, https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-640x261.jpg 640w, https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-1280x522.jpg 1280w, https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-980x400.jpg 980w, https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920.jpg 1920w, https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-300x122.jpg 300w, https://www.mymillennialguide.com/wp-content/uploads/analytics-3265840_1920-600x245.jpg 600w" sizes="(max-width: 1024px) 100vw, 1024px"></noscript></figure></div>
<p>Once you’ve got your podcast up and running, you’re probably going to want to start trying to turn a profit. There are three primary ways to go about this:</p>
<ol><li><strong>Sponsorships</strong> – Advertisers will pay you to read advertisements for their products or services. These are generally done on a CPM model ($ per thousand downloads) and you can try to structure ongoing deals. Reach out to companies related to your niche (especially if you’ve heard them advertise on other shows) and try to negotiate a relationship.</li><li><strong>Affiliates</strong> – Affiliate sales can be a great way to monetize, especially for younger shows that don’t yet have a big enough audience to attract sponsorships. What you can sell varies wildly with your niche, but at a minimum, most niches can <a href="https://www.mymillennialguide.com/cool-products-amazon-under-25/" data-lasso-id="35116">find products on Amazon</a> to plug, or books through Audible.</li><li><strong>Subscriptions/donations</strong> – While iTunes doesn’t allow you to charge for your show, you can certainly provide ways for your listeners to donate money to you to support your content. The primary ways to do this are <a href="https://www.mymillennialguide.com/free-paypal-money/" data-lasso-id="35117">PayPal</a>, which lets them make one-time donations with ease, and Patreon, which allows them to set up recurring donations per month or per episode. Set up a donations page on your website to direct your fans on how to contribute.</li></ol>
<h3><span id="Final_Thoughts_on_Starting_a_Podcast"><b>Final Thoughts on Starting a Podcast</b></span></h3>
<p>There you have it! A path to getting that podcast you’ve been dreaming about out the door, and strategies to start building an audience and making some money.</p>
<p>You can quit searching Google for:</p>
<ul><li><em>how to start a podcast business</em></li><li><em>how to start a podcast on itunes</em></li><li><em>how to start a podcast radio show</em></li><li><em>how to start a podcast on youtube</em></li><li><em>how to start a podcast on iphone</em></li><li><em>how to start a podcast wikihow</em></li><li><em>how to start a podcast on spotify</em></li><li><em>how to start a podcast reddit</em></li></ul>
<p>As some parting advice, let me just say that starting a show can be a grind. You’ll likely be disappointed with your initial amount of downloads, be extremely nervous when recording, and feel overwhelmed by editing.</p>
<p>However, you’ll learn and grow rapidly and build great relationships. Podcasting is an amazing way to improve as a speaker and strengthen your bonds with fans. It can be an extremely rewarding experience, and I encourage everyone interested to try it!</p>
<p>Try it today, not tomorrow. You’ll thank yourself later.</p>
<p>If anyone has any questions or would like additional information on podcasting, blogging, or <a href="https://www.mymillennialguide.com/online-business-ideas/" target="_blank" rel="noopener" data-lasso-id="14275">online business</a> in general, please get ahold of me at incomeengineered.com/contact. I’d love to help!</p>
<p><em><strong>I hope we answered the question, “how to start a podcast”, ready to start your own podcast?</strong></em></p>
<p>If you wanted more <a href="https://www.mymillennialguide.com/make-money-online-without-investment/" target="_blank" rel="noopener" data-lasso-id="14276">ways to make money online</a> besides starting a podcast, here’s my list of the best ways to make money online:</p>
<ul><li><a data-lasso-id="14277" href="https://www.mymillennialguide.com/how-to-make-money-fast-100/"></a><a href="https://www.mymillennialguide.com/win-real-money-apps/" data-lasso-id="35118">28 Free Game Apps to Win Real Money Without Leaving Your Home</a></li><li><a href="https://www.mymillennialguide.com/how-to-get-free-money/" data-lasso-id="35119">Get Free Money — 13 Steps to Collect $3,700 from These Companies</a></li><li><a href="https://www.mymillennialguide.com/make-20-fast/" data-lasso-id="35120">Got 30 Minutes? Here’s How to Make $20 Fast Without Leaving Home</a></li><li><a href="https://www.mymillennialguide.com/how-to-make-10-dollars-fast/" data-lasso-id="35121">How to Make 10 Dollars Extremely Fast (18 Ways)</a></li><li><a href="https://www.mymillennialguide.com/best-money-making-apps/" data-lasso-id="35122">14 Best Money Making Apps That’ll Make Your Wallet Happy</a></li><li><a href="https://www.mymillennialguide.com/how-to-make-money-fast-100/" data-lasso-id="35123">37 Quick Ways to Make $100 Fast When Money is Tight</a></li></ul>
<div class="mailmunch-forms-after-post" style="display: none !important;"></div><div class="swp-hidden-panel-wrap" style="display: none; visibility: collapse; opacity: 0"><div class="swp_social_panel swp_horizontal_panel swp_flat_fresh  swp_default_full_color swp_individual_full_color swp_other_full_color scale-100  scale-" data-min-width="1100" data-float-color="#ffffff" data-float="none" data-float-mobile="none" data-transition="slide" data-post-id="5619"><div class="nc_tweetContainer swp_share_button swp_facebook" data-network="facebook"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://www.facebook.com/share.php?u=https%3A%2F%2Fwww.mymillennialguide.com%2Fhow-to-start-a-podcast%2F" data-link="https://www.facebook.com/share.php?u=https%3A%2F%2Fwww.mymillennialguide.com%2Fhow-to-start-a-podcast%2F"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_facebook_icon"></i><span class="swp_share">Share</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_twitter" data-network="twitter"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://twitter.com/intent/tweet?text=How+To+Start+A+Podcast+For+Free%3A+Starting+a+Podcast+Guide&amp;url=https%3A%2F%2Fwww.mymillennialguide.com%2Fhow-to-start-a-podcast%2F&amp;via=themillennialmg" data-link="https://twitter.com/intent/tweet?text=How+To+Start+A+Podcast+For+Free%3A+Starting+a+Podcast+Guide&amp;url=https%3A%2F%2Fwww.mymillennialguide.com%2Fhow-to-start-a-podcast%2F&amp;via=themillennialmg"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_twitter_icon"></i><span class="swp_share">Tweet</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_pinterest" data-network="pinterest"><a rel="nofollow noreferrer noopener" class="nc_tweet swp_share_link noPop" onclick="var e=document.createElement('script');
							e.setAttribute('type','text/javascript');
							e.setAttribute('charset','UTF-8');
							e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);
							document.body.appendChild(e);
						"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_pinterest_icon"></i><span class="swp_share">Pin</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_linkedin" data-network="linkedin"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://www.linkedin.com/cws/share?url=https%3A%2F%2Fwww.mymillennialguide.com%2Fhow-to-start-a-podcast%2F" data-link="https://www.linkedin.com/cws/share?url=https%3A%2F%2Fwww.mymillennialguide.com%2Fhow-to-start-a-podcast%2F"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_linkedin_icon"></i><span class="swp_share">Share</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button total_shares total_sharesalt"><span class="swp_count ">5K <span class="swp_label">Shares</span></span></div></div></div></div><div class="swp-content-locator"></div><div class='code-block code-block-11' style='margin: 8px 0; clear: both;'>
<h2>Best Game Apps to Win Real Money</h2>
<div id="lasso-anchor-id-11-63bcf7815accf" class="lasso-display-table ls-dp lasso-table-flow-theme">
<div class="table-vertical table-vertical-desktop template-1 include-badge  ">
<table class="table table-borderless table-title">
<tbody>
<tr>
<td class="text-center field field-group-detail" style="width: 33.33%">
<div class="cell has-badge-text">
<div class="badge-text-wrapper">
<span class="badge-text">Our Pick</span>
</div>
<div class="cell-content">

<div class="lasso-fields">
<a class="product-name lasso-title" target="_blank" href="https://www.mymillennialguide.com/solitairecash" data-lasso-box-trackable="true" data-lasso-id="53507" data-lasso-name="‎Solitaire Cash" title="‎Solitaire Cash" rel="nofollow noopener">‎Solitaire Cash</a>
</div>
</div>
</div>
</td>
<td class="text-center field field-group-detail" style="width: 33.33%">
<div class="cell no-border-left">
<div class="badge-text-wrapper">
<span class="badge-text">&nbsp;</span>
</div>
<div class="cell-content">

<div class="lasso-fields">
<a class="product-name lasso-title" target="_blank" href="https://www.mymillennialguide.com/blackout-bingo" data-lasso-box-trackable="true" data-lasso-id="49248" data-lasso-name="Blackout Bingo - Play Now and Win Real Money" title="Blackout Bingo - Play Now and Win Real Money" rel="nofollow noopener">Blackout Bingo</a>
</div>
</div>
</div>
</td>
<td class="text-center field field-group-detail" style="width: 33.33%">
<div class="cell">
<div class="badge-text-wrapper">
<span class="badge-text">&nbsp;</span>
</div>
<div class="cell-content">

<div class="lasso-fields">
<a class="product-name lasso-title" target="_blank" href="https://www.mymillennialguide.com/bingocash" data-lasso-box-trackable="true" data-lasso-id="53503" data-lasso-name="‎Bingo Cash" title="‎Bingo Cash" rel="nofollow noopener">‎Bingo Cash</a>
</div>
</div>
</div>
</td>
</tr>
<tr>
<td class="text-center field field-group-detail" style="width: 33.33%">
<div class="cell has-badge-text">
<div class="cell-content">

<div class="lasso-fields">

<div class="img-container">
<a target="_blank" href="https://www.mymillennialguide.com/solitairecash" data-lasso-box-trackable="true" data-lasso-id="53507" data-lasso-name="‎Solitaire Cash" title="‎Solitaire Cash" rel="nofollow noopener">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="rocket-lazyload" alt="‎Solitaire Cash" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/solitaire-cash.webp" /><noscript><img src="https://www.mymillennialguide.com/wp-content/uploads/solitaire-cash.webp" class="rocket-lazyload" alt="‎Solitaire Cash"/></noscript>
</a>
</div>
</div>
</div>
</div>
</td>
<td class="text-center field field-group-detail" style="width: 33.33%">
<div class="cell no-border-left">
<div class="cell-content">

<div class="lasso-fields">

<div class="img-container">
<a target="_blank" href="https://www.mymillennialguide.com/blackout-bingo" data-lasso-box-trackable="true" data-lasso-id="49248" data-lasso-name="Blackout Bingo - Play Now and Win Real Money" title="Blackout Bingo - Play Now and Win Real Money" rel="nofollow noopener">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="rocket-lazyload" alt="Blackout Bingo - Play Now and Win Real Money" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/blackout-bingo.webp" /><noscript><img src="https://www.mymillennialguide.com/wp-content/uploads/blackout-bingo.webp" class="rocket-lazyload" alt="Blackout Bingo - Play Now and Win Real Money"/></noscript>
</a>
</div>
</div>
</div>
</div>
</td>
<td class="text-center field field-group-detail" style="width: 33.33%">
<div class="cell">
<div class="cell-content">

<div class="lasso-fields">

<div class="img-container">
<a target="_blank" href="https://www.mymillennialguide.com/bingocash" data-lasso-box-trackable="true" data-lasso-id="53503" data-lasso-name="‎Bingo Cash" title="‎Bingo Cash" rel="nofollow noopener">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="rocket-lazyload" alt="‎Bingo Cash" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/bingocash.webp" /><noscript><img src="https://www.mymillennialguide.com/wp-content/uploads/bingocash.webp" class="rocket-lazyload" alt="‎Bingo Cash"/></noscript>
</a>
</div>
</div>
</div>
</div>
</td>
</tr>
<tr>
<td class="text-center field field-group-detail" style="width: 33.33%">
<div class="cell has-badge-text">
<div class="cell-content">

<div class="lasso-stars" style="--rating: 4.6">
<span class="lasso-stars-value">4.6</span>
</div>

</div>
</div>
</td>
<td class="text-center field field-group-detail" style="width: 33.33%">
<div class="cell no-border-left">
<div class="cell-content">

<div class="lasso-stars" style="--rating: 4.5">
<span class="lasso-stars-value">4.5</span>
</div>

</div>
</div>
</td>
<td class="text-center field field-group-detail" style="width: 33.33%">
<div class="cell">
<div class="cell-content">

<div class="lasso-stars" style="--rating: 4.7">
<span class="lasso-stars-value">4.7</span>
</div>

</div>
</div>
</td>
</tr>
<tr>
<td class="text-center field field-group-detail" style="width: 33.33%">
<div class="cell has-badge-text">
<div class="cell-content">

<div class="lasso-fields">

<div class="lasso-fields-pros lasso-fields-2">
<div class="field-name"><strong>Pros:</strong></div> <ul><li><span class="lasso-check"><span class="lasso-check-content"></span></span>App Store: 160,448 reviews</li></ul> </div>
</div>
</div>
</div>
</td>
<td class="text-center field field-group-detail" style="width: 33.33%">
<div class="cell no-border-left">
<div class="cell-content">

<div class="lasso-fields">

<div class="lasso-fields-pros lasso-fields-2">
<div class="field-name"><strong>Pros:</strong></div> <ul><li><span class="lasso-check"><span class="lasso-check-content"></span></span>App Store: ‎75,500 reviews</li></ul> </div>
</div>
</div>
</div>
</td>
 <td class="text-center field field-group-detail" style="width: 33.33%">
<div class="cell">
<div class="cell-content">

<div class="lasso-fields">

<div class="lasso-fields-pros lasso-fields-2">
<div class="field-name"><strong>Pros:</strong></div> <ul><li><span class="lasso-check"><span class="lasso-check-content"></span></span>App Store: 47,805 reviews</li></ul> </div>
</div>
</div>
</div>
</td>
</tr>
<tr>
<td class="text-center field field-group-detail" style="width: 33.33%">
<div class="cell has-badge-text">
<div class="cell-content">

<div class="lasso-fields">

<div class="btn-container">
<a class="btn lasso-button-1" target="_blank" href="https://www.mymillennialguide.com/solitairecash" data-lasso-box-trackable="true" data-lasso-id="53507" data-lasso-name="‎Solitaire Cash" title="‎Solitaire Cash" rel="nofollow noopener">
Download Now (Free) </a>
</div>
</div>
</div>
</div>
</td>
<td class="text-center field field-group-detail" style="width: 33.33%">
<div class="cell no-border-left">
<div class="cell-content">

<div class="lasso-fields">

<div class="btn-container">
<a class="btn lasso-button-1" target="_blank" href="https://www.mymillennialguide.com/blackout-bingo" data-lasso-box-trackable="true" data-lasso-id="49248" data-lasso-name="Blackout Bingo - Play Now and Win Real Money" title="Blackout Bingo - Play Now and Win Real Money" rel="nofollow noopener">
Download Now (Free) </a>
</div>
</div>
</div>
</div>
</td>
<td class="text-center field field-group-detail" style="width: 33.33%">
<div class="cell">
<div class="cell-content">

<div class="lasso-fields">

<div class="btn-container">
<a class="btn lasso-button-1" target="_blank" href="https://www.mymillennialguide.com/bingocash" data-lasso-box-trackable="true" data-lasso-id="53503" data-lasso-name="‎Bingo Cash" title="‎Bingo Cash" rel="nofollow noopener">
Download Now (Free) </a>
</div>
</div>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="table-vertical table-vertical-mobile tb-vt tb-vt-mb template-1" style="box-shadow: none !important;">
<div class="mobile-box has-badge-mobile has-bm">
<div class="badge"> Our Pick </div>
<div class="mobile-item-wrapper mb-i-wp">
<div class="mobile-item-child mb-i-chl field">

<div class="lasso-fields">
<a class="product-name lasso-title" target="_blank" href="https://www.mymillennialguide.com/solitairecash" data-lasso-box-trackable="true" data-lasso-id="53507" data-lasso-name="‎Solitaire Cash" title="‎Solitaire Cash" rel="nofollow noopener">‎Solitaire Cash</a>
</div>
</div>
<div class="mobile-item-child mb-i-chl field">

<div class="lasso-fields">

<div class="img-container">
<a target="_blank" href="https://www.mymillennialguide.com/solitairecash" data-lasso-box-trackable="true" data-lasso-id="53507" data-lasso-name="‎Solitaire Cash" title="‎Solitaire Cash" rel="nofollow noopener">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="rocket-lazyload" alt="‎Solitaire Cash" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/solitaire-cash.webp" /><noscript><img src="https://www.mymillennialguide.com/wp-content/uploads/solitaire-cash.webp" class="rocket-lazyload" alt="‎Solitaire Cash"/></noscript>
</a>
</div>
</div>
</div>
<div class="mobile-item-child mb-i-chl field">

<div class="lasso-stars" style="--rating: 4.6">
<span class="lasso-stars-value">4.6</span>
</div>

</div>
<div class="mobile-item-child mb-i-chl field">

<div class="lasso-fields">

<div class="lasso-fields-pros lasso-fields-2">
<div class="field-name"><strong>Pros:</strong></div> <ul><li><span class="lasso-check"><span class="lasso-check-content"></span></span>App Store: 160,448 reviews</li></ul> </div>
</div>
</div>
<div class="mobile-item-child mb-i-chl field">

<div class="lasso-fields">

<div class="btn-container">
<a class="btn lasso-button-1" target="_blank" href="https://www.mymillennialguide.com/solitairecash" data-lasso-box-trackable="true" data-lasso-id="53507" data-lasso-name="‎Solitaire Cash" title="‎Solitaire Cash" rel="nofollow noopener">
Download Now (Free) </a>
</div>
</div>
</div>
</div>
</div>
<div class="mobile-box ">
<div class="mobile-item-wrapper mb-i-wp">
<div class="mobile-item-child mb-i-chl field">

<div class="lasso-fields">
<a class="product-name lasso-title" target="_blank" href="https://www.mymillennialguide.com/blackout-bingo" data-lasso-box-trackable="true" data-lasso-id="49248" data-lasso-name="Blackout Bingo - Play Now and Win Real Money" title="Blackout Bingo - Play Now and Win Real Money" rel="nofollow noopener">Blackout Bingo</a>
</div>
</div>
<div class="mobile-item-child mb-i-chl field">

<div class="lasso-fields">

<div class="img-container">
<a target="_blank" href="https://www.mymillennialguide.com/blackout-bingo" data-lasso-box-trackable="true" data-lasso-id="49248" data-lasso-name="Blackout Bingo - Play Now and Win Real Money" title="Blackout Bingo - Play Now and Win Real Money" rel="nofollow noopener">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="rocket-lazyload" alt="Blackout Bingo - Play Now and Win Real Money" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/blackout-bingo.webp" /><noscript><img src="https://www.mymillennialguide.com/wp-content/uploads/blackout-bingo.webp" class="rocket-lazyload" alt="Blackout Bingo - Play Now and Win Real Money"/></noscript>
</a>
</div>
</div>
</div>
<div class="mobile-item-child mb-i-chl field">

<div class="lasso-stars" style="--rating: 4.5">
<span class="lasso-stars-value">4.5</span>
</div>

</div>
<div class="mobile-item-child mb-i-chl field">

<div class="lasso-fields">

<div class="lasso-fields-pros lasso-fields-2">
<div class="field-name"><strong>Pros:</strong></div> <ul><li><span class="lasso-check"><span class="lasso-check-content"></span></span>App Store: ‎75,500 reviews</li></ul> </div>
</div>
</div>
<div class="mobile-item-child mb-i-chl field">

<div class="lasso-fields">

<div class="btn-container">
<a class="btn lasso-button-1" target="_blank" href="https://www.mymillennialguide.com/blackout-bingo" data-lasso-box-trackable="true" data-lasso-id="49248" data-lasso-name="Blackout Bingo - Play Now and Win Real Money" title="Blackout Bingo - Play Now and Win Real Money" rel="nofollow noopener">
Download Now (Free) </a>
</div>
</div>
</div>
</div>
</div>
<div class="mobile-box ">
<div class="mobile-item-wrapper mb-i-wp">
<div class="mobile-item-child mb-i-chl field">

<div class="lasso-fields">
<a class="product-name lasso-title" target="_blank" href="https://www.mymillennialguide.com/bingocash" data-lasso-box-trackable="true" data-lasso-id="53503" data-lasso-name="‎Bingo Cash" title="‎Bingo Cash" rel="nofollow noopener">‎Bingo Cash</a>
</div>
</div>
<div class="mobile-item-child mb-i-chl field">

<div class="lasso-fields">

<div class="img-container">
<a target="_blank" href="https://www.mymillennialguide.com/bingocash" data-lasso-box-trackable="true" data-lasso-id="53503" data-lasso-name="‎Bingo Cash" title="‎Bingo Cash" rel="nofollow noopener">
<img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="rocket-lazyload" alt="‎Bingo Cash" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/bingocash.webp" /><noscript><img src="https://www.mymillennialguide.com/wp-content/uploads/bingocash.webp" class="rocket-lazyload" alt="‎Bingo Cash"/></noscript>
</a>
</div>
</div>
</div>
<div class="mobile-item-child mb-i-chl field">

<div class="lasso-stars" style="--rating: 4.7">
<span class="lasso-stars-value">4.7</span>
</div>

</div>
<div class="mobile-item-child mb-i-chl field">

<div class="lasso-fields">

<div class="lasso-fields-pros lasso-fields-2">
<div class="field-name"><strong>Pros:</strong></div> <ul><li><span class="lasso-check"><span class="lasso-check-content"></span></span>App Store: 47,805 reviews</li></ul> </div>
</div>
</div>
<div class="mobile-item-child mb-i-chl field">

<div class="lasso-fields">

<div class="btn-container">
<a class="btn lasso-button-1" target="_blank" href="https://www.mymillennialguide.com/bingocash" data-lasso-box-trackable="true" data-lasso-id="53503" data-lasso-name="‎Bingo Cash" title="‎Bingo Cash" rel="nofollow noopener">
Download Now (Free) </a>
</div>
</div>
</div>
</div>
</div>
</div> </div>
<span class="oldest-updated"></span>

</div>

</div></div><div class="tdm_block td_block_wrap tdm_block_column_title tdi_66 tdm-content-horiz-left td-pb-border-top td_block_template_2" data-td-block-uid="tdi_66">
<style></style>
<style></style><div class="td-block-row"><div class="td-block-span12 tdm-col">
<style></style><div class="tds-title tds-title2 td-fix-index tdi_67"><h3 class="tdm-title tdm-title-md">About the author</h3><div class="tdm-title-line"></div></div></div></div></div><div class="tdb-author-box td_block_wrap tdb_single_author_box tdi_68 tdb-content-vert-top td-pb-border-top td_block_template_2" data-td-block-uid="tdi_68">
<style></style>
<style></style><div class="tdb-block-inner td-fix-index"><a href="https://www.mymillennialguide.com/author/zach-dayne/" class="tdb-author-photo" title="Zach Dayne"><img alt='Zach Dayne' src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%20500'%3E%3C/svg%3E" data-lazy-srcset='https://secure.gravatar.com/avatar/f67ca60565d7cc54b2062243b80ccf4d?s=1000&#038;d=mm&#038;r=g 2x' class='avatar avatar-500 photo' height='500' width='500' decoding='async' data-lazy-src="https://secure.gravatar.com/avatar/f67ca60565d7cc54b2062243b80ccf4d?s=500&#038;d=mm&#038;r=g" /><noscript><img alt='Zach Dayne' src='https://secure.gravatar.com/avatar/f67ca60565d7cc54b2062243b80ccf4d?s=500&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/f67ca60565d7cc54b2062243b80ccf4d?s=1000&#038;d=mm&#038;r=g 2x' class='avatar avatar-500 photo' height='500' width='500' decoding='async'/></noscript></a><div class="tdb-author-info"><a href="https://www.mymillennialguide.com/author/zach-dayne/" class="tdb-author-name">Zach Dayne</a><div class="tdb-author-descr">Zach Dayne is a professional engineer and geek turned blogger and entrepreneur. He helps other entrepreneurs build high-quality websites and start off their journey on the right foot. His philosophy is to find the best and most efficient solutions in order to maximize quality while minimizing your time investment.</div><div class="tdb-author-social"></div></div></div></div>
<script type="rocketlazyloadscript">

var tdb_login_sing_in_shortcode="on";

</script>
<div class="td_block_wrap tdb_single_comments tdi_69 tdb-comm-layout2 td-pb-border-top td_block_template_2" data-td-block-uid="tdi_69">
<style></style>
<style></style><div class="tdb-block-inner td-fix-index"><div class="comments" id="comments"><div class="td-comments-title-wrap td_block_template_2"><h4 class="td-comments-title td-block-title"><span>4 COMMENTS</span></h4></div><div id="bsf-rt-comments"></div> <div class="wpdiscuz_top_clearing"></div>
<div id='comments' class='comments-area'><div id='respond' style='width: 0;height: 0;clear: both;margin: 0;padding: 0;'></div> <div id="wpdcom" class="wpdiscuz_unauth wpd-default wpd-layout-1 wpd-comments-open">
<div class="wc_social_plugin_wrapper">
</div>
<div class="wpd-form-wrap">
<div class="wpd-form-head">
<div class="wpd-sbs-toggle">
<i class="far fa-envelope"></i> <span class="wpd-sbs-title">Subscribe</span> <i class="fas fa-caret-down"></i>
</div>
<div class="wpd-auth">
<div class="wpd-login">
<a rel="nofollow" href="https://www.mymillennialguide.com/rockerz-lol?redirect_to=https%3A%2F%2Fwww.mymillennialguide.com%2Fhow-to-start-a-podcast%2F"><i class='fas fa-sign-in-alt'></i> Login</a> </div>
</div>
</div>
<div class="wpdiscuz-subscribe-bar wpdiscuz-hidden">
<form action="https://www.mymillennialguide.com/wp-admin/admin-ajax.php?action=wpdAddSubscription" method="post" id="wpdiscuz-subscribe-form">
<div class="wpdiscuz-subscribe-form-intro">Notify of </div>
<div class="wpdiscuz-subscribe-form-option" style="width:40%;">
<select class="wpdiscuz_select" name="wpdiscuzSubscriptionType">
<option value="post">new follow-up comments</option>
<option value="all_comment">new replies to my comments</option>
</select>
</div>
<div class="wpdiscuz-item wpdiscuz-subscribe-form-email">
<input class="email" type="email" name="wpdiscuzSubscriptionEmail" required="required" value="" placeholder="Email" />
</div>
<div class="wpdiscuz-subscribe-form-button">
<input id="wpdiscuz_subscription_button" class="wpd-prim-button wpd_not_clicked" type="submit" value="&rsaquo;" name="wpdiscuz_subscription_button" />
</div>
<input type="hidden" id="wpdiscuz_subscribe_form_nonce" name="wpdiscuz_subscribe_form_nonce" value="cfd1db3c3e" /><input type="hidden" name="_wp_http_referer" value="/how-to-start-a-podcast/" />  </form>
</div>
<div class="wpd-form wpd-form-wrapper wpd-main-form-wrapper" id='wpd-main-form-wrapper-0_0'>
<form class="wpd_comm_form wpd_main_comm_form" method="post" enctype="multipart/form-data" data-uploading="false">
<div class="wpd-field-comment">
<div class="wpdiscuz-item wc-field-textarea">
<div class="wpdiscuz-textarea-wrap wpd-txt">
<div class="wpd-avatar">
<img alt='guest' src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2056%2056'%3E%3C/svg%3E" data-lazy-srcset='https://secure.gravatar.com/avatar/?s=112&#038;d=mm&#038;r=g 2x' class='avatar avatar-56 photo avatar-default' height='56' width='56' decoding='async' data-lazy-src="https://secure.gravatar.com/avatar/?s=56&#038;d=mm&#038;r=g" /><noscript><img alt='guest' src='https://secure.gravatar.com/avatar/?s=56&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/?s=112&#038;d=mm&#038;r=g 2x' class='avatar avatar-56 photo avatar-default' height='56' width='56' decoding='async'/></noscript> </div>
<div class="wpd-textarea-wrap">
<div id="wpd-editor-char-counter-0_0" class="wpd-editor-char-counter"></div>
<label style="display: none;" for="wc-textarea-0_0">Label</label>
<textarea id="wc-textarea-0_0" placeholder="Join the discussion" aria-label="Join the discussion" name="wc_comment" class="wc_comment wpd-field"></textarea>
</div>
<div class="wpd-editor-buttons-right">
</div>
</div>
</div>
</div>
<div class="wpd-form-foot" style='display:none;'>
<div class="wpdiscuz-textarea-foot">
<div class="wpdiscuz-button-actions"></div>
</div>
<div class="wpd-form-row">
<div class="wpd-form-col-left">
<div class="wpdiscuz-item wc_name-wrapper wpd-has-icon">
<div class="wpd-field-icon"><i class="fas fa-user"></i></div>
<input id="wc_name-0_0" value="" required='required' aria-required='true' class="wc_name wpd-field" type="text" name="wc_name" placeholder="Name*" maxlength="50" pattern='.{3,50}' title="">
<label for="wc_name-0_0" class="wpdlb">Name*</label>
</div>
<div class="wpdiscuz-item wc_email-wrapper wpd-has-icon">
<div class="wpd-field-icon"><i class="fas fa-at"></i></div>
<input id="wc_email-0_0" value="" required='required' aria-required='true' class="wc_email wpd-field" type="email" name="wc_email" placeholder="Email*" />
<label for="wc_email-0_0" class="wpdlb">Email*</label>
</div>
</div>
<div class="wpd-form-col-right">
<div class="wc-field-submit">
<label class="wpd_label" wpd-tooltip="Notify of new replies to this comment">
<input id="wc_notification_new_comment-0_0" class="wc_notification_new_comment-0_0 wpd_label__checkbox" value="comment" type="checkbox" name="wpdiscuz_notification_type" />
 <span class="wpd_label__text">
<span class="wpd_label__check">
<i class="fas fa-bell wpdicon wpdicon-on"></i>
<i class="fas fa-bell-slash wpdicon wpdicon-off"></i>
</span>
</span>
</label>
<input id="wpd-field-submit-0_0" class="wc_comm_submit wpd_not_clicked wpd-prim-button" type="submit" name="submit" value="Post Comment" />
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<input type="hidden" class="wpdiscuz_unique_id" value="0_0" name="wpdiscuz_unique_id">
<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="59e8a4e22d" /></p><p style="display: none !important;"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="138" /><script type="rocketlazyloadscript">document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p> </form>
</div>
<div id="wpdiscuz_hidden_secondary_form" style="display: none;">
<div class="wpd-form wpd-form-wrapper wpd-secondary-form-wrapper" id='wpd-secondary-form-wrapper-wpdiscuzuniqueid' style='display: none;'>
<div class="wpd-secondary-forms-social-content"></div>
<div class="clearfix"></div>
<form class="wpd_comm_form wpd-secondary-form-wrapper" method="post" enctype="multipart/form-data" data-uploading="false">
<div class="wpd-field-comment">
<div class="wpdiscuz-item wc-field-textarea">
<div class="wpdiscuz-textarea-wrap wpd-txt">
<div class="wpd-avatar">
<img alt='guest' src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2056%2056'%3E%3C/svg%3E" data-lazy-srcset='https://secure.gravatar.com/avatar/?s=112&#038;d=mm&#038;r=g 2x' class='avatar avatar-56 photo avatar-default' height='56' width='56' decoding='async' data-lazy-src="https://secure.gravatar.com/avatar/?s=56&#038;d=mm&#038;r=g" /><noscript><img alt='guest' src='https://secure.gravatar.com/avatar/?s=56&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/?s=112&#038;d=mm&#038;r=g 2x' class='avatar avatar-56 photo avatar-default' height='56' width='56' decoding='async'/></noscript> </div>
<div class="wpd-textarea-wrap">
<div id="wpd-editor-char-counter-wpdiscuzuniqueid" class="wpd-editor-char-counter"></div>
<label style="display: none;" for="wc-textarea-wpdiscuzuniqueid">Label</label>
<textarea id="wc-textarea-wpdiscuzuniqueid" placeholder="Join the discussion" aria-label="Join the discussion" name="wc_comment" class="wc_comment wpd-field"></textarea>
</div>
<div class="wpd-editor-buttons-right">
</div>
</div>
</div>
</div>
<div class="wpd-form-foot" style='display:none;'>
<div class="wpdiscuz-textarea-foot">
<div class="wpdiscuz-button-actions"></div>
 </div>
<div class="wpd-form-row">
<div class="wpd-form-col-left">
<div class="wpdiscuz-item wc_name-wrapper wpd-has-icon">
<div class="wpd-field-icon"><i class="fas fa-user"></i></div>
<input id="wc_name-wpdiscuzuniqueid" value="" required='required' aria-required='true' class="wc_name wpd-field" type="text" name="wc_name" placeholder="Name*" maxlength="50" pattern='.{3,50}' title="">
<label for="wc_name-wpdiscuzuniqueid" class="wpdlb">Name*</label>
</div>
<div class="wpdiscuz-item wc_email-wrapper wpd-has-icon">
<div class="wpd-field-icon"><i class="fas fa-at"></i></div>
<input id="wc_email-wpdiscuzuniqueid" value="" required='required' aria-required='true' class="wc_email wpd-field" type="email" name="wc_email" placeholder="Email*" />
<label for="wc_email-wpdiscuzuniqueid" class="wpdlb">Email*</label>
</div>
</div>
<div class="wpd-form-col-right">
<div class="wc-field-submit">
<label class="wpd_label" wpd-tooltip="Notify of new replies to this comment">
<input id="wc_notification_new_comment-wpdiscuzuniqueid" class="wc_notification_new_comment-wpdiscuzuniqueid wpd_label__checkbox" value="comment" type="checkbox" name="wpdiscuz_notification_type" />
<span class="wpd_label__text">
<span class="wpd_label__check">
<i class="fas fa-bell wpdicon wpdicon-on"></i>
<i class="fas fa-bell-slash wpdicon wpdicon-off"></i>
</span>
</span>
</label>
<input id="wpd-field-submit-wpdiscuzuniqueid" class="wc_comm_submit wpd_not_clicked wpd-prim-button" type="submit" name="submit" value="Post Comment" />
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<input type="hidden" class="wpdiscuz_unique_id" value="wpdiscuzuniqueid" name="wpdiscuz_unique_id">
<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="59e8a4e22d" /></p><p style="display: none !important;"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_2" name="ak_js" value="123" /><script type="rocketlazyloadscript">document.getElementById( "ak_js_2" ).setAttribute( "value", ( new Date() ).getTime() );</script></p> </form>
</div>
</div>
</div>
<div id="wpd-threads" class="wpd-thread-wrapper">
<div class="wpd-thread-head">
<div class="wpd-thread-info " data-comments-count="4">
<span class='wpdtc' title='4'>4</span> Comments </div>
<div class="wpd-space"></div>
<div class="wpd-thread-filter">
<div class="wpd-filter wpdf-reacted wpd_not_clicked" wpd-tooltip="Most reacted comment"><i class="fas fa-bolt"></i></div>
<div class="wpd-filter wpdf-hottest wpd_not_clicked" wpd-tooltip="Hottest comment thread"><i class="fas fa-fire"></i></div>
<div class="wpd-filter wpdf-sorting">
<span class="wpdiscuz-sort-button wpdiscuz-date-sort-asc wpdiscuz-sort-button-active" data-sorting="oldest">Oldest</span>
<i class="fas fa-sort-down"></i>
<div class="wpdiscuz-sort-buttons">
<span class="wpdiscuz-sort-button wpdiscuz-date-sort-desc" data-sorting="newest">Newest</span>
<span class="wpdiscuz-sort-button wpdiscuz-vote-sort-up" data-sorting="by_vote">Most Voted</span>
</div>
</div>
</div>
</div>
<div class="wpd-comment-info-bar">
<div class="wpd-current-view"><i class="fas fa-quote-left"></i> Inline Feedbacks</div>
<div class="wpd-filter-view-all">View all comments</div>
</div>
<div class="wpd-thread-list">
<div id='wpd-comm-1061_0' class='comment even thread-even depth-1 wpd-comment wpd_comment_level-1'><div class="wpd-comment-wrap wpd-blog-guest">
<div class="wpd-comment-left ">
<div class="wpd-avatar ">
<img alt='Derek Bolick' src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%3E%3C/svg%3E" data-lazy-srcset='https://secure.gravatar.com/avatar/a1a54cba7dbc7c81b6c5a2e601c3e441?s=128&#038;d=mm&#038;r=g 2x' class='avatar avatar-64 photo' height='64' width='64' decoding='async' data-lazy-src="https://secure.gravatar.com/avatar/a1a54cba7dbc7c81b6c5a2e601c3e441?s=64&#038;d=mm&#038;r=g" /><noscript><img alt='Derek Bolick' src='https://secure.gravatar.com/avatar/a1a54cba7dbc7c81b6c5a2e601c3e441?s=64&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/a1a54cba7dbc7c81b6c5a2e601c3e441?s=128&#038;d=mm&#038;r=g 2x' class='avatar avatar-64 photo' height='64' width='64' decoding='async'/></noscript>
</div>
</div>
<div id="comment-1061" class="wpd-comment-right">
<div class="wpd-comment-header">
<div class="wpd-comment-author ">
Derek Bolick
</div>
<div class="wpd-space"></div>
</div>
<div class="wpd-comment-text">
<p>These simple steps allowed me to successfully start my own podcast &#8211; Great write up, it had everything I needed to know to run my podcast and earn some money whilst doing it. The mic you recommended was good too, but went with the Miktek ProCast SST.</p>
</div>
<div class="wpd-comment-footer">
<div class="wpd-vote">
<div class="wpd-vote-up wpd_not_clicked">
<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='plus' class='svg-inline--fa fa-plus fa-w-14' role='img' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'></path></svg>
</div>
<div class='wpd-vote-result' title='0'>0</div>
<div class="wpd-vote-down wpd_not_clicked">
<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='minus' class='svg-inline--fa fa-minus fa-w-14' role='img' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'></path></svg>
</div>
</div>
<div class="wpd-reply-button">
<svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M10 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z' /><path d='M0 0h24v24H0z' fill='none' /></svg>
<span>Reply</span>
</div>
<div class="wpd-space"></div>
<div class="wpd-toggle wpd-hidden wpd_not_clicked" wpd-tooltip="Hide Replies" wpd-tooltip-position='left'>
<i class='fas fa-chevron-up'></i>
</div>
</div>
</div>
</div><div id='wpdiscuz_form_anchor-1061_0'></div><div id='wpd-comm-1982_1061' class='comment odd alt depth-2 wpd-comment wpd-reply wpd_comment_level-2'><div class="wpd-comment-wrap wpd-blog-guest">
<div class="wpd-comment-left ">
<div class="wpd-avatar ">
<img alt='Brian Meiggs' src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%3E%3C/svg%3E" data-lazy-srcset='https://secure.gravatar.com/avatar/430ce22938a9f4e3151ccf3b154f3957?s=128&#038;d=mm&#038;r=g 2x' class='avatar avatar-64 photo' height='64' width='64' decoding='async' data-lazy-src="https://secure.gravatar.com/avatar/430ce22938a9f4e3151ccf3b154f3957?s=64&#038;d=mm&#038;r=g" /><noscript><img alt='Brian Meiggs' src='https://secure.gravatar.com/avatar/430ce22938a9f4e3151ccf3b154f3957?s=64&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/430ce22938a9f4e3151ccf3b154f3957?s=128&#038;d=mm&#038;r=g 2x' class='avatar avatar-64 photo' height='64' width='64' decoding='async'/></noscript>
</div>
</div>
<div id="comment-1982" class="wpd-comment-right">
<div class="wpd-comment-header">
<div class="wpd-comment-author ">
Brian Meiggs
</div>
<div class="wpd-space"></div>
</div>
<div class="wpd-reply-to">
<i class='far fa-comments'></i>
Reply to&nbsp;
<a href="#comment-1061">
Derek Bolick
</a>
</div>
<div class="wpd-comment-text">
<p>Glad you liked found it useful, Derek!</p>
</div>
<div class="wpd-comment-footer">
<div class="wpd-vote">
<div class="wpd-vote-up wpd_not_clicked">
<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='plus' class='svg-inline--fa fa-plus fa-w-14' role='img' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'></path></svg>
</div>
<div class='wpd-vote-result' title='0'>0</div>
<div class="wpd-vote-down wpd_not_clicked">
<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='minus' class='svg-inline--fa fa-minus fa-w-14' role='img' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'></path></svg>
</div>
</div>
<div class="wpd-reply-button">
<svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M10 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z' /><path d='M0 0h24v24H0z' fill='none' /></svg>
<span>Reply</span>
</div>
<div class="wpd-space"></div>
</div>
</div>
</div><div id='wpdiscuz_form_anchor-1982_1061'></div></div></div><div id='wpd-comm-29301_0' class='comment even thread-odd thread-alt depth-1 wpd-comment wpd_comment_level-1'><div class="wpd-comment-wrap wpd-blog-guest">
<div class="wpd-comment-left ">
<div class="wpd-avatar ">
<img alt='Anne R' src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%3E%3C/svg%3E" data-lazy-srcset='https://secure.gravatar.com/avatar/82702456ac758c18ac1b6a94aa95fd46?s=128&#038;d=mm&#038;r=g 2x' class='avatar avatar-64 photo' height='64' width='64' decoding='async' data-lazy-src="https://secure.gravatar.com/avatar/82702456ac758c18ac1b6a94aa95fd46?s=64&#038;d=mm&#038;r=g" /><noscript><img alt='Anne R' src='https://secure.gravatar.com/avatar/82702456ac758c18ac1b6a94aa95fd46?s=64&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/82702456ac758c18ac1b6a94aa95fd46?s=128&#038;d=mm&#038;r=g 2x' class='avatar avatar-64 photo' height='64' width='64' decoding='async'/></noscript>
</div>
</div>
<div id="comment-29301" class="wpd-comment-right">
<div class="wpd-comment-header">
<div class="wpd-comment-author ">
Anne R
</div>
<div class="wpd-space"></div>
</div>
<div class="wpd-comment-text">
<p>Hey this is super helpful. I appreciate the thoroughness of the article. I am definitely feeling like I can go ahead and do this now.</p>
</div>
<div class="wpd-comment-footer">
<div class="wpd-vote">
<div class="wpd-vote-up wpd_not_clicked">
<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='plus' class='svg-inline--fa fa-plus fa-w-14' role='img' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'></path></svg>
</div>
<div class='wpd-vote-result' title='0'>0</div>
<div class="wpd-vote-down wpd_not_clicked">
<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='minus' class='svg-inline--fa fa-minus fa-w-14' role='img' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'></path></svg>
</div>
</div>
<div class="wpd-reply-button">
<svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M10 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z' /><path d='M0 0h24v24H0z' fill='none' /></svg>
<span>Reply</span>
</div>
<div class="wpd-space"></div>
<div class="wpd-toggle wpd-hidden wpd_not_clicked" wpd-tooltip="Hide Replies" wpd-tooltip-position='left'>
<i class='fas fa-chevron-up'></i>
</div>
</div>
</div>
</div><div id='wpdiscuz_form_anchor-29301_0'></div><div id='wpd-comm-29352_29301' class='comment byuser comment-author-brian-meiggs odd alt depth-2 wpd-comment wpd-reply wpd_comment_level-2'><div class="wpd-comment-wrap wpd-blog-user wpd-blog-administrator">
<div class="wpd-comment-left ">
<div class="wpd-avatar ">
<a href='https://www.mymillennialguide.com/author/brian-meiggs/' target='_blank' rel='noreferrer ugc'><img alt='Brian Meiggs' src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%3E%3C/svg%3E" data-lazy-srcset='https://1.gravatar.com/avatar/430ce22938a9f4e3151ccf3b154f3957?s=128&#038;d=mm&#038;r=g 2x' class='avatar avatar-64 photo' height='64' width='64' decoding='async' data-lazy-src="https://1.gravatar.com/avatar/430ce22938a9f4e3151ccf3b154f3957?s=64&#038;d=mm&#038;r=g" /><noscript><img alt='Brian Meiggs' src='https://1.gravatar.com/avatar/430ce22938a9f4e3151ccf3b154f3957?s=64&#038;d=mm&#038;r=g' srcset='https://1.gravatar.com/avatar/430ce22938a9f4e3151ccf3b154f3957?s=128&#038;d=mm&#038;r=g 2x' class='avatar avatar-64 photo' height='64' width='64' decoding='async'/></noscript></a>
</div>
<div class="wpd-comment-label" wpd-tooltip="Admin" wpd-tooltip-position="right">
<span>Admin</span>
</div>
</div>
<div id="comment-29352" class="wpd-comment-right">
<div class="wpd-comment-header">
<div class="wpd-comment-author ">
<a href='https://www.mymillennialguide.com/author/brian-meiggs/' rel='noreferrer ugc' target='_blank'>Brian Meiggs</a>
</div>
<div class="wpd-space"></div>
</div>
<div class="wpd-reply-to">
<i class='far fa-comments'></i>
Reply to&nbsp;
<a href="#comment-29301">
Anne R
</a>
</div>
<div class="wpd-comment-text">
<p>Glad you like it, Anne! Starting a podcast is a great way to reach out to new audiences and build your brand. But before you can start recording episodes, you need to choose a topic and format for your show. Keep me posted if you give it a go!</p>
</div>
<div class="wpd-comment-footer">
<div class="wpd-vote">
<div class="wpd-vote-up wpd_not_clicked">
<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='plus' class='svg-inline--fa fa-plus fa-w-14' role='img' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'></path></svg>
</div>
<div class='wpd-vote-result' title='0'>0</div>
<div class="wpd-vote-down wpd_not_clicked">
<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='minus' class='svg-inline--fa fa-minus fa-w-14' role='img' xmlns='https://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'></path></svg>
</div>
</div>
<div class="wpd-reply-button">
<svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M10 9V5l-7 7 7 7v-4.1c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11z' /><path d='M0 0h24v24H0z' fill='none' /></svg>
<span>Reply</span>
</div>
<div class="wpd-space"></div>
</div>
</div>
</div><div id='wpdiscuz_form_anchor-29352_29301'></div></div></div> <div class="wpdiscuz-comment-pagination">
</div>
</div>
</div>
</div>
</div>
<div id="wpdiscuz-loading-bar" class="wpdiscuz-loading-bar-unauth"></div>
<div id="wpdiscuz-comment-message" class="wpdiscuz-comment-message-unauth"></div>
</div></div></div></div></div><div class="vc_column tdi_71  wpb_column vc_column_container tdc-column td-pb-span4 td-is-sticky">
<style scoped></style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_column_title tdi_72 tdm-content-horiz-left td-pb-border-top td_block_template_2" data-td-block-uid="tdi_72">
<style></style><div class="td-block-row"><div class="td-block-span12 tdm-col">
<style></style><div class="tds-title tds-title2 td-fix-index tdi_73"><h3 class="tdm-title tdm-title-md">On a similar note...</h3><div class="tdm-title-line"></div></div></div></div></div><div class="td_block_wrap td_flex_block_1 tdi_74 td-pb-border-top td_block_template_2 td_flex_block" data-td-block-uid="tdi_74">
<style></style>
<style></style><script type="rocketlazyloadscript">var block_tdi_74 = new tdBlock();
block_tdi_74.id = "tdi_74";
block_tdi_74.atts = '{"modules_on_row":"","image_width":"30","image_floated":"float_left","meta_padding":"1% 5%","image_radius":"","image_height":"65","meta_info_horiz":"","modules_category":"image","modules_category_margin":"","show_excerpt":"none","show_btn":"none","show_com":"none","show_author":"none","show_cat":"none","image_size":"td_324x400","block_template_id":"","f_title_font_line_height":"eyJhbGwiOiIxLjUiLCJwb3J0cmFpdCI6IjEuMSIsImxhbmRzY2FwZSI6IjEuMSIsInBob25lIjoiMS4xIn0=","f_title_font_family":"file_2","f_title_font_size":"eyJhbGwiOiIxMyIsImxhbmRzY2FwZSI6IjE2IiwicG9ydHJhaXQiOiIxNCIsInBob25lIjoiMTYifQ==","f_title_font_weight":"eyJhbGwiOiI0MDAiLCJwb3J0cmFpdCI6IjYwMCJ9","f_cat_font_size":"eyJhbGwiOiIxMSIsImxhbmRzY2FwZSI6IjEwIiwicG9ydHJhaXQiOiI5IiwicGhvbmUiOiIxMCJ9","f_cat_font_weight":"800","f_cat_font_family":"406","f_cat_font_transform":"uppercase","f_meta_font_size":"eyJhbGwiOiIxMSIsImxhbmRzY2FwZSI6IjEwIiwicG9ydHJhaXQiOiI5IiwicGhvbmUiOiIxMCJ9","f_meta_font_transform":"uppercase","f_meta_font_family":"406","all_modules_space":"eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjM0IiwicG9ydHJhaXQiOiIyNCIsInBob25lIjoiMzIifQ==","meta_info_align":"center","art_title":"eyJhbGwiOiIwIDAgMTJweCIsImxhbmRzY2FwZSI6IjAgMCA4cHgiLCJwb3J0cmFpdCI6IjAgMCA2cHgiLCJwaG9uZSI6IjAgMCA4cHgifQ==","modules_category_padding":"3px 0 4px","cat_txt":"#0d42a2","cat_bg":"rgba(13,66,162,0)","f_meta_font_weight":"800","tdc_css":"eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lIjp7ImRpc3BsYXkiOiIifSwicGhvbmVfbWF4X3dpZHRoIjo3Njd9","hide_image":"","modules_divider":"solid","title_txt":"#0079d1","custom_title":"","related_articles_posts_limit":"5","title_txt_hover":"#0079d1","show_date":"none","show_review":"none","category_id":"_related_cat","sort":"","modules_gap":"20","td_ajax_preloading":"","limit":"4","block_type":"td_flex_block_1","separator":"","custom_url":"","title_tag":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","post_ids":"-5619","taxonomies":"","category_ids":"","in_all_terms":"","tag_slug":"","autors_id":"","installed_post_types":"","offset":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","el_class":"","td_ajax_filter_type":"","td_ajax_filter_ids":"","td_filter_default_txt":"All","container_width":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_border_radius":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","video_icon":"","video_popup":"yes","video_rec":"","spot_header":"","video_rec_title":"","video_rec_color":"","video_rec_disable":"","autoplay_vid":"yes","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","video_title_color":"","video_title_color_h":"","video_bg":"","video_overlay":"","vid_t_color":"","vid_t_bg_color":"","f_vid_title_font_header":"","f_vid_title_font_title":"Video pop-up article title","f_vid_title_font_settings":"","f_vid_title_font_family":"","f_vid_title_font_size":"","f_vid_title_font_line_height":"","f_vid_title_font_style":"","f_vid_title_font_weight":"","f_vid_title_font_transform":"","f_vid_title_font_spacing":"","f_vid_title_":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_width":"","meta_margin":"","meta_space":"","art_btn":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","meta_info_border_radius":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","review_space":"","review_size":"2.5","review_distance":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","excerpt_inline":"","show_audio":"block","hide_audio":"","art_audio":"","art_audio_size":"1.5","btn_title":"","btn_margin":"","btn_padding":"","btn_border_width":"","btn_radius":"","pag_space":"","pag_padding":"","pag_border_width":"","pag_border_radius":"","prev_tdicon":"","next_tdicon":"","pag_icons_size":"","f_header_font_header":"","f_header_font_title":"Block header","f_header_font_settings":"","f_header_font_family":"","f_header_font_size":"","f_header_font_line_height":"","f_header_font_style":"","f_header_font_weight":"","f_header_font_transform":"","f_header_font_spacing":"","f_header_":"","f_ajax_font_title":"Ajax categories","f_ajax_font_settings":"","f_ajax_font_family":"","f_ajax_font_size":"","f_ajax_font_line_height":"","f_ajax_font_style":"","f_ajax_font_weight":"","f_ajax_font_transform":"","f_ajax_font_spacing":"","f_ajax_":"","f_more_font_title":"Load more button","f_more_font_settings":"","f_more_font_family":"","f_more_font_size":"","f_more_font_line_height":"","f_more_font_style":"","f_more_font_weight":"","f_more_font_transform":"","f_more_font_spacing":"","f_more_":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_style":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_family":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","f_btn_font_title":"Article read more button","f_btn_font_settings":"","f_btn_font_family":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","mix_color":"","mix_type":"","fe_brightness":"1","fe_contrast":"1","fe_saturate":"1","mix_color_h":"","mix_type_h":"","fe_brightness_h":"1","fe_contrast_h":"1","fe_saturate_h":"1","m_bg":"","color_overlay":"","shadow_shadow_header":"","shadow_shadow_title":"Module Shadow","shadow_shadow_size":"","shadow_shadow_offset_horizontal":"","shadow_shadow_offset_vertical":"","shadow_shadow_spread":"","shadow_shadow_color":"","all_underline_height":"","all_underline_color":"","cat_bg_hover":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","audio_btn_color":"","audio_time_color":"","audio_bar_color":"","audio_bar_curr_color":"","shadow_m_shadow_header":"","shadow_m_shadow_title":"Meta info shadow","shadow_m_shadow_size":"","shadow_m_shadow_offset_horizontal":"","shadow_m_shadow_offset_vertical":"","shadow_m_shadow_spread":"","shadow_m_shadow_color":"","btn_bg":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border":"","btn_border_hover":"","pag_text":"","pag_h_text":"","pag_bg":"","pag_h_bg":"","pag_border":"","pag_h_border":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","ajax_pagination_infinite_stop":"","css":"","td_column_number":1,"header_color":"","color_preset":"","border_top":"","class":"tdi_74","tdc_css_class":"tdi_74","tdc_css_class_style":"tdi_74_rand_style","live_filter":"cur_post_same_categories","live_filter_cur_post_id":5619}';
block_tdi_74.td_column_number = "1";
block_tdi_74.block_type = "td_flex_block_1";
block_tdi_74.post_count = "4";
block_tdi_74.found_posts = "186";
block_tdi_74.header_color = "";
block_tdi_74.ajax_pagination_infinite_stop = "";
block_tdi_74.max_num_pages = "47";
tdBlocksArray.push(block_tdi_74);
</script><div class="td-block-title-wrap"></div><div id=tdi_74 class="td_block_inner td-mc1-wrap">
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.mymillennialguide.com/paypal-games-that-pay-real-money/" rel="bookmark" class="td-image-wrap " title="13 PayPal Games That Pay Real Money in 2023"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/paypal-games-that-pay-real-money-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/paypal-games-that-pay-real-money/" rel="bookmark" title="13 PayPal Games That Pay Real Money in 2023">13 PayPal Games That Pay Real Money in 2023</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
 </div>
</div>
</div>
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.mymillennialguide.com/ios-games-for-money/" rel="bookmark" class="td-image-wrap " title="10 iPhone Games That Pay Real Money"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/ios-games-for-money-324x400.webp" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/ios-games-for-money/" rel="bookmark" title="10 iPhone Games That Pay Real Money">10 iPhone Games That Pay Real Money</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.mymillennialguide.com/how-to-get-free-money-on-cash-app/" rel="bookmark" class="td-image-wrap " title="How to Get Free Money on Cash App [We&#8217;re Serious]"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/how-to-get-free-money-on-cash-app-1-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/how-to-get-free-money-on-cash-app/" rel="bookmark" title="How to Get Free Money on Cash App [We&#8217;re Serious]">How to Get Free Money on Cash App [We&#8217;re Serious]</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
<div class="td_module_flex td_module_flex_1 td_module_wrap td-animation-stack td-meta-info-hide td-cpt-post">
<div class="td-module-container td-category-pos-image">
<div class="td-image-container">
<div class="td-module-thumb"><a href="https://www.mymillennialguide.com/games-that-pay-instantly-to-cash-app/" rel="bookmark" class="td-image-wrap " title="15 Games That Pay Instantly to Cash App in 2023"><span data-bg="https://www.mymillennialguide.com/wp-content/uploads/games-that-pay-instantly-to-cash-app-324x400.jpg" class="entry-thumb td-thumb-css rocket-lazyload" style=""></span></a></div> </div>
<div class="td-module-meta-info">
<h3 class="entry-title td-module-title"><a href="https://www.mymillennialguide.com/games-that-pay-instantly-to-cash-app/" rel="bookmark" title="15 Games That Pay Instantly to Cash App in 2023">15 Games That Pay Instantly to Cash App in 2023</a></h3>
<div class="td-editor-date">
<span class="td-author-date">
</span>
</div>
</div>
</div>
</div>
</div></div><div class="tdm_block td_block_wrap tdm_block_column_title tdi_75 tdm-content-horiz-left td-pb-border-top td_block_template_2" data-td-block-uid="tdi_75">
<style></style><div class="td-block-row"><div class="td-block-span12 tdm-col">
<style></style><div class="tds-title tds-title2 td-fix-index tdi_76"><h3 class="tdm-title tdm-title-md">Explore More On</h3><div class="tdm-title-line"></div></div></div></div></div><div class="td_block_wrap tdb_single_categories tdi_77 td-pb-border-top td_block_template_2 " data-td-block-uid="tdi_77">
<style></style>
<style></style><div class="tdb-category td-fix-index"><a class="tdb-entry-category" href="https://www.mymillennialguide.com/category/make-money/"><span class="tdb-cat-bg"></span>Make Money</a><a class="tdb-entry-category" href="https://www.mymillennialguide.com/category/make-money/side-gigs-and-hustles/"><span class="tdb-cat-bg"></span>Side Hustles</a></div></div><div class="td_block_wrap tdb_search_form tdi_78 td-pb-border-top td_block_template_2" data-td-block-uid="tdi_78">
<style></style>
<style></style><div class="tdb-block-inner td-fix-index"><form method="get" class="tdb-search-form" action="https://www.mymillennialguide.com/"><div role="search" class="tdb-search-form-inner"><input id="tdb-search-form-input" class="tdb-search-form-input" placeholder=" " type="text" value="" name="s" /><div class="tdb-search-form-border"></div><label for="tdb-search-form-input" class="tdb-search-form-placeholder">Search the blog...</label><button class="wpb_button wpb_btn-inverse tdb-search-form-btn" aria-label="Search" type="submit"><i class="tdb-search-form-btn-icon td-icon-search"></i></button></div></form></div></div><div class="wpb_wrapper td_block_wrap td_block_wrap tdb_single_current_post tdi_79  td-pb-border-top td_block_template_2"><div class="td-fix-index"><div class="swp_social_panel swp_horizontal_panel swp_flat_fresh  swp_default_full_color swp_individual_full_color swp_other_full_color scale-100  scale-" data-min-width="1100" data-float-color="#ffffff" data-float="none" data-float-mobile="none" data-transition="slide" data-post-id="5619"><div class="nc_tweetContainer swp_share_button swp_facebook" data-network="facebook"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://www.facebook.com/share.php?u=https%3A%2F%2Fwww.mymillennialguide.com%2Fhow-to-start-a-podcast%2F" data-link="https://www.facebook.com/share.php?u=https%3A%2F%2Fwww.mymillennialguide.com%2Fhow-to-start-a-podcast%2F"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_facebook_icon"></i><span class="swp_share">Share</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_twitter" data-network="twitter"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://twitter.com/intent/tweet?text=How+To+Start+A+Podcast+For+Free%3A+Starting+a+Podcast+Guide&url=https%3A%2F%2Fwww.mymillennialguide.com%2Fhow-to-start-a-podcast%2F&via=themillennialmg" data-link="https://twitter.com/intent/tweet?text=How+To+Start+A+Podcast+For+Free%3A+Starting+a+Podcast+Guide&url=https%3A%2F%2Fwww.mymillennialguide.com%2Fhow-to-start-a-podcast%2F&via=themillennialmg"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_twitter_icon"></i><span class="swp_share">Tweet</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_pinterest" data-network="pinterest"><a rel="nofollow noreferrer noopener" class="nc_tweet swp_share_link noPop" onClick="var e=document.createElement('script');
							e.setAttribute('type','text/javascript');
							e.setAttribute('charset','UTF-8');
							e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);
							document.body.appendChild(e);
						"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_pinterest_icon"></i><span class="swp_share">Pin</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button swp_linkedin" data-network="linkedin"><a class="nc_tweet swp_share_link" rel="nofollow noreferrer noopener" target="_blank" href="https://www.linkedin.com/cws/share?url=https%3A%2F%2Fwww.mymillennialguide.com%2Fhow-to-start-a-podcast%2F" data-link="https://www.linkedin.com/cws/share?url=https%3A%2F%2Fwww.mymillennialguide.com%2Fhow-to-start-a-podcast%2F"><span class="swp_count swp_hide"><span class="iconFiller"><span class="spaceManWilly"><i class="sw swp_linkedin_icon"></i><span class="swp_share">Share</span></span></span></span></a></div><div class="nc_tweetContainer swp_share_button total_shares total_sharesalt"><span class="swp_count ">5K <span class="swp_label">Shares</span></span></div></div></div></div></div></div></div></div></div></div> </article>
</div>
</div>
</div> 

<div class="td-footer-template-wrap" style="position: relative">
<div class="td-footer-wrap ">
<div id="tdi_82" class="tdc-zone"><div class="tdc_zone tdi_83  wpb_row td-pb-row tdc-element-style">
<style scoped></style>
<div class="tdi_82_rand_style td-element-style"></div><div id="tdi_84" class="tdc-row stretch_row_content_no_space td-stretch-content"><div class="vc_row tdi_85  wpb_row td-pb-row tdc-element-style">
<style scoped></style>
<div class="tdi_84_rand_style td-element-style"><style></style></div><div class="vc_column tdi_87  wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped></style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_column_title tdi_88 tdm-content-horiz-center td-pb-border-top td_block_template_2" data-td-block-uid="tdi_88"><div class="td-block-row"><div class="td-block-span12 tdm-col">
<style></style><div class="tds-title tds-title1 td-fix-index tdi_89"><h4 class="tdm-title tdm-title-md">Follow Us</h4></div></div></div></div></div></div></div></div><div id="tdi_90" class="tdc-row stretch_row_content_no_space td-stretch-content"><div class="vc_row tdi_91  wpb_row td-pb-row tdc-element-style">
<style scoped></style>
<div class="tdi_90_rand_style td-element-style"><style></style></div><div class="vc_column tdi_93  wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped></style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_socials tdi_94 tdm-content-horiz-left td-pb-border-top td_block_template_2" data-td-block-uid="tdi_94">
<style></style>
<style></style><div class="tdm-social-wrapper tds-social5 tdi_95"><div class="tdm-social-item-wrap"><a href="https://www.facebook.com/MyMillennialGuide/" target="_blank" rel="nofollow" title="Facebook" class="tdm-social-item"><i class="td-icon-font td-icon-facebook"></i></a><a href="https://www.facebook.com/MyMillennialGuide/" target="_blank" rel="nofollow" class="tdm-social-text">Facebook</a></div><div class="tdm-social-item-wrap"><a href="https://www.instagram.com/mymillennialguide/" target="_blank" rel="nofollow" title="Instagram" class="tdm-social-item"><i class="td-icon-font td-icon-instagram"></i></a><a href="https://www.instagram.com/mymillennialguide/" target="_blank" rel="nofollow" class="tdm-social-text">Instagram</a></div><div class="tdm-social-item-wrap"><a href="https://twitter.com/TheMillennialMG" target="_blank" rel="nofollow" title="Twitter" class="tdm-social-item"><i class="td-icon-font td-icon-twitter"></i></a><a href="https://twitter.com/TheMillennialMG" target="_blank" rel="nofollow" class="tdm-social-text">Twitter</a></div></div></div></div></div></div></div><div id="tdi_96" class="tdc-row stretch_row_content_no_space td-stretch-content"><div class="vc_row tdi_97  wpb_row td-pb-row tdc-element-style">
<style scoped></style>
<div class="tdi_96_rand_style td-element-style"><style></style></div><div class="vc_column tdi_99  wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped></style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_column_title tdi_100 tdm-content-horiz-center td-pb-border-top td_block_template_2" data-td-block-uid="tdi_100"><div class="td-block-row"><div class="td-block-span12 tdm-col">
<style></style><div class="tds-title tds-title1 td-fix-index tdi_101"><h4 class="tdm-title tdm-title-md">AS FEATURED IN</h4></div></div></div></div></div></div></div></div><div id="tdi_102" class="tdc-row stretch_row_1200 td-stretch-content"><div class="vc_row tdi_103 td-logo-wrap wpb_row td-pb-row tdc-element-style">
<style scoped></style>
<div class="tdi_102_rand_style td-element-style"><style></style></div><div class="vc_column tdi_105  wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped></style><div class="wpb_wrapper"><div class="tdm_block td_block_wrap tdm_block_client tdi_106 tdm-inline-block tdm-content-horiz-center td-pb-border-top td_block_template_2" data-td-block-uid="tdi_106">
<style></style>
<style></style>
<div class="tdi_106_rand_style td-element-style">
<div class="td-element-style-before"><style></style></div><style> </style></div><img class="tdm-client-image td-fix-index" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20113'%3E%3C/svg%3E" title="discover" alt="discover" width="200" height="113" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/discover-1.png"><noscript><img class="tdm-client-image td-fix-index" src="https://www.mymillennialguide.com/wp-content/uploads/discover-1.png"  title="discover" alt="discover" width="200" height="113"></noscript></div><div class="tdm_block td_block_wrap tdm_block_client tdi_107 tdm-inline-block tdm-content-horiz-center td-pb-border-top td_block_template_2" data-td-block-uid="tdi_107">
<style></style>
<style></style>
<div class="tdi_107_rand_style td-element-style">
<div class="td-element-style-before"><style></style></div><style> </style></div><img class="tdm-client-image td-fix-index" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%2057'%3E%3C/svg%3E" title="nasdaq" alt="nasdaq" width="200" height="57" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/nasdaq.png"><noscript><img class="tdm-client-image td-fix-index" src="https://www.mymillennialguide.com/wp-content/uploads/nasdaq.png"  title="nasdaq" alt="nasdaq" width="200" height="57"></noscript></div><div class="tdm_block td_block_wrap tdm_block_client tdi_108 tdm-inline-block tdm-content-horiz-center td-pb-border-top td_block_template_2" data-td-block-uid="tdi_108">
<style></style>
<style></style>
<div class="tdi_108_rand_style td-element-style">
<div class="td-element-style-before"><style></style></div><style> </style></div><img class="tdm-client-image td-fix-index" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%2073'%3E%3C/svg%3E" title="yahoo finance" alt="yahoo finance" width="200" height="73" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/yahoo-finance.png"><noscript><img class="tdm-client-image td-fix-index" src="https://www.mymillennialguide.com/wp-content/uploads/yahoo-finance.png"  title="yahoo finance" alt="yahoo finance" width="200" height="73"></noscript></div><div class="tdm_block td_block_wrap tdm_block_client tdi_109 tdm-inline-block tdm-content-horiz-center td-pb-border-top td_block_template_2" data-td-block-uid="tdi_109">
<style></style>
<style></style>
<div class="tdi_109_rand_style td-element-style">
<div class="td-element-style-before"><style></style></div><style> </style></div><img class="tdm-client-image td-fix-index" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%2062'%3E%3C/svg%3E" title="business-insider" alt="business insider" width="200" height="62" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/business-insider.png"><noscript><img class="tdm-client-image td-fix-index" src="https://www.mymillennialguide.com/wp-content/uploads/business-insider.png"  title="business-insider" alt="business insider" width="200" height="62"></noscript></div><div class="tdm_block td_block_wrap tdm_block_client tdi_110 tdm-inline-block tdm-content-horiz-center td-pb-border-top td_block_template_2" data-td-block-uid="tdi_110">
<style></style>
<style></style>
<div class="tdi_110_rand_style td-element-style">
<div class="td-element-style-before"><style></style></div><style> </style></div><img class="tdm-client-image td-fix-index" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%2080'%3E%3C/svg%3E" title="aol" alt="aol" width="200" height="80" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/aol.png"><noscript><img class="tdm-client-image td-fix-index" src="https://www.mymillennialguide.com/wp-content/uploads/aol.png"  title="aol" alt="aol" width="200" height="80"></noscript></div><div class="tdm_block td_block_wrap tdm_block_client tdi_111 tdm-inline-block tdm-content-horiz-center td-pb-border-top td_block_template_2" data-td-block-uid="tdi_111">
<style></style>
<style></style>
<div class="tdi_111_rand_style td-element-style">
<div class="td-element-style-before"><style></style></div><style> </style></div><img class="tdm-client-image td-fix-index" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20113'%3E%3C/svg%3E" title="fox news" alt="fox news" width="200" height="113" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/fox-news.png"><noscript><img class="tdm-client-image td-fix-index" src="https://www.mymillennialguide.com/wp-content/uploads/fox-news.png"  title="fox news" alt="fox news" width="200" height="113"></noscript></div><div class="tdm_block td_block_wrap tdm_block_client tdi_112 tdm-inline-block tdm-content-horiz-center td-pb-border-top td_block_template_2" data-td-block-uid="tdi_112">
<style></style>
<style></style>
<div class="tdi_112_rand_style td-element-style">
<div class="td-element-style-before"><style></style></div><style> </style></div><img class="tdm-client-image td-fix-index" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%2087'%3E%3C/svg%3E" title="msn" alt="msn" width="200" height="87" data-lazy-src="https://www.mymillennialguide.com/wp-content/uploads/msn.png"><noscript><img class="tdm-client-image td-fix-index" src="https://www.mymillennialguide.com/wp-content/uploads/msn.png"  title="msn" alt="msn" width="200" height="87"></noscript></div></div></div></div></div><div id="tdi_113" class="tdc-row stretch_row_1200 td-stretch-content"><div class="vc_row tdi_114  wpb_row td-pb-row tdc-element-style">
<style scoped></style>
<div class="tdi_113_rand_style td-element-style"><style></style></div><div class="vc_column tdi_116  wpb_column vc_column_container tdc-column td-pb-span8">
<style scoped></style><div class="wpb_wrapper"><div class="vc_row_inner tdi_118  vc_row vc_inner wpb_row td-pb-row">
<style scoped></style><div class="vc_column_inner tdi_120  wpb_column vc_column_container tdc-inner-column td-pb-span4">
<style scoped></style><div class="vc_column-inner"><div class="wpb_wrapper"><div class="td_block_wrap td_block_title tdi_121 td-pb-border-top td_block_template_2 td-fix-index" data-td-block-uid="tdi_121">
<style></style>
<style></style><div class="td-block-title-wrap"><h4 class="td-block-title"><span class="td-pulldown-size">CATEGORIES</span></h4></div></div><div class="td_block_wrap td_block_popular_categories tdi_122 widget widget_categories td-pb-border-top td_block_template_2" data-td-block-uid="tdi_122">
<style></style><div class="td-block-title-wrap"></div><ul class="td-pb-padding-side"><li><a href="https://www.mymillennialguide.com/category/make-money/side-gigs-and-hustles/"><span class="td-cat-name">Side Hustles</span><span class="td-cat-no">187</span></a></li><li><a href="https://www.mymillennialguide.com/category/manage-money/budgeting/"><span class="td-cat-name">Budgeting</span><span class="td-cat-no">126</span></a></li><li><a href="https://www.mymillennialguide.com/category/manage-money/"><span class="td-cat-name">Manage Money</span><span class="td-cat-no">63</span></a></li><li><a href="https://www.mymillennialguide.com/category/invest/stocks/"><span class="td-cat-name">Stocks</span><span class="td-cat-no">60</span></a></li><li><a href="https://www.mymillennialguide.com/category/borrow/loans/"><span class="td-cat-name">Loans</span><span class="td-cat-no">57</span></a></li><li><a href="https://www.mymillennialguide.com/category/manage-money/banking/"><span class="td-cat-name">Banking</span><span class="td-cat-no">56</span></a></li><li><a href="https://www.mymillennialguide.com/category/make-money/business/"><span class="td-cat-name">Start a Business</span><span class="td-cat-no">56</span></a></li><li><a href="https://www.mymillennialguide.com/category/make-money/careers/"><span class="td-cat-name">Careers</span><span class="td-cat-no">40</span></a></li><li><a href="https://www.mymillennialguide.com/category/invest/real-estate/"><span class="td-cat-name">Real Estate</span><span class="td-cat-no">40</span></a></li><li><a href="https://www.mymillennialguide.com/category/borrow/mortgage/"><span class="td-cat-name">Mortgage</span><span class="td-cat-no">24</span></a></li></ul></div></div></div></div><div class="vc_column_inner tdi_124  wpb_column vc_column_container tdc-inner-column td-pb-span4">
<style scoped></style><div class="vc_column-inner"><div class="wpb_wrapper"><div class="td_block_wrap td_block_title tdi_125 td-pb-border-top td_block_template_2 td-fix-index" data-td-block-uid="tdi_125">
<style></style>
<style></style><div class="td-block-title-wrap"><h4 class="td-block-title"><span class="td-pulldown-size">Find the Best</span></h4></div></div><div class="td_block_wrap td_block_list_menu tdi_126 td-pb-border-top td_block_template_2 widget" data-td-block-uid="tdi_126">
<style></style><div class="td-block-title-wrap"></div><div id=tdi_126 class="td_block_inner td-fix-index"><div class="menu-products-container"><ul id="menu-products" class="menu"><li id="menu-item-56716" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-56716"><a href="https://www.mymillennialguide.com/best-bank-account-bonuses/">Best Bank Account Bonuses</a></li>
<li id="menu-item-34105" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34105"><a href="https://www.mymillennialguide.com/startup-business-loans/">Business Loans</a></li>
<li id="menu-item-41617" class="menu-item menu-item-type-post_type menu-item-object-post menu-item-41617"><a href="https://www.mymillennialguide.com/best-checking-accounts/">Checking Accounts</a></li>
<li id="menu-item-34100" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34100"><a href="https://www.mymillennialguide.com/best-credit-cards/">Credit Cards</a></li>
<li id="menu-item-46855" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-46855"><a href="https://www.mymillennialguide.com/best-life-insurance/">Life Insurance Companies</a></li>
<li id="menu-item-34102" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34102"><a href="https://www.mymillennialguide.com/personal-loans/">Personal Loans</a></li>
<li id="menu-item-34103" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34103"><a href="https://www.mymillennialguide.com/savings-accounts/">Savings Accounts</a></li>
<li id="menu-item-34101" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34101"><a href="https://www.mymillennialguide.com/best-online-brokers/">Stock Investing Brokers</a></li>
<li id="menu-item-34099" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34099"><a href="https://www.mymillennialguide.com/refinancing-student-loans/">Student Refinancing Lenders</a></li>
</ul></div></div></div></div></div></div><div class="vc_column_inner tdi_128  wpb_column vc_column_container tdc-inner-column td-pb-span4">
<style scoped></style><div class="vc_column-inner"><div class="wpb_wrapper"><div class="td_block_wrap td_block_title tdi_129 td-pb-border-top td_block_template_2 td-fix-index" data-td-block-uid="tdi_129">
<style></style>
<style></style><div class="td-block-title-wrap"><h4 class="td-block-title"><span class="td-pulldown-size">Explore</span></h4></div></div><div class="td_block_wrap td_block_list_menu tdi_130 td-pb-border-top td_block_template_2 widget" data-td-block-uid="tdi_130">
<style></style><div class="td-block-title-wrap"></div><div id=tdi_130 class="td_block_inner td-fix-index"><div class="menu-explore-container"><ul id="menu-explore" class="menu"><li id="menu-item-44024" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-44024"><a href="https://www.mymillennialguide.com/how-to-get-free-money/">Free Money</a></li>
<li id="menu-item-44028" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-44028"><a href="https://www.mymillennialguide.com/best-side-hustles/">Best Side Hustles</a></li>
<li id="menu-item-44029" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-44029"><a href="https://www.mymillennialguide.com/make-extra-money/">Make Extra Money</a></li>
<li id="menu-item-44025" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-44025"><a href="https://www.mymillennialguide.com/best-money-making-apps/">Money Making Apps</a></li>
<li id="menu-item-44932" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-44932"><a href="https://www.mymillennialguide.com/win-real-money-apps/">Win Real Money Apps</a></li>
<li id="menu-item-44026" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-44026"><a href="https://www.mymillennialguide.com/best-passive-income-ideas/">Passive Income Ideas</a></li>
<li id="menu-item-44027" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-44027"><a href="https://www.mymillennialguide.com/best-real-estate-apps/">Real Estate Investing Apps</a></li>
</ul></div></div></div></div></div></div></div></div></div><div class="vc_column tdi_132  wpb_column vc_column_container tdc-column td-pb-span4">
<style scoped></style><div class="wpb_wrapper"><div class="td_block_wrap td_block_title tdi_133 td-pb-border-top td_block_template_2 td-fix-index" data-td-block-uid="tdi_133">
<style></style>
<style></style><div class="td-block-title-wrap"><h4 class="td-block-title"><span class="td-pulldown-size">Company</span></h4></div></div><div class="td_block_wrap td_block_list_menu tdi_134 td-pb-border-top td_block_template_2 widget" data-td-block-uid="tdi_134">
<style></style><div class="td-block-title-wrap"></div><div id=tdi_134 class="td_block_inner td-fix-index"><div class="menu-footer-container"><ul id="menu-footer" class="menu"><li id="menu-item-34113" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34113"><a href="https://www.mymillennialguide.com/about/">About</a></li>
<li id="menu-item-44020" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44020"><a href="https://www.mymillennialguide.com/contact-us/">Contact</a></li>
<li id="menu-item-34121" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34121"><a href="https://www.mymillennialguide.com/blog/">Blog</a></li>
<li id="menu-item-34109" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34109"><a href="https://www.mymillennialguide.com/how-we-make-money/">How We Make Money</a></li>
<li id="menu-item-34112" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34112"><a href="https://www.mymillennialguide.com/press/">Press</a></li>
<li id="menu-item-34110" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34110"><a href="https://www.mymillennialguide.com/careers/">Careers</a></li>
<li id="menu-item-50380" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50380"><a href="https://www.mymillennialguide.com/research/">Research</a></li>
</ul></div></div></div></div></div></div></div><div id="tdi_135" class="tdc-row stretch_row"><div class="vc_row tdi_136  wpb_row td-pb-row tdc-element-style">
<style scoped></style>
<div class="tdi_135_rand_style td-element-style"><style></style></div><div class="vc_column tdi_138  wpb_column vc_column_container tdc-column td-pb-span12">
<style scoped></style><div class="wpb_wrapper"><div class="wpb_wrapper td_block_separator td_block_wrap vc_separator tdi_140  td_separator_solid td_separator_center"><span style="border-color:#EBEBEB;border-width:1px;width:100%;"></span>
<style scoped></style></div><div class="wpb_wrapper td_block_wrap vc_raw_html tdi_142 "><div class="td-fix-index"><p style="text-align: center;"><span style="font-size: 10pt; color: #a4abb3;">© 2015 - 2023, MeiggsMedia LLC. All rights reserved.</span></p></div></div><div class="td_block_wrap td_block_list_menu tdi_143 td-pb-border-top td_block_template_2 widget" data-td-block-uid="tdi_143">
<style></style>
<style></style><div class="td-block-title-wrap"></div><div id=tdi_143 class="td_block_inner td-fix-index"><div class="menu-privacy-container"><ul id="menu-privacy" class="menu"><li id="menu-item-34135" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34135"><a href="https://www.mymillennialguide.com/privacy/">Privacy Policy</a></li>
<li id="menu-item-34136" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34136"><a href="https://www.mymillennialguide.com/terms-of-use/">Terms of Use</a></li>
</ul></div></div></div></div></div></div></div></div></div> </div>
</div>
</div>
<a rel="nofollow" style="display:none" href="https://www.mymillennialguide.com/?blackhole=946a9cded6" title="Do NOT follow this link or you will be banned from the site!">My Millennial Guide</a>
<div id="mediavine-settings" data-blocklist-universal-player-mobile="1"></div>
<a href='javascript:void(0);' id='wpdUserContentInfoAnchor' style='display:none;' rel='#wpdUserContentInfo' data-wpd-lity>wpDiscuz</a><div id='wpdUserContentInfo' style='overflow:auto;background:#FDFDF6;padding:20px;width:600px;max-width:100%;border-radius:6px;' class='lity-hide'></div><div id='wpd-editor-source-code-wrapper-bg'></div><div id='wpd-editor-source-code-wrapper'><textarea id='wpd-editor-source-code'></textarea><button id='wpd-insert-source-code'>Insert</button><input type='hidden' id='wpd-editor-uid' /></div>

<div id="bsf_rt_progress_bar_container" class="progress-container-top">
<div class="progress-bar" id="bsf_rt_progress_bar"></div>
</div>
<script type='text/javascript' src='https://www.mymillennialguide.com/wp-content/plugins/faq-schema-block-to-accordion/assets/js/YSFA-JS.min.js?ver=1.0.4' id='YSFA-js-js' defer></script>
<script type='text/javascript' id='collapseomatic-js-js-before'>
const com_options = {"colomatduration":"fast","colomatslideEffect":"slideFade","colomatpauseInit":"","colomattouchstart":""}
</script>
<script data-minify="1" type='text/javascript' src='https://www.mymillennialguide.com/wp-content/cache/min/1/wp-content/plugins/jquery-collapse-o-matic/js/collapse.js?ver=1673282070' id='collapseomatic-js-js' defer></script>
<script type='text/javascript' id='wpil-frontend-script-js-extra'>
/* <![CDATA[ */
var wpilFrontend = {"ajaxUrl":"\/wp-admin\/admin-ajax.php","postId":"5619","postType":"post","openInternalInNewTab":"0","openExternalInNewTab":"0","disableClicks":"0","openLinksWithJS":"0","trackAllElementClicks":"0","clicksI18n":{"imageNoText":"Image in link: No Text","imageText":"Image Title: ","noText":"No Anchor Text Found"}};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.mymillennialguide.com/wp-content/plugins/link-whisper-premium/js/frontend.min.js?ver=1673232652' id='wpil-frontend-script-js' defer></script>
<script type='text/javascript' id='wpdiscuz-combo-js-js-extra'>
/* <![CDATA[ */
var wpdiscuzAjaxObj = {"wc_hide_replies_text":"Hide Replies","wc_show_replies_text":"View Replies","wc_msg_required_fields":"Please fill out required fields","wc_invalid_field":"Some of field value is invalid","wc_error_empty_text":"please fill out this field to comment","wc_error_url_text":"url is invalid","wc_error_email_text":"email address is invalid","wc_invalid_captcha":"Invalid Captcha Code","wc_login_to_vote":"You Must Be Logged In To Vote","wc_deny_voting_from_same_ip":"You are not allowed to vote for this comment","wc_self_vote":"You cannot vote for your comment","wc_vote_only_one_time":"You've already voted for this comment","wc_voting_error":"Voting Error","wc_comment_edit_not_possible":"Sorry, this comment is no longer possible to edit","wc_comment_not_updated":"Sorry, the comment was not updated","wc_comment_not_edited":"You've not made any changes","wc_msg_input_min_length":"Input is too short","wc_msg_input_max_length":"Input is too long","wc_spoiler_title":"Spoiler Title","wc_cannot_rate_again":"You cannot rate again","wc_not_allowed_to_rate":"You're not allowed to rate here","wc_follow_user":"Follow this user","wc_unfollow_user":"Unfollow this user","wc_follow_success":"You started following this comment author","wc_follow_canceled":"You stopped following this comment author.","wc_follow_email_confirm":"Please check your email and confirm the user following request.","wc_follow_email_confirm_fail":"Sorry, we couldn't send confirmation email.","wc_follow_login_to_follow":"Please login to follow users.","wc_follow_impossible":"We are sorry, but you can't follow this user.","wc_follow_not_added":"Following failed. Please try again later.","is_user_logged_in":"","commentListLoadType":"0","commentListUpdateType":"0","commentListUpdateTimer":"60","liveUpdateGuests":"0","wordpressThreadCommentsDepth":"2","wordpressIsPaginate":"","commentTextMaxLength":"0","replyTextMaxLength":"0","commentTextMinLength":"1","replyTextMinLength":"1","storeCommenterData":"100000","socialLoginAgreementCheckbox":"1","enableFbLogin":"0","fbUseOAuth2":"0","enableFbShare":"0","facebookAppID":"","facebookUseOAuth2":"0","enableGoogleLogin":"0","googleClientID":"","googleClientSecret":"","cookiehash":"51452155a901451c02c00cb49516e2db","isLoadOnlyParentComments":"0","scrollToComment":"1","commentFormView":"collapsed","enableDropAnimation":"1","isNativeAjaxEnabled":"1","enableBubble":"0","bubbleLiveUpdate":"0","bubbleHintTimeout":"45","bubbleHintHideTimeout":"10","cookieHideBubbleHint":"wpdiscuz_hide_bubble_hint","bubbleShowNewCommentMessage":"1","bubbleLocation":"content_left","firstLoadWithAjax":"0","wc_copied_to_clipboard":"Copied to clipboard!","inlineFeedbackAttractionType":"blink","loadRichEditor":"0","wpDiscuzReCaptchaSK":"","wpDiscuzReCaptchaTheme":"light","wpDiscuzReCaptchaVersion":"2.0","wc_captcha_show_for_guest":"0","wc_captcha_show_for_members":"0","wpDiscuzIsShowOnSubscribeForm":"0","wmuEnabled":"0","wmuInput":"wmu_files","wmuMaxFileCount":"1","wmuMaxFileSize":"2097152","wmuPostMaxSize":"134217728","wmuIsLightbox":"0","wmuMimeTypes":{"jpg":"image\/jpeg","jpeg":"image\/jpeg","jpe":"image\/jpeg","gif":"image\/gif","png":"image\/png","bmp":"image\/bmp","tiff":"image\/tiff","tif":"image\/tiff","ico":"image\/x-icon"},"wmuPhraseConfirmDelete":"Are you sure you want to delete this attachment?","wmuPhraseNotAllowedFile":"Not allowed file type","wmuPhraseMaxFileCount":"Maximum number of uploaded files is 1","wmuPhraseMaxFileSize":"Maximum upload file size is 2MB","wmuPhrasePostMaxSize":"Maximum post size is 128MB","wmuPhraseDoingUpload":"Uploading in progress! Please wait.","msgEmptyFile":"File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.","msgPostIdNotExists":"Post ID not exists","msgUploadingNotAllowed":"Sorry, uploading not allowed for this post","msgPermissionDenied":"You do not have sufficient permissions to perform this action","wmuKeyImages":"images","wmuSingleImageWidth":"auto","wmuSingleImageHeight":"200","version":"7.5.2","wc_post_id":"5619","isCookiesEnabled":"1","loadLastCommentId":"0","dataFilterCallbacks":[],"phraseFilters":[],"scrollSize":"32","is_email_field_required":"1","url":"https:\/\/www.mymillennialguide.com\/wp-admin\/admin-ajax.php","customAjaxUrl":"https:\/\/www.mymillennialguide.com\/wp-content\/plugins\/wpdiscuz\/utils\/ajax\/wpdiscuz-ajax.php","bubbleUpdateUrl":"https:\/\/www.mymillennialguide.com\/wp-json\/wpdiscuz\/v1\/update","restNonce":"80af3f1aca","validateNonceForGuests":""};
var wpdiscuzUCObj = {"msgConfirmDeleteComment":"Are you sure you want to delete this comment?","msgConfirmCancelSubscription":"Are you sure you want to cancel this subscription?","msgConfirmCancelFollow":"Are you sure you want to cancel this follow?","additionalTab":"0"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.mymillennialguide.com/wp-content/plugins/wpdiscuz/assets/js/wpdiscuz-combo-no_quill.min.js?ver=7.5.2' id='wpdiscuz-combo-js-js' defer></script>
<script type='text/javascript' id='lasso-ga-js-extra'>
/* <![CDATA[ */
var lassoGA = {"lasso_ga_tracking_id":["UA-72253616-1"],"lasso_ga_ip_anonymization":"","lasso_ga_send_pageview":"","lasso_version":"312","lssid":"9bf75788c6630b36b30cdd4b7850d918","lsid":"ls-7b52a61036cd74d89f93a9d46d6e9336","pid":"5619"};
/* ]]> */
</script>
<script data-minify="1" type='text/javascript' src='https://www.mymillennialguide.com/wp-content/cache/min/1/wp-content/plugins/affiliate-plugin-307/admin/assets/js/lasso-ga.js?ver=1673282070' id='lasso-ga-js' defer></script>
<script type='text/javascript' id='social_warfare_script-js-extra'>
/* <![CDATA[ */
var socialWarfare = {"addons":[],"post_id":"5619","variables":{"emphasizeIcons":false,"powered_by_toggle":false,"affiliate_link":"https:\/\/warfareplugins.com"},"floatBeforeContent":""};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.mymillennialguide.com/wp-content/plugins/social-warfare/assets/js/script.min.js?ver=4.3.0' id='social_warfare_script-js' defer></script>
<script type='text/javascript' id='rocket-browser-checker-js-after'>
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script type='text/javascript' id='rocket-preload-links-js-extra'>
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.mymillennialguide.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type='text/javascript' id='rocket-preload-links-js-after'>
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script type='text/javascript' src='https://www.mymillennialguide.com/wp-includes/js/underscore.min.js?ver=1.13.4' id='underscore-js' defer></script>
<script type='text/javascript' src='https://www.mymillennialguide.com/wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload.min.js?ver=87b3292f51aec51c00e6ce7db9b73ed1' id='tdb_js_posts_autoload-js' defer></script>
<script type='text/javascript' src='https://www.mymillennialguide.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js?ver=12.1.1' id='td-site-min-js'></script>
<script type='text/javascript' src='https://www.mymillennialguide.com/wp-includes/js/comment-reply.min.js?ver=f42971e41390e8894700971aaea8c9d4' id='comment-reply-js' defer></script>
<script type='text/javascript' src='https://www.mymillennialguide.com/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js?ver=87b3292f51aec51c00e6ce7db9b73ed1' id='tdb_js_files_for_front-js' defer></script>
<script type='text/javascript' src='https://www.mymillennialguide.com/wp-content/plugins/luckywp-table-of-contents/front/assets/main.min.js?ver=2.1.4' id='lwptoc-main-js' defer></script>
<script data-minify="1" defer type='text/javascript' src='https://www.mymillennialguide.com/wp-content/cache/min/1/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1673282070' id='akismet-frontend-js'></script>
<script type='text/javascript' id='bsfrt_frontend-js-extra'>
/* <![CDATA[ */
var myObj = {"option":""};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.mymillennialguide.com/wp-content/plugins/read-meter/assets/min-js/bsf-rt-frontend.min.js?ver=1.0.6' id='bsfrt_frontend-js' defer></script>
<div class="AW-Form-791435332"></div>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">(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 = "//forms.aweber.com/form/32/791435332.js";
    fjs.parentNode.insertBefore(js, fjs);
    }(document, "script", "aweber-wjs-okk68yqy9"));
</script>
<script data-minify="1" type="text/javascript" src="https://www.mymillennialguide.com/wp-content/cache/min/1/js/awt_analytics.js?ver=1673282070" defer></script><script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var swp_nonce = "a532e83a5d";function parentIsEvil() { var html = null; try { var doc = top.location.pathname; } catch(err){ }; if(typeof doc === "undefined") { return true } else { return false }; }; if (parentIsEvil()) { top.location = self.location.href; };var url = "https://www.mymillennialguide.com/how-to-start-a-podcast/";if(url.indexOf("stfi.re") != -1) { var canonical = ""; var links = document.getElementsByTagName("link"); for (var i = 0; i < links.length; i ++) { if (links[i].getAttribute("rel") === "canonical") { canonical = links[i].getAttribute("href")}}; canonical = canonical.replace("?sfr=1", "");top.location = canonical; console.log(canonical);};var swpFloatBeforeContent = false; var swp_ajax_url = "https://www.mymillennialguide.com/wp-admin/admin-ajax.php"; var swp_post_id = "5619";var swpClickTracking = false;</script>

<script type="rocketlazyloadscript">
    

        
            jQuery().ready(function () {

                var tdbSearchItem = new tdbSearch.item();

                //block unique ID
                tdbSearchItem.blockUid = 'tdi_30';
                tdbSearchItem.blockAtts = '{"inline":"yes","toggle_txt_pos":"after","form_align":"content-horiz-right","results_msg_align":"content-horiz-center","image_floated":"float_left","image_width":"30","image_size":"td_324x400","show_cat":"none","show_btn":"none","show_date":"","show_review":"none","show_com":"none","show_excerpt":"none","show_author":"none","meta_padding":"2px 0 0 15px","art_title":"0 0 5px","all_modules_space":"20","toggle_horiz_align":"content-horiz-right","tdc_css":"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjgiLCJkaXNwbGF5IjoiIn19","input_border_color":"#ebebeb","f_results_msg_font_family":"file_2","f_title_font_family":"file_2","f_cat_font_family":"file_2","f_meta_font_family":"file_2","f_ex_font_family":"file_2","f_btn_font_family":"file_4","icon_size":"21","icon_padding":"1.8","float_block":"yes","icon_color":"#253543","arrow_color":"#ebebeb","form_border_color":"#ebebeb","input_bg":"rgba(30,115,190,0.05)","form_shadow_shadow_color":"#e5e5e5","f_placeholder_font_family":"file_2","btn_bg":"rgba(0,121,209,0.51)","block_type":"tdb_header_search","post_type":"","disable_trigger":"","show_form":"","show_results":"yes","separator":"","disable_live_search":"","exclude_pages":"","exclude_posts":"","search_section_header":"","results_section_1_title":"","results_section_1_taxonomies":"","results_section_1_level":"","results_section_2_title":"","results_section_2_taxonomies":"","results_section_2_level":"","results_section_3_title":"","results_section_3_taxonomies":"","results_section_3_level":"","results_section_search_query_terms":"","results_section_search_query_terms_title":"","results_section_search_query_terms_taxonomies":"","sec_title_space":"","sec_title_color":"","tax_space":"","tax_title_color":"","tax_title_color_h":"","f_sec_title_font_header":"","f_sec_title_font_title":"Section title text","f_sec_title_font_settings":"","f_sec_title_font_family":"","f_sec_title_font_size":"","f_sec_title_font_line_height":"","f_sec_title_font_style":"","f_sec_title_font_weight":"","f_sec_title_font_transform":"","f_sec_title_font_spacing":"","f_sec_title_":"","f_tax_title_font_title":"Taxonomy title text","f_tax_title_font_settings":"","f_tax_title_font_family":"","f_tax_title_font_size":"","f_tax_title_font_line_height":"","f_tax_title_font_style":"","f_tax_title_font_weight":"","f_tax_title_font_transform":"","f_tax_title_font_spacing":"","f_tax_title_":"","tdicon":"","toggle_txt":"","toggle_txt_align":"0","toggle_txt_space":"","form_offset":"","form_offset_left":"","form_width":"","form_content_width":"","form_padding":"","form_border":"","form_align_screen":"","input_placeholder":"","placeholder_travel":"0","input_padding":"","input_border":"","input_radius":"","btn_text":"Search","btn_tdicon":"","btn_icon_pos":"","btn_icon_size":"","btn_icon_space":"","btn_icon_align":"0","btn_margin":"","btn_padding":"","btn_border":"","btn_radius":"","results_padding":"","results_border":"","results_msg_padding":"","results_msg_border":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","results_limit":"","modules_on_row":"100%","modules_gap":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_height":"","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_info_align":"","meta_info_horiz":"content-horiz-left","meta_width":"","meta_margin":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","art_btn":"","modules_category":"","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_space":"","review_size":"2.5","review_distance":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","btn_title":"","btn_border_width":"","form_general_bg":"","icon_color_h":"","toggle_txt_color":"","toggle_txt_color_h":"","f_toggle_txt_font_header":"","f_toggle_txt_font_title":"Text","f_toggle_txt_font_settings":"","f_toggle_txt_font_family":"","f_toggle_txt_font_size":"","f_toggle_txt_font_line_height":"","f_toggle_txt_font_style":"","f_toggle_txt_font_weight":"","f_toggle_txt_font_transform":"","f_toggle_txt_font_spacing":"","f_toggle_txt_":"","form_bg":"","form_shadow_shadow_header":"","form_shadow_shadow_title":"Shadow","form_shadow_shadow_size":"","form_shadow_shadow_offset_horizontal":"","form_shadow_shadow_offset_vertical":"","form_shadow_shadow_spread":"","input_color":"","placeholder_color":"","placeholder_opacity":"0","input_shadow_shadow_header":"","input_shadow_shadow_title":"Input shadow","input_shadow_shadow_size":"","input_shadow_shadow_offset_horizontal":"","input_shadow_shadow_offset_vertical":"","input_shadow_shadow_spread":"","input_shadow_shadow_color":"","btn_color":"","btn_color_h":"","btn_icon_color":"","btn_icon_color_h":"","btn_bg_h":"","btn_border_color":"","btn_border_color_h":"","btn_shadow_shadow_header":"","btn_shadow_shadow_title":"Button shadow","btn_shadow_shadow_size":"","btn_shadow_shadow_offset_horizontal":"","btn_shadow_shadow_offset_vertical":"","btn_shadow_shadow_spread":"","btn_shadow_shadow_color":"","f_input_font_header":"","f_input_font_title":"Input text","f_input_font_settings":"","f_input_font_family":"","f_input_font_size":"","f_input_font_line_height":"","f_input_font_style":"","f_input_font_weight":"","f_input_font_transform":"","f_input_font_spacing":"","f_input_":"","f_placeholder_font_title":"Placeholder text","f_placeholder_font_settings":"","f_placeholder_font_size":"","f_placeholder_font_line_height":"","f_placeholder_font_style":"","f_placeholder_font_weight":"","f_placeholder_font_transform":"","f_placeholder_font_spacing":"","f_placeholder_":"","f_btn_font_title":"Button text","f_btn_font_settings":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","results_bg":"","results_border_color":"","results_msg_color":"","results_msg_color_h":"","results_msg_bg":"","results_msg_border_color":"","f_results_msg_font_header":"","f_results_msg_font_title":"Text","f_results_msg_font_settings":"","f_results_msg_font_size":"","f_results_msg_font_line_height":"","f_results_msg_font_style":"","f_results_msg_font_weight":"","f_results_msg_font_transform":"","f_results_msg_font_spacing":"","f_results_msg_":"","m_bg":"","color_overlay":"","shadow_module_shadow_header":"","shadow_module_shadow_title":"Module Shadow","shadow_module_shadow_size":"","shadow_module_shadow_offset_horizontal":"","shadow_module_shadow_offset_vertical":"","shadow_module_shadow_spread":"","shadow_module_shadow_color":"","title_txt":"","title_txt_hover":"","all_underline_height":"","all_underline_color":"#000","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_meta_shadow_header":"","shadow_meta_shadow_title":"Meta info shadow","shadow_meta_shadow_size":"","shadow_meta_shadow_offset_horizontal":"","shadow_meta_shadow_offset_vertical":"","shadow_meta_shadow_spread":"","shadow_meta_shadow_color":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border_hover":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_size":"","f_title_font_line_height":"","f_title_font_style":"","f_title_font_weight":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","el_class":"","block_template_id":"","td_column_number":2,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","class":"tdi_30","tdc_css_class":"tdi_30","tdc_css_class_style":"tdi_30_rand_style"}';
                tdbSearchItem.jqueryObj = jQuery('.tdi_30');
                tdbSearchItem._openSearchFormClass = 'tdb-drop-down-search-open';
                tdbSearchItem._resultsLimit = '4';

                
	            
                
                tdbSearch.addItem( tdbSearchItem );

            });
        
        

            
                /* global jQuery:{} */
                jQuery().ready(function () {

                    var tdbMenuItem = new tdbMenu.item();
                    tdbMenuItem.blockUid = 'tdi_31';
                    tdbMenuItem.jqueryObj = jQuery('.tdi_31');

	                
	                
                    tdbMenuItem.isMegaMenuParentPos = true;

	                
	                
                    tdbMenu.addItem(tdbMenuItem);

                });
            
            

        
            jQuery().ready(function () {

                var tdbSearchItem = new tdbSearch.item();

                //block unique ID
                tdbSearchItem.blockUid = 'tdi_46';
                tdbSearchItem.blockAtts = '{"inline":"yes","toggle_txt_pos":"after","form_align":"content-horiz-right","results_msg_align":"content-horiz-center","image_floated":"float_left","image_width":"30","image_size":"td_324x400","show_cat":"none","show_btn":"none","show_date":"","show_review":"none","show_com":"none","show_excerpt":"none","show_author":"none","meta_padding":"2px 0 0 15px","art_title":"0 0 5px","all_modules_space":"20","toggle_horiz_align":"content-horiz-right","tdc_css":"eyJhbGwiOnsibWFyZ2luLXRvcCI6IjgiLCJkaXNwbGF5IjoiIn19","input_border_color":"#ebebeb","f_results_msg_font_family":"file_2","f_title_font_family":"file_2","f_cat_font_family":"file_2","f_meta_font_family":"file_2","f_ex_font_family":"file_2","f_btn_font_family":"file_4","icon_size":"21","icon_padding":"1.8","float_block":"yes","icon_color":"#253543","arrow_color":"#ebebeb","form_border_color":"#ebebeb","input_bg":"rgba(30,115,190,0.05)","form_shadow_shadow_color":"#e5e5e5","f_placeholder_font_family":"file_2","btn_bg":"rgba(0,121,209,0.51)","block_type":"tdb_header_search","post_type":"","disable_trigger":"","show_form":"","show_results":"yes","separator":"","disable_live_search":"","exclude_pages":"","exclude_posts":"","search_section_header":"","results_section_1_title":"","results_section_1_taxonomies":"","results_section_1_level":"","results_section_2_title":"","results_section_2_taxonomies":"","results_section_2_level":"","results_section_3_title":"","results_section_3_taxonomies":"","results_section_3_level":"","results_section_search_query_terms":"","results_section_search_query_terms_title":"","results_section_search_query_terms_taxonomies":"","sec_title_space":"","sec_title_color":"","tax_space":"","tax_title_color":"","tax_title_color_h":"","f_sec_title_font_header":"","f_sec_title_font_title":"Section title text","f_sec_title_font_settings":"","f_sec_title_font_family":"","f_sec_title_font_size":"","f_sec_title_font_line_height":"","f_sec_title_font_style":"","f_sec_title_font_weight":"","f_sec_title_font_transform":"","f_sec_title_font_spacing":"","f_sec_title_":"","f_tax_title_font_title":"Taxonomy title text","f_tax_title_font_settings":"","f_tax_title_font_family":"","f_tax_title_font_size":"","f_tax_title_font_line_height":"","f_tax_title_font_style":"","f_tax_title_font_weight":"","f_tax_title_font_transform":"","f_tax_title_font_spacing":"","f_tax_title_":"","tdicon":"","toggle_txt":"","toggle_txt_align":"0","toggle_txt_space":"","form_offset":"","form_offset_left":"","form_width":"","form_content_width":"","form_padding":"","form_border":"","form_align_screen":"","input_placeholder":"","placeholder_travel":"0","input_padding":"","input_border":"","input_radius":"","btn_text":"Search","btn_tdicon":"","btn_icon_pos":"","btn_icon_size":"","btn_icon_space":"","btn_icon_align":"0","btn_margin":"","btn_padding":"","btn_border":"","btn_radius":"","results_padding":"","results_border":"","results_msg_padding":"","results_msg_border":"","mc1_tl":"","mc1_title_tag":"","mc1_el":"","results_limit":"","modules_on_row":"100%","modules_gap":"","m_padding":"","modules_border_size":"","modules_border_style":"","modules_border_color":"#eaeaea","modules_divider":"","modules_divider_color":"#eaeaea","h_effect":"","image_alignment":"50","image_height":"","image_radius":"","hide_image":"","video_icon":"","show_vid_t":"block","vid_t_margin":"","vid_t_padding":"","vid_t_color":"","vid_t_bg_color":"","f_vid_time_font_header":"","f_vid_time_font_title":"Video duration text","f_vid_time_font_settings":"","f_vid_time_font_family":"","f_vid_time_font_size":"","f_vid_time_font_line_height":"","f_vid_time_font_style":"","f_vid_time_font_weight":"","f_vid_time_font_transform":"","f_vid_time_font_spacing":"","f_vid_time_":"","meta_info_align":"","meta_info_horiz":"content-horiz-left","meta_width":"","meta_margin":"","meta_info_border_size":"","meta_info_border_style":"","meta_info_border_color":"#eaeaea","art_btn":"","modules_category":"","modules_category_margin":"","modules_category_padding":"","modules_cat_border":"","modules_category_radius":"0","modules_extra_cat":"","author_photo":"","author_photo_size":"","author_photo_space":"","author_photo_radius":"","show_modified_date":"","time_ago":"","time_ago_add_txt":"ago","time_ago_txt_pos":"","review_space":"","review_size":"2.5","review_distance":"","art_excerpt":"","excerpt_col":"1","excerpt_gap":"","excerpt_middle":"","btn_title":"","btn_border_width":"","form_general_bg":"","icon_color_h":"","toggle_txt_color":"","toggle_txt_color_h":"","f_toggle_txt_font_header":"","f_toggle_txt_font_title":"Text","f_toggle_txt_font_settings":"","f_toggle_txt_font_family":"","f_toggle_txt_font_size":"","f_toggle_txt_font_line_height":"","f_toggle_txt_font_style":"","f_toggle_txt_font_weight":"","f_toggle_txt_font_transform":"","f_toggle_txt_font_spacing":"","f_toggle_txt_":"","form_bg":"","form_shadow_shadow_header":"","form_shadow_shadow_title":"Shadow","form_shadow_shadow_size":"","form_shadow_shadow_offset_horizontal":"","form_shadow_shadow_offset_vertical":"","form_shadow_shadow_spread":"","input_color":"","placeholder_color":"","placeholder_opacity":"0","input_shadow_shadow_header":"","input_shadow_shadow_title":"Input shadow","input_shadow_shadow_size":"","input_shadow_shadow_offset_horizontal":"","input_shadow_shadow_offset_vertical":"","input_shadow_shadow_spread":"","input_shadow_shadow_color":"","btn_color":"","btn_color_h":"","btn_icon_color":"","btn_icon_color_h":"","btn_bg_h":"","btn_border_color":"","btn_border_color_h":"","btn_shadow_shadow_header":"","btn_shadow_shadow_title":"Button shadow","btn_shadow_shadow_size":"","btn_shadow_shadow_offset_horizontal":"","btn_shadow_shadow_offset_vertical":"","btn_shadow_shadow_spread":"","btn_shadow_shadow_color":"","f_input_font_header":"","f_input_font_title":"Input text","f_input_font_settings":"","f_input_font_family":"","f_input_font_size":"","f_input_font_line_height":"","f_input_font_style":"","f_input_font_weight":"","f_input_font_transform":"","f_input_font_spacing":"","f_input_":"","f_placeholder_font_title":"Placeholder text","f_placeholder_font_settings":"","f_placeholder_font_size":"","f_placeholder_font_line_height":"","f_placeholder_font_style":"","f_placeholder_font_weight":"","f_placeholder_font_transform":"","f_placeholder_font_spacing":"","f_placeholder_":"","f_btn_font_title":"Button text","f_btn_font_settings":"","f_btn_font_size":"","f_btn_font_line_height":"","f_btn_font_style":"","f_btn_font_weight":"","f_btn_font_transform":"","f_btn_font_spacing":"","f_btn_":"","results_bg":"","results_border_color":"","results_msg_color":"","results_msg_color_h":"","results_msg_bg":"","results_msg_border_color":"","f_results_msg_font_header":"","f_results_msg_font_title":"Text","f_results_msg_font_settings":"","f_results_msg_font_size":"","f_results_msg_font_line_height":"","f_results_msg_font_style":"","f_results_msg_font_weight":"","f_results_msg_font_transform":"","f_results_msg_font_spacing":"","f_results_msg_":"","m_bg":"","color_overlay":"","shadow_module_shadow_header":"","shadow_module_shadow_title":"Module Shadow","shadow_module_shadow_size":"","shadow_module_shadow_offset_horizontal":"","shadow_module_shadow_offset_vertical":"","shadow_module_shadow_spread":"","shadow_module_shadow_color":"","title_txt":"","title_txt_hover":"","all_underline_height":"","all_underline_color":"#000","cat_bg":"","cat_bg_hover":"","cat_txt":"","cat_txt_hover":"","cat_border":"","cat_border_hover":"","meta_bg":"","author_txt":"","author_txt_hover":"","date_txt":"","ex_txt":"","com_bg":"","com_txt":"","rev_txt":"","shadow_meta_shadow_header":"","shadow_meta_shadow_title":"Meta info shadow","shadow_meta_shadow_size":"","shadow_meta_shadow_offset_horizontal":"","shadow_meta_shadow_offset_vertical":"","shadow_meta_shadow_spread":"","shadow_meta_shadow_color":"","btn_bg_hover":"","btn_txt":"","btn_txt_hover":"","btn_border_hover":"","f_title_font_header":"","f_title_font_title":"Article title","f_title_font_settings":"","f_title_font_size":"","f_title_font_line_height":"","f_title_font_style":"","f_title_font_weight":"","f_title_font_transform":"","f_title_font_spacing":"","f_title_":"","f_cat_font_title":"Article category tag","f_cat_font_settings":"","f_cat_font_size":"","f_cat_font_line_height":"","f_cat_font_style":"","f_cat_font_weight":"","f_cat_font_transform":"","f_cat_font_spacing":"","f_cat_":"","f_meta_font_title":"Article meta info","f_meta_font_settings":"","f_meta_font_size":"","f_meta_font_line_height":"","f_meta_font_style":"","f_meta_font_weight":"","f_meta_font_transform":"","f_meta_font_spacing":"","f_meta_":"","f_ex_font_title":"Article excerpt","f_ex_font_settings":"","f_ex_font_size":"","f_ex_font_line_height":"","f_ex_font_style":"","f_ex_font_weight":"","f_ex_font_transform":"","f_ex_font_spacing":"","f_ex_":"","el_class":"","block_template_id":"","td_column_number":2,"header_color":"","ajax_pagination_infinite_stop":"","offset":"","limit":"5","td_ajax_preloading":"","td_ajax_filter_type":"","td_filter_default_txt":"","td_ajax_filter_ids":"","color_preset":"","ajax_pagination":"","ajax_pagination_next_prev_swipe":"","border_top":"","css":"","class":"tdi_46","tdc_css_class":"tdi_46","tdc_css_class_style":"tdi_46_rand_style"}';
                tdbSearchItem.jqueryObj = jQuery('.tdi_46');
                tdbSearchItem._openSearchFormClass = 'tdb-drop-down-search-open';
                tdbSearchItem._resultsLimit = '4';

                
	            
                
                tdbSearch.addItem( tdbSearchItem );

            });
        
        

            
                /* global jQuery:{} */
                jQuery().ready(function () {

                    var tdbMenuItem = new tdbMenu.item();
                    tdbMenuItem.blockUid = 'tdi_47';
                    tdbMenuItem.jqueryObj = jQuery('.tdi_47');

	                
	                
                    tdbMenuItem.isMegaMenuParentPos = true;

	                
	                
                    tdbMenu.addItem(tdbMenuItem);

                });
            
            

                jQuery().ready(function jQuery_ready() {
                    tdAjaxCount.tdGetViewsCountsAjax("post","[5619]");
                });
            
</script>
<script src='https://stats.wp.com/e-202302.js' defer></script>
<script>
		_stq = window._stq || [];
		_stq.push([ 'view', {v:'ext',blog:'105101199',post:'5619',tz:'-5',srv:'www.mymillennialguide.com',j:'1:11.6'} ]);
		_stq.push([ 'clickTrackerInit', '105101199', '5619' ]);
	</script><script>
function b2a(a){var b,c=0,l=0,f="",g=[];if(!a)return a;do{var e=a.charCodeAt(c++);var h=a.charCodeAt(c++);var k=a.charCodeAt(c++);var d=e<<16|h<<8|k;e=63&d>>18;h=63&d>>12;k=63&d>>6;d&=63;g[l++]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(e)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(h)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(k)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(d)}while(c<
a.length);return f=g.join(""),b=a.length%3,(b?f.slice(0,b-3):f)+"===".slice(b||3)}function a2b(a){var b,c,l,f={},g=0,e=0,h="",k=String.fromCharCode,d=a.length;for(b=0;64>b;b++)f["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(b)]=b;for(c=0;d>c;c++)for(b=f[a.charAt(c)],g=(g<<6)+b,e+=6;8<=e;)((l=255&g>>>(e-=8))||d-2>c)&&(h+=k(l));return h}b64e=function(a){return btoa(encodeURIComponent(a).replace(/%([0-9A-F]{2})/g,function(b,a){return String.fromCharCode("0x"+a)}))};
b64d=function(a){return decodeURIComponent(atob(a).split("").map(function(a){return"%"+("00"+a.charCodeAt(0).toString(16)).slice(-2)}).join(""))};
/* <![CDATA[ */
ai_front = {"insertion_before":"BEFORE","insertion_after":"AFTER","insertion_prepend":"PREPEND CONTENT","insertion_append":"APPEND CONTENT","insertion_replace_content":"REPLACE CONTENT","insertion_replace_element":"REPLACE ELEMENT","visible":"VISIBLE","hidden":"HIDDEN","fallback":"FALLBACK","automatically_placed":"Automatically placed by AdSense Auto ads code","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"};
/* ]]> */
function ai_run_scripts(){var ai_block_class_def="code-block";
if("undefined"!==typeof ai_block_class_def){var ai_set_cookie=function(a,c,d){var b=ai_load_cookie();if(""===d){if(b.hasOwnProperty(a)){delete b[a][c];a:{c=b[a];for(f in c)if(c.hasOwnProperty(f)){var f=!1;break a}f=!0}f&&delete b[a]}}else b.hasOwnProperty(a)||(b[a]={}),b[a][c]=d;0===Object.keys(b).length&&b.constructor===Object?AiCookies.remove("aiBLOCKS"):AiCookies.set("aiBLOCKS",b,{expires:365,path:"/"});return b},ai_get_cookie=function(a,c){var d="",b=ai_load_cookie();b.hasOwnProperty(a)&&b[a].hasOwnProperty(c)&&
(d=b[a][c]);return d},ai_load_cookie=function(){var a=AiCookies.getJSON("aiBLOCKS");null==a&&(a={});return a};(function(a){if("function"===typeof define&&define.amd){define(a);var c=!0}"object"===typeof exports&&(module.exports=a(),c=!0);if(!c){var d=window.Cookies,b=window.Cookies=a();b.noConflict=function(){window.Cookies=d;return b}}})(function(){function a(){for(var d=0,b={};d<arguments.length;d++){var f=arguments[d],e;for(e in f)b[e]=f[e]}return b}function c(d){function b(){}function f(h,k,g){if("undefined"!==
typeof document){g=a({path:"/",sameSite:"Lax"},b.defaults,g);"number"===typeof g.expires&&(g.expires=new Date(1*new Date+864E5*g.expires));g.expires=g.expires?g.expires.toUTCString():"";try{var l=JSON.stringify(k);/^[\{\[]/.test(l)&&(k=l)}catch(p){}k=d.write?d.write(k,h):encodeURIComponent(String(k)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent);h=encodeURIComponent(String(h)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);
l="";for(var n in g)g[n]&&(l+="; "+n,!0!==g[n]&&(l+="="+g[n].split(";")[0]));return document.cookie=h+"="+k+l}}function e(h,k){if("undefined"!==typeof document){for(var g={},l=document.cookie?document.cookie.split("; "):[],n=0;n<l.length;n++){var p=l[n].split("="),m=p.slice(1).join("=");k||'"'!==m.charAt(0)||(m=m.slice(1,-1));try{var q=p[0].replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent);m=(d.read||d)(m,q)||m.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent);if(k)try{m=JSON.parse(m)}catch(r){}g[q]=m;
if(h===q)break}catch(r){}}return h?g[h]:g}}b.set=f;b.get=function(h){return e(h,!1)};b.getJSON=function(h){return e(h,!0)};b.remove=function(h,k){f(h,"",a(k,{expires:-1}))};b.defaults={};b.withConverter=c;return b}return c(function(){})});AiCookies=Cookies.noConflict();ai_check_block=function(a){if(null==a)return!0;var c=AiCookies.getJSON("aiBLOCKS");ai_debug_cookie_status="";null==c&&(c={});"undefined"!==typeof ai_delay_showing_pageviews&&(c.hasOwnProperty(a)||(c[a]={}),c[a].hasOwnProperty("d")||
(c[a].d=ai_delay_showing_pageviews));if(c.hasOwnProperty(a)){for(var d in c[a]){if("x"==d){var b="",f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);var e=new Date;e=c[a][d]-Math.round(e.getTime()/1E3);if(0<e&&f==b)return ai_debug_cookie_status=a="closed for "+e+" s = "+Math.round(1E4*e/3600/24)/1E4+" days",!1;ai_set_cookie(a,"x","");c[a].hasOwnProperty("i")||c[a].hasOwnProperty("c")||ai_set_cookie(a,
"h","")}else if("d"==d){if(0!=c[a][d])return ai_debug_cookie_status=a="delayed for "+c[a][d]+" pageviews",!1}else if("i"==d){b="";f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);if(0==c[a][d]&&f==b)return ai_debug_cookie_status=a="max impressions reached",!1;if(0>c[a][d]&&f==b){e=new Date;e=-c[a][d]-Math.round(e.getTime()/1E3);if(0<e)return ai_debug_cookie_status=a="max imp. reached ("+Math.round(1E4*
e/24/3600)/1E4+" days = "+e+" s)",!1;ai_set_cookie(a,"i","");c[a].hasOwnProperty("c")||c[a].hasOwnProperty("x")||ai_set_cookie(a,"h","")}}if("ipt"==d&&0==c[a][d]&&(e=new Date,b=Math.round(e.getTime()/1E3),e=c[a].it-b,0<e))return ai_debug_cookie_status=a="max imp. per time reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;if("c"==d){b="";f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);if(0==
c[a][d]&&f==b)return ai_debug_cookie_status=a="max clicks reached",!1;if(0>c[a][d]&&f==b){e=new Date;e=-c[a][d]-Math.round(e.getTime()/1E3);if(0<e)return ai_debug_cookie_status=a="max clicks reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;ai_set_cookie(a,"c","");c[a].hasOwnProperty("i")||c[a].hasOwnProperty("x")||ai_set_cookie(a,"h","")}}if("cpt"==d&&0==c[a][d]&&(e=new Date,b=Math.round(e.getTime()/1E3),e=c[a].ct-b,0<e))return ai_debug_cookie_status=a="max clicks per time reached ("+
Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1}if(c.hasOwnProperty("G")&&c.G.hasOwnProperty("cpt")&&0==c.G.cpt&&(e=new Date,b=Math.round(e.getTime()/1E3),e=c.G.ct-b,0<e))return ai_debug_cookie_status=a="max global clicks per time reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1}ai_debug_cookie_status="OK";return!0};ai_check_and_insert_block=function(a,c){if(null==a)return!0;var d=document.getElementsByClassName(c);if(d.length){d=d[0];var b=d.closest("."+ai_block_class_def),f=ai_check_block(a);
!f&&0!=parseInt(d.getAttribute("limits-fallback"))&&d.hasAttribute("data-fallback-code")&&(d.setAttribute("data-code",d.getAttribute("data-fallback-code")),null!=b&&b.hasAttribute("data-ai")&&d.hasAttribute("fallback-tracking")&&d.hasAttribute("fallback_level")&&b.setAttribute("data-ai-"+d.getAttribute("fallback_level"),d.getAttribute("fallback-tracking")),f=!0);d.removeAttribute("data-selector");if(f)ai_insert_code(d),b&&(f=b.querySelectorAll(".ai-debug-block"),f.length&&(b.classList.remove("ai-list-block"),
b.classList.remove("ai-list-block-ip"),b.classList.remove("ai-list-block-filter"),b.style.visibility="",b.classList.contains("ai-remove-position")&&(b.style.position="")));else{f=d.closest("div[data-ai]");if(null!=f&&"undefined"!=typeof f.getAttribute("data-ai")){var e=JSON.parse(b64d(f.getAttribute("data-ai")));"undefined"!==typeof e&&e.constructor===Array&&(e[1]="",f.setAttribute("data-ai",b64e(JSON.stringify(e))))}b&&(f=b.querySelectorAll(".ai-debug-block"),f.length&&(b.classList.remove("ai-list-block"),
b.classList.remove("ai-list-block-ip"),b.classList.remove("ai-list-block-filter"),b.style.visibility="",b.classList.contains("ai-remove-position")&&(b.style.position="")))}d.classList.remove(c)}d=document.querySelectorAll("."+c+"-dbg");b=0;for(f=d.length;b<f;b++)e=d[b],e.querySelector(".ai-status").textContent=ai_debug_cookie_status,e.querySelector(".ai-cookie-data").textContent=ai_get_cookie_text(a),e.classList.remove(c+"-dbg")};ai_get_cookie_text=function(a){var c=AiCookies.getJSON("aiBLOCKS");
null==c&&(c={});var d="";c.hasOwnProperty("G")&&(d="G["+JSON.stringify(c.G).replace(/"/g,"").replace("{","").replace("}","")+"] ");var b="";c.hasOwnProperty(a)&&(b=JSON.stringify(c[a]).replace(/"/g,"").replace("{","").replace("}",""));return d+b}};
var ai_block_class_def="code-block";
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.arrayIteratorImpl=function(a){var f=0;return function(){return f<a.length?{done:!1,value:a[f++]}:{done:!0}}};$jscomp.arrayIterator=function(a){return{next:$jscomp.arrayIteratorImpl(a)}};$jscomp.makeIterator=function(a){var f="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];return f?f.call(a):$jscomp.arrayIterator(a)};
ai_insert=function(a,f,n){for(var k=-1!=f.indexOf(":eq")?jQuery(f):document.querySelectorAll(f),u=0,y=k.length;u<y;u++){var c=k[u];selector_string=c.hasAttribute("id")?"#"+c.getAttribute("id"):c.hasAttribute("class")?"."+c.getAttribute("class").replace(RegExp(" ","g"),"."):"";var v=document.createElement("div");v.innerHTML=n;var p=v.getElementsByClassName("ai-selector-counter")[0];null!=p&&(p.innerText=u+1);p=v.getElementsByClassName("ai-debug-name ai-main")[0];if(null!=p){var m="";"undefined"!=typeof ai_front&&
("before"==a?m=ai_front.insertion_before:"after"==a?m=ai_front.insertion_after:"prepend"==a?m=ai_front.insertion_prepend:"append"==a?m=ai_front.insertion_append:"replace-content"==a?m=ai_front.insertion_replace_content:"replace-element"==a&&(m=ai_front.insertion_replace_element));-1==selector_string.indexOf(".ai-viewports")&&(p.innerText=m+" "+f+" ("+c.tagName.toLowerCase()+selector_string+")")}p=document.createRange();m=!0;try{var w=p.createContextualFragment(v.innerHTML)}catch(t){m=!1}"before"==
a?m?c.parentNode.insertBefore(w,c):jQuery(v.innerHTML).insertBefore(jQuery(c)):"after"==a?m?c.parentNode.insertBefore(w,c.nextSibling):jQuery(v.innerHTML).insertBefore(jQuery(c.nextSibling)):"prepend"==a?m?c.insertBefore(w,c.firstChild):jQuery(v.innerHTML).insertBefore(jQuery(c.firstChild)):"append"==a?m?c.insertBefore(w,null):jQuery(v.innerHTML).appendTo(jQuery(c)):"replace-content"==a?(c.innerHTML="",m?c.insertBefore(w,null):jQuery(v.innerHTML).appendTo(jQuery(c))):"replace-element"==a&&(m?c.parentNode.insertBefore(w,
c):jQuery(v.innerHTML).insertBefore(jQuery(c)),c.parentNode.removeChild(c))}};
ai_insert_code=function(a){function f(p,m){return null==p?!1:p.classList?p.classList.contains(m):-1<(" "+p.className+" ").indexOf(" "+m+" ")}function n(p,m){null!=p&&(p.classList?p.classList.add(m):p.className+=" "+m)}function k(p,m){null!=p&&(p.classList?p.classList.remove(m):p.className=p.className.replace(new RegExp("(^|\\b)"+m.split(" ").join("|")+"(\\b|$)","gi")," "))}if("undefined"!=typeof a){var u=!1;if(f(a,"no-visibility-check")||a.offsetWidth||a.offsetHeight||a.getClientRects().length){u=
a.getAttribute("data-code");var y=a.getAttribute("data-insertion-position"),c=a.getAttribute("data-selector");if(null!=u)if(null!=y&&null!=c){if(-1!=c.indexOf(":eq")?jQuery(c).length:document.querySelectorAll(c).length)ai_insert(y,c,b64d(u)),k(a,"ai-viewports")}else{y=document.createRange();c=!0;try{var v=y.createContextualFragment(b64d(u))}catch(p){c=!1}c?a.parentNode.insertBefore(v,a.nextSibling):jQuery(b64d(u)).insertBefore(jQuery(a.nextSibling));k(a,"ai-viewports")}u=!0}else v=a.previousElementSibling,
f(v,"ai-debug-bar")&&f(v,"ai-debug-script")&&(k(v,"ai-debug-script"),n(v,"ai-debug-viewport-invisible")),k(a,"ai-viewports");return u}};
ai_insert_list_code=function(a){var f=document.getElementsByClassName(a)[0];if("undefined"!=typeof f){var n=ai_insert_code(f),k=f.closest("div."+ai_block_class_def);if(k){n||k.removeAttribute("data-ai");var u=k.querySelectorAll(".ai-debug-block");k&&u.length&&(k.classList.remove("ai-list-block"),k.classList.remove("ai-list-block-ip"),k.classList.remove("ai-list-block-filter"),k.style.visibility="",k.classList.contains("ai-remove-position")&&(k.style.position=""))}f.classList.remove(a);n&&ai_process_elements()}};
ai_insert_viewport_code=function(a){var f=document.getElementsByClassName(a)[0];if("undefined"!=typeof f){var n=ai_insert_code(f);f.classList.remove(a);n&&(a=f.closest("div."+ai_block_class_def),null!=a&&(n=f.getAttribute("style"),null!=n&&a.setAttribute("style",a.getAttribute("style")+" "+n)));setTimeout(function(){f.removeAttribute("style")},2);ai_process_elements()}};
ai_insert_adsense_fallback_codes=function(a){a.style.display="none";var f=a.closest(".ai-fallback-adsense"),n=f.nextElementSibling;n.getAttribute("data-code")?ai_insert_code(n)&&ai_process_elements():n.style.display="block";f.classList.contains("ai-empty-code")&&(a=a.closest("."+ai_block_class_def).getElementsByClassName("code-block-label"),0!=a.length&&(a[0].style.display="none"))};
ai_insert_code_by_class=function(a){var f=document.getElementsByClassName(a)[0];"undefined"!=typeof f&&(ai_insert_code(f),f.classList.remove(a))};ai_insert_client_code=function(a,f){var n=document.getElementsByClassName(a)[0];if("undefined"!=typeof n){var k=n.getAttribute("data-code");null!=k&&ai_check_block()&&ai_check_and_insert_block()&&(n.setAttribute("data-code",k.substring(Math.floor(f/19))),ai_insert_code_by_class(a),n.remove())}};ai_process_elements_active=!1;
function ai_process_elements(){ai_process_elements_active||setTimeout(function(){ai_process_elements_active=!1;"function"==typeof ai_process_rotations&&ai_process_rotations();"function"==typeof ai_process_lists&&ai_process_lists(jQuery(".ai-list-data"));"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses(jQuery(".ai-ip-data"));"function"==typeof ai_process_filter_hooks&&ai_process_filter_hooks(jQuery(".ai-filter-check"));"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks();
"function"==typeof ai_process_impressions&&1==ai_tracking_finished&&ai_process_impressions();"function"==typeof ai_install_click_trackers&&1==ai_tracking_finished&&ai_install_click_trackers();"function"==typeof ai_install_close_buttons&&ai_install_close_buttons(document)},5);ai_process_elements_active=!0}
var targetNode=document.querySelector("body"),config={attributes:!0,childList:!1,subtree:!0},ai_adsense_callback=function(a,f){for(var n=$jscomp.makeIterator(a),k=n.next();!k.done;k=n.next())k=k.value,"attributes"===k.type&&"data-ad-status"==k.attributeName&&"unfilled"==k.target.dataset.adStatus&&k.target.closest(".ai-fallback-adsense")&&ai_insert_adsense_fallback_codes(k.target)},observer=new MutationObserver(ai_adsense_callback);observer.observe(targetNode,config);
var Arrive=function(a,f,n){function k(t,d,e){c.addMethod(d,e,t.unbindEvent);c.addMethod(d,e,t.unbindEventWithSelectorOrCallback);c.addMethod(d,e,t.unbindEventWithSelectorAndCallback)}function u(t){t.arrive=m.bindEvent;k(m,t,"unbindArrive");t.leave=w.bindEvent;k(w,t,"unbindLeave")}if(a.MutationObserver&&"undefined"!==typeof HTMLElement){var y=0,c=function(){var t=HTMLElement.prototype.matches||HTMLElement.prototype.webkitMatchesSelector||HTMLElement.prototype.mozMatchesSelector||HTMLElement.prototype.msMatchesSelector;
return{matchesSelector:function(d,e){return d instanceof HTMLElement&&t.call(d,e)},addMethod:function(d,e,g){var b=d[e];d[e]=function(){if(g.length==arguments.length)return g.apply(this,arguments);if("function"==typeof b)return b.apply(this,arguments)}},callCallbacks:function(d,e){e&&e.options.onceOnly&&1==e.firedElems.length&&(d=[d[0]]);for(var g=0,b;b=d[g];g++)b&&b.callback&&b.callback.call(b.elem,b.elem);e&&e.options.onceOnly&&1==e.firedElems.length&&e.me.unbindEventWithSelectorAndCallback.call(e.target,
e.selector,e.callback)},checkChildNodesRecursively:function(d,e,g,b){for(var h=0,l;l=d[h];h++)g(l,e,b)&&b.push({callback:e.callback,elem:l}),0<l.childNodes.length&&c.checkChildNodesRecursively(l.childNodes,e,g,b)},mergeArrays:function(d,e){var g={},b;for(b in d)d.hasOwnProperty(b)&&(g[b]=d[b]);for(b in e)e.hasOwnProperty(b)&&(g[b]=e[b]);return g},toElementsArray:function(d){"undefined"===typeof d||"number"===typeof d.length&&d!==a||(d=[d]);return d}}}(),v=function(){var t=function(){this._eventsBucket=
[];this._beforeRemoving=this._beforeAdding=null};t.prototype.addEvent=function(d,e,g,b){d={target:d,selector:e,options:g,callback:b,firedElems:[]};this._beforeAdding&&this._beforeAdding(d);this._eventsBucket.push(d);return d};t.prototype.removeEvent=function(d){for(var e=this._eventsBucket.length-1,g;g=this._eventsBucket[e];e--)d(g)&&(this._beforeRemoving&&this._beforeRemoving(g),(g=this._eventsBucket.splice(e,1))&&g.length&&(g[0].callback=null))};t.prototype.beforeAdding=function(d){this._beforeAdding=
d};t.prototype.beforeRemoving=function(d){this._beforeRemoving=d};return t}(),p=function(t,d){var e=new v,g=this,b={fireOnAttributesModification:!1};e.beforeAdding(function(h){var l=h.target;if(l===a.document||l===a)l=document.getElementsByTagName("html")[0];var q=new MutationObserver(function(x){d.call(this,x,h)});var r=t(h.options);q.observe(l,r);h.observer=q;h.me=g});e.beforeRemoving(function(h){h.observer.disconnect()});this.bindEvent=function(h,l,q){l=c.mergeArrays(b,l);for(var r=c.toElementsArray(this),
x=0;x<r.length;x++)e.addEvent(r[x],h,l,q)};this.unbindEvent=function(){var h=c.toElementsArray(this);e.removeEvent(function(l){for(var q=0;q<h.length;q++)if(this===n||l.target===h[q])return!0;return!1})};this.unbindEventWithSelectorOrCallback=function(h){var l=c.toElementsArray(this);e.removeEvent("function"===typeof h?function(q){for(var r=0;r<l.length;r++)if((this===n||q.target===l[r])&&q.callback===h)return!0;return!1}:function(q){for(var r=0;r<l.length;r++)if((this===n||q.target===l[r])&&q.selector===
h)return!0;return!1})};this.unbindEventWithSelectorAndCallback=function(h,l){var q=c.toElementsArray(this);e.removeEvent(function(r){for(var x=0;x<q.length;x++)if((this===n||r.target===q[x])&&r.selector===h&&r.callback===l)return!0;return!1})};return this},m=new function(){function t(g,b,h){return c.matchesSelector(g,b.selector)&&(g._id===n&&(g._id=y++),-1==b.firedElems.indexOf(g._id))?(b.firedElems.push(g._id),!0):!1}var d={fireOnAttributesModification:!1,onceOnly:!1,existing:!1};m=new p(function(g){var b=
{attributes:!1,childList:!0,subtree:!0};g.fireOnAttributesModification&&(b.attributes=!0);return b},function(g,b){g.forEach(function(h){var l=h.addedNodes,q=h.target,r=[];null!==l&&0<l.length?c.checkChildNodesRecursively(l,b,t,r):"attributes"===h.type&&t(q,b,r)&&r.push({callback:b.callback,elem:q});c.callCallbacks(r,b)})});var e=m.bindEvent;m.bindEvent=function(g,b,h){"undefined"===typeof h?(h=b,b=d):b=c.mergeArrays(d,b);var l=c.toElementsArray(this);if(b.existing){for(var q=[],r=0;r<l.length;r++)for(var x=
l[r].querySelectorAll(g),z=0;z<x.length;z++)q.push({callback:h,elem:x[z]});if(b.onceOnly&&q.length)return h.call(q[0].elem,q[0].elem);setTimeout(c.callCallbacks,1,q)}e.call(this,g,b,h)};return m},w=new function(){function t(g,b){return c.matchesSelector(g,b.selector)}var d={};w=new p(function(){return{childList:!0,subtree:!0}},function(g,b){g.forEach(function(h){h=h.removedNodes;var l=[];null!==h&&0<h.length&&c.checkChildNodesRecursively(h,b,t,l);c.callCallbacks(l,b)})});var e=w.bindEvent;w.bindEvent=
function(g,b,h){"undefined"===typeof h?(h=b,b=d):b=c.mergeArrays(d,b);e.call(this,g,b,h)};return w};f&&u(f.fn);u(HTMLElement.prototype);u(NodeList.prototype);u(HTMLCollection.prototype);u(HTMLDocument.prototype);u(Window.prototype);f={};k(m,f,"unbindAllArrive");k(w,f,"unbindAllLeave");return f}}(window,"undefined"===typeof jQuery?null:jQuery,void 0);
;!function(a,b){a(function(){"use strict";function a(a,b){return null!=a&&null!=b&&a.toLowerCase()===b.toLowerCase()}function c(a,b){var c,d,e=a.length;if(!e||!b)return!1;for(c=b.toLowerCase(),d=0;d<e;++d)if(c===a[d].toLowerCase())return!0;return!1}function d(a){for(var b in a)i.call(a,b)&&(a[b]=new RegExp(a[b],"i"))}function e(a){return(a||"").substr(0,500)}function f(a,b){this.ua=e(a),this._cache={},this.maxPhoneWidth=b||600}var g={};g.mobileDetectRules={phones:{iPhone:"\\biPhone\\b|\\biPod\\b",BlackBerry:"BlackBerry|\\bBB10\\b|rim[0-9]+|\\b(BBA100|BBB100|BBD100|BBE100|BBF100|STH100)\\b-[0-9]+",Pixel:"; \\bPixel\\b",HTC:"HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Legend|Desire|T8282)|APX515CKT|Qtek9090|APA9292KT|HD_mini|Sensation.*Z710e|PG86100|Z715e|Desire.*(A8181|HD)|ADR6200|ADR6400L|ADR6425|001HT|Inspire 4G|Android.*\\bEVO\\b|T-Mobile G1|Z520m|Android [0-9.]+; Pixel",Nexus:"Nexus One|Nexus S|Galaxy.*Nexus|Android.*Nexus.*Mobile|Nexus 4|Nexus 5|Nexus 5X|Nexus 6",Dell:"Dell[;]? (Streak|Aero|Venue|Venue Pro|Flash|Smoke|Mini 3iX)|XCD28|XCD35|\\b001DL\\b|\\b101DL\\b|\\bGS01\\b",Motorola:"Motorola|DROIDX|DROID BIONIC|\\bDroid\\b.*Build|Android.*Xoom|HRI39|MOT-|A1260|A1680|A555|A853|A855|A953|A955|A956|Motorola.*ELECTRIFY|Motorola.*i1|i867|i940|MB200|MB300|MB501|MB502|MB508|MB511|MB520|MB525|MB526|MB611|MB612|MB632|MB810|MB855|MB860|MB861|MB865|MB870|ME501|ME502|ME511|ME525|ME600|ME632|ME722|ME811|ME860|ME863|ME865|MT620|MT710|MT716|MT720|MT810|MT870|MT917|Motorola.*TITANIUM|WX435|WX445|XT300|XT301|XT311|XT316|XT317|XT319|XT320|XT390|XT502|XT530|XT531|XT532|XT535|XT603|XT610|XT611|XT615|XT681|XT701|XT702|XT711|XT720|XT800|XT806|XT860|XT862|XT875|XT882|XT883|XT894|XT901|XT907|XT909|XT910|XT912|XT928|XT926|XT915|XT919|XT925|XT1021|\\bMoto E\\b|XT1068|XT1092|XT1052",Samsung:"\\bSamsung\\b|SM-G950F|SM-G955F|SM-G9250|GT-19300|SGH-I337|BGT-S5230|GT-B2100|GT-B2700|GT-B2710|GT-B3210|GT-B3310|GT-B3410|GT-B3730|GT-B3740|GT-B5510|GT-B5512|GT-B5722|GT-B6520|GT-B7300|GT-B7320|GT-B7330|GT-B7350|GT-B7510|GT-B7722|GT-B7800|GT-C3010|GT-C3011|GT-C3060|GT-C3200|GT-C3212|GT-C3212I|GT-C3262|GT-C3222|GT-C3300|GT-C3300K|GT-C3303|GT-C3303K|GT-C3310|GT-C3322|GT-C3330|GT-C3350|GT-C3500|GT-C3510|GT-C3530|GT-C3630|GT-C3780|GT-C5010|GT-C5212|GT-C6620|GT-C6625|GT-C6712|GT-E1050|GT-E1070|GT-E1075|GT-E1080|GT-E1081|GT-E1085|GT-E1087|GT-E1100|GT-E1107|GT-E1110|GT-E1120|GT-E1125|GT-E1130|GT-E1160|GT-E1170|GT-E1175|GT-E1180|GT-E1182|GT-E1200|GT-E1210|GT-E1225|GT-E1230|GT-E1390|GT-E2100|GT-E2120|GT-E2121|GT-E2152|GT-E2220|GT-E2222|GT-E2230|GT-E2232|GT-E2250|GT-E2370|GT-E2550|GT-E2652|GT-E3210|GT-E3213|GT-I5500|GT-I5503|GT-I5700|GT-I5800|GT-I5801|GT-I6410|GT-I6420|GT-I7110|GT-I7410|GT-I7500|GT-I8000|GT-I8150|GT-I8160|GT-I8190|GT-I8320|GT-I8330|GT-I8350|GT-I8530|GT-I8700|GT-I8703|GT-I8910|GT-I9000|GT-I9001|GT-I9003|GT-I9010|GT-I9020|GT-I9023|GT-I9070|GT-I9082|GT-I9100|GT-I9103|GT-I9220|GT-I9250|GT-I9300|GT-I9305|GT-I9500|GT-I9505|GT-M3510|GT-M5650|GT-M7500|GT-M7600|GT-M7603|GT-M8800|GT-M8910|GT-N7000|GT-S3110|GT-S3310|GT-S3350|GT-S3353|GT-S3370|GT-S3650|GT-S3653|GT-S3770|GT-S3850|GT-S5210|GT-S5220|GT-S5229|GT-S5230|GT-S5233|GT-S5250|GT-S5253|GT-S5260|GT-S5263|GT-S5270|GT-S5300|GT-S5330|GT-S5350|GT-S5360|GT-S5363|GT-S5369|GT-S5380|GT-S5380D|GT-S5560|GT-S5570|GT-S5600|GT-S5603|GT-S5610|GT-S5620|GT-S5660|GT-S5670|GT-S5690|GT-S5750|GT-S5780|GT-S5830|GT-S5839|GT-S6102|GT-S6500|GT-S7070|GT-S7200|GT-S7220|GT-S7230|GT-S7233|GT-S7250|GT-S7500|GT-S7530|GT-S7550|GT-S7562|GT-S7710|GT-S8000|GT-S8003|GT-S8500|GT-S8530|GT-S8600|SCH-A310|SCH-A530|SCH-A570|SCH-A610|SCH-A630|SCH-A650|SCH-A790|SCH-A795|SCH-A850|SCH-A870|SCH-A890|SCH-A930|SCH-A950|SCH-A970|SCH-A990|SCH-I100|SCH-I110|SCH-I400|SCH-I405|SCH-I500|SCH-I510|SCH-I515|SCH-I600|SCH-I730|SCH-I760|SCH-I770|SCH-I830|SCH-I910|SCH-I920|SCH-I959|SCH-LC11|SCH-N150|SCH-N300|SCH-R100|SCH-R300|SCH-R351|SCH-R400|SCH-R410|SCH-T300|SCH-U310|SCH-U320|SCH-U350|SCH-U360|SCH-U365|SCH-U370|SCH-U380|SCH-U410|SCH-U430|SCH-U450|SCH-U460|SCH-U470|SCH-U490|SCH-U540|SCH-U550|SCH-U620|SCH-U640|SCH-U650|SCH-U660|SCH-U700|SCH-U740|SCH-U750|SCH-U810|SCH-U820|SCH-U900|SCH-U940|SCH-U960|SCS-26UC|SGH-A107|SGH-A117|SGH-A127|SGH-A137|SGH-A157|SGH-A167|SGH-A177|SGH-A187|SGH-A197|SGH-A227|SGH-A237|SGH-A257|SGH-A437|SGH-A517|SGH-A597|SGH-A637|SGH-A657|SGH-A667|SGH-A687|SGH-A697|SGH-A707|SGH-A717|SGH-A727|SGH-A737|SGH-A747|SGH-A767|SGH-A777|SGH-A797|SGH-A817|SGH-A827|SGH-A837|SGH-A847|SGH-A867|SGH-A877|SGH-A887|SGH-A897|SGH-A927|SGH-B100|SGH-B130|SGH-B200|SGH-B220|SGH-C100|SGH-C110|SGH-C120|SGH-C130|SGH-C140|SGH-C160|SGH-C170|SGH-C180|SGH-C200|SGH-C207|SGH-C210|SGH-C225|SGH-C230|SGH-C417|SGH-C450|SGH-D307|SGH-D347|SGH-D357|SGH-D407|SGH-D415|SGH-D780|SGH-D807|SGH-D980|SGH-E105|SGH-E200|SGH-E315|SGH-E316|SGH-E317|SGH-E335|SGH-E590|SGH-E635|SGH-E715|SGH-E890|SGH-F300|SGH-F480|SGH-I200|SGH-I300|SGH-I320|SGH-I550|SGH-I577|SGH-I600|SGH-I607|SGH-I617|SGH-I627|SGH-I637|SGH-I677|SGH-I700|SGH-I717|SGH-I727|SGH-i747M|SGH-I777|SGH-I780|SGH-I827|SGH-I847|SGH-I857|SGH-I896|SGH-I897|SGH-I900|SGH-I907|SGH-I917|SGH-I927|SGH-I937|SGH-I997|SGH-J150|SGH-J200|SGH-L170|SGH-L700|SGH-M110|SGH-M150|SGH-M200|SGH-N105|SGH-N500|SGH-N600|SGH-N620|SGH-N625|SGH-N700|SGH-N710|SGH-P107|SGH-P207|SGH-P300|SGH-P310|SGH-P520|SGH-P735|SGH-P777|SGH-Q105|SGH-R210|SGH-R220|SGH-R225|SGH-S105|SGH-S307|SGH-T109|SGH-T119|SGH-T139|SGH-T209|SGH-T219|SGH-T229|SGH-T239|SGH-T249|SGH-T259|SGH-T309|SGH-T319|SGH-T329|SGH-T339|SGH-T349|SGH-T359|SGH-T369|SGH-T379|SGH-T409|SGH-T429|SGH-T439|SGH-T459|SGH-T469|SGH-T479|SGH-T499|SGH-T509|SGH-T519|SGH-T539|SGH-T559|SGH-T589|SGH-T609|SGH-T619|SGH-T629|SGH-T639|SGH-T659|SGH-T669|SGH-T679|SGH-T709|SGH-T719|SGH-T729|SGH-T739|SGH-T746|SGH-T749|SGH-T759|SGH-T769|SGH-T809|SGH-T819|SGH-T839|SGH-T919|SGH-T929|SGH-T939|SGH-T959|SGH-T989|SGH-U100|SGH-U200|SGH-U800|SGH-V205|SGH-V206|SGH-X100|SGH-X105|SGH-X120|SGH-X140|SGH-X426|SGH-X427|SGH-X475|SGH-X495|SGH-X497|SGH-X507|SGH-X600|SGH-X610|SGH-X620|SGH-X630|SGH-X700|SGH-X820|SGH-X890|SGH-Z130|SGH-Z150|SGH-Z170|SGH-ZX10|SGH-ZX20|SHW-M110|SPH-A120|SPH-A400|SPH-A420|SPH-A460|SPH-A500|SPH-A560|SPH-A600|SPH-A620|SPH-A660|SPH-A700|SPH-A740|SPH-A760|SPH-A790|SPH-A800|SPH-A820|SPH-A840|SPH-A880|SPH-A900|SPH-A940|SPH-A960|SPH-D600|SPH-D700|SPH-D710|SPH-D720|SPH-I300|SPH-I325|SPH-I330|SPH-I350|SPH-I500|SPH-I600|SPH-I700|SPH-L700|SPH-M100|SPH-M220|SPH-M240|SPH-M300|SPH-M305|SPH-M320|SPH-M330|SPH-M350|SPH-M360|SPH-M370|SPH-M380|SPH-M510|SPH-M540|SPH-M550|SPH-M560|SPH-M570|SPH-M580|SPH-M610|SPH-M620|SPH-M630|SPH-M800|SPH-M810|SPH-M850|SPH-M900|SPH-M910|SPH-M920|SPH-M930|SPH-N100|SPH-N200|SPH-N240|SPH-N300|SPH-N400|SPH-Z400|SWC-E100|SCH-i909|GT-N7100|GT-N7105|SCH-I535|SM-N900A|SGH-I317|SGH-T999L|GT-S5360B|GT-I8262|GT-S6802|GT-S6312|GT-S6310|GT-S5312|GT-S5310|GT-I9105|GT-I8510|GT-S6790N|SM-G7105|SM-N9005|GT-S5301|GT-I9295|GT-I9195|SM-C101|GT-S7392|GT-S7560|GT-B7610|GT-I5510|GT-S7582|GT-S7530E|GT-I8750|SM-G9006V|SM-G9008V|SM-G9009D|SM-G900A|SM-G900D|SM-G900F|SM-G900H|SM-G900I|SM-G900J|SM-G900K|SM-G900L|SM-G900M|SM-G900P|SM-G900R4|SM-G900S|SM-G900T|SM-G900V|SM-G900W8|SHV-E160K|SCH-P709|SCH-P729|SM-T2558|GT-I9205|SM-G9350|SM-J120F|SM-G920F|SM-G920V|SM-G930F|SM-N910C|SM-A310F|GT-I9190|SM-J500FN|SM-G903F|SM-J330F|SM-G610F|SM-G981B|SM-G892A|SM-A530F",LG:"\\bLG\\b;|LG[- ]?(C800|C900|E400|E610|E900|E-900|F160|F180K|F180L|F180S|730|855|L160|LS740|LS840|LS970|LU6200|MS690|MS695|MS770|MS840|MS870|MS910|P500|P700|P705|VM696|AS680|AS695|AX840|C729|E970|GS505|272|C395|E739BK|E960|L55C|L75C|LS696|LS860|P769BK|P350|P500|P509|P870|UN272|US730|VS840|VS950|LN272|LN510|LS670|LS855|LW690|MN270|MN510|P509|P769|P930|UN200|UN270|UN510|UN610|US670|US740|US760|UX265|UX840|VN271|VN530|VS660|VS700|VS740|VS750|VS910|VS920|VS930|VX9200|VX11000|AX840A|LW770|P506|P925|P999|E612|D955|D802|MS323|M257)|LM-G710",Sony:"SonyST|SonyLT|SonyEricsson|SonyEricssonLT15iv|LT18i|E10i|LT28h|LT26w|SonyEricssonMT27i|C5303|C6902|C6903|C6906|C6943|D2533|SOV34|601SO|F8332",Asus:"Asus.*Galaxy|PadFone.*Mobile",Xiaomi:"^(?!.*\\bx11\\b).*xiaomi.*$|POCOPHONE F1|MI 8|Redmi Note 9S|Redmi Note 5A Prime|N2G47H|M2001J2G|M2001J2I|M1805E10A|M2004J11G|M1902F1G|M2002J9G|M2004J19G|M2003J6A1G",NokiaLumia:"Lumia [0-9]{3,4}",Micromax:"Micromax.*\\b(A210|A92|A88|A72|A111|A110Q|A115|A116|A110|A90S|A26|A51|A35|A54|A25|A27|A89|A68|A65|A57|A90)\\b",Palm:"PalmSource|Palm",Vertu:"Vertu|Vertu.*Ltd|Vertu.*Ascent|Vertu.*Ayxta|Vertu.*Constellation(F|Quest)?|Vertu.*Monika|Vertu.*Signature",Pantech:"PANTECH|IM-A850S|IM-A840S|IM-A830L|IM-A830K|IM-A830S|IM-A820L|IM-A810K|IM-A810S|IM-A800S|IM-T100K|IM-A725L|IM-A780L|IM-A775C|IM-A770K|IM-A760S|IM-A750K|IM-A740S|IM-A730S|IM-A720L|IM-A710K|IM-A690L|IM-A690S|IM-A650S|IM-A630K|IM-A600S|VEGA PTL21|PT003|P8010|ADR910L|P6030|P6020|P9070|P4100|P9060|P5000|CDM8992|TXT8045|ADR8995|IS11PT|P2030|P6010|P8000|PT002|IS06|CDM8999|P9050|PT001|TXT8040|P2020|P9020|P2000|P7040|P7000|C790",Fly:"IQ230|IQ444|IQ450|IQ440|IQ442|IQ441|IQ245|IQ256|IQ236|IQ255|IQ235|IQ245|IQ275|IQ240|IQ285|IQ280|IQ270|IQ260|IQ250",Wiko:"KITE 4G|HIGHWAY|GETAWAY|STAIRWAY|DARKSIDE|DARKFULL|DARKNIGHT|DARKMOON|SLIDE|WAX 4G|RAINBOW|BLOOM|SUNSET|GOA(?!nna)|LENNY|BARRY|IGGY|OZZY|CINK FIVE|CINK PEAX|CINK PEAX 2|CINK SLIM|CINK SLIM 2|CINK +|CINK KING|CINK PEAX|CINK SLIM|SUBLIM",iMobile:"i-mobile (IQ|i-STYLE|idea|ZAA|Hitz)",SimValley:"\\b(SP-80|XT-930|SX-340|XT-930|SX-310|SP-360|SP60|SPT-800|SP-120|SPT-800|SP-140|SPX-5|SPX-8|SP-100|SPX-8|SPX-12)\\b",Wolfgang:"AT-B24D|AT-AS50HD|AT-AS40W|AT-AS55HD|AT-AS45q2|AT-B26D|AT-AS50Q",Alcatel:"Alcatel",Nintendo:"Nintendo (3DS|Switch)",Amoi:"Amoi",INQ:"INQ",OnePlus:"ONEPLUS",GenericPhone:"Tapatalk|PDA;|SAGEM|\\bmmp\\b|pocket|\\bpsp\\b|symbian|Smartphone|smartfon|treo|up.browser|up.link|vodafone|\\bwap\\b|nokia|Series40|Series60|S60|SonyEricsson|N900|MAUI.*WAP.*Browser"},tablets:{iPad:"iPad|iPad.*Mobile",NexusTablet:"Android.*Nexus[\\s]+(7|9|10)",GoogleTablet:"Android.*Pixel C",SamsungTablet:"SAMSUNG.*Tablet|Galaxy.*Tab|SC-01C|GT-P1000|GT-P1003|GT-P1010|GT-P3105|GT-P6210|GT-P6800|GT-P6810|GT-P7100|GT-P7300|GT-P7310|GT-P7500|GT-P7510|SCH-I800|SCH-I815|SCH-I905|SGH-I957|SGH-I987|SGH-T849|SGH-T859|SGH-T869|SPH-P100|GT-P3100|GT-P3108|GT-P3110|GT-P5100|GT-P5110|GT-P6200|GT-P7320|GT-P7511|GT-N8000|GT-P8510|SGH-I497|SPH-P500|SGH-T779|SCH-I705|SCH-I915|GT-N8013|GT-P3113|GT-P5113|GT-P8110|GT-N8010|GT-N8005|GT-N8020|GT-P1013|GT-P6201|GT-P7501|GT-N5100|GT-N5105|GT-N5110|SHV-E140K|SHV-E140L|SHV-E140S|SHV-E150S|SHV-E230K|SHV-E230L|SHV-E230S|SHW-M180K|SHW-M180L|SHW-M180S|SHW-M180W|SHW-M300W|SHW-M305W|SHW-M380K|SHW-M380S|SHW-M380W|SHW-M430W|SHW-M480K|SHW-M480S|SHW-M480W|SHW-M485W|SHW-M486W|SHW-M500W|GT-I9228|SCH-P739|SCH-I925|GT-I9200|GT-P5200|GT-P5210|GT-P5210X|SM-T311|SM-T310|SM-T310X|SM-T210|SM-T210R|SM-T211|SM-P600|SM-P601|SM-P605|SM-P900|SM-P901|SM-T217|SM-T217A|SM-T217S|SM-P6000|SM-T3100|SGH-I467|XE500|SM-T110|GT-P5220|GT-I9200X|GT-N5110X|GT-N5120|SM-P905|SM-T111|SM-T2105|SM-T315|SM-T320|SM-T320X|SM-T321|SM-T520|SM-T525|SM-T530NU|SM-T230NU|SM-T330NU|SM-T900|XE500T1C|SM-P605V|SM-P905V|SM-T337V|SM-T537V|SM-T707V|SM-T807V|SM-P600X|SM-P900X|SM-T210X|SM-T230|SM-T230X|SM-T325|GT-P7503|SM-T531|SM-T330|SM-T530|SM-T705|SM-T705C|SM-T535|SM-T331|SM-T800|SM-T700|SM-T537|SM-T807|SM-P907A|SM-T337A|SM-T537A|SM-T707A|SM-T807A|SM-T237|SM-T807P|SM-P607T|SM-T217T|SM-T337T|SM-T807T|SM-T116NQ|SM-T116BU|SM-P550|SM-T350|SM-T550|SM-T9000|SM-P9000|SM-T705Y|SM-T805|GT-P3113|SM-T710|SM-T810|SM-T815|SM-T360|SM-T533|SM-T113|SM-T335|SM-T715|SM-T560|SM-T670|SM-T677|SM-T377|SM-T567|SM-T357T|SM-T555|SM-T561|SM-T713|SM-T719|SM-T813|SM-T819|SM-T580|SM-T355Y?|SM-T280|SM-T817A|SM-T820|SM-W700|SM-P580|SM-T587|SM-P350|SM-P555M|SM-P355M|SM-T113NU|SM-T815Y|SM-T585|SM-T285|SM-T825|SM-W708|SM-T835|SM-T830|SM-T837V|SM-T720|SM-T510|SM-T387V|SM-P610|SM-T290|SM-T515|SM-T590|SM-T595|SM-T725|SM-T817P|SM-P585N0|SM-T395|SM-T295|SM-T865|SM-P610N|SM-P615|SM-T970|SM-T380|SM-T5950|SM-T905|SM-T231|SM-T500|SM-T860",Kindle:"Kindle|Silk.*Accelerated|Android.*\\b(KFOT|KFTT|KFJWI|KFJWA|KFOTE|KFSOWI|KFTHWI|KFTHWA|KFAPWI|KFAPWA|WFJWAE|KFSAWA|KFSAWI|KFASWI|KFARWI|KFFOWI|KFGIWI|KFMEWI)\\b|Android.*Silk/[0-9.]+ like Chrome/[0-9.]+ (?!Mobile)",SurfaceTablet:"Windows NT [0-9.]+; ARM;.*(Tablet|ARMBJS)",HPTablet:"HP Slate (7|8|10)|HP ElitePad 900|hp-tablet|EliteBook.*Touch|HP 8|Slate 21|HP SlateBook 10",AsusTablet:"^.*PadFone((?!Mobile).)*$|Transformer|TF101|TF101G|TF300T|TF300TG|TF300TL|TF700T|TF700KL|TF701T|TF810C|ME171|ME301T|ME302C|ME371MG|ME370T|ME372MG|ME172V|ME173X|ME400C|Slider SL101|\\bK00F\\b|\\bK00C\\b|\\bK00E\\b|\\bK00L\\b|TX201LA|ME176C|ME102A|\\bM80TA\\b|ME372CL|ME560CG|ME372CG|ME302KL| K010 | K011 | K017 | K01E |ME572C|ME103K|ME170C|ME171C|\\bME70C\\b|ME581C|ME581CL|ME8510C|ME181C|P01Y|PO1MA|P01Z|\\bP027\\b|\\bP024\\b|\\bP00C\\b",BlackBerryTablet:"PlayBook|RIM Tablet",HTCtablet:"HTC_Flyer_P512|HTC Flyer|HTC Jetstream|HTC-P715a|HTC EVO View 4G|PG41200|PG09410",MotorolaTablet:"xoom|sholest|MZ615|MZ605|MZ505|MZ601|MZ602|MZ603|MZ604|MZ606|MZ607|MZ608|MZ609|MZ615|MZ616|MZ617",NookTablet:"Android.*Nook|NookColor|nook browser|BNRV200|BNRV200A|BNTV250|BNTV250A|BNTV400|BNTV600|LogicPD Zoom2",AcerTablet:"Android.*; \\b(A100|A101|A110|A200|A210|A211|A500|A501|A510|A511|A700|A701|W500|W500P|W501|W501P|W510|W511|W700|G100|G100W|B1-A71|B1-710|B1-711|A1-810|A1-811|A1-830)\\b|W3-810|\\bA3-A10\\b|\\bA3-A11\\b|\\bA3-A20\\b|\\bA3-A30|A3-A40",ToshibaTablet:"Android.*(AT100|AT105|AT200|AT205|AT270|AT275|AT300|AT305|AT1S5|AT500|AT570|AT700|AT830)|TOSHIBA.*FOLIO",LGTablet:"\\bL-06C|LG-V909|LG-V900|LG-V700|LG-V510|LG-V500|LG-V410|LG-V400|LG-VK810\\b",FujitsuTablet:"Android.*\\b(F-01D|F-02F|F-05E|F-10D|M532|Q572)\\b",PrestigioTablet:"PMP3170B|PMP3270B|PMP3470B|PMP7170B|PMP3370B|PMP3570C|PMP5870C|PMP3670B|PMP5570C|PMP5770D|PMP3970B|PMP3870C|PMP5580C|PMP5880D|PMP5780D|PMP5588C|PMP7280C|PMP7280C3G|PMP7280|PMP7880D|PMP5597D|PMP5597|PMP7100D|PER3464|PER3274|PER3574|PER3884|PER5274|PER5474|PMP5097CPRO|PMP5097|PMP7380D|PMP5297C|PMP5297C_QUAD|PMP812E|PMP812E3G|PMP812F|PMP810E|PMP880TD|PMT3017|PMT3037|PMT3047|PMT3057|PMT7008|PMT5887|PMT5001|PMT5002",LenovoTablet:"Lenovo TAB|Idea(Tab|Pad)( A1|A10| K1|)|ThinkPad([ ]+)?Tablet|YT3-850M|YT3-X90L|YT3-X90F|YT3-X90X|Lenovo.*(S2109|S2110|S5000|S6000|K3011|A3000|A3500|A1000|A2107|A2109|A1107|A5500|A7600|B6000|B8000|B8080)(-|)(FL|F|HV|H|)|TB-X103F|TB-X304X|TB-X304F|TB-X304L|TB-X505F|TB-X505L|TB-X505X|TB-X605F|TB-X605L|TB-8703F|TB-8703X|TB-8703N|TB-8704N|TB-8704F|TB-8704X|TB-8704V|TB-7304F|TB-7304I|TB-7304X|Tab2A7-10F|Tab2A7-20F|TB2-X30L|YT3-X50L|YT3-X50F|YT3-X50M|YT-X705F|YT-X703F|YT-X703L|YT-X705L|YT-X705X|TB2-X30F|TB2-X30L|TB2-X30M|A2107A-F|A2107A-H|TB3-730F|TB3-730M|TB3-730X|TB-7504F|TB-7504X|TB-X704F|TB-X104F|TB3-X70F|TB-X705F|TB-8504F|TB3-X70L|TB3-710F|TB-X704L",DellTablet:"Venue 11|Venue 8|Venue 7|Dell Streak 10|Dell Streak 7",YarvikTablet:"Android.*\\b(TAB210|TAB211|TAB224|TAB250|TAB260|TAB264|TAB310|TAB360|TAB364|TAB410|TAB411|TAB420|TAB424|TAB450|TAB460|TAB461|TAB464|TAB465|TAB467|TAB468|TAB07-100|TAB07-101|TAB07-150|TAB07-151|TAB07-152|TAB07-200|TAB07-201-3G|TAB07-210|TAB07-211|TAB07-212|TAB07-214|TAB07-220|TAB07-400|TAB07-485|TAB08-150|TAB08-200|TAB08-201-3G|TAB08-201-30|TAB09-100|TAB09-211|TAB09-410|TAB10-150|TAB10-201|TAB10-211|TAB10-400|TAB10-410|TAB13-201|TAB274EUK|TAB275EUK|TAB374EUK|TAB462EUK|TAB474EUK|TAB9-200)\\b",MedionTablet:"Android.*\\bOYO\\b|LIFE.*(P9212|P9514|P9516|S9512)|LIFETAB",ArnovaTablet:"97G4|AN10G2|AN7bG3|AN7fG3|AN8G3|AN8cG3|AN7G3|AN9G3|AN7dG3|AN7dG3ST|AN7dG3ChildPad|AN10bG3|AN10bG3DT|AN9G2",IntensoTablet:"INM8002KP|INM1010FP|INM805ND|Intenso Tab|TAB1004",IRUTablet:"M702pro",MegafonTablet:"MegaFon V9|\\bZTE V9\\b|Android.*\\bMT7A\\b",EbodaTablet:"E-Boda (Supreme|Impresspeed|Izzycomm|Essential)",AllViewTablet:"Allview.*(Viva|Alldro|City|Speed|All TV|Frenzy|Quasar|Shine|TX1|AX1|AX2)",ArchosTablet:"\\b(101G9|80G9|A101IT)\\b|Qilive 97R|Archos5|\\bARCHOS (70|79|80|90|97|101|FAMILYPAD|)(b|c|)(G10| Cobalt| TITANIUM(HD|)| Xenon| Neon|XSK| 2| XS 2| PLATINUM| CARBON|GAMEPAD)\\b",AinolTablet:"NOVO7|NOVO8|NOVO10|Novo7Aurora|Novo7Basic|NOVO7PALADIN|novo9-Spark",NokiaLumiaTablet:"Lumia 2520",SonyTablet:"Sony.*Tablet|Xperia Tablet|Sony Tablet S|SO-03E|SGPT12|SGPT13|SGPT114|SGPT121|SGPT122|SGPT123|SGPT111|SGPT112|SGPT113|SGPT131|SGPT132|SGPT133|SGPT211|SGPT212|SGPT213|SGP311|SGP312|SGP321|EBRD1101|EBRD1102|EBRD1201|SGP351|SGP341|SGP511|SGP512|SGP521|SGP541|SGP551|SGP621|SGP641|SGP612|SOT31|SGP771|SGP611|SGP612|SGP712",PhilipsTablet:"\\b(PI2010|PI3000|PI3100|PI3105|PI3110|PI3205|PI3210|PI3900|PI4010|PI7000|PI7100)\\b",CubeTablet:"Android.*(K8GT|U9GT|U10GT|U16GT|U17GT|U18GT|U19GT|U20GT|U23GT|U30GT)|CUBE U8GT",CobyTablet:"MID1042|MID1045|MID1125|MID1126|MID7012|MID7014|MID7015|MID7034|MID7035|MID7036|MID7042|MID7048|MID7127|MID8042|MID8048|MID8127|MID9042|MID9740|MID9742|MID7022|MID7010",MIDTablet:"M9701|M9000|M9100|M806|M1052|M806|T703|MID701|MID713|MID710|MID727|MID760|MID830|MID728|MID933|MID125|MID810|MID732|MID120|MID930|MID800|MID731|MID900|MID100|MID820|MID735|MID980|MID130|MID833|MID737|MID960|MID135|MID860|MID736|MID140|MID930|MID835|MID733|MID4X10",MSITablet:"MSI \\b(Primo 73K|Primo 73L|Primo 81L|Primo 77|Primo 93|Primo 75|Primo 76|Primo 73|Primo 81|Primo 91|Primo 90|Enjoy 71|Enjoy 7|Enjoy 10)\\b",SMiTTablet:"Android.*(\\bMID\\b|MID-560|MTV-T1200|MTV-PND531|MTV-P1101|MTV-PND530)",RockChipTablet:"Android.*(RK2818|RK2808A|RK2918|RK3066)|RK2738|RK2808A",FlyTablet:"IQ310|Fly Vision",bqTablet:"Android.*(bq)?.*\\b(Elcano|Curie|Edison|Maxwell|Kepler|Pascal|Tesla|Hypatia|Platon|Newton|Livingstone|Cervantes|Avant|Aquaris ([E|M]10|M8))\\b|Maxwell.*Lite|Maxwell.*Plus",HuaweiTablet:"MediaPad|MediaPad 7 Youth|IDEOS S7|S7-201c|S7-202u|S7-101|S7-103|S7-104|S7-105|S7-106|S7-201|S7-Slim|M2-A01L|BAH-L09|BAH-W09|AGS-L09|CMR-AL19",NecTablet:"\\bN-06D|\\bN-08D",PantechTablet:"Pantech.*P4100",BronchoTablet:"Broncho.*(N701|N708|N802|a710)",VersusTablet:"TOUCHPAD.*[78910]|\\bTOUCHTAB\\b",ZyncTablet:"z1000|Z99 2G|z930|z990|z909|Z919|z900",PositivoTablet:"TB07STA|TB10STA|TB07FTA|TB10FTA",NabiTablet:"Android.*\\bNabi",KoboTablet:"Kobo Touch|\\bK080\\b|\\bVox\\b Build|\\bArc\\b Build",DanewTablet:"DSlide.*\\b(700|701R|702|703R|704|802|970|971|972|973|974|1010|1012)\\b",TexetTablet:"NaviPad|TB-772A|TM-7045|TM-7055|TM-9750|TM-7016|TM-7024|TM-7026|TM-7041|TM-7043|TM-7047|TM-8041|TM-9741|TM-9747|TM-9748|TM-9751|TM-7022|TM-7021|TM-7020|TM-7011|TM-7010|TM-7023|TM-7025|TM-7037W|TM-7038W|TM-7027W|TM-9720|TM-9725|TM-9737W|TM-1020|TM-9738W|TM-9740|TM-9743W|TB-807A|TB-771A|TB-727A|TB-725A|TB-719A|TB-823A|TB-805A|TB-723A|TB-715A|TB-707A|TB-705A|TB-709A|TB-711A|TB-890HD|TB-880HD|TB-790HD|TB-780HD|TB-770HD|TB-721HD|TB-710HD|TB-434HD|TB-860HD|TB-840HD|TB-760HD|TB-750HD|TB-740HD|TB-730HD|TB-722HD|TB-720HD|TB-700HD|TB-500HD|TB-470HD|TB-431HD|TB-430HD|TB-506|TB-504|TB-446|TB-436|TB-416|TB-146SE|TB-126SE",PlaystationTablet:"Playstation.*(Portable|Vita)",TrekstorTablet:"ST10416-1|VT10416-1|ST70408-1|ST702xx-1|ST702xx-2|ST80208|ST97216|ST70104-2|VT10416-2|ST10216-2A|SurfTab",PyleAudioTablet:"\\b(PTBL10CEU|PTBL10C|PTBL72BC|PTBL72BCEU|PTBL7CEU|PTBL7C|PTBL92BC|PTBL92BCEU|PTBL9CEU|PTBL9CUK|PTBL9C)\\b",AdvanTablet:"Android.* \\b(E3A|T3X|T5C|T5B|T3E|T3C|T3B|T1J|T1F|T2A|T1H|T1i|E1C|T1-E|T5-A|T4|E1-B|T2Ci|T1-B|T1-D|O1-A|E1-A|T1-A|T3A|T4i)\\b ",DanyTechTablet:"Genius Tab G3|Genius Tab S2|Genius Tab Q3|Genius Tab G4|Genius Tab Q4|Genius Tab G-II|Genius TAB GII|Genius TAB GIII|Genius Tab S1",GalapadTablet:"Android [0-9.]+; [a-z-]+; \\bG1\\b",MicromaxTablet:"Funbook|Micromax.*\\b(P250|P560|P360|P362|P600|P300|P350|P500|P275)\\b",KarbonnTablet:"Android.*\\b(A39|A37|A34|ST8|ST10|ST7|Smart Tab3|Smart Tab2)\\b",AllFineTablet:"Fine7 Genius|Fine7 Shine|Fine7 Air|Fine8 Style|Fine9 More|Fine10 Joy|Fine11 Wide",PROSCANTablet:"\\b(PEM63|PLT1023G|PLT1041|PLT1044|PLT1044G|PLT1091|PLT4311|PLT4311PL|PLT4315|PLT7030|PLT7033|PLT7033D|PLT7035|PLT7035D|PLT7044K|PLT7045K|PLT7045KB|PLT7071KG|PLT7072|PLT7223G|PLT7225G|PLT7777G|PLT7810K|PLT7849G|PLT7851G|PLT7852G|PLT8015|PLT8031|PLT8034|PLT8036|PLT8080K|PLT8082|PLT8088|PLT8223G|PLT8234G|PLT8235G|PLT8816K|PLT9011|PLT9045K|PLT9233G|PLT9735|PLT9760G|PLT9770G)\\b",YONESTablet:"BQ1078|BC1003|BC1077|RK9702|BC9730|BC9001|IT9001|BC7008|BC7010|BC708|BC728|BC7012|BC7030|BC7027|BC7026",ChangJiaTablet:"TPC7102|TPC7103|TPC7105|TPC7106|TPC7107|TPC7201|TPC7203|TPC7205|TPC7210|TPC7708|TPC7709|TPC7712|TPC7110|TPC8101|TPC8103|TPC8105|TPC8106|TPC8203|TPC8205|TPC8503|TPC9106|TPC9701|TPC97101|TPC97103|TPC97105|TPC97106|TPC97111|TPC97113|TPC97203|TPC97603|TPC97809|TPC97205|TPC10101|TPC10103|TPC10106|TPC10111|TPC10203|TPC10205|TPC10503",GUTablet:"TX-A1301|TX-M9002|Q702|kf026",PointOfViewTablet:"TAB-P506|TAB-navi-7-3G-M|TAB-P517|TAB-P-527|TAB-P701|TAB-P703|TAB-P721|TAB-P731N|TAB-P741|TAB-P825|TAB-P905|TAB-P925|TAB-PR945|TAB-PL1015|TAB-P1025|TAB-PI1045|TAB-P1325|TAB-PROTAB[0-9]+|TAB-PROTAB25|TAB-PROTAB26|TAB-PROTAB27|TAB-PROTAB26XL|TAB-PROTAB2-IPS9|TAB-PROTAB30-IPS9|TAB-PROTAB25XXL|TAB-PROTAB26-IPS10|TAB-PROTAB30-IPS10",OvermaxTablet:"OV-(SteelCore|NewBase|Basecore|Baseone|Exellen|Quattor|EduTab|Solution|ACTION|BasicTab|TeddyTab|MagicTab|Stream|TB-08|TB-09)|Qualcore 1027",HCLTablet:"HCL.*Tablet|Connect-3G-2.0|Connect-2G-2.0|ME Tablet U1|ME Tablet U2|ME Tablet G1|ME Tablet X1|ME Tablet Y2|ME Tablet Sync",DPSTablet:"DPS Dream 9|DPS Dual 7",VistureTablet:"V97 HD|i75 3G|Visture V4( HD)?|Visture V5( HD)?|Visture V10",CrestaTablet:"CTP(-)?810|CTP(-)?818|CTP(-)?828|CTP(-)?838|CTP(-)?888|CTP(-)?978|CTP(-)?980|CTP(-)?987|CTP(-)?988|CTP(-)?989",MediatekTablet:"\\bMT8125|MT8389|MT8135|MT8377\\b",ConcordeTablet:"Concorde([ ]+)?Tab|ConCorde ReadMan",GoCleverTablet:"GOCLEVER TAB|A7GOCLEVER|M1042|M7841|M742|R1042BK|R1041|TAB A975|TAB A7842|TAB A741|TAB A741L|TAB M723G|TAB M721|TAB A1021|TAB I921|TAB R721|TAB I720|TAB T76|TAB R70|TAB R76.2|TAB R106|TAB R83.2|TAB M813G|TAB I721|GCTA722|TAB I70|TAB I71|TAB S73|TAB R73|TAB R74|TAB R93|TAB R75|TAB R76.1|TAB A73|TAB A93|TAB A93.2|TAB T72|TAB R83|TAB R974|TAB R973|TAB A101|TAB A103|TAB A104|TAB A104.2|R105BK|M713G|A972BK|TAB A971|TAB R974.2|TAB R104|TAB R83.3|TAB A1042",ModecomTablet:"FreeTAB 9000|FreeTAB 7.4|FreeTAB 7004|FreeTAB 7800|FreeTAB 2096|FreeTAB 7.5|FreeTAB 1014|FreeTAB 1001 |FreeTAB 8001|FreeTAB 9706|FreeTAB 9702|FreeTAB 7003|FreeTAB 7002|FreeTAB 1002|FreeTAB 7801|FreeTAB 1331|FreeTAB 1004|FreeTAB 8002|FreeTAB 8014|FreeTAB 9704|FreeTAB 1003",VoninoTablet:"\\b(Argus[ _]?S|Diamond[ _]?79HD|Emerald[ _]?78E|Luna[ _]?70C|Onyx[ _]?S|Onyx[ _]?Z|Orin[ _]?HD|Orin[ _]?S|Otis[ _]?S|SpeedStar[ _]?S|Magnet[ _]?M9|Primus[ _]?94[ _]?3G|Primus[ _]?94HD|Primus[ _]?QS|Android.*\\bQ8\\b|Sirius[ _]?EVO[ _]?QS|Sirius[ _]?QS|Spirit[ _]?S)\\b",ECSTablet:"V07OT2|TM105A|S10OT1|TR10CS1",StorexTablet:"eZee[_']?(Tab|Go)[0-9]+|TabLC7|Looney Tunes Tab",VodafoneTablet:"SmartTab([ ]+)?[0-9]+|SmartTabII10|SmartTabII7|VF-1497|VFD 1400",EssentielBTablet:"Smart[ ']?TAB[ ]+?[0-9]+|Family[ ']?TAB2",RossMoorTablet:"RM-790|RM-997|RMD-878G|RMD-974R|RMT-705A|RMT-701|RME-601|RMT-501|RMT-711",iMobileTablet:"i-mobile i-note",TolinoTablet:"tolino tab [0-9.]+|tolino shine",AudioSonicTablet:"\\bC-22Q|T7-QC|T-17B|T-17P\\b",AMPETablet:"Android.* A78 ",SkkTablet:"Android.* (SKYPAD|PHOENIX|CYCLOPS)",TecnoTablet:"TECNO P9|TECNO DP8D",JXDTablet:"Android.* \\b(F3000|A3300|JXD5000|JXD3000|JXD2000|JXD300B|JXD300|S5800|S7800|S602b|S5110b|S7300|S5300|S602|S603|S5100|S5110|S601|S7100a|P3000F|P3000s|P101|P200s|P1000m|P200m|P9100|P1000s|S6600b|S908|P1000|P300|S18|S6600|S9100)\\b",iJoyTablet:"Tablet (Spirit 7|Essentia|Galatea|Fusion|Onix 7|Landa|Titan|Scooby|Deox|Stella|Themis|Argon|Unique 7|Sygnus|Hexen|Finity 7|Cream|Cream X2|Jade|Neon 7|Neron 7|Kandy|Scape|Saphyr 7|Rebel|Biox|Rebel|Rebel 8GB|Myst|Draco 7|Myst|Tab7-004|Myst|Tadeo Jones|Tablet Boing|Arrow|Draco Dual Cam|Aurix|Mint|Amity|Revolution|Finity 9|Neon 9|T9w|Amity 4GB Dual Cam|Stone 4GB|Stone 8GB|Andromeda|Silken|X2|Andromeda II|Halley|Flame|Saphyr 9,7|Touch 8|Planet|Triton|Unique 10|Hexen 10|Memphis 4GB|Memphis 8GB|Onix 10)",FX2Tablet:"FX2 PAD7|FX2 PAD10",XoroTablet:"KidsPAD 701|PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790|PAD[ ]?792|PAD[ ]?900|PAD[ ]?9715D|PAD[ ]?9716DR|PAD[ ]?9718DR|PAD[ ]?9719QR|PAD[ ]?9720QR|TelePAD1030|Telepad1032|TelePAD730|TelePAD731|TelePAD732|TelePAD735Q|TelePAD830|TelePAD9730|TelePAD795|MegaPAD 1331|MegaPAD 1851|MegaPAD 2151",ViewsonicTablet:"ViewPad 10pi|ViewPad 10e|ViewPad 10s|ViewPad E72|ViewPad7|ViewPad E100|ViewPad 7e|ViewSonic VB733|VB100a",VerizonTablet:"QTAQZ3|QTAIR7|QTAQTZ3|QTASUN1|QTASUN2|QTAXIA1",OdysTablet:"LOOX|XENO10|ODYS[ -](Space|EVO|Xpress|NOON)|\\bXELIO\\b|Xelio10Pro|XELIO7PHONETAB|XELIO10EXTREME|XELIOPT2|NEO_QUAD10",CaptivaTablet:"CAPTIVA PAD",IconbitTablet:"NetTAB|NT-3702|NT-3702S|NT-3702S|NT-3603P|NT-3603P|NT-0704S|NT-0704S|NT-3805C|NT-3805C|NT-0806C|NT-0806C|NT-0909T|NT-0909T|NT-0907S|NT-0907S|NT-0902S|NT-0902S",TeclastTablet:"T98 4G|\\bP80\\b|\\bX90HD\\b|X98 Air|X98 Air 3G|\\bX89\\b|P80 3G|\\bX80h\\b|P98 Air|\\bX89HD\\b|P98 3G|\\bP90HD\\b|P89 3G|X98 3G|\\bP70h\\b|P79HD 3G|G18d 3G|\\bP79HD\\b|\\bP89s\\b|\\bA88\\b|\\bP10HD\\b|\\bP19HD\\b|G18 3G|\\bP78HD\\b|\\bA78\\b|\\bP75\\b|G17s 3G|G17h 3G|\\bP85t\\b|\\bP90\\b|\\bP11\\b|\\bP98t\\b|\\bP98HD\\b|\\bG18d\\b|\\bP85s\\b|\\bP11HD\\b|\\bP88s\\b|\\bA80HD\\b|\\bA80se\\b|\\bA10h\\b|\\bP89\\b|\\bP78s\\b|\\bG18\\b|\\bP85\\b|\\bA70h\\b|\\bA70\\b|\\bG17\\b|\\bP18\\b|\\bA80s\\b|\\bA11s\\b|\\bP88HD\\b|\\bA80h\\b|\\bP76s\\b|\\bP76h\\b|\\bP98\\b|\\bA10HD\\b|\\bP78\\b|\\bP88\\b|\\bA11\\b|\\bA10t\\b|\\bP76a\\b|\\bP76t\\b|\\bP76e\\b|\\bP85HD\\b|\\bP85a\\b|\\bP86\\b|\\bP75HD\\b|\\bP76v\\b|\\bA12\\b|\\bP75a\\b|\\bA15\\b|\\bP76Ti\\b|\\bP81HD\\b|\\bA10\\b|\\bT760VE\\b|\\bT720HD\\b|\\bP76\\b|\\bP73\\b|\\bP71\\b|\\bP72\\b|\\bT720SE\\b|\\bC520Ti\\b|\\bT760\\b|\\bT720VE\\b|T720-3GE|T720-WiFi",OndaTablet:"\\b(V975i|Vi30|VX530|V701|Vi60|V701s|Vi50|V801s|V719|Vx610w|VX610W|V819i|Vi10|VX580W|Vi10|V711s|V813|V811|V820w|V820|Vi20|V711|VI30W|V712|V891w|V972|V819w|V820w|Vi60|V820w|V711|V813s|V801|V819|V975s|V801|V819|V819|V818|V811|V712|V975m|V101w|V961w|V812|V818|V971|V971s|V919|V989|V116w|V102w|V973|Vi40)\\b[\\s]+|V10 \\b4G\\b",JaytechTablet:"TPC-PA762",BlaupunktTablet:"Endeavour 800NG|Endeavour 1010",DigmaTablet:"\\b(iDx10|iDx9|iDx8|iDx7|iDxD7|iDxD8|iDsQ8|iDsQ7|iDsQ8|iDsD10|iDnD7|3TS804H|iDsQ11|iDj7|iDs10)\\b",EvolioTablet:"ARIA_Mini_wifi|Aria[ _]Mini|Evolio X10|Evolio X7|Evolio X8|\\bEvotab\\b|\\bNeura\\b",LavaTablet:"QPAD E704|\\bIvoryS\\b|E-TAB IVORY|\\bE-TAB\\b",AocTablet:"MW0811|MW0812|MW0922|MTK8382|MW1031|MW0831|MW0821|MW0931|MW0712",MpmanTablet:"MP11 OCTA|MP10 OCTA|MPQC1114|MPQC1004|MPQC994|MPQC974|MPQC973|MPQC804|MPQC784|MPQC780|\\bMPG7\\b|MPDCG75|MPDCG71|MPDC1006|MP101DC|MPDC9000|MPDC905|MPDC706HD|MPDC706|MPDC705|MPDC110|MPDC100|MPDC99|MPDC97|MPDC88|MPDC8|MPDC77|MP709|MID701|MID711|MID170|MPDC703|MPQC1010",CelkonTablet:"CT695|CT888|CT[\\s]?910|CT7 Tab|CT9 Tab|CT3 Tab|CT2 Tab|CT1 Tab|C820|C720|\\bCT-1\\b",WolderTablet:"miTab \\b(DIAMOND|SPACE|BROOKLYN|NEO|FLY|MANHATTAN|FUNK|EVOLUTION|SKY|GOCAR|IRON|GENIUS|POP|MINT|EPSILON|BROADWAY|JUMP|HOP|LEGEND|NEW AGE|LINE|ADVANCE|FEEL|FOLLOW|LIKE|LINK|LIVE|THINK|FREEDOM|CHICAGO|CLEVELAND|BALTIMORE-GH|IOWA|BOSTON|SEATTLE|PHOENIX|DALLAS|IN 101|MasterChef)\\b",MediacomTablet:"M-MPI10C3G|M-SP10EG|M-SP10EGP|M-SP10HXAH|M-SP7HXAH|M-SP10HXBH|M-SP8HXAH|M-SP8MXA",MiTablet:"\\bMI PAD\\b|\\bHM NOTE 1W\\b",NibiruTablet:"Nibiru M1|Nibiru Jupiter One",NexoTablet:"NEXO NOVA|NEXO 10|NEXO AVIO|NEXO FREE|NEXO GO|NEXO EVO|NEXO 3G|NEXO SMART|NEXO KIDDO|NEXO MOBI",LeaderTablet:"TBLT10Q|TBLT10I|TBL-10WDKB|TBL-10WDKBO2013|TBL-W230V2|TBL-W450|TBL-W500|SV572|TBLT7I|TBA-AC7-8G|TBLT79|TBL-8W16|TBL-10W32|TBL-10WKB|TBL-W100",UbislateTablet:"UbiSlate[\\s]?7C",PocketBookTablet:"Pocketbook",KocasoTablet:"\\b(TB-1207)\\b",HisenseTablet:"\\b(F5281|E2371)\\b",Hudl:"Hudl HT7S3|Hudl 2",TelstraTablet:"T-Hub2",GenericTablet:"Android.*\\b97D\\b|Tablet(?!.*PC)|BNTV250A|MID-WCDMA|LogicPD Zoom2|\\bA7EB\\b|CatNova8|A1_07|CT704|CT1002|\\bM721\\b|rk30sdk|\\bEVOTAB\\b|M758A|ET904|ALUMIUM10|Smartfren Tab|Endeavour 1010|Tablet-PC-4|Tagi Tab|\\bM6pro\\b|CT1020W|arc 10HD|\\bTP750\\b|\\bQTAQZ3\\b|WVT101|TM1088|KT107"},oss:{AndroidOS:"Android",BlackBerryOS:"blackberry|\\bBB10\\b|rim tablet os",PalmOS:"PalmOS|avantgo|blazer|elaine|hiptop|palm|plucker|xiino",SymbianOS:"Symbian|SymbOS|Series60|Series40|SYB-[0-9]+|\\bS60\\b",WindowsMobileOS:"Windows CE.*(PPC|Smartphone|Mobile|[0-9]{3}x[0-9]{3})|Windows Mobile|Windows Phone [0-9.]+|WCE;",WindowsPhoneOS:"Windows Phone 10.0|Windows Phone 8.1|Windows Phone 8.0|Windows Phone OS|XBLWP7|ZuneWP7|Windows NT 6.[23]; ARM;",iOS:"\\biPhone.*Mobile|\\biPod|\\biPad|AppleCoreMedia",iPadOS:"CPU OS 13",SailfishOS:"Sailfish",MeeGoOS:"MeeGo",MaemoOS:"Maemo",JavaOS:"J2ME/|\\bMIDP\\b|\\bCLDC\\b",webOS:"webOS|hpwOS",badaOS:"\\bBada\\b",BREWOS:"BREW"},uas:{Chrome:"\\bCrMo\\b|CriOS|Android.*Chrome/[.0-9]* (Mobile)?",Dolfin:"\\bDolfin\\b",Opera:"Opera.*Mini|Opera.*Mobi|Android.*Opera|Mobile.*OPR/[0-9.]+$|Coast/[0-9.]+",Skyfire:"Skyfire",Edge:"\\bEdgiOS\\b|Mobile Safari/[.0-9]* Edge",IE:"IEMobile|MSIEMobile",Firefox:"fennec|firefox.*maemo|(Mobile|Tablet).*Firefox|Firefox.*Mobile|FxiOS",Bolt:"bolt",TeaShark:"teashark",Blazer:"Blazer",Safari:"Version((?!\\bEdgiOS\\b).)*Mobile.*Safari|Safari.*Mobile|MobileSafari",WeChat:"\\bMicroMessenger\\b",UCBrowser:"UC.*Browser|UCWEB",baiduboxapp:"baiduboxapp",baidubrowser:"baidubrowser",DiigoBrowser:"DiigoBrowser",Mercury:"\\bMercury\\b",ObigoBrowser:"Obigo",NetFront:"NF-Browser",GenericBrowser:"NokiaBrowser|OviBrowser|OneBrowser|TwonkyBeamBrowser|SEMC.*Browser|FlyFlow|Minimo|NetFront|Novarra-Vision|MQQBrowser|MicroMessenger",PaleMoon:"Android.*PaleMoon|Mobile.*PaleMoon"},props:{Mobile:"Mobile/[VER]",Build:"Build/[VER]",Version:"Version/[VER]",VendorID:"VendorID/[VER]",iPad:"iPad.*CPU[a-z ]+[VER]",iPhone:"iPhone.*CPU[a-z ]+[VER]",iPod:"iPod.*CPU[a-z ]+[VER]",Kindle:"Kindle/[VER]",Chrome:["Chrome/[VER]","CriOS/[VER]","CrMo/[VER]"],Coast:["Coast/[VER]"],Dolfin:"Dolfin/[VER]",Firefox:["Firefox/[VER]","FxiOS/[VER]"],Fennec:"Fennec/[VER]",Edge:"Edge/[VER]",IE:["IEMobile/[VER];","IEMobile [VER]","MSIE [VER];","Trident/[0-9.]+;.*rv:[VER]"],NetFront:"NetFront/[VER]",NokiaBrowser:"NokiaBrowser/[VER]",Opera:[" OPR/[VER]","Opera Mini/[VER]","Version/[VER]"],"Opera Mini":"Opera Mini/[VER]","Opera Mobi":"Version/[VER]",UCBrowser:["UCWEB[VER]","UC.*Browser/[VER]"],MQQBrowser:"MQQBrowser/[VER]",MicroMessenger:"MicroMessenger/[VER]",baiduboxapp:"baiduboxapp/[VER]",baidubrowser:"baidubrowser/[VER]",SamsungBrowser:"SamsungBrowser/[VER]",Iron:"Iron/[VER]",Safari:["Version/[VER]","Safari/[VER]"],Skyfire:"Skyfire/[VER]",Tizen:"Tizen/[VER]",Webkit:"webkit[ /][VER]",PaleMoon:"PaleMoon/[VER]",SailfishBrowser:"SailfishBrowser/[VER]",Gecko:"Gecko/[VER]",Trident:"Trident/[VER]",Presto:"Presto/[VER]",Goanna:"Goanna/[VER]",iOS:" \\bi?OS\\b [VER][ ;]{1}",Android:"Android [VER]",Sailfish:"Sailfish [VER]",BlackBerry:["BlackBerry[\\w]+/[VER]","BlackBerry.*Version/[VER]","Version/[VER]"],BREW:"BREW [VER]",Java:"Java/[VER]","Windows Phone OS":["Windows Phone OS [VER]","Windows Phone [VER]"],"Windows Phone":"Windows Phone [VER]","Windows CE":"Windows CE/[VER]","Windows NT":"Windows NT [VER]",Symbian:["SymbianOS/[VER]","Symbian/[VER]"],webOS:["webOS/[VER]","hpwOS/[VER];"]},utils:{Bot:"Googlebot|facebookexternalhit|Google-AMPHTML|s~amp-validator|AdsBot-Google|Google Keyword Suggestion|Facebot|YandexBot|YandexMobileBot|bingbot|ia_archiver|AhrefsBot|Ezooms|GSLFbot|WBSearchBot|Twitterbot|TweetmemeBot|Twikle|PaperLiBot|Wotbox|UnwindFetchor|Exabot|MJ12bot|YandexImages|TurnitinBot|Pingdom|contentkingapp|AspiegelBot",MobileBot:"Googlebot-Mobile|AdsBot-Google-Mobile|YahooSeeker/M1A1-R2D2",DesktopMode:"WPDesktop",TV:"SonyDTV|HbbTV",WebKit:"(webkit)[ /]([\\w.]+)",Console:"\\b(Nintendo|Nintendo WiiU|Nintendo 3DS|Nintendo Switch|PLAYSTATION|Xbox)\\b",Watch:"SM-V700"}},g.detectMobileBrowsers={fullPattern:/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i,
shortPattern:/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i,tabletPattern:/android|ipad|playbook|silk/i};var h,i=Object.prototype.hasOwnProperty;return g.FALLBACK_PHONE="UnknownPhone",g.FALLBACK_TABLET="UnknownTablet",g.FALLBACK_MOBILE="UnknownMobile",h="isArray"in Array?Array.isArray:function(a){return"[object Array]"===Object.prototype.toString.call(a)},function(){var a,b,c,e,f,j,k=g.mobileDetectRules;for(a in k.props)if(i.call(k.props,a)){for(b=k.props[a],h(b)||(b=[b]),f=b.length,e=0;e<f;++e)c=b[e],j=c.indexOf("[VER]"),j>=0&&(c=c.substring(0,j)+"([\\w._\\+]+)"+c.substring(j+5)),b[e]=new RegExp(c,"i");k.props[a]=b}d(k.oss),d(k.phones),d(k.tablets),d(k.uas),d(k.utils),k.oss0={WindowsPhoneOS:k.oss.WindowsPhoneOS,WindowsMobileOS:k.oss.WindowsMobileOS}}(),g.findMatch=function(a,b){for(var c in a)if(i.call(a,c)&&a[c].test(b))return c;return null},g.findMatches=function(a,b){var c=[];for(var d in a)i.call(a,d)&&a[d].test(b)&&c.push(d);return c},g.getVersionStr=function(a,b){var c,d,e,f,h=g.mobileDetectRules.props;if(i.call(h,a))for(c=h[a],e=c.length,d=0;d<e;++d)if(f=c[d].exec(b),null!==f)return f[1];return null},g.getVersion=function(a,b){var c=g.getVersionStr(a,b);return c?g.prepareVersionNo(c):NaN},g.prepareVersionNo=function(a){var b;return b=a.split(/[a-z._ \/\-]/i),1===b.length&&(a=b[0]),b.length>1&&(a=b[0]+".",b.shift(),a+=b.join("")),Number(a)},g.isMobileFallback=function(a){return g.detectMobileBrowsers.fullPattern.test(a)||g.detectMobileBrowsers.shortPattern.test(a.substr(0,4))},g.isTabletFallback=function(a){return g.detectMobileBrowsers.tabletPattern.test(a)},g.prepareDetectionCache=function(a,c,d){if(a.mobile===b){var e,h,i;return(h=g.findMatch(g.mobileDetectRules.tablets,c))?(a.mobile=a.tablet=h,void(a.phone=null)):(e=g.findMatch(g.mobileDetectRules.phones,c))?(a.mobile=a.phone=e,void(a.tablet=null)):void(g.isMobileFallback(c)?(i=f.isPhoneSized(d),i===b?(a.mobile=g.FALLBACK_MOBILE,a.tablet=a.phone=null):i?(a.mobile=a.phone=g.FALLBACK_PHONE,a.tablet=null):(a.mobile=a.tablet=g.FALLBACK_TABLET,a.phone=null)):g.isTabletFallback(c)?(a.mobile=a.tablet=g.FALLBACK_TABLET,a.phone=null):a.mobile=a.tablet=a.phone=null)}},g.mobileGrade=function(a){var b=null!==a.mobile();return a.os("iOS")&&a.version("iPad")>=4.3||a.os("iOS")&&a.version("iPhone")>=3.1||a.os("iOS")&&a.version("iPod")>=3.1||a.version("Android")>2.1&&a.is("Webkit")||a.version("Windows Phone OS")>=7||a.is("BlackBerry")&&a.version("BlackBerry")>=6||a.match("Playbook.*Tablet")||a.version("webOS")>=1.4&&a.match("Palm|Pre|Pixi")||a.match("hp.*TouchPad")||a.is("Firefox")&&a.version("Firefox")>=12||a.is("Chrome")&&a.is("AndroidOS")&&a.version("Android")>=4||a.is("Skyfire")&&a.version("Skyfire")>=4.1&&a.is("AndroidOS")&&a.version("Android")>=2.3||a.is("Opera")&&a.version("Opera Mobi")>11&&a.is("AndroidOS")||a.is("MeeGoOS")||a.is("Tizen")||a.is("Dolfin")&&a.version("Bada")>=2||(a.is("UC Browser")||a.is("Dolfin"))&&a.version("Android")>=2.3||a.match("Kindle Fire")||a.is("Kindle")&&a.version("Kindle")>=3||a.is("AndroidOS")&&a.is("NookTablet")||a.version("Chrome")>=11&&!b||a.version("Safari")>=5&&!b||a.version("Firefox")>=4&&!b||a.version("MSIE")>=7&&!b||a.version("Opera")>=10&&!b?"A":a.os("iOS")&&a.version("iPad")<4.3||a.os("iOS")&&a.version("iPhone")<3.1||a.os("iOS")&&a.version("iPod")<3.1||a.is("Blackberry")&&a.version("BlackBerry")>=5&&a.version("BlackBerry")<6||a.version("Opera Mini")>=5&&a.version("Opera Mini")<=6.5&&(a.version("Android")>=2.3||a.is("iOS"))||a.match("NokiaN8|NokiaC7|N97.*Series60|Symbian/3")||a.version("Opera Mobi")>=11&&a.is("SymbianOS")?"B":(a.version("BlackBerry")<5||a.match("MSIEMobile|Windows CE.*Mobile")||a.version("Windows Mobile")<=5.2,"C")},g.detectOS=function(a){return g.findMatch(g.mobileDetectRules.oss0,a)||g.findMatch(g.mobileDetectRules.oss,a)},g.getDeviceSmallerSide=function(){return window.screen.width<window.screen.height?window.screen.width:window.screen.height},f.prototype={constructor:f,mobile:function(){return g.prepareDetectionCache(this._cache,this.ua,this.maxPhoneWidth),this._cache.mobile},phone:function(){return g.prepareDetectionCache(this._cache,this.ua,this.maxPhoneWidth),this._cache.phone},tablet:function(){return g.prepareDetectionCache(this._cache,this.ua,this.maxPhoneWidth),this._cache.tablet},userAgent:function(){return this._cache.userAgent===b&&(this._cache.userAgent=g.findMatch(g.mobileDetectRules.uas,this.ua)),this._cache.userAgent},userAgents:function(){return this._cache.userAgents===b&&(this._cache.userAgents=g.findMatches(g.mobileDetectRules.uas,this.ua)),this._cache.userAgents},os:function(){return this._cache.os===b&&(this._cache.os=g.detectOS(this.ua)),this._cache.os},version:function(a){return g.getVersion(a,this.ua)},versionStr:function(a){return g.getVersionStr(a,this.ua)},is:function(b){return c(this.userAgents(),b)||a(b,this.os())||a(b,this.phone())||a(b,this.tablet())||c(g.findMatches(g.mobileDetectRules.utils,this.ua),b)},match:function(a){return a instanceof RegExp||(a=new RegExp(a,"i")),a.test(this.ua)},isPhoneSized:function(a){return f.isPhoneSized(a||this.maxPhoneWidth)},mobileGrade:function(){return this._cache.grade===b&&(this._cache.grade=g.mobileGrade(this)),this._cache.grade}},"undefined"!=typeof window&&window.screen?f.isPhoneSized=function(a){return a<0?b:g.getDeviceSmallerSide()<=a}:f.isPhoneSized=function(){},f._impl=g,f.version="1.4.5 2021-03-13",f})}(function(a){if("undefined"!=typeof module&&module.exports)return function(a){module.exports=a()};if("function"==typeof define&&define.amd)return define;if("undefined"!=typeof window)return function(a){window.MobileDetect=a()};throw new Error("unknown environment")}());var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.createTemplateTagFirstArg=function(a){return a.raw=a};$jscomp.createTemplateTagFirstArgWithRaw=function(a,n){a.raw=n;return a};$jscomp.arrayIteratorImpl=function(a){var n=0;return function(){return n<a.length?{done:!1,value:a[n++]}:{done:!0}}};$jscomp.arrayIterator=function(a){return{next:$jscomp.arrayIteratorImpl(a)}};$jscomp.makeIterator=function(a){var n="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];return n?n.call(a):$jscomp.arrayIterator(a)};
jQuery(function(a){function n(c){c=c.match(ba);return null!=c&&1<c.length&&"string"===typeof c[1]&&0<c[1].length?c[1].toLowerCase():null}function E(c){return c.includes(":")?(c=c.split(":"),1E3*(3600*parseInt(c[0])+60*parseInt(c[1])+parseInt(c[2]))):null}function v(c){try{var l=Date.parse(c);isNaN(l)&&(l=null)}catch(G){l=null}if(null==l&&c.includes(" ")){c=c.split(" ");try{l=Date.parse(c[0]),l+=E(c[1]),isNaN(l)&&(l=null)}catch(G){l=null}}return l}function H(){(jQuery("#ai-iab-tcf-bar").length||jQuery(".ai-list-manual").length)&&
"function"==typeof __tcfapi&&"function"==typeof ai_load_blocks&&"undefined"==typeof ai_iab_tcf_callback_installed&&(__tcfapi("addEventListener",2,function(c,l){l&&"useractioncomplete"===c.eventStatus&&(ai_tcData=c,ai_load_blocks(),jQuery("#ai-iab-tcf-status").text("IAB TCF 2.0 DATA LOADED"),jQuery("#ai-iab-tcf-bar").addClass("status-ok").removeClass("status-error"))}),ai_iab_tcf_callback_installed=!0)}function w(c){c=("; "+document.cookie).split("; "+c+"=");if(2===c.length)return c.pop().split(";").shift()}
function k(c){if(w(c)){var l=window.location.hostname;w(c)&&(document.cookie=c+"=;path=/"+(l?";domain="+l:"")+";expires=Thu, 01 Jan 1970 00:00:01 GMT");document.cookie=c+"=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;"}}Array.prototype.includes||(Array.prototype.includes=function(c){return!!~this.indexOf(c)});var ba=RegExp(":\\/\\/(.[^/:]+)","i");ai_process_lists=function(c){function l(m,e,d){if(0==m.length){if("!@!"==d)return!0;e!=d&&("true"==d.toLowerCase()?d=!0:"false"==d.toLowerCase()&&(d=
!1));return e==d}if("object"!=typeof e&&"array"!=typeof e)return!1;var h=m[0];m=m.slice(1);if("*"==h)for(e=$jscomp.makeIterator(Object.entries(e)),h=e.next();!h.done;h=e.next()){if(h=$jscomp.makeIterator(h.value),h.next(),h=h.next().value,l(m,h,d))return!0}else if(h in e)return l(m,e[h],d);return!1}function G(m,e,d){if("object"!=typeof m||-1==e.indexOf("["))return!1;e=e.replace(/]| /gi,"").split("[");return l(e,m,d)}function ca(){"function"==typeof __tcfapi&&(a("#ai-iab-tcf-status").text("IAB TCF 2.0 DETECTED"),
__tcfapi("getTCData",2,function(m,e){e?(a("#ai-iab-tcf-bar").addClass("status-ok"),"tcloaded"==m.eventStatus||"useractioncomplete"==m.eventStatus?(ai_tcData=m,m.gdprApplies?a("#ai-iab-tcf-status").text("IAB TCF 2.0 DATA LOADED"):jQuery("#ai-iab-tcf-status").text("IAB TCF 2.0 GDPR DOES NOT APPLY"),a("#ai-iab-tcf-bar").addClass("status-ok").removeClass("status-error"),setTimeout(function(){ai_process_lists()},10)):"cmpuishown"==m.eventStatus&&(ai_cmpuishown=!0,a("#ai-iab-tcf-status").text("IAB TCF 2.0 CMP UI SHOWN"),
a("#ai-iab-tcf-bar").addClass("status-ok").removeClass("status-error"))):(a("#ai-iab-tcf-status").text("IAB TCF 2.0 __tcfapi getTCData failed"),a("#ai-iab-tcf-bar").removeClass("status-ok").addClass("status-error"))}))}function K(m){"function"==typeof __tcfapi?("undefined"==typeof ai_iab_tcf_callback_installed&&H(),"undefined"==typeof ai_tcData_requested&&(ai_tcData_requested=!0,ca(),cookies_need_tcData=!0)):m&&(a("#ai-iab-tcf-bar").addClass("status-error").removeClass("status-ok"),a("#ai-iab-tcf-status").text("IAB TCF 2.0 MISSING: __tcfapi function not found"))}
c=null==c?a("div.ai-list-data, meta.ai-list-data"):c.filter(".ai-list-data");if(c.length){c.removeClass("ai-list-data");var V=getAllUrlParams(window.location.search);if(null!=V.referrer)var y=V.referrer;else y=document.referrer,""!=y&&(y=n(y));var R=window.navigator.userAgent,S=R.toLowerCase(),W=navigator.language,L=W.toLowerCase();if("undefined"!==typeof MobileDetect)var X=new MobileDetect(R);c.each(function(){var m=document.cookie.split(";");m.forEach(function(A,g){m[g]=A.trim()});var e=a(this).closest("div.code-block"),
d=!0,h=a(this).attr("referer-list");if("undefined"!=typeof h){h=b64d(h).split(",");var r=a(this).attr("referer-list-type"),I=!1;a.each(h,function(A,g){g=g.trim();if(""==g)return!0;if("*"==g.charAt(0))if("*"==g.charAt(g.length-1)){if(g=g.substr(1,g.length-2),-1!=y.indexOf(g))return I=!0,!1}else{if(g=g.substr(1),y.substr(-g.length)==g)return I=!0,!1}else if("*"==g.charAt(g.length-1)){if(g=g.substr(0,g.length-1),0==y.indexOf(g))return I=!0,!1}else if("#"==g){if(""==y)return I=!0,!1}else if(g==y)return I=
!0,!1});var p=I;switch(r){case "B":p&&(d=!1);break;case "W":p||(d=!1)}}if(d&&(h=a(this).attr("client-list"),"undefined"!=typeof h&&"undefined"!==typeof X))switch(h=b64d(h).split(","),r=a(this).attr("client-list-type"),p=!1,a.each(h,function(A,g){if(""==g.trim())return!0;var M=g.split("&&");a.each(M,function(da,b){var u=!0,t=!1;for(b=b.trim();"!!"==b.substring(0,2);)u=!u,b=b.substring(2);"language:"==b.substring(0,9)&&(t=!0,b=b.substring(9).toLowerCase());var q=!1;t?"*"==b.charAt(0)?"*"==b.charAt(b.length-
1)?(b=b.substr(1,b.length-2).toLowerCase(),-1!=L.indexOf(b)&&(q=!0)):(b=b.substr(1).toLowerCase(),L.substr(-b.length)==b&&(q=!0)):"*"==b.charAt(b.length-1)?(b=b.substr(0,b.length-1).toLowerCase(),0==L.indexOf(b)&&(q=!0)):b==L&&(q=!0):"*"==b.charAt(0)?"*"==b.charAt(b.length-1)?(b=b.substr(1,b.length-2).toLowerCase(),-1!=S.indexOf(b)&&(q=!0)):(b=b.substr(1).toLowerCase(),S.substr(-b.length)==b&&(q=!0)):"*"==b.charAt(b.length-1)?(b=b.substr(0,b.length-1).toLowerCase(),0==S.indexOf(b)&&(q=!0)):X.is(b)&&
(q=!0);p=q?u:!u;if(!p)return!1});if(p)return!1}),r){case "B":p&&(d=!1);break;case "W":p||(d=!1)}var N=h=!1;for(r=1;2>=r;r++)if(d){switch(r){case 1:var f=a(this).attr("cookie-list");break;case 2:f=a(this).attr("parameter-list")}if("undefined"!=typeof f){f=b64d(f);switch(r){case 1:var B=a(this).attr("cookie-list-type");break;case 2:B=a(this).attr("parameter-list-type")}f=f.replace("tcf-gdpr","tcf-v2[gdprApplies]=true");f=f.replace("tcf-no-gdpr","tcf-v2[gdprApplies]=false");f=f.replace("tcf-google",
"tcf-v2[vendor][consents][755]=true && tcf-v2[purpose][consents][1]=true");f=f.replace("tcf-no-google","!!tcf-v2[vendor][consents][755]");f=f.replace("tcf-media.net","tcf-v2[vendor][consents][142]=true && tcf-v2[purpose][consents][1]=true");f=f.replace("tcf-no-media.net","!!tcf-v2[vendor][consents][142]");f=f.replace("tcf-amazon","tcf-v2[vendor][consents][793]=true && tcf-v2[purpose][consents][1]=true");f=f.replace("tcf-no-amazon","!!tcf-v2[vendor][consents][793]");f=f.replace("tcf-ezoic","tcf-v2[vendor][consents][347]=true && tcf-v2[purpose][consents][1]=true");
f=f.replace("tcf-no-ezoic","!!tcf-v2[vendor][consents][347]");var D=f.split(","),Y=[];m.forEach(function(A){A=A.split("=");try{var g=JSON.parse(decodeURIComponent(A[1]))}catch(M){g=decodeURIComponent(A[1])}Y[A[0]]=g});p=!1;var O=a(this);a.each(D,function(A,g){var M=g.split("&&");a.each(M,function(da,b){var u=!0;for(b=b.trim();"!!"==b.substring(0,2);)u=!u,b=b.substring(2);var t=b,q="!@!",Z=-1!=b.indexOf("["),aa=(0==b.indexOf("tcf-v2")||0==b.indexOf("euconsent-v2"))&&-1!=b.indexOf("[");-1!=b.indexOf("=")&&
(q=b.split("="),t=q[0],q=q[1],Z=-1!=t.indexOf("["),aa=(0==t.indexOf("tcf-v2")||0==t.indexOf("euconsent-v2"))&&-1!=t.indexOf("["));if(aa)a("#ai-iab-tcf-bar").show(),"object"==typeof ai_tcData?(a("#ai-iab-tcf-bar").addClass("status-ok"),t=t.replace(/]| /gi,"").split("["),t.shift(),p=(t=l(t,ai_tcData,q))?u:!u):(O.addClass("ai-list-data"),N=!0,"function"==typeof __tcfapi?K(!1):"undefined"==typeof ai_tcData_retrying&&(ai_tcData_retrying=!0,setTimeout(function(){"function"==typeof __tcfapi?K(!1):setTimeout(function(){"function"==
typeof __tcfapi?K(!1):setTimeout(function(){K(!0)},3E3)},1E3)},600)));else if(Z)p=(t=G(Y,t,q))?u:!u;else{var T=!1;"!@!"==q?m.every(function(ea){return ea.split("=")[0]==b?(T=!0,!1):!0}):T=-1!=m.indexOf(b);p=T?u:!u}if(!p)return!1});if(p)return!1});p&&(N=!1);switch(B){case "B":p&&(d=!1);break;case "W":p||(d=!1)}}}a(this).hasClass("ai-list-manual")&&(d?(O.removeClass("ai-list-data"),O.removeClass("ai-list-manual")):(h=!0,O.addClass("ai-list-data")));if(d||!h&&!N)if(f=a(this).data("debug-info"),"undefined"!=
typeof f&&(f=a("."+f),0!=f.length)){var x=f.parent();x.hasClass("ai-debug-info")&&x.remove()}x=a(this).prevAll(".ai-debug-bar.ai-debug-lists");f=""==y?"#":y;x.find(".ai-debug-name.ai-list-info").text(f).attr("title",R+"\n"+W);x.find(".ai-debug-name.ai-list-status").text(d?ai_front.visible:ai_front.hidden);f=!1;if(d&&(r=a(this).attr("scheduling-start"),B=a(this).attr("scheduling-end"),D=a(this).attr("scheduling-days"),"undefined"!=typeof r&&"undefined"!=typeof B&&"undefined"!=typeof D)){f=!0;var z=
b64d(r),P=b64d(B),U=parseInt(a(this).attr("scheduling-fallback")),Q=parseInt(a(this).attr("gmt"));z.includes("-")||P.includes("-")?(B=v(z)+Q,r=v(P)+Q):(B=E(z),r=E(P));D=b64d(D).split(",");x=a(this).attr("scheduling-type");var C=(new Date).getTime()+Q,F=new Date(C),J=F.getDay();z.includes("-")||P.includes("-")||(z=(new Date(F.getFullYear(),F.getMonth(),F.getDate())).getTime()+Q,C-=z,0>C&&(C+=864E5));0==J?J=6:J--;z=C>=B&&C<r&&D.includes(J.toString());switch(x){case "B":z=!z}z||(d=!1);F=F.toISOString().split(".")[0].replace("T",
" ");x=a(this).prevAll(".ai-debug-bar.ai-debug-scheduling");x.find(".ai-debug-name.ai-scheduling-info").text(F+" "+J+" current_time:"+Math.floor(C.toString()/1E3)+"  start_date:"+Math.floor(B/1E3).toString()+" ="+(C>=B).toString()+" end_date:"+Math.floor(r/1E3).toString()+" =:"+(C<r).toString()+" days:"+D.toString()+" =:"+D.includes(J.toString()).toString());x.find(".ai-debug-name.ai-scheduling-status").text(d?ai_front.visible:ai_front.hidden);d||0==U||(x.removeClass("ai-debug-scheduling").addClass("ai-debug-fallback"),
x.find(".ai-debug-name.ai-scheduling-status").text(ai_front.fallback+" = "+U))}if(h||!d&&N)return!0;a(this).css({visibility:"",position:"",width:"",height:"","z-index":""});d?(e.css({visibility:""}),e.hasClass("ai-remove-position")&&e.css({position:""}),"undefined"!=typeof a(this).data("code")&&(d=b64d(a(this).data("code")),0!=a(this).closest("head").length?(a(this).after(d),a(this).remove()):a(this).append(d),ai_process_element_lists(this))):f&&!z&&0!=U?(e.css({visibility:""}),e.hasClass("ai-remove-position")&&
e.css({position:""}),a(this).next(".ai-fallback").removeClass("ai-fallback"),"undefined"!=typeof a(this).data("fallback-code")?(d=b64d(a(this).data("fallback-code")),a(this).append(d),ai_process_element_lists(this)):(a(this).hide(),!e.find(".ai-debug-block").length&&e[0].hasAttribute("style")&&-1==e.attr("style").indexOf("height:")&&e.hide()),d=e.attr("data-ai"),"undefined"!==typeof d&&!1!==d&&(d=a(this).attr("fallback-tracking"),"undefined"!==typeof d&&!1!==d&&e.attr("data-ai-"+a(this).attr("fallback_level"),
d))):(a(this).hide(),e.length&&(e.removeAttr("data-ai").removeClass("ai-track"),e.find(".ai-debug-block").length?(e.css({visibility:""}).removeClass("ai-close"),e.hasClass("ai-remove-position")&&e.css({position:""})):e[0].hasAttribute("style")&&-1==e.attr("style").indexOf("height:")&&e.hide()));a(this).attr("data-code","");a(this).attr("data-fallback-code","");e.removeClass("ai-list-block")})}};a(document).ready(function(c){setTimeout(function(){ai_process_lists();setTimeout(function(){H();if("function"==
typeof ai_load_blocks){var l=function(G){"cmplzEnableScripts"!=G.type&&"all"!==G.consentLevel||ai_load_blocks()};jQuery(document).on("cmplzEnableScripts",l);jQuery(document).on("cmplz_event_marketing",l)}},50);jQuery(".ai-debug-page-type").dblclick(function(){jQuery("#ai-iab-tcf-status").text("CONSENT COOKIES");jQuery("#ai-iab-tcf-bar").show()});jQuery("#ai-iab-tcf-bar").click(function(){k("euconsent-v2");k("__lxG__consent__v2");k("__lxG__consent__v2_daisybit");k("__lxG__consent__v2_gdaisybit");k("CookieLawInfoConsent");
k("cookielawinfo-checkbox-advertisement");k("cookielawinfo-checkbox-analytics");k("cookielawinfo-checkbox-necessary");k("complianz_policy_id");k("complianz_consent_status");k("cmplz_marketing");k("cmplz_consent_status");k("cmplz_preferences");k("cmplz_statistics-anonymous");k("cmplz_choice");k("cmplz_banner-status");k("cmplz_functional");k("cmplz_policy_id");k("cmplz_statistics");k("moove_gdpr_popup");k("real_cookie_banner-blog:1-tcf");k("real_cookie_banner-blog:1");jQuery("#ai-iab-tcf-status").text("CONSENT COOKIES DELETED")})},
5)})});
function ai_process_element_lists(a){setTimeout(function(){"function"==typeof ai_process_rotations_in_element&&ai_process_rotations_in_element(a);"function"==typeof ai_process_lists&&ai_process_lists(jQuery(".ai-list-data",a));"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses(jQuery(".ai-ip-data",a));"function"==typeof ai_process_filter_hooks&&ai_process_filter_hooks(jQuery(".ai-filter-check",a));"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks(a);"function"==typeof ai_process_impressions&&
1==ai_tracking_finished&&ai_process_impressions();"function"==typeof ai_install_click_trackers&&1==ai_tracking_finished&&ai_install_click_trackers();"function"==typeof ai_install_close_buttons&&ai_install_close_buttons(document)},5)}
function getAllUrlParams(a){var n=a?a.split("?")[1]:window.location.search.slice(1);a={};if(n){n=n.split("#")[0];n=n.split("&");for(var E=0;E<n.length;E++){var v=n[E].split("="),H=void 0,w=v[0].replace(/\[\d*\]/,function(k){H=k.slice(1,-1);return""});v="undefined"===typeof v[1]?"":v[1];w=w.toLowerCase();v=v.toLowerCase();a[w]?("string"===typeof a[w]&&(a[w]=[a[w]]),"undefined"===typeof H?a[w].push(v):a[w][H]=v):a[w]=v}}return a};
ai_run_580720655828 = function(){
ai_document_write=document.write;document.write=function(a){"interactive"==document.readyState?(console.error("document.write called after page load: ",a),"undefined"!=typeof ai_js_errors&&ai_js_errors.push(["document.write called after page load",a,0])):ai_document_write.call(document,a)};
ai_insert ('before', 'div.lwptoc_i', b64d ('PGRpdiBjbGFzcz0nY29kZS1ibG9jayBjb2RlLWJsb2NrLTEnIHN0eWxlPSdtYXJnaW46IDhweCBhdXRvIDhweCAwOyB0ZXh0LWFsaWduOiBsZWZ0OyBkaXNwbGF5OiBibG9jazsgY2xlYXI6IGJvdGg7Jz4KPHRhYmxlIHN0eWxlPSJ3aWR0aDogMTAwJTsgYm9yZGVyLWNvbG9yOiByZ2JhKDMwLDExNSwxOTAsMC4yNSk7IGJveC1zaGFkb3c6IDVweCAxMHB4ICMwMDc5ZDE7IGJvcmRlci1zdHlsZTogZGFzaGVkOyIgYm9yZGVyPSI1Ij4KPHRib2R5Pgo8dHI+Cjx0ZCBzdHlsZT0id2lkdGg6IDEwMCU7IGJhY2tncm91bmQtY29sb3I6IHJnYmEoMzAsMTE1LDE5MCwwLjEwKTsiPgo8aDQgc3R5bGU9InRleHQtYWxpZ246IGxlZnQ7Ij5PbmUtdGltZSBzaWdudXAgYm9udXMgb3Bwb3J0dW5pdGllcyBleHBpcmluZyBzb29uOjwvaDQ+Ck5vdGUgZm9yIG91ciByZWFkZXJzOiBUbyBxdWFsaWZ5IGZvciB0aGVzZSBvbmUtdGltZSBwZXJrcywgeW91J2xsIGhhdmUgdG8gZm9sbG93IHNwZWNpZmljIGRldGFpbHMgZm9yIGVhY2ggYm9udXMuCjx1bD4KCSAgCTxsaT48c3Ryb25nPjxhIGhyZWY9Imh0dHBzOi8vd3d3Lm15bWlsbGVubmlhbGd1aWRlLmNvbS9hbGJlcnQiIHRhcmdldD0iX2JsYW5rIiByZWw9Im5vZm9sbG93IG5vb3BlbmVyIj5BbGJlcnQgKEVhc3kpPC9hPjo8L3N0cm9uZz4gQWxiZXJ0IGlzIGEgY2FzaCBhZHZhbmNlIGFwcCB0aGF0IGNhbiBzcG90IHlvdSBhcyBtdWNoIGFzICQyNTAgd2l0aCBubyBjcmVkaXQgY2hlY2ssIGludGVyZXN0LCBvciBsYXRlIGZlZXMuIEpvaW4gbm93IGFuZCAgPGEgaHJlZj0iaHR0cHM6Ly93d3cubXltaWxsZW5uaWFsZ3VpZGUuY29tL2FsYmVydCIgdGFyZ2V0PSJfYmxhbmsiIHJlbD0ibm9mb2xsb3cgbm9vcGVuZXIiPjxzdHJvbmc+Z2V0ICQxNTAgZnJlZTwvc3Bhbj48L3N0cm9uZz48L2E+LjwvbGk+CgkgIAkJIAkgIAkJICAJPGxpPjxhIGhyZWY9Imh0dHBzOi8vd3d3Lm15bWlsbGVubmlhbGd1aWRlLmNvbS9zb2xpdGFpcmVjdWJlIiB0YXJnZXQ9Il9ibGFuayIgcmVsPSJub2ZvbGxvdyBub29wZW5lciI+PHN0cm9uZz5Tb2xpdGFpcmUgQ3ViZSAoRnVuKTwvc3Ryb25nPjwvYT46IElmIHlvdSB3YW50IGEgc2ltcGxlIHdheSB0byBlYXJuIGV4dHJhIGNhc2ggb24gdGhlIHNpZGUgZnJvbSB5b3VyIHBob25lLCBsb29rIG5vIGZ1cnRoZXIgdGhhbiB0aGUgYmVzdCBzb2xpdGFpcmUgZ2FtZSB0aGF0IDxhIGhyZWY9Imh0dHBzOi8vd3d3Lm15bWlsbGVubmlhbGd1aWRlLmNvbS9zb2xpdGFpcmVjdWJlIiB0YXJnZXQ9Il9ibGFuayIgcmVsPSJub2ZvbGxvdyBub29wZW5lciI+PHN0cm9uZz5wYXlzIHJlYWwgbW9uZXk8L3N0cm9uZz48L2E+LjwvbGk+CgkgIAkJIAkgIAkJICAJPGxpPjxhIGhyZWY9Imh0dHBzOi8vd3d3Lm15bWlsbGVubmlhbGd1aWRlLmNvbS9ibGFja291dGJpbmdvIiB0YXJnZXQ9Il9ibGFuayIgcmVsPSJub2ZvbGxvdyBub29wZW5lciI+PHN0cm9uZz5CbGFja291dCBCaW5nbyAoRnVuKTwvc3Ryb25nPjwvYT46IFRoaXMgYXBwIGxldHMgeW91IHBsYXkgYmluZ28gZm9yIG1vbmV5IGFuZCBoYXMgb3ZlciA4MCwwMDAgcG9zaXRpdmUgcmV2aWV3cy4gSXQgaXMgYWJzb2x1dGVseSBmcmVlIHRvIHBsYXkgQmxhY2tvdXQgQmluZ28gYW5kIGVhcm4gcmVhbC13b3JsZCByZXdhcmRzIGFuZCBjYXNoIHByaXplcyB3aGVuIHlvdSA8YSBocmVmPSJodHRwczovL3d3dy5teW1pbGxlbm5pYWxndWlkZS5jb20vYmxhY2tvdXRiaW5nbyIgdGFyZ2V0PSJfYmxhbmsiIHJlbD0ibm9mb2xsb3cgbm9vcGVuZXIiPjxzdHJvbmc+ZG93bmxvYWQgdGhyb3VnaCBoZXJlPC9zdHJvbmc+PC9hPi48L2xpPgo8L3RkPgo8L3RyPgo8L3Rib2R5Pgo8L3RhYmxlPjwvZGl2Pgo='));
};
if (document.readyState === 'complete' || (document.readyState !== 'loading' && !document.documentElement.doScroll)) ai_run_580720655828 (); else document.addEventListener ('DOMContentLoaded', ai_run_580720655828);
ai_js_code = true;}
function ai_wait_for_jquery(){function b(f,c){var a=document.createElement("script");a.src=f;var d=document.getElementsByTagName("head")[0],e=!1;a.onload=a.onreadystatechange=function(){e||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(e=!0,c&&c(),a.onload=a.onreadystatechange=null,d.removeChild(a))};d.appendChild(a)}window.jQuery&&window.jQuery.fn?ai_run_scripts():(ai_jquery_waiting_counter++,4==ai_jquery_waiting_counter&&b("https://www.mymillennialguide.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.1",function(){b("https://www.mymillennialguide.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=6.1.1",
null)}),30>ai_jquery_waiting_counter&&setTimeout(function(){ai_wait_for_jquery()},50))}ai_jquery_waiting_counter=0;ai_wait_for_jquery();

</script>
<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.mymillennialguide.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script>
<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>
