(window.webpackJsonp=window.webpackJsonp||[]).push([[53,105],{1110:function(e,t,n){"use strict";n(975)},1111:function(e,t,n){var r=n(81),o=n(172),c=n(1112),l=n(453),d=r(!1),m=o(c),h=o(l);d.push([e.i,".component-social-share-mobile-icons {\n width: 100%;\n overflow: hidden;\n}\n.component-social-share-mobile-icons .social-share--wrapper {\n position: fixed;\n top: 0;\n left: 100%;\n z-index: 1000005;\n width: 100%;\n transition: transform 0.5s;\n background: #fff;\n display: flex;\n align-items: center;\n height: 50px;\n}\n@media (min-width: 768px) {\n.component-social-share-mobile-icons .social-share--wrapper {\n top: 4px;\n}\n}\n.component-social-share-mobile-icons .social-share--wrapper.sticky {\n transform: translateX(-100vw);\n}\n.component-social-share-mobile-icons .social-share--wrapper .back-arrow-container {\n position: absolute;\n width: 13px;\n height: 20px;\n z-index: 9999;\n top: 15px;\n left: 15px;\n}\n.component-social-share-mobile-icons .social-share--wrapper .back-arrow-container .back-arrow--link {\n display: block;\n}\n.component-social-share-mobile-icons .social-share--wrapper .back-arrow-container .back-arrow--link .back-arrow--image {\n width: 20px;\n height: 20px;\n background-image: url("+m+");\n background-repeat: no-repeat;\n background-size: 20px 20px;\n}\n.component-social-share-mobile-icons .social-share--wrapper .social-action {\n z-index: 2;\n color: #444b51;\n padding: 0;\n font-family: 'ProximaNovaSemiBold', Arial, sans-serif;\n font-size: 16px;\n position: absolute;\n right: 209px;\n}\n.component-social-share-mobile-icons .social-share--wrapper .social-share-icons__item.social-share-icons__item--email .envelope-white {\n background-image: url("+h+");\n}\n",""]),e.exports=d},1112:function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAJ1BMVEUAAABHTk5ESlFETFFFTVFFS1FESlBES1FVVVVGTU1ETFBES1EAAACWMe0nAAAAC3RSTlMAJLnYP+N/sQYhokbsV9kAAAABYktHRACIBR1IAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4gMOFwsNtAsNSQAAADxJREFUGNNjYIAARmUHBjgQ3a0AZzNG705AktjegCRRQSUJTmQJLiQJVA6KMhQDUI2mklQCshQiQCBBBQBEaiZPXpQtRwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOC0wMy0xNFQyMzoxMToxMyswMTowMATtGVkAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTgtMDMtMTRUMjM6MTE6MTMrMDE6MDB1sKHlAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg=="},1216:function(e,t,n){var content=n(1381);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,n(82).default)("6cdcf6e9",content,!0,{sourceMap:!1})},1339:function(e,t,n){"use strict";n.r(t);n(21),n(24),n(19),n(5),n(40),n(15),n(41);var r=n(12),o=(n(170),n(0)),c=n(107),l=n(83);function d(object,e){var t=Object.keys(object);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(object);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(object,e).enumerable}))),t.push.apply(t,n)}return t}function m(e){for(var i=1;ithis.threshold}}},f=(n(1110),n(39)),component=Object(f.a)(h,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"component-social-share-mobile-icons"},[n("div",{staticClass:"social-share--wrapper",class:{sticky:e.pastThreshold,"social-share-hidden":e.socialShareHidden}},[e._m(0),e._v(" "),n("span",{staticClass:"social-action"},[e._v("Share")]),e._v(" "),n("social-share-icons",{class:"is-sticky",attrs:{article:e.article}})],1)])}),[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"back-arrow-container"},[t("a",{staticClass:"back-arrow__link",attrs:{href:"/","data-event":"back nav","aria-label":"back nav arrow"}},[t("div",{staticClass:"back-arrow__image"})])])}],!1,null,null,null);t.default=component.exports;installComponents(component,{SocialShareIcons:n(956).default})},1340:function(e,t,n){"use strict";n.r(t);var r=n(8),o=(n(170),n(107)),c={name:"ArticleInfiniteScroll",props:{articles:{type:Array,default:function(){return[]}},handler:{type:Function,default:function(){return!1}},shouldHandle:{type:Function,default:function(){return!1}},threshold:{type:Function,default:function(){return!1}},throttle:{type:Number,default:200},scrollContainer:{type:null,default:function(){return{addEventListener:function(){}}}}},computed:{getWindow:function(){return"object"===("undefined"==typeof window?"undefined":Object(r.a)(window))?window:{}}},mounted:function(){this.createScrollHandler()},beforeDestroy:function(){this.scrollContainer.removeEventListener("scroll",this.check)},methods:{createScrollHandler:function(){this.check=Object(o.a)(this.execute,this.throttle),this.scrollContainer.addEventListener("scroll",this.check)},execute:function(){this.threshold()&&this.shouldHandle()&&this.handler()},getSlug:function(e){return this.articles[e]?this.articles[e].slug:""},getTitle:function(e){return this.articles[e]?this.articles[e].title:""}}},l=n(39),component=Object(l.a)(c,(function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"component-infinite-scroll"},[e._l(e.articles,(function(article,t){return e._t("article",null,{body:article,index:t})}))],2)}),[],!1,null,null,null);t.default=component.exports},1380:function(e,t,n){"use strict";n(1216)},1381:function(e,t,n){var r=n(81),o=n(172),c=n(1382),l=r(!1),d=o(c);l.push([e.i,"#app {\n background-color: #fff;\n}\n#app .site-main .view {\n width: 100%;\n max-width: 1440px;\n margin: 0 auto;\n background-color: #fff;\n}\n.view-article .preview-disabled {\n text-align: center;\n padding-top: 200px;\n}\n@media (min-width: 768px) {\n.view-article .preview-disabled {\n padding-top: 300px;\n}\n}\n.view-article .infinite-scroll-container {\n position: relative;\n}\n.view-article .infinite-scroll-container .article-divider {\n position: relative;\n width: 100%;\n height: 33px;\n margin: 50px 0 30px;\n overflow: hidden;\n background-repeat: no-repeat;\n}\n@media (min-width: 768px) {\n.view-article .infinite-scroll-container .article-divider {\n height: 50px;\n margin: 40px 0;\n background-size: 50px 50px;\n}\n}\n.view-article .infinite-scroll-container .article-divider::before,\n.view-article .infinite-scroll-container .article-divider::after {\n position: relative;\n top: 8px;\n display: inline-block;\n width: 50%;\n height: 1px;\n vertical-align: middle;\n content: '';\n}\n@media (min-width: 768px) {\n.view-article .infinite-scroll-container .article-divider::before,\n .view-article .infinite-scroll-container .article-divider::after {\n top: 15px;\n}\n}\n.view-article .infinite-scroll-container .article-divider::before {\n right: 45px;\n margin-left: 0;\n}\n.view-article .infinite-scroll-container .article-divider::after {\n left: 45px;\n margin-right: -50%;\n}\n.view-article .infinite-scroll-container .article-wrapper .inner {\n display: inline-block;\n overflow: initial;\n width: 100%;\n}\n@media (min-width: 768px) {\n.view-article .infinite-scroll-container .article-wrapper .inner {\n display: initial;\n width: initial;\n overflow: visible;\n}\n}\n@media (min-width: 1020px) {\n.view-article .infinite-scroll-container .article-wrapper .inner {\n width: 100%;\n}\n}\nbody #app.default-component--article-legacy,\nbody #app.default-component--article {\n background-color: #fff;\n}\nbody #app.default-component--article-legacy .site-header .inner .menu-items .menu-items__item.menu-items__item--hamburger,\nbody #app.default-component--article .site-header .inner .menu-items .menu-items__item.menu-items__item--hamburger {\n display: none;\n}\nbody #app.default-component--article-legacy .site-header .inner .menu-items .menu-items__item.menu-items__item--back-arrow,\nbody #app.default-component--article .site-header .inner .menu-items .menu-items__item.menu-items__item--back-arrow {\n display: block;\n padding: 15px 15px 15px 5px;\n}\n@media (min-width: 768px) {\nbody #app.default-component--article-legacy .site-header .inner .menu-items .menu-items__item.menu-items__item--back-arrow,\n body #app.default-component--article .site-header .inner .menu-items .menu-items__item.menu-items__item--back-arrow {\n display: none;\n}\n}\nbody #app.default-component--article-legacy .site-header .inner .menu-items .menu-items__item.menu-items__item--back-arrow .back-arrow--image,\nbody #app.default-component--article .site-header .inner .menu-items .menu-items__item.menu-items__item--back-arrow .back-arrow--image {\n width: 20px;\n height: 20px;\n background-image: url("+d+");\n background-repeat: no-repeat;\n background-size: 20px 20px;\n}\nbody #app .site-main .view.view-article {\n max-width: inherit;\n padding-top: 0;\n background-color: inherit;\n}\nbody #app .site-main .view.view-article.view-article--is404 {\n max-width: 1440px;\n}\n.view-article .component-infinite-scroll .infinite-scroll-article-wrapper .article-divider {\n display: none;\n}\n@media (min-width: 768px) {\n.view-article .article-container {\n margin: 0 auto;\n background-color: #fff;\n}\n}\n.view-article .article-container .article-wrapper .inner {\n display: inline-block;\n overflow: initial;\n width: 100%;\n}\n@media (min-width: 768px) {\n.view-article .article-container .article-wrapper .inner {\n display: initial;\n width: initial;\n overflow: visible;\n}\n}\n@media (min-width: 1020px) {\n.view-article .article-container .article-wrapper .inner {\n width: 100%;\n}\n}\n.view-article .article-header {\n padding: 10px 20px 20px;\n background-color: #f8f8f8;\n}\n@media (min-width: 768px) {\n.view-article .article-header {\n padding: 0 20px 20px 0;\n margin-bottom: 10px;\n background-color: inherit;\n}\n}\n.view-article .article-header .article-title {\n font-family: \"CaladeaBold\", Georgia, serif;\n font-size: 25px;\n line-height: 30px;\n color: #444b51;\n}\n@media (min-width: 768px) {\n.view-article .article-header .article-title {\n width: 80%;\n margin-top: 5px;\n margin-bottom: 5px;\n font-size: 30px;\n line-height: 38px;\n text-align: left;\n}\n}\n.view-article .component-article-section-opar {\n display: none;\n}\n@media (min-width: 768px) {\n.view-article .component-article-section-opar {\n display: block;\n}\n}\n.view-article .component-article-section-opar .FLC::after {\n content: none !important;\n}\n.view-article .component-article-section-opar .RelatedContent .headline2 {\n margin-bottom: 10px;\n font-family: 'ProximaNovaSemiBold', Arial, sans-serif;\n font-size: 21px;\n line-height: 24px;\n}\n.view-article .component-article-section-opar .RelatedContent .people-reading {\n display: flex;\n justify-content: space-between;\n flex-wrap: wrap;\n margin-left: 0;\n padding: 10px;\n list-style: none;\n border: 1px solid #e6e6e6;\n}\n.view-article .component-article-section-opar .RelatedContent .people-reading .item {\n display: flex;\n justify-content: space-between;\n width: 100%;\n font-size: 16px;\n margin-bottom: 10px;\n font-family: 'ProximaNovaRegular', Arial, sans-serif;\n}\n@media (min-width: 991px) {\n.view-article .component-article-section-opar .RelatedContent .people-reading .item {\n width: calc(50% - 10px);\n margin-bottom: 0;\n}\n}\n.view-article .component-article-section-opar .RelatedContent .people-reading .item:last-child {\n margin-bottom: 0;\n}\n.view-article .component-article-section-opar .RelatedContent .people-reading .item a:first-child {\n width: 105px;\n margin-right: 10px;\n}\n.view-article .component-article-section-opar .RelatedContent .people-reading .item a:first-child img {\n vertical-align: top;\n}\n.view-article .component-article-section-opar .RelatedContent .people-reading .item .title {\n width: 100%;\n word-wrap: break-word;\n font-size: 16px;\n color: #444b51;\n}\n",""]),e.exports=l},1382:function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfiAw8DDgQTMy1hAAAAWUlEQVQ4y+2UqxHAMAxD1WCP1AU6cc84GSn8FfYDcgK5ogj6pGcRWxqKIElCnggqAHnPysiuU7vJftChGpWWfZJdIh17MUjTKq3I3xHvpreuQ81iv7Z83swF3p/l0vDO0H4AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMDMtMTVUMDM6MTQ6MDQrMDE6MDCkz7kxAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE4LTAzLTE1VDAzOjE0OjA0KzAxOjAw1ZIBjQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII="},1780:function(e,t,n){"use strict";n.r(t);n(21),n(24),n(19),n(40),n(41);var r=n(8),o=n(12),c=n(47),l=n(14),d=n(11),m=(n(55),n(5),n(23),n(173),n(36),n(174),n(175),n(176),n(177),n(178),n(179),n(180),n(181),n(182),n(183),n(184),n(185),n(186),n(187),n(188),n(189),n(30),n(61),n(62),n(28),n(46),n(15),n(237),n(13)),h=n.n(m),f=n(0),w=n(1661),A=n(83),v=n(1658),_=n(762),y=n(118),x=n(117);function O(object,e){var t=Object.keys(object);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(object);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(object,e).enumerable}))),t.push.apply(t,n)}return t}var j=function(e){var t=e.customerId,n=e.overrides,r=void 0===n?{}:n;Sailthru.init(function(e){for(var i=1;i399},mobileSocialSharesEnabled:function(){return Object(f.a)(this,"$config.article.mobileSocialSharesEnabled",!1)},isArticleEmpty:function(){return 0===Object(f.a)(this,"articles[0].slug","").length},isSlideshowVisible:function(){return Object(f.a)(this,"$store.state.slideshow.isVisible",!1)},infiniteScrollArticles:function(){return Object(f.a)(this,"$store.state.article.infiniteScrollArticles",[]).slice(0,7)},showArticleDate:function(){return Object(f.a)(this,"articles[0].showDateOnArticle",!1)},getWindow:function(){return"object"===("undefined"==typeof window?"undefined":Object(r.a)(window))?window:{}},currentInfiniteArticlesSlug:function(){var e,t=D.extend("currentInfiniteArticlesSlug");return t("this.currentArticleIndex: ".concat(this.currentArticleIndex)),t("this.infiniteScrollArticles?.length: ".concat(null===(e=this.infiniteScrollArticles)||void 0===e?void 0:e.length)),Object(f.a)(this,"infiniteScrollArticles.".concat(this.currentArticleIndex,".slug"),!1)},siteLabel:function(){return Object(f.a)(this,"$config.site.label","")},gtmData:function(){var article=Object(f.a)(this,"articles[0]",{});return Object(x.a)(article,{scroll:0})},parselyScript:function(){return Object(f.a)(this,"$store.state.config.parsely.source","")}}),watch:{hasMoreArticles:function(e){this.$store.commit("article/SET_ARTICLE_FOOTER_VISIBILITY",!e)}},beforeMount:function(){var e=this;Object(f.a)(window,"dfpOptions.infiniteScroll.hasFetchedDFP",!1)?this.$store.commit("article/SET_DFP_ARTICLES",{slugs:window.dfpOptions.infiniteScroll.slugs}):window.addDfpInfiniteScrollArticles=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];e.$store.commit("article/SET_DFP_ARTICLES",{slugs:t}),e.enableInfiniteScroll=!0}},mounted:function(){var e=this;return Object(d.a)(regeneratorRuntime.mark((function t(){var n,r,o,c,l,d,m,h;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(r=D.extend("mounted"),!e.inStorybook){t.next=9;break}return o={pathMatch:"13769676",articleSlug:"why-do-cats-like-string"},c={},l=function(){},d=function(){},e.$store.dispatch("nuxtServerInit",{$config:e.$config,storybook:!0}),t.next=9,P({store:e.$store,params:o,route:c,redirect:l,error:d});case 9:if(e.shouldInfiniteScroll(),window.injectAdScript=e.injectAdScript,!e.hasError404){t.next=13;break}return t.abrupt("return");case 13:m=!(!Array.isArray(e.infiniteScrollArticles)||null===(n=e.infiniteScrollArticles)||void 0===n||!n.length),r("hasInfiniteScrollArticles: ".concat(m)),h=e.enableInfiniteScroll&&!m,r("fetchInfiniteScroll: ".concat(h)),h?(r("Running dispatch..."),e.$store.dispatch("article/FETCH_INFINITE_SCROLL_ARTICLES",{article:Object(f.a)(e,"articles[0]",{})},{root:!0})):m&&(r("Running commit..."),e.$store.commit("article/SET_INFINITE_SCROLL_ARTICLES",{articles:e.infiniteScrollArticles},{root:!0})),e.getIsMobile&&e.$inViewport.start({element:window,scrollTimeout:500});case 19:case"end":return t.stop()}}),t)})))()},methods:{shouldInfiniteScroll:function(){var e=this.getFormat(Object(f.a)(this,"articles[0]",{})),t=document.referrer.includes("m.facebook.com")&&this.getIsMobile,n=["slideshow","topic","sub_topic"].includes(e),r=Object(f.a)(this,"$config.configurableArticle.disableInfiniteScroll",!1);(t||n||r)&&(this.enableInfiniteScroll=!1,this.hasMoreArticles=!1)},getBreadcrumbs:function(article){var e=[],t=Object(f.a)(article,"category.slug",""),n=Object(f.a)(article,"subcategory.slug",""),r=Object(f.a)(article,"subsubcategory.slug",""),o=Object(f.a)(this,"$config.configurableArticle.nestedSubCategoryUrls",!1),c=Object(f.a)(this,"$config.addTrailingSlash",!1)?"/":"",l=Object(f.a)(this,"$config.includeCatWordInBreadcrumbsLink",!1);if(o&&n&&(n="".concat(t,"/").concat(n).concat(c),r&&(r="".concat(t,"/").concat(n,"/").concat(r).concat(c))),t){var d=l?"/cat":"";e.push({url:"".concat(d,"/").concat(t).concat(c),label:Object(f.a)(article,"category.name","")})}if(n){var m=l?"/scat":"";e.push({url:"".concat(m,"/").concat(n).concat(c),label:Object(f.a)(article,"subcategory.name","")})}if(r){var h=l?"/sscat":"";e.push({url:"".concat(h,"/").concat(r).concat(c),label:Object(f.a)(article,"subsubcategory.name","")})}return e},getBreadcrumbLinks:function(article){var e=[];return Object.entries({category:"cat",subcategory:"scat",subsubcategory:"sscat"}).forEach((function(t){var n=Object(l.a)(t,2),r=n[0],o=n[1],c=Object(f.a)(article,"".concat(r,".name"),""),d=Object(f.a)(article,"".concat(r,".slug"),"");c&&d&&e.push({url:"/".concat(o,"/").concat(d,"/"),label:c})})),e},getFormat:function(article){return Object(f.a)(article,"format","").toLowerCase()},getLatestArticle:function(){return"object"!==("undefined"==typeof window?"undefined":Object(r.a)(window))?Object(f.a)(this,"articles[0]",{}):Object(f.a)(this,"articles[".concat(this.getLatestLoadedArticleIndex(),"]"),{})},getLatestLoadedArticleIndex:function(){return Object(f.a)(this,"articles",[]).length-1},getSlug:function(article){return Object(f.a)(article,"slug","")},hasPastLowerThreshold:function(){var e=this.getLatestLoadedArticleIndex(),t=this.$refs["article-".concat(e)];return window.pageYOffset+window.innerHeight>=.9*t.offsetHeight+t.offsetTop},injectAdScript:function(e,html){var t=function(e){var t=document.querySelector(e),div=document.createElement("div");div.innerHTML=html,t&&t.after(div)};Array.isArray(e)?e.forEach((function(e){t(e)})):"string"==typeof e&&t(e)},loadNextArticle:function(){var e,t,n=this,r=D.extend("loadNextArticle()");this.isLoadingArticles=!0,this.callBrandMetrics=!1;var o=0===(null===(e=this.infiniteScrollArticles)||void 0===e?void 0:e.length),c=(null===(t=this.infiniteScrollArticles)||void 0===t?void 0:t.length)-1,l=this.currentArticleIndex>c,d=o||l;return r("infiniteArticlesEmpty: ".concat(o)),r("lastArticleIndex: ".concat(c)),r("isAtFinalIndex: ".concat(l)),r("skip: ".concat(d)),d?(this.hasMoreArticles=!1,void(this.isLoadingArticles=!1)):this.currentInfiniteArticlesSlug?(r("calling FETCH_ARTICLE_AND_RCP"),r("this.currentInfiniteArticlesSlug: ".concat(this.currentInfiniteArticlesSlug)),r("this.currentArticleIndex: ".concat(this.currentArticleIndex)),Promise.all([this.$store.dispatch("article/FETCH_ARTICLE_AND_RCP",{slug:this.currentInfiniteArticlesSlug,index:this.currentArticleIndex}).then((function(){r("FETCH_ARTICLE_AND_RCP was successful"),S({slug:n.currentInfiniteArticlesSlug}),n.isLoadingArticles=!1,n.currentArticleIndex++})).catch((function(){r("FETCH_ARTICLE_AND_RCP had an error"),n.isLoadingArticles=!1,n.currentArticleIndex++,n.loadNextArticle()}))])):void 0},shouldHandle:function(){return!this.isLoadingArticles&&this.enableInfiniteScroll}}},B=F,N=(n(1380),n(39)),component=Object(N.a)(B,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"view-article"},[e.hasError404&&e.isArticleEmpty?n("error-404"):e.clientPreviewDisabled?n("div",{staticClass:"preview-disabled"},[e._v("\n This preview is currently disabled.\n ")]):n("div",{staticClass:"article-container"},[e.mobileSocialSharesEnabled?n("social-share-mobile-icons",{attrs:{article:e.getLatestArticle()}}):e._e(),e._v(" "),n("div",{staticClass:"infinite-scroll-container"},[n("article-infinite-scroll",{attrs:{handler:e.loadNextArticle,threshold:e.hasPastLowerThreshold,throttle:200,"should-handle":e.shouldHandle,"scroll-container":e.getWindow,articles:e.articles},scopedSlots:e._u([{key:"article",fn:function(article){return[n("div",{ref:"article-"+article.index,staticClass:"infinite-scroll-article-wrapper"},[article.index>0?n("div",{staticClass:"article-divider"}):e._e(),e._v(" "),"premium_article"===article.body.format?n("lazy-article-template-premium",{class:e.getFormat(article.body),attrs:{article:article.body,index:article.index}}):"topic"===article.body.format?n("lazy-article-template-topic-hub",{class:e.getFormat(article.body),attrs:{article:article.body,index:article.index,breadcrumbs:e.getBreadcrumbLinks(article.body)}}):"sub_topic"===article.body.format?n("lazy-article-template-subtopic-hub",{class:e.getFormat(article.body),attrs:{article:article.body,index:article.index,breadcrumbs:e.getBreadcrumbLinks(article.body)}}):n("lazy-article-template-configurable",{attrs:{article:article.body,index:article.index,breadcrumbs:e.getBreadcrumbs(article.body),"use-config-col-width-value":!1}})],1),e._v(" "),e.callBrandMetrics?n("div",{attrs:{id:"brandmetrics1-1","data-ad-pathmobile":e.adPathMobile,"data-ad-pathdesktop":e.adPathDesktop,"data-ad-batch":"1","data-ad-type":"gpt","data-ad-breakpoint":"small,medium,large","data-ad-outofpage":"true","data-ad-refresh":"false","data-ad-sizes":"[[1, 1]]"}}):e._e()]}}])})],1),e._v(" "),e.isSlideshowVisible?n("lazy-article-lightbox-slideshow"):e._e()],1)],1)}),[],!1,null,null,null);t.default=component.exports;installComponents(component,{SocialShareMobileIcons:n(1339).default,ArticleInfiniteScroll:n(1340).default})},751:function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));n(23);function r(e){return"\n function initGTMOnEvent(event) {\n initGTM();\n event.currentTarget.removeEventListener(event.type, initGTMOnEvent);\n }\n \n function initGTM() { \n if (window.gtmDidInit) {\n return false;\n }\n window.gtmDidInit = true;\n \n \n if (!window.lg.gtmId) {\n console.error('GTM ID is not defined')\n }\n \n function pushNetworkInfo(obj) {\n window.dataLayer.push({\n gtmLoadTime: obj.gtmLoadTime,\n gtmSpeed: obj.gtmSpeed,\n })\n }\n \n if (window.lg.gtmData) {\n window.lg.speedTracking = {\n gtmLoadTime: null,\n gtmSpeed: null,\n }\n \n window.lg.utils.meta = window.lg.utils.getUserMetaData()\n \n Object.keys(window.lg.utils.meta).forEach(function (key) {\n const value = window.lg.utils.meta[key]\n window.lg.gtmData[key] = value\n })\n \n // when gtm loads, it will fire whatever is in dataLayer\n window.dataLayer.push(window.lg.gtmData)\n \n const gtmSpeedRanges = [\n [500, '0-500'],\n [1000, '501-1000'],\n [1500, '1001-1500'],\n [2000, '1501-2000'],\n [2500, '2001-2500'],\n [Infinity, '2500-'],\n ]\n \n // Load GTM as speed detection\n ;(function (w, d, s, l, i) {\n \n // disable gtm script load if query param exists\n const searchParams = new URLSearchParams(window.location.search)\n const gtm = searchParams.get('gtm')\n if (gtm == 'false') {\n return\n }\n \n let timeStart\n let timeDiff\n const randomQuery = Date.now() + (Math.random() * 1e8).toFixed()\n \n w[l] = w[l] || []\n w[l].push({\n 'gtm.start': new Date().getTime(),\n event: 'gtm.js',\n })\n \n const f = d.getElementsByTagName(s)[0]\n const j = d.createElement(s)\n const dl = l != 'dataLayer' ? `&l=${l}` : ''\n j.async = true\n j.src = `https://www.googletagmanager.com/gtm.js?id=${i}${dl}&rand=${randomQuery}`\n \n j.onload = function (evt) {\n let gtmSpeed\n // for some reason this is 2 ~ 4 times larger than Chrome's network activity timing\n // this fires after execution\n timeDiff = Math.round(performance.now() - timeStart)\n \n // todo: move functionality out of this method\n for (let i = 0; i < gtmSpeedRanges.length; i++) {\n const item = gtmSpeedRanges[i]\n if (timeDiff < item[0]) {\n gtmSpeed = item[1]\n break\n }\n }\n \n window.lg.speedTracking.gtmLoadTime = parseInt(timeDiff, 10)\n window.lg.speedTracking.gtmSpeed = gtmSpeed\n pushNetworkInfo(window.lg.speedTracking)\n }\n \n j.onerror = function () {\n pushNetworkInfo(window.lg.speedTracking)\n }\n \n f.parentNode.insertBefore(j, f)\n timeStart = performance.now()\n })(window, document, 'script', 'dataLayer', window.lg.gtmId) // the id should be dynamically injected when moved to Fundation\n }\n }\n\n // fallback pages can already have DOMContentLoaded fired when this code is executed\n if (document.readyState === 'loading') {\n document.addEventListener(\"DOMContentLoaded\", () => {\n ".concat(e.enableGtmScriptDelay," ? setTimeout(initGTM, ").concat(e.maxGtmScriptDelay,") : initGTM()\n });\n } else {\n ").concat(e.enableGtmScriptDelay," ? setTimeout(initGTM, ").concat(e.maxGtmScriptDelay,') : initGTM()\n };\n document.addEventListener("scroll", initGTMOnEvent);\n document.addEventListener("mousemove", initGTMOnEvent);\n document.addEventListener("touchstart", initGTMOnEvent);\n \n ')}},752:function(e,t,n){"use strict";n(23);t.a=function(e){return function(t){return"\n ((onceName) => {\n if (window._bedrock && window._bedrock[onceName]) {\n return\n } else if (!window._bedrock) {\n window._bedrock = {}\n }\n\n ".concat(t,'\n\n window._bedrock[onceName] = true\n })("').concat(e,'")\n ')}}},800:function(e,t,n){var content=n(898);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,n(82).default)("e006f098",content,!0,{sourceMap:!1})},897:function(e,t,n){"use strict";n(800)},898:function(e,t,n){var r=n(81)(!1);r.push([e.i,'.component-social-shares {\n position: absolute;\n min-height: 40px;\n width: 100%;\n left: 0;\n}\n.component-social-shares.fade-out .social-share-icons {\n opacity: 0;\n transition: opacity 0.5s;\n}\n.component-social-shares.is-sticky .social-share-icons {\n opacity: 1;\n padding: 10px 0;\n}\n@media (min-width: 768px) {\n.component-social-shares {\n margin-bottom: 10px;\n position: relative;\n}\n}\n.component-social-shares .social-share-icons {\n background-color: #FFF;\n border-bottom: 1px solid #DADADA;\n border-top: 1px solid #DADADA;\n padding: 5px 0;\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n}\n@media (min-width: 768px) {\n.component-social-shares .social-share-icons {\n justify-content: flex-start;\n margin-bottom: 10px;\n border: none;\n text-align: left;\n background-color: inherit;\n padding: 0;\n}\n}\n.component-social-shares .social-share-icons .social-share-icons__item {\n height: 30px;\n width: 30px;\n display: inline-block;\n margin: 0 6px;\n text-align: center;\n vertical-align: top;\n transition: background-color 0.5s;\n border-radius: 50%;\n}\n@media (min-width: 768px) {\n.component-social-shares .social-share-icons .social-share-icons__item {\n height: 40px;\n width: 40px;\n}\n}\n.component-social-shares .social-share-icons .social-share-icons__item .svg {\n display: inline-block;\n text-align: center;\n margin-top: 7px;\n}\n@media (min-width: 768px) {\n.component-social-shares .social-share-icons .social-share-icons__item .svg {\n margin-top: 12px;\n}\n}\n.component-social-shares .social-share-icons .social-share-icons__item .svg.svg--facebook {\n width: 9px;\n height: 19px;\n}\n.component-social-shares .social-share-icons .social-share-icons__item .svg.svg--twitter {\n width: 17px;\n height: 15px;\n}\n.component-social-shares .social-share-icons .social-share-icons__item .svg.svg--pinterest {\n width: 15px;\n height: 19px;\n}\n.component-social-shares .social-share-icons .social-share-icons__item .svg.svg--envelope {\n width: 19px;\n height: 13px;\n margin-top: 8px;\n}\n@media (min-width: 768px) {\n.component-social-shares .social-share-icons .social-share-icons__item .svg.svg--envelope {\n margin-top: 14px;\n}\n}\n.component-social-shares .social-share-icons .social-share-icons__item .svg.svg--google {\n margin-top: 6px;\n width: 18px;\n height: 18px;\n}\n.component-social-shares .social-share-icons .social-share-icons__item .action {\n display: none;\n}\n@media (min-width: 768px) {\n.component-social-shares .social-share-icons .social-share-icons__item .action {\n display: block;\n color: #878586;\n font-size: 11px;\n font-family: "ProximaNovaRegular", Arial, sans-serif;\n line-height: 24px;\n}\n}\n.component-social-shares .social-share-icons .social-share-icons__item.social-share-icons__item--facebook {\n background-color: #4c5da5;\n order: 2;\n margin: 0 3px;\n}\n@media (min-width: 768px) {\n.component-social-shares .social-share-icons .social-share-icons__item.social-share-icons__item--facebook {\n margin: 0 7px;\n}\n}\n.component-social-shares .social-share-icons .social-share-icons__item.social-share-icons__item--twitter {\n background-color: #55acee;\n order: 3;\n margin: 0 3px;\n}\n@media (min-width: 768px) {\n.component-social-shares .social-share-icons .social-share-icons__item.social-share-icons__item--twitter {\n margin: 0 7px;\n}\n}\n.component-social-shares .social-share-icons .social-share-icons__item.social-share-icons__item--pinterest {\n background-color: #c81b2b;\n margin-left: 0;\n order: 1;\n}\n.component-social-shares .social-share-icons .social-share-icons__item.social-share-icons__item--email {\n background-color: #b6b5b5;\n order: 5;\n margin-right: 15px;\n}\n@media (min-width: 768px) {\n.component-social-shares .social-share-icons .social-share-icons__item.social-share-icons__item--email {\n margin-right: 0;\n}\n}\n.component-social-shares .social-share-icons .social-share-icons__item.social-share-icons__item--google {\n background-color: #d34b32;\n order: 4;\n margin: 0 3px;\n}\n@media (min-width: 768px) {\n.component-social-shares .social-share-icons .social-share-icons__item.social-share-icons__item--google {\n margin: 0 7px;\n}\n}\n',""]),e.exports=r},956:function(e,t,n){"use strict";n.r(t);n(23),n(28),n(46);var r=n(0),o=n(750),c={name:"SocialShares",props:{article:{type:Object,default:function(){return{}}},gtmInfo:{type:String,default:""},hasActionTitles:{type:Boolean,default:!1},iconColor:{type:String,default:"white"}},computed:{configTitle:function(){return Object(r.a)(this,"$config.site.title","")},domain:function(){return Object(r.a)(this,"$config.site.domain","")},emailHref:function(){var summary=Object(r.a)(this,"article.summary","");return"mailto:?subject=".concat(this.urlReadyArticleTitle,"%20%7C%20").concat(this.configTitle,"&body=").concat(summary,"%0D%0A%0D%0ACheck%20it%20out:%20").concat(this.domain).concat(this.slug,"?utm_source=DesktopEmailShare%26utm_medium=email")},facebookHref:function(){return"http://www.facebook.com/share.php?u=".concat(this.domain).concat(this.slug,"&title=").concat(this.urlReadyArticleTitle,"%20%7C%20").concat(this.configTitle)},flipboardHref:function(){return"https://share.flipboard.com/bookmarklet/popout?v=2&title=".concat(this.urlReadyArticleTitle,"&url=").concat(this.domain).concat(this.slug,"&utm_campaign=tools&utm_medium=article-share&utm_source=").concat(this.domain)},googleHref:function(){return"https://plus.google.com/share?url=".concat(this.domaim).concat(this.slug)},iconsToShow:function(){return Object(r.a)(this,"$config.configurableArticle.socialShareIcons",["facebook","pintrest","email","twitter","google"])},pintrestHref:function(){var image=Object(r.a)(this,"article.image.url","");return"http://pinterest.com/pin/create/bookmarklet/?media=".concat(image,"&url=").concat(this.domain).concat(this.slug,"&is_video=false&description=").concat(this.urlReadyArticleTitle,"%20%7C%20").concat(this.configTitle)},twitterHref:function(){return"//twitter.com/share?url=".concat(this.domain).concat(this.slug,"&text=").concat(this.urlReadyArticleTitle)},slug:function(){return Object(r.a)(this,"article.slug","")},urlReadyArticleTitle:function(){return encodeURIComponent(Object(r.a)(this,"article.title",""))},getArticleId:function(){return Object(r.a)(this,"article.id","")},getIsLoggedIn:function(){return Object(r.a)(this,"$store.state.user.me.name","")},getFavoritedArticleIds:function(){return Object(r.a)(this,"$store.state.user.me.favoritedArticleIds",{})},getIsFavorited:function(){if(!1!==this.getFavoritedArticleIds)return this.getFavoritedArticleIds[this.getArticleId]},dataEvent:function(){return this.getIsFavorited?"article unsave":"article save attempt"}},methods:{pinterestHandler:function(){(new o.a)({src:"https://assets.pinterest.com/js/pinit_main.js"}).then((function(){window.PinUtils&&window.PinUtils.pinAny&&window.PinUtils.pinAny()}))},getUserToken:function(){return this.$cookie.get("token")},openSocialWindow:function(e){e.preventDefault();var t=Object(r.a)(e,"target.href","")||Object(r.a)(e,"target.parentElement.href","");window.open(t,t,"width=500,height=500")},favoriteClickHandler:function(){var e=this.getArticleId;if(this.getIsLoggedIn){var t=this.getUserToken();this.$store.dispatch("user/FAVORITE_ARTICLE",{token:t,articleId:e}).then(this.checkFavoritedArticle)}else document.querySelector("body").className+=" no-scroll",window.dataLayer.push({event:"sign up lightbox impression",prompt:"article save"}),this.$store.dispatch("UPDATE_TEMP_FAVORITED_ARTICLE_ID",{articleId:e}),this.$store.dispatch("OPEN_AUTH_MODAL",{form:"sign-up",GTMPrompt:"article save"})},orderStyles:function(e){return{order:this.iconsToShow.indexOf(e)}},showIcon:function(e){return this.iconsToShow.includes(e)}}},l=(n(897),n(39)),component=Object(l.a)(c,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"component-social-shares"},[n("ul",{staticClass:"social-share-icons clearfix"},[e.showIcon("facebook")?n("li",{staticClass:"social-share-icons__item social-share-icons__item--facebook",style:e.orderStyles("facebook"),on:{click:function(t){return e.openSocialWindow(t)}}},[n("a",{attrs:{href:e.facebookHref,"data-info":e.gtmInfo,"data-event":"Facebook",target:"_blank","aria-label":"Share on Facebook"}},[n("span",{staticClass:"svg svg--facebook",class:"facebook-"+e.iconColor})]),e._v(" "),e.hasActionTitles?n("span",{staticClass:"action"},[e._v("Share")]):e._e()]):e._e(),e._v(" "),e.showIcon("pinterest")&&e.article.image?n("li",{staticClass:"social-share-icons__item social-share-icons__item--pinterest",style:e.orderStyles("pinterest"),on:{click:function(t){return e.openSocialWindow(t)}}},[n("a",{attrs:{href:e.pintrestHref,"data-info":e.gtmInfo,"data-event":"Pinterest",target:"_blank","aria-label":"Share on Pinterest"}},[n("span",{staticClass:"svg svg--pinterest",class:"pinterest-"+e.iconColor})]),e._v(" "),e.hasActionTitles?n("span",{staticClass:"action"},[e._v("Pin")]):e._e()]):e._e(),e._v(" "),e.showIcon("twitter")&&e.article.image?n("li",{staticClass:"social-share-icons__item social-share-icons__item--twitter",style:e.orderStyles("twitter"),on:{click:function(t){return e.openSocialWindow(t)}}},[n("a",{attrs:{href:e.twitterHref,"data-event":"Twitter",target:"_blank","aria-label":"Share on Twitter"}},[n("span",{staticClass:"svg svg--twitter",class:"twitter-"+e.iconColor})]),e._v(" "),e.hasActionTitles?n("span",{staticClass:"action"},[e._v("Tweet")]):e._e()]):e._e(),e._v(" "),e.showIcon("email")?n("li",{staticClass:"social-share-icons__item social-share-icons__item--email",style:e.orderStyles("email")},[n("a",{attrs:{href:e.emailHref,"data-info":e.gtmInfo,"data-event":"Email",target:"_top","aria-label":"Share with Email"}},[n("span",{staticClass:"svg svg--envelope",class:"envelope-"+e.iconColor})]),e._v(" "),e.hasActionTitles?n("span",{staticClass:"action"},[e._v("Email")]):e._e()]):e._e(),e._v(" "),e.showIcon("flipboard")?n("li",{staticClass:"social-share-icons__item social-share-icons__item--flipboard",style:e.orderStyles("flipboard"),on:{click:function(t){return e.openSocialWindow(t)}}},[n("a",{attrs:{href:e.flipboardHref,target:"_blank","data-event":"Flipboard","data-info":e.gtmInfo,"aria-label":"Flipboard Social Share"}},[n("span",{staticClass:"svg svg--flipboard",class:"flipboard-"+e.iconColor})])]):e._e(),e._v(" "),e.showIcon("favorite")?n("li",{staticClass:"social-share-icons__item social-share-icons__item--favorite",class:{"social-share-icons__item--is-favorited":e.getIsFavorited},style:e.orderStyles("favorite"),on:{click:e.favoriteClickHandler}},[n("a",{attrs:{"data-event":e.dataEvent,"data-info":e.slug,"aria-label":"Favorite Save Social Share"}},[n("span",{staticClass:"favorite-save-copy"},[e._v(" SAVE ")]),e._v(" "),n("span",{staticClass:"svg svg--heart heart-yellow-filled"}),e._v(" "),n("span",{staticClass:"svg svg--heart heart-black-outline"}),e._v(" "),n("span",{staticClass:"svg svg--heart heart-white-filled"}),e._v(" "),n("span",{staticClass:"svg svg--heart heart-white-outline"})])]):e._e(),e._v(" "),e.showIcon("google")?n("li",{staticClass:"social-share-icons__item social-share-icons__item--google",style:e.orderStyles("google"),on:{click:function(t){return e.openSocialWindow(t)}}},[n("a",{attrs:{href:e.googleHref,"data-info":e.gtmInfo,"data-event":"Google",target:"_top","aria-label":"Share on Google Plus"}},[n("span",{staticClass:"svg svg--google",class:"google-"+e.iconColor})]),e._v(" "),e.hasActionTitles?n("span",{staticClass:"action"},[e._v("Share")]):e._e()]):e._e()])])}),[],!1,null,null,null);t.default=component.exports},975:function(e,t,n){var content=n(1111);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,n(82).default)("23f65b72",content,!0,{sourceMap:!1})}}]);