CINXE.COM
Charter | Time
<!doctype html> <!-- :////////////////////////: ..-////-.. .//` :/- ..-///////////////////- -`````````.////.`````````: `////. -/// -/// ////-`````````````.- - .////. - `////. ////: .////` ////- - .////. `////. `/////- `/////- ////- .////. `////. ://////. `/////// ////- .////. `////. //..////. :/:-////. ////- `. .////. `////. .//` :////. :/: `////: ////:..........:- .////. `////. //: :////` -/:` -////` ////:...........:- .////. `////. `//` :////` -//` `////- ////- `. .////. `////. :// `/////` -//` ://// ////- .////. `////. `//. `////:-//` .////. ////- .////. `////. -//` `//////` ////: ////- - .////. `////. //: `////. :////` ////- : ..-////-.. ..:////-.. ..-//:.. .//. ..:////:-.`..-///////////////////: --><html lang="en"> <head> <title>Charter | Time</title> <meta charset="utf-8"> <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> <link rel="icon" href="/img/favicons/favicon-32.png" sizes="32x32"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="apple-touch-icon" href="/img/favicons/favicon-57.png"> <link rel="apple-touch-icon" href="/img/favicons/favicon-57.png" sizes="57x57"> <link rel="apple-touch-icon" href="/img/favicons/favicon-72.png" sizes="72x72"> <link rel="apple-touch-icon" href="/img/favicons/favicon-76.png" sizes="76x76"> <link rel="apple-touch-icon" href="/img/favicons/favicon-114.png" sizes="114x114"> <link rel="apple-touch-icon" href="/img/favicons/favicon-120.png" sizes="120x120"> <link rel="apple-touch-icon" href="/img/favicons/favicon-144.png" sizes="144x144"> <link rel="apple-touch-icon" href="/img/favicons/favicon-152.png" sizes="152x152"> <link rel="apple-touch-icon" href="/img/favicons/favicon-180.png" sizes="180x180"> <link rel="icon" sizes="192x192" href="/img/favicons/favicon-192.png"> <link rel="manifest" href="/manifest.json"> <meta name="format-detection" content="telephone=no"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Read the latest stories about Charter on Time"> <link rel="canonical" href="https://time.com/charter/"> <meta property="og:title" content="Charter | Time"> <meta property="og:type" content="website"> <meta property="og:site_name" content="Time"> <meta property="og:url" content="https://time.com/charter/"> <meta property="og:description" content="Read the latest stories about Charter on Time"> <meta name="pinterest:url" content="https://time.com/charter/"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:url" content="https://time.com/charter/"> <meta name="twitter:title" content="Charter"> <meta name="twitter:description" content="Read the latest stories about Charter on Time"> <meta name="pinterest:description" content="Read the latest stories about Charter on Time"> <meta name="twitter:site" content="@TIME"> <meta name="pinterest:media" content="http://time.com"> <meta name="twitter:image" content="http://time.com"> <meta property="og:image" content="http://time.com"> <meta property="fb:app_id" content="991230477954201"> <meta property="fb:pages" content="10606591490"> <script type="application/ld+json"> [{"@context":"http://schema.org","@type":"Organization","name":"Time","url":"https://time.com","logo":{"@type":"ImageObject","url":"https://time.com/img/logo.png","width":210,"height":60},"foundingDate":"March 3, 1923","sameAs":["https://www.facebook.com/time","https://www.instagram.com/time/?hl=en","https://twitter.com/time","https://www.pinterest.com/timemagazine"]},{"@context":"http://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https://time.com","name":"Home","image":null}},{"@type":"ListItem","position":2,"item":{"@id":"https://time.com/section/charter/","name":"Charter","image":null}}]}] </script> <meta name="recaptcha-key" content="6LfZrtgZAAAAAJ8n221oa1YgG6cVvoOPgamCm6oT"> <link rel="preconnect" href="https://www.googletagmanager.com/"> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin> <link rel="preconnect" href="https://assets.time.com/"> <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=PT+Serif:400,700|Roboto:300,400,700|Roboto+Condensed:300,400,400i,700|Lora:400,400i,700,700i|Zilla+Slab:400,400i,500,600,700,700i|Oswald:200, 300, 400,500,600,700|Permanent+Marker:400&display=swap"> <link rel="preconnect" href="https://securepubads.g.doubleclick.net" > <link rel="preload" href="https://securepubads.g.doubleclick.net/tag/js/gpt.js" as="script" > <link rel="dns-prefetch" href="https://c.amazon-adsystem.com"> <link rel="preconnect" href="https://c.amazon-adsystem.com" crossorigin> <link rel="preconnect" href="https://api.time.com"> <script> (function () { // TCF String Generation Script const makeStub = () => { const TCF_LOCATOR_NAME = "__tcfapiLocator"; const queue = []; const currentWindow = window; let frameLocator = currentWindow; let cmpFrame; function addFrame() { const doc = currentWindow.document; const otherCMP = !!currentWindow.frames[TCF_LOCATOR_NAME]; if (!otherCMP) { if (doc.body) { const iframe = doc.createElement("iframe"); iframe.style.cssText = "display:none"; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler(...args) { if (!args.length) { return queue; } else if (args[0] === "ping") { if (typeof args[2] === "function") { args[2]({ cmpLoaded: false, cmpStatus: "stub" }); } } else { queue.push(args); } } function postMessageEventHandler(event) { const msgIsString = typeof event.data === "string"; let json = {}; if (msgIsString) { try { json = JSON.parse(event.data); } catch {} } else { json = event.data; } const payload = typeof json === "object" && json !== null ? json.__tcfapiCall : null; if (payload) { window.__tcfapi( payload.command, payload.version, function (retValue, success) { const returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId, }, }; if (event && event.source && event.source.postMessage) { event.source.postMessage( msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*" ); } }, payload.parameter ); } } while (frameLocator) { try { if (frameLocator.frames[TCF_LOCATOR_NAME]) { cmpFrame = frameLocator; break; } } catch {} if (frameLocator === currentWindow.top) { break; } frameLocator = frameLocator.parent; } if (!cmpFrame) { addFrame(); } currentWindow.__tcfapi = tcfAPIHandler; currentWindow.addEventListener("message", postMessageEventHandler, false); }; makeStub(); // GPP String Generation Script window.__gpp_addFrame = function (n) { if (!window.frames[n]) { if (document.body) { var i = document.createElement("iframe"); i.style.cssText = "display:none"; i.name = n; document.body.appendChild(i); } else { window.setTimeout(window.__gpp_addFrame, 10, n); } } }; window.__gpp_stub = function () { var b = arguments; __gpp.queue = __gpp.queue || []; if (!b.length) { return __gpp.queue; } var cmd = b[0]; var clb = b.length > 1 ? b[1] : null; var par = b.length > 2 ? b[2] : null; if (cmd === "ping") { return { cmpStatus: "stub", signalStatus: "notReady" }; } else if (cmd === "addEventListener") { __gpp.events = __gpp.events || []; if (!("lastId" in __gpp)) { __gpp.lastId = 0; } __gpp.lastId++; var lnr = __gpp.lastId; __gpp.events.push({ id: lnr, callback: clb, parameter: par }); return { eventName: "listenerRegistered", listenerId: lnr, data: true, pingData: { cmpStatus: "stub", signalStatus: "notReady" }, }; } else if (cmd === "removeEventListener") { var success = false; __gpp.events = __gpp.events || []; for (var i = 0; i < __gpp.events.length; i++) { if (__gpp.events[i].id == par) { __gpp.events.splice(i, 1); success = true; break; } } return { eventName: "listenerRemoved", listenerId: par, data: success, pingData: { cmpStatus: "stub", signalStatus: "notReady" }, }; } else if (cmd === "hasSection" || cmd === "getSection" || cmd === "getField") { return null; } else { __gpp.queue.push([].slice.apply(b)); } }; window.__gpp_msghandler = function (event) { var msgIsString = typeof event.data === "string"; try { var json = msgIsString ? JSON.parse(event.data) : event.data; } catch { var json = null; } if (typeof json === "object" && json !== null && "__gppCall" in json) { var i = json.__gppCall; window.__gpp( i.command, function (retValue, success) { var returnMsg = { __gppReturn: { returnValue: retValue, success: success, callId: i.callId }, }; event.source.postMessage( msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*" ); }, "parameter" in i ? i.parameter : null, "version" in i ? i.version : "1.1" ); } }; if (!("__gpp" in window) || typeof window.__gpp !== "function") { window.__gpp = window.__gpp_stub; window.addEventListener("message", window.__gpp_msghandler, false); window.__gpp_addFrame("__gppLocator"); } // Ketch CMP Script window.semaphore = window.semaphore || []; window.ketch = function () { window.semaphore.push(arguments); }; var e = new URLSearchParams(document.location.search); var o = e.has("property") ? e.get("property") : "time_com"; var n = document.createElement("script"); n.type = "text/javascript"; n.src = "https://global.ketchcdn.com/web/v2/config/time/".concat(o, "/boot.js"); n.defer = n.async = true; document.getElementsByTagName("head")[0].appendChild(n); })(); </script> <script type="text/javascript"> (function(w,d,s,l,i){ w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+'&l=dataLayer';f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-P59JVDP'); </script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-97981691-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-97981691-1', { 'send_page_view': false }); </script> <script type="text/javascript"> LUX=(function() {var a=("undefined"!==typeof(LUX)&&"undefined"!==typeof(LUX.gaMarks)?LUX.gaMarks:[]);var d=("undefined"!==typeof(LUX)&&"undefined"!==typeof(LUX.gaMeasures)?LUX.gaMeasures:[]);var j="LUX_start";var k=window.performance;var l=("undefined"!==typeof(LUX)&&LUX.ns?LUX.ns:(Date.now?Date.now():+(new Date())));if(k&&k.timing&&k.timing.navigationStart){l=k.timing.navigationStart}function f(){if(k&&k.now){return k.now()}var o=Date.now?Date.now():+(new Date());return o-l}function b(n){if(k){if(k.mark){return k.mark(n)}else{if(k.webkitMark){return k.webkitMark(n)}}}a.push({name:n,entryType:"mark",startTime:f(),duration:0});return}function m(p,t,n){if("undefined"===typeof(t)&&h(j)){t=j}if(k){if(k.measure){if(t){if(n){return k.measure(p,t,n)}else{return k.measure(p,t)}}else{return k.measure(p)}}else{if(k.webkitMeasure){return k.webkitMeasure(p,t,n)}}}var r=0,o=f();if(t){var s=h(t);if(s){r=s.startTime}else{if(k&&k.timing&&k.timing[t]){r=k.timing[t]-k.timing.navigationStart}else{return}}}if(n){var q=h(n);if(q){o=q.startTime}else{if(k&&k.timing&&k.timing[n]){o=k.timing[n]-k.timing.navigationStart}else{return}}}d.push({name:p,entryType:"measure",startTime:r,duration:(o-r)});return}function h(n){return c(n,g())}function c(p,o){for(i=o.length-1;i>=0;i--){var n=o[i];if(p===n.name){return n}}return undefined}function g(){if(k){if(k.getEntriesByType){return k.getEntriesByType("mark")}else{if(k.webkitGetEntriesByType){return k.webkitGetEntriesByType("mark")}}}return a}return{mark:b,measure:m,gaMarks:a,gaMeasures:d}})();LUX.ns=(Date.now?Date.now():+(new Date()));LUX.ac=[];LUX.cmd=function(a){LUX.ac.push(a)};LUX.init=function(){LUX.cmd(["init"])};LUX.send=function(){LUX.cmd(["send"])};LUX.addData=function(a,b){LUX.cmd(["addData",a,b])};LUX_ae=[];window.addEventListener("error",function(a){LUX_ae.push(a)});LUX_al=[];if("function"===typeof(PerformanceObserver)&&"function"===typeof(PerformanceLongTaskTiming)){var LongTaskObserver=new PerformanceObserver(function(c){var b=c.getEntries();for(var a=0;a<b.length;a++){var d=b[a];LUX_al.push(d)}});try{LongTaskObserver.observe({type:["longtask"]})}catch(e){}}; LUX = window.LUX || {}; LUX.label = "section-charter"; </script> <script src="https://cdn.speedcurve.com/js/lux.js?id=4265275546" defer crossorigin="anonymous"></script> <script> !function (a9, a, p, s, t, A, g) { if (a[a9]) return; function q(c, r) {a[a9]._Q.push([c, r])} a[a9] = {init: function () {q("i", arguments)}, fetchBids: function () {q("f", arguments)}, setDisplayBids: function () {}, _Q: []};A = p.createElement(s);A.async = !0;A.src = t;g = p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A, g)}("apstag", window, document, "script", "//c.amazon-adsystem.com/aax2/apstag.js"); window.apstag.init({ pubID:"3928", adServer: "googletag", bidTimeout: 1e3, }); </script> <script type = "text/javascript"> window.googletag = window.googletag || {}; googletag.cmd = googletag.cmd || []; (function() { // Initialize HB setup variables window.mnjs = window.mnjs || { customerId: "8CURK55GQ", // HB Account ID domain: window.location.hostname, failSafeTimeout: 3e3, version: 1.0, isAdServerLoaded: false, limitedAds: false, // Control for limited ads (non-personalized ads) }; var mnTgts = { section: "charter", site: "time" }; window.mnjs.pub = mnTgts; function loadScript(tagSrc) { var scriptTag = document.createElement('script'), placeTag = document.getElementsByTagName("script")[0]; scriptTag.type = 'text/javascript'; scriptTag.async = true; scriptTag.src = tagSrc; placeTag.parentNode.insertBefore(scriptTag, placeTag); } // Ketch Consent check if(window !== 'undefined' && window.ketchConsent) { const { ad_personalization } = window.ketchConsent; window.mnjs.limitedAds = !ad_personalization; } var stdGPT = '//securepubads.g.doubleclick.net/tag/js/gpt.js'; var ltdGPT = '//pagead2.googlesyndication.com/tag/js/gpt.js'; // loads Google's GAM API (gpt.js) for finalizing auction on GAM function loadGPT() { if (!window.mnjs.isAdServerLoaded) { if (window.mnjs.limitedAds) { loadScript(ltdGPT); } else { loadScript(stdGPT); } window.mnjs.isAdServerLoaded = true; } } // Set timeout for loading GAM's API gpt.js window.mnjs.loadAdServer = setTimeout(loadGPT, window.mnjs.failSafeTimeout); // Load the primary HB script var mnjsEndpoint = 'https://warp.media.net/js/tags/clientag.js?' + 'cid=' + window.mnjs.customerId + "&version=" + window.mnjs.version + '&dn=' + window.mnjs.domain + '&ysite=' + encodeURIComponent(mnTgts.site) + '&ysection=' + encodeURIComponent(mnTgts.section); loadScript(mnjsEndpoint); })(); </script> <script async src="https://pub.doubleverify.com/dvtag/21226187/DV759520/pub.js"></script> <script type="text/javascript" id="draper-script" src="//assets.time.com/draper/draper-next/0.7.0.js" data-targeting="%7B%22type%22%3A%22section%22%2C%22cid%22%3A%22634858871%22%2C%22aid%22%3A%22634858871%22%2C%22author%22%3A%22%22%2C%22contentType%22%3A%22section-charter%22%2C%22ctype%22%3A%22section-charter%22%2C%22primarysection%22%3A%22charter%22%2C%22sections%22%3A%22charter%22%2C%22tags%22%3A%5B%22charter%22%5D%2C%22neg%22%3A%22%22%2C%22search%22%3A%22%22%2C%22vidonpage%22%3A%22false%22%2C%22app%22%3A%22element%22%7D" ></script> <script type="text/javascript"> Draper.init({ pageLevelTargeting: {"type":"section","cid":"634858871","aid":"634858871","author":"","contentType":"section-charter","ctype":"section-charter","primarysection":"charter","sections":"charter","tags":["charter"],"neg":"","search":"","vidonpage":"false","app":"element"} }); // The triple-brace syntax is necessary show the raw // JSON object that is being passed to the `Draper` constructor. Draper.defineAds([{"id":"leaderboard-ad-1","sizes":[[[728,90],[970,250],[5,5],[1,1]],[[728,90],[5,5],[1,1]],[[320,50],[300,50],[5,5],[1,1]]],"display":"desktop","adUnitPath":"21801468956/time/charter/leaderboard1","slotLevelTargeting":{"pos":"leaderboard1"}},{"id":"stickyfooter-ad-1","display":"mobile","sizes":[[],[],[[300,50],[320,50],[5,5],[1,1]]],"adUnitPath":"21801468956/time/charter/stickyfooter1","slotLevelTargeting":{"pos":"stickyfooter1"}},{"id":"inline-ad-1","sizes":[[[728,90],[300,250],[336,280],[1,1]],[[300,250],[300,600],[336,280],[1,1]],[[300,250],[300,600],[336,280],[1,1]]],"adUnitPath":"21801468956/time/charter/inline1","slotLevelTargeting":{"pos":"inline1"}},{"id":"inline-ad-2","sizes":[[[728,90],[300,250],[336,280],[1,1]],[[300,250],[300,600],[336,280],[1,1]],[[300,250],[300,600],[336,280],[1,1]]],"adUnitPath":"21801468956/time/charter/inline2","slotLevelTargeting":{"pos":"inline2"}},{"id":"rightrail-ad-1","sizes":[[[300,600],[300,250],[160,600],[336,280],[1,1]],[],[]],"adUnitPath":"21801468956/time/charter/rightrail1","slotLevelTargeting":{"pos":"rightrail1"}},{"id":"sponsorshiplogo1","sizes":[[[8,1],[1,1]]],"refreshable":false,"adUnitPath":"21801468956/time/charter/sponsorshiplogo1","slotLevelTargeting":{"pos":"sponsorshiplogo1"}}]); Draper.addEventListener('slotOnload', function(event) { var slotId = event.slot.getSlotElementId(); if (slotId.includes('sponsorshiplogo')) { const presentedByTextDiv = document.querySelector(`#${slotId}`).previousElementSibling; presentedByTextDiv.classList.add("visible"); } }) </script> <script async src="https://fundingchoicesmessages.google.com/i/pub-6285516971701018?ers=1"></script> <script> (function() { function signalGooglefcPresent() { if (!window.frames['googlefcPresent']) { if (document.body) { const iframe = document.createElement('iframe'); iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display = 'none'; iframe.name = 'googlefcPresent'; document.body.appendChild(iframe); } else { setTimeout(signalGooglefcPresent, 0); } } } signalGooglefcPresent(); })(); </script> <script> window['gtag_enable_tcf_support'] = true; </script> <script type="text/javascript"> window.ntvConfig = window.ntvConfig || {}; window.ntvConfig.keyValues = {"type":"section","cid":"634858871","aid":"634858871","author":"","contentType":"section-charter","ctype":"section-charter","primarysection":"charter","sections":"charter","tags":["charter"],"neg":"","search":"","vidonpage":"false","app":"element"}; window.ntvConfig.keyValues.tags = 'charter'; </script> <script type="text/javascript" async src="//s.ntv.io/serve/load.js" data-ntv-pub-injection></script> <script type='text/javascript'>window.NREUM||(NREUM={});NREUM.info = {"agent":"","beacon":"bam.nr-data.net","errorBeacon":"bam.nr-data.net","licenseKey":"9258b6847e","applicationID":"403458619","applicationTime":1.488247,"transactionName":"YFYDZUYAV0BXUkJRDFkcJElEE1xARVtFFyRyZ04e","queueTime":0,"ttGuid":"5d1a694c2f083769","agentToken":null}; (window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:["bam.nr-data.net"]},session_trace:{sampling_rate:0.0,mode:"FIXED_RATE",enabled:true,error_sampling_rate:0.0},distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:"512212918",accountID:"2378226",trustKey:"2378226",licenseKey:"9258b6847e",applicationID:"403458619"};;/*! For license information please see nr-loader-rum-1.281.0.min.js.LICENSE.txt */ (()=>{var e,t,r={122:(e,t,r)=>{"use strict";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||"object"!=typeof e)return(0,n.R)(3);if(!t||"object"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),o=0===Object.keys(r).length?e:r;for(let a in o)if(void 0!==e[a])try{if(null===e[a]){r[a]=null;continue}Array.isArray(e[a])&&Array.isArray(t[a])?r[a]=Array.from(new Set([...e[a],...t[a]])):"object"==typeof e[a]&&"object"==typeof t[a]?r[a]=i(e[a],t[a]):r[a]=e[a]}catch(e){(0,n.R)(1,e)}return r}catch(e){(0,n.R)(2,e)}}},555:(e,t,r)=>{"use strict";r.d(t,{Vp:()=>c,fn:()=>s,x1:()=>u});var n=r(384),i=r(122);const o={beacon:n.NT.beacon,errorBeacon:n.NT.errorBeacon,licenseKey:void 0,applicationID:void 0,sa:void 0,queueTime:void 0,applicationTime:void 0,ttGuid:void 0,user:void 0,account:void 0,product:void 0,extra:void 0,jsAttributes:{},userAttributes:void 0,atts:void 0,transactionName:void 0,tNamePlain:void 0},a={};function s(e){try{const t=c(e);return!!t.licenseKey&&!!t.errorBeacon&&!!t.applicationID}catch(e){return!1}}function c(e){if(!e)throw new Error("All info objects require an agent identifier!");if(!a[e])throw new Error("Info for ".concat(e," was never set"));return a[e]}function u(e,t){if(!e)throw new Error("All info objects require an agent identifier!");a[e]=(0,i.a)(t,o);const r=(0,n.nY)(e);r&&(r.info=a[e])}},217:(e,t,r)=>{"use strict";r.d(t,{D0:()=>h,gD:()=>b,xN:()=>v});r(860).K7.genericEvents;const n="experimental.marks",i="experimental.measures",o="experimental.resources";var a=r(993);const s=e=>{if(!e||"string"!=typeof e)return!1;try{document.createDocumentFragment().querySelector(e)}catch{return!1}return!0};var c=r(614),u=r(944),l=r(384),d=r(122);const f="[data-nr-mask]",g=()=>{const e={feature_flags:[],experimental:{marks:!1,measures:!1,resources:!1},mask_selector:"*",block_selector:"[data-nr-block]",mask_input_options:{color:!1,date:!1,"datetime-local":!1,email:!1,month:!1,number:!1,range:!1,search:!1,tel:!1,text:!1,time:!1,url:!1,week:!1,textarea:!1,select:!1,password:!0}};return{ajax:{deny_list:void 0,block_internal:!0,enabled:!0,autoStart:!0},distributed_tracing:{enabled:void 0,exclude_newrelic_header:void 0,cors_use_newrelic_header:void 0,cors_use_tracecontext_headers:void 0,allowed_origins:void 0},get feature_flags(){return e.feature_flags},set feature_flags(t){e.feature_flags=t},generic_events:{enabled:!0,autoStart:!0},harvest:{interval:30},jserrors:{enabled:!0,autoStart:!0},logging:{enabled:!0,autoStart:!0,level:a.p_.INFO},metrics:{enabled:!0,autoStart:!0},obfuscate:void 0,page_action:{enabled:!0},page_view_event:{enabled:!0,autoStart:!0},page_view_timing:{enabled:!0,autoStart:!0},performance:{get capture_marks(){return e.feature_flags.includes(n)||e.experimental.marks},set capture_marks(t){e.experimental.marks=t},get capture_measures(){return e.feature_flags.includes(i)||e.experimental.measures},set capture_measures(t){e.experimental.measures=t},capture_detail:!0,resources:{get enabled(){return e.feature_flags.includes(o)||e.experimental.resources},set enabled(t){e.experimental.resources=t},asset_types:[],first_party_domains:[],ignore_newrelic:!0}},privacy:{cookies_enabled:!0},proxy:{assets:void 0,beacon:void 0},session:{expiresMs:c.wk,inactiveMs:c.BB},session_replay:{autoStart:!0,enabled:!1,preload:!1,sampling_rate:10,error_sampling_rate:100,collect_fonts:!1,inline_images:!1,fix_stylesheets:!0,mask_all_inputs:!0,get mask_text_selector(){return e.mask_selector},set mask_text_selector(t){s(t)?e.mask_selector="".concat(t,",").concat(f):""===t||null===t?e.mask_selector=f:(0,u.R)(5,t)},get block_class(){return"nr-block"},get ignore_class(){return"nr-ignore"},get mask_text_class(){return"nr-mask"},get block_selector(){return e.block_selector},set block_selector(t){s(t)?e.block_selector+=",".concat(t):""!==t&&(0,u.R)(6,t)},get mask_input_options(){return e.mask_input_options},set mask_input_options(t){t&&"object"==typeof t?e.mask_input_options={...t,password:!0}:(0,u.R)(7,t)}},session_trace:{enabled:!0,autoStart:!0},soft_navigations:{enabled:!0,autoStart:!0},spa:{enabled:!0,autoStart:!0},ssl:void 0,user_actions:{enabled:!0,elementAttributes:["id","className","tagName","type"]}}},p={},m="All configuration objects require an agent identifier!";function h(e){if(!e)throw new Error(m);if(!p[e])throw new Error("Configuration for ".concat(e," was never set"));return p[e]}function v(e,t){if(!e)throw new Error(m);p[e]=(0,d.a)(t,g());const r=(0,l.nY)(e);r&&(r.init=p[e])}function b(e,t){if(!e)throw new Error(m);var r=h(e);if(r){for(var n=t.split("."),i=0;i<n.length-1;i++)if("object"!=typeof(r=r[n[i]]))return;r=r[n[n.length-1]]}return r}},371:(e,t,r)=>{"use strict";r.d(t,{V:()=>f,f:()=>d});var n=r(122),i=r(384),o=r(154),a=r(324);let s=0;const c={buildEnv:a.F3,distMethod:a.Xs,version:a.xv,originTime:o.WN},u={customTransaction:void 0,disabled:!1,isolatedBacklog:!1,loaderType:void 0,maxBytes:3e4,onerror:void 0,ptid:void 0,releaseIds:{},appMetadata:{},session:void 0,denyList:void 0,timeKeeper:void 0,obfuscator:void 0,harvester:void 0},l={};function d(e){if(!e)throw new Error("All runtime objects require an agent identifier!");if(!l[e])throw new Error("Runtime for ".concat(e," was never set"));return l[e]}function f(e,t){if(!e)throw new Error("All runtime objects require an agent identifier!");l[e]={...(0,n.a)(t,u),...c},Object.hasOwnProperty.call(l[e],"harvestCount")||Object.defineProperty(l[e],"harvestCount",{get:()=>++s});const r=(0,i.nY)(e);r&&(r.runtime=l[e])}},324:(e,t,r)=>{"use strict";r.d(t,{F3:()=>i,Xs:()=>o,xv:()=>n});const n="1.281.0",i="PROD",o="CDN"},154:(e,t,r)=>{"use strict";r.d(t,{OF:()=>c,RI:()=>i,WN:()=>l,bv:()=>o,gm:()=>a,mw:()=>s,sb:()=>u});var n=r(863);const i="undefined"!=typeof window&&!!window.document,o="undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis.navigator instanceof WorkerNavigator),a=i?window:"undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis),s=Boolean("hidden"===a?.document?.visibilityState),c=/iPad|iPhone|iPod/.test(a.navigator?.userAgent),u=c&&"undefined"==typeof SharedWorker,l=((()=>{const e=a.navigator?.userAgent?.match(/Firefox[/\s](\d+\.\d+)/);Array.isArray(e)&&e.length>=2&&e[1]})(),Date.now()-(0,n.t)())},687:(e,t,r)=>{"use strict";r.d(t,{Ak:()=>c,Ze:()=>d,x3:()=>u});var n=r(836),i=r(606),o=r(860),a=r(646);const s={};function c(e,t){const r={staged:!1,priority:o.P3[t]||0};l(e),s[e].get(t)||s[e].set(t,r)}function u(e,t){e&&s[e]&&(s[e].get(t)&&s[e].delete(t),g(e,t,!1),s[e].size&&f(e))}function l(e){if(!e)throw new Error("agentIdentifier required");s[e]||(s[e]=new Map)}function d(e="",t="feature",r=!1){if(l(e),!e||!s[e].get(t)||r)return g(e,t);s[e].get(t).staged=!0,f(e)}function f(e){const t=Array.from(s[e]);t.every((([e,t])=>t.staged))&&(t.sort(((e,t)=>e[1].priority-t[1].priority)),t.forEach((([t])=>{s[e].delete(t),g(e,t)})))}function g(e,t,r=!0){const o=e?n.ee.get(e):n.ee,s=i.i.handlers;if(!o.aborted&&o.backlog&&s){if(r){const e=o.backlog[t],r=s[t];if(r){for(let t=0;e&&t<e.length;++t)p(e[t],r);Object.entries(r).forEach((([e,t])=>{Object.values(t||{}).forEach((t=>{t[0]?.on&&t[0]?.context()instanceof a.y&&t[0].on(e,t[1])}))}))}}o.isolatedBacklog||delete s[t],o.backlog[t]=null,o.emit("drain-"+t,[])}}function p(e,t){var r=e[1];Object.values(t[r]||{}).forEach((t=>{var r=e[0];if(t[0]===r){var n=t[1],i=e[3],o=e[2];n.apply(i,o)}}))}},836:(e,t,r)=>{"use strict";r.d(t,{P:()=>c,ee:()=>u});var n=r(384),i=r(990),o=r(371),a=r(646),s=r(607);const c="nr@context:".concat(s.W),u=function e(t,r){var n={},s={},l={},d=!1;try{d=16===r.length&&(0,o.f)(r).isolatedBacklog}catch(e){}var f={on:p,addEventListener:p,removeEventListener:function(e,t){var r=n[e];if(!r)return;for(var i=0;i<r.length;i++)r[i]===t&&r.splice(i,1)},emit:function(e,r,n,i,o){!1!==o&&(o=!0);if(u.aborted&&!i)return;t&&o&&t.emit(e,r,n);for(var a=g(n),c=m(e),l=c.length,d=0;d<l;d++)c[d].apply(a,r);var p=v()[s[e]];p&&p.push([f,e,r,a]);return a},get:h,listeners:m,context:g,buffer:function(e,t){const r=v();if(t=t||"feature",f.aborted)return;Object.entries(e||{}).forEach((([e,n])=>{s[n]=t,t in r||(r[t]=[])}))},abort:function(){f._aborted=!0,Object.keys(f.backlog).forEach((e=>{delete f.backlog[e]}))},isBuffering:function(e){return!!v()[s[e]]},debugId:r,backlog:d?{}:t&&"object"==typeof t.backlog?t.backlog:{},isolatedBacklog:d};return Object.defineProperty(f,"aborted",{get:()=>{let e=f._aborted||!1;return e||(t&&(e=t.aborted),e)}}),f;function g(e){return e&&e instanceof a.y?e:e?(0,i.I)(e,c,(()=>new a.y(c))):new a.y(c)}function p(e,t){n[e]=m(e).concat(t)}function m(e){return n[e]||[]}function h(t){return l[t]=l[t]||e(f,t)}function v(){return f.backlog}}(void 0,"globalEE"),l=(0,n.Zm)();l.ee||(l.ee=u)},646:(e,t,r)=>{"use strict";r.d(t,{y:()=>n});class n{constructor(e){this.contextId=e}}},908:(e,t,r)=>{"use strict";r.d(t,{d:()=>n,p:()=>i});var n=r(836).ee.get("handle");function i(e,t,r,i,o){o?(o.buffer([e],i),o.emit(e,t,r)):(n.buffer([e],i),n.emit(e,t,r))}},606:(e,t,r)=>{"use strict";r.d(t,{i:()=>o});var n=r(908);o.on=a;var i=o.handlers={};function o(e,t,r,o){a(o||n.d,i,e,t,r)}function a(e,t,r,i,o){o||(o="feature"),e||(e=n.d);var a=t[o]=t[o]||{};(a[r]=a[r]||[]).push([e,i])}},878:(e,t,r)=>{"use strict";function n(e,t){return{capture:e,passive:!1,signal:t}}function i(e,t,r=!1,i){window.addEventListener(e,t,n(r,i))}function o(e,t,r=!1,i){document.addEventListener(e,t,n(r,i))}r.d(t,{DD:()=>o,jT:()=>n,sp:()=>i})},607:(e,t,r)=>{"use strict";r.d(t,{W:()=>n});const n=(0,r(566).bz)()},566:(e,t,r)=>{"use strict";r.d(t,{LA:()=>s,bz:()=>a});var n=r(154);const i="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx";function o(e,t){return e?15&e[t]:16*Math.random()|0}function a(){const e=n.gm?.crypto||n.gm?.msCrypto;let t,r=0;return e&&e.getRandomValues&&(t=e.getRandomValues(new Uint8Array(30))),i.split("").map((e=>"x"===e?o(t,r++).toString(16):"y"===e?(3&o()|8).toString(16):e)).join("")}function s(e){const t=n.gm?.crypto||n.gm?.msCrypto;let r,i=0;t&&t.getRandomValues&&(r=t.getRandomValues(new Uint8Array(e)));const a=[];for(var s=0;s<e;s++)a.push(o(r,i++).toString(16));return a.join("")}},614:(e,t,r)=>{"use strict";r.d(t,{BB:()=>a,H3:()=>n,g:()=>u,iL:()=>c,tS:()=>s,uh:()=>i,wk:()=>o});const n="NRBA",i="SESSION",o=144e5,a=18e5,s={STARTED:"session-started",PAUSE:"session-pause",RESET:"session-reset",RESUME:"session-resume",UPDATE:"session-update"},c={SAME_TAB:"same-tab",CROSS_TAB:"cross-tab"},u={OFF:0,FULL:1,ERROR:2}},863:(e,t,r)=>{"use strict";function n(){return Math.floor(performance.now())}r.d(t,{t:()=>n})},944:(e,t,r)=>{"use strict";function n(e,t){"function"==typeof console.debug&&console.debug("New Relic Warning: https://github.com/newrelic/newrelic-browser-agent/blob/main/docs/warning-codes.md#".concat(e),t)}r.d(t,{R:()=>n})},284:(e,t,r)=>{"use strict";r.d(t,{t:()=>c,B:()=>s});var n=r(836),i=r(154);const o="newrelic";const a=new Set,s={};function c(e,t){const r=n.ee.get(t);s[t]??={},e&&"object"==typeof e&&(a.has(t)||(r.emit("rumresp",[e]),s[t]=e,a.add(t),function(e={}){try{i.gm.dispatchEvent(new CustomEvent(o,{detail:e}))}catch(e){}}({loaded:!0})))}},990:(e,t,r)=>{"use strict";r.d(t,{I:()=>i});var n=Object.prototype.hasOwnProperty;function i(e,t,r){if(n.call(e,t))return e[t];var i=r();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,t,{value:i,writable:!0,enumerable:!1}),i}catch(e){}return e[t]=i,i}},389:(e,t,r)=>{"use strict";function n(e,t=500,r={}){const n=r?.leading||!1;let i;return(...r)=>{n&&void 0===i&&(e.apply(this,r),i=setTimeout((()=>{i=clearTimeout(i)}),t)),n||(clearTimeout(i),i=setTimeout((()=>{e.apply(this,r)}),t))}}function i(e){let t=!1;return(...r)=>{t||(t=!0,e.apply(this,r))}}r.d(t,{J:()=>i,s:()=>n})},289:(e,t,r)=>{"use strict";r.d(t,{GG:()=>o,sB:()=>a});var n=r(878);function i(){return"undefined"==typeof document||"complete"===document.readyState}function o(e,t){if(i())return e();(0,n.sp)("load",e,t)}function a(e){if(i())return e();(0,n.DD)("DOMContentLoaded",e)}},384:(e,t,r)=>{"use strict";r.d(t,{NT:()=>o,US:()=>l,Zm:()=>a,bQ:()=>c,dV:()=>s,nY:()=>u,pV:()=>d});var n=r(154),i=r(863);const o={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net"};function a(){return n.gm.NREUM||(n.gm.NREUM={}),void 0===n.gm.newrelic&&(n.gm.newrelic=n.gm.NREUM),n.gm.NREUM}function s(){let e=a();return e.o||(e.o={ST:n.gm.setTimeout,SI:n.gm.setImmediate,CT:n.gm.clearTimeout,XHR:n.gm.XMLHttpRequest,REQ:n.gm.Request,EV:n.gm.Event,PR:n.gm.Promise,MO:n.gm.MutationObserver,FETCH:n.gm.fetch,WS:n.gm.WebSocket}),e}function c(e,t){let r=a();r.initializedAgents??={},t.initializedAt={ms:(0,i.t)(),date:new Date},r.initializedAgents[e]=t}function u(e){let t=a();return t.initializedAgents?.[e]}function l(e,t){a()[e]=t}function d(){return function(){let e=a();const t=e.info||{};e.info={beacon:o.beacon,errorBeacon:o.errorBeacon,...t}}(),function(){let e=a();const t=e.init||{};e.init={...t}}(),s(),function(){let e=a();const t=e.loader_config||{};e.loader_config={...t}}(),a()}},843:(e,t,r)=>{"use strict";r.d(t,{u:()=>i});var n=r(878);function i(e,t=!1,r,i){(0,n.DD)("visibilitychange",(function(){if(t)return void("hidden"===document.visibilityState&&e());e(document.visibilityState)}),r,i)}},434:(e,t,r)=>{"use strict";r.d(t,{Jt:()=>o,YM:()=>c});var n=r(836),i=r(607);const o="nr@original:".concat(i.W);var a=Object.prototype.hasOwnProperty,s=!1;function c(e,t){return e||(e=n.ee),r.inPlace=function(e,t,n,i,o){n||(n="");const a="-"===n.charAt(0);for(let s=0;s<t.length;s++){const c=t[s],u=e[c];l(u)||(e[c]=r(u,a?c+n:n,i,c,o))}},r.flag=o,r;function r(t,r,n,s,c){return l(t)?t:(r||(r=""),nrWrapper[o]=t,function(e,t,r){if(Object.defineProperty&&Object.keys)try{return Object.keys(e).forEach((function(r){Object.defineProperty(t,r,{get:function(){return e[r]},set:function(t){return e[r]=t,t}})})),t}catch(e){u([e],r)}for(var n in e)a.call(e,n)&&(t[n]=e[n])}(t,nrWrapper,e),nrWrapper);function nrWrapper(){var o,a,l,d;try{a=this,o=[...arguments],l="function"==typeof n?n(o,a):n||{}}catch(t){u([t,"",[o,a,s],l],e)}i(r+"start",[o,a,s],l,c);try{return d=t.apply(a,o)}catch(e){throw i(r+"err",[o,a,e],l,c),e}finally{i(r+"end",[o,a,d],l,c)}}}function i(r,n,i,o){if(!s||t){var a=s;s=!0;try{e.emit(r,n,i,t,o)}catch(t){u([t,r,n,i],e)}s=a}}}function u(e,t){t||(t=n.ee);try{t.emit("internal-error",e)}catch(e){}}function l(e){return!(e&&"function"==typeof e&&e.apply&&!e[o])}},993:(e,t,r)=>{"use strict";r.d(t,{ET:()=>o,p_:()=>i});var n=r(860);const i={ERROR:"ERROR",WARN:"WARN",INFO:"INFO",DEBUG:"DEBUG",TRACE:"TRACE"},o="log";n.K7.logging},969:(e,t,r)=>{"use strict";r.d(t,{TZ:()=>n,XG:()=>s,rs:()=>i,xV:()=>a,z_:()=>o});const n=r(860).K7.metrics,i="sm",o="cm",a="storeSupportabilityMetrics",s="storeEventMetrics"},630:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.pageViewEvent},782:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.pageViewTiming},344:(e,t,r)=>{"use strict";r.d(t,{G4:()=>i});var n=r(614);r(860).K7.sessionReplay;const i={RECORD:"recordReplay",PAUSE:"pauseReplay",REPLAY_RUNNING:"replayRunning",ERROR_DURING_REPLAY:"errorDuringReplay"};n.g.ERROR,n.g.FULL,n.g.OFF},234:(e,t,r)=>{"use strict";r.d(t,{W:()=>o});var n=r(836),i=r(687);class o{constructor(e,t){this.agentIdentifier=e,this.ee=n.ee.get(e),this.featureName=t,this.blocked=!1}deregisterDrain(){(0,i.x3)(this.agentIdentifier,this.featureName)}}},603:(e,t,r)=>{"use strict";r.d(t,{j:()=>K});var n=r(860),i=r(555),o=r(371),a=r(908),s=r(836),c=r(687),u=r(289),l=r(154),d=r(944),f=r(969),g=r(384),p=r(344);const m=["setErrorHandler","finished","addToTrace","addRelease","recordCustomEvent","addPageAction","setCurrentRouteName","setPageViewName","setCustomAttribute","interaction","noticeError","setUserId","setApplicationVersion","start",p.G4.RECORD,p.G4.PAUSE,"log","wrapLogger"],h=["setErrorHandler","finished","addToTrace","addRelease"];var v=r(863),b=r(614),y=r(993);var w=r(646),A=r(434);const R=new Map;function _(e,t,r,n){if("object"!=typeof t||!t||"string"!=typeof r||!r||"function"!=typeof t[r])return(0,d.R)(29);const i=function(e){return(e||s.ee).get("logger")}(e),o=(0,A.YM)(i),a=new w.y(s.P);a.level=n.level,a.customAttributes=n.customAttributes;const c=t[r]?.[A.Jt]||t[r];return R.set(c,a),o.inPlace(t,[r],"wrap-logger-",(()=>R.get(c))),i}function E(){const e=(0,g.pV)();m.forEach((t=>{e[t]=(...r)=>function(t,...r){let n=[];return Object.values(e.initializedAgents).forEach((e=>{e&&e.api?e.exposed&&e.api[t]&&n.push(e.api[t](...r)):(0,d.R)(38,t)})),n.length>1?n:n[0]}(t,...r)}))}const x={};function N(e,t,g=!1){t||(0,c.Ak)(e,"api");const m={};var w=s.ee.get(e),A=w.get("tracer");x[e]=b.g.OFF,w.on(p.G4.REPLAY_RUNNING,(t=>{x[e]=t}));var R="api-",E=R+"ixn-";function N(t,r,n,o){const a=(0,i.Vp)(e);return null===r?delete a.jsAttributes[t]:(0,i.x1)(e,{...a,jsAttributes:{...a.jsAttributes,[t]:r}}),j(R,n,!0,o||null===r?"session":void 0)(t,r)}function k(){}m.log=function(e,{customAttributes:t={},level:r=y.p_.INFO}={}){(0,a.p)(f.xV,["API/log/called"],void 0,n.K7.metrics,w),function(e,t,r={},i=y.p_.INFO){(0,a.p)(f.xV,["API/logging/".concat(i.toLowerCase(),"/called")],void 0,n.K7.metrics,e),(0,a.p)(y.ET,[(0,v.t)(),t,r,i],void 0,n.K7.logging,e)}(w,e,t,r)},m.wrapLogger=(e,t,{customAttributes:r={},level:i=y.p_.INFO}={})=>{(0,a.p)(f.xV,["API/wrapLogger/called"],void 0,n.K7.metrics,w),_(w,e,t,{customAttributes:r,level:i})},h.forEach((e=>{m[e]=j(R,e,!0,"api")})),m.addPageAction=j(R,"addPageAction",!0,n.K7.genericEvents),m.recordCustomEvent=j(R,"recordCustomEvent",!0,n.K7.genericEvents),m.setPageViewName=function(t,r){if("string"==typeof t)return"/"!==t.charAt(0)&&(t="/"+t),(0,o.f)(e).customTransaction=(r||"http://custom.transaction")+t,j(R,"setPageViewName",!0)()},m.setCustomAttribute=function(e,t,r=!1){if("string"==typeof e){if(["string","number","boolean"].includes(typeof t)||null===t)return N(e,t,"setCustomAttribute",r);(0,d.R)(40,typeof t)}else(0,d.R)(39,typeof e)},m.setUserId=function(e){if("string"==typeof e||null===e)return N("enduser.id",e,"setUserId",!0);(0,d.R)(41,typeof e)},m.setApplicationVersion=function(e){if("string"==typeof e||null===e)return N("application.version",e,"setApplicationVersion",!1);(0,d.R)(42,typeof e)},m.start=()=>{try{(0,a.p)(f.xV,["API/start/called"],void 0,n.K7.metrics,w),w.emit("manual-start-all")}catch(e){(0,d.R)(23,e)}},m[p.G4.RECORD]=function(){(0,a.p)(f.xV,["API/recordReplay/called"],void 0,n.K7.metrics,w),(0,a.p)(p.G4.RECORD,[],void 0,n.K7.sessionReplay,w)},m[p.G4.PAUSE]=function(){(0,a.p)(f.xV,["API/pauseReplay/called"],void 0,n.K7.metrics,w),(0,a.p)(p.G4.PAUSE,[],void 0,n.K7.sessionReplay,w)},m.interaction=function(e){return(new k).get("object"==typeof e?e:{})};const T=k.prototype={createTracer:function(e,t){var r={},i=this,o="function"==typeof t;return(0,a.p)(f.xV,["API/createTracer/called"],void 0,n.K7.metrics,w),g||(0,a.p)(E+"tracer",[(0,v.t)(),e,r],i,n.K7.spa,w),function(){if(A.emit((o?"":"no-")+"fn-start",[(0,v.t)(),i,o],r),o)try{return t.apply(this,arguments)}catch(e){const t="string"==typeof e?new Error(e):e;throw A.emit("fn-err",[arguments,this,t],r),t}finally{A.emit("fn-end",[(0,v.t)()],r)}}}};function j(e,t,r,i){return function(){return(0,a.p)(f.xV,["API/"+t+"/called"],void 0,n.K7.metrics,w),i&&(0,a.p)(e+t,[r?(0,v.t)():performance.now(),...arguments],r?null:this,i,w),r?void 0:this}}function I(){r.e(296).then(r.bind(r,778)).then((({setAPI:t})=>{t(e),(0,c.Ze)(e,"api")})).catch((e=>{(0,d.R)(27,e),w.abort()}))}return["actionText","setName","setAttribute","save","ignore","onEnd","getContext","end","get"].forEach((e=>{T[e]=j(E,e,void 0,g?n.K7.softNav:n.K7.spa)})),m.setCurrentRouteName=g?j(E,"routeName",void 0,n.K7.softNav):j(R,"routeName",!0,n.K7.spa),m.noticeError=function(t,r){"string"==typeof t&&(t=new Error(t)),(0,a.p)(f.xV,["API/noticeError/called"],void 0,n.K7.metrics,w),(0,a.p)("err",[t,(0,v.t)(),!1,r,!!x[e]],void 0,n.K7.jserrors,w)},l.RI?(0,u.GG)((()=>I()),!0):I(),m}var k=r(217),T=r(122);const j={accountID:void 0,trustKey:void 0,agentID:void 0,licenseKey:void 0,applicationID:void 0,xpid:void 0},I={};var S=r(284);const O=e=>{const t=e.startsWith("http");e+="/",r.p=t?e:"https://"+e};let P=!1;function K(e,t={},r,n){let{init:a,info:c,loader_config:u,runtime:d={},exposed:f=!0}=t;d.loaderType=r;const p=(0,g.pV)();c||(a=p.init,c=p.info,u=p.loader_config),(0,k.xN)(e.agentIdentifier,a||{}),function(e,t){if(!e)throw new Error("All loader-config objects require an agent identifier!");I[e]=(0,T.a)(t,j);const r=(0,g.nY)(e);r&&(r.loader_config=I[e])}(e.agentIdentifier,u||{}),c.jsAttributes??={},l.bv&&(c.jsAttributes.isWorker=!0),(0,i.x1)(e.agentIdentifier,c);const m=(0,k.D0)(e.agentIdentifier),h=[c.beacon,c.errorBeacon];P||(m.proxy.assets&&(O(m.proxy.assets),h.push(m.proxy.assets)),m.proxy.beacon&&h.push(m.proxy.beacon),E(),(0,g.US)("activatedFeatures",S.B),e.runSoftNavOverSpa&&=!0===m.soft_navigations.enabled&&m.feature_flags.includes("soft_nav")),d.denyList=[...m.ajax.deny_list||[],...m.ajax.block_internal?h:[]],d.ptid=e.agentIdentifier,(0,o.V)(e.agentIdentifier,d),e.ee=s.ee.get(e.agentIdentifier),void 0===e.api&&(e.api=N(e.agentIdentifier,n,e.runSoftNavOverSpa)),void 0===e.exposed&&(e.exposed=f),P=!0}},374:(e,t,r)=>{r.nc=(()=>{try{return document?.currentScript?.nonce}catch(e){}return""})()},860:(e,t,r)=>{"use strict";r.d(t,{$J:()=>u,K7:()=>s,P3:()=>c,XX:()=>i,qY:()=>n,v4:()=>a});const n="events",i="jserrors",o="browser/blobs",a="rum",s={ajax:"ajax",genericEvents:"generic_events",jserrors:i,logging:"logging",metrics:"metrics",pageAction:"page_action",pageViewEvent:"page_view_event",pageViewTiming:"page_view_timing",sessionReplay:"session_replay",sessionTrace:"session_trace",softNav:"soft_navigations",spa:"spa"},c={[s.pageViewEvent]:1,[s.pageViewTiming]:2,[s.metrics]:3,[s.jserrors]:4,[s.spa]:5,[s.ajax]:6,[s.sessionTrace]:7,[s.softNav]:8,[s.sessionReplay]:9,[s.logging]:10,[s.genericEvents]:11},u={[s.pageViewEvent]:a,[s.pageViewTiming]:n,[s.ajax]:n,[s.spa]:n,[s.softNav]:n,[s.metrics]:i,[s.jserrors]:i,[s.sessionTrace]:o,[s.sessionReplay]:o,[s.logging]:"browser/logs",[s.genericEvents]:"ins"}}},n={};function i(e){var t=n[e];if(void 0!==t)return t.exports;var o=n[e]={exports:{}};return r[e](o,o.exports,i),o.exports}i.m=r,i.d=(e,t)=>{for(var r in t)i.o(t,r)&&!i.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},i.f={},i.e=e=>Promise.all(Object.keys(i.f).reduce(((t,r)=>(i.f[r](e,t),t)),[])),i.u=e=>"nr-rum-1.281.0.min.js",i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="NRBA-1.281.0.PROD:",i.l=(r,n,o,a)=>{if(e[r])e[r].push(n);else{var s,c;if(void 0!==o)for(var u=document.getElementsByTagName("script"),l=0;l<u.length;l++){var d=u[l];if(d.getAttribute("src")==r||d.getAttribute("data-webpack")==t+o){s=d;break}}if(!s){c=!0;var f={296:"sha512-zqOtfbjYsGTkQScey1O8Hh9fA1+m2RFxLpfv7BWqqTivgQ6iM13v6QJ4d5xykyDwx1GoMFmngC4SKpFn6VciYg=="};(s=document.createElement("script")).charset="utf-8",s.timeout=120,i.nc&&s.setAttribute("nonce",i.nc),s.setAttribute("data-webpack",t+o),s.src=r,0!==s.src.indexOf(window.location.origin+"/")&&(s.crossOrigin="anonymous"),f[a]&&(s.integrity=f[a])}e[r]=[n];var g=(t,n)=>{s.onerror=s.onload=null,clearTimeout(p);var i=e[r];if(delete e[r],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((e=>e(n))),t)return t(n)},p=setTimeout(g.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=g.bind(null,s.onerror),s.onload=g.bind(null,s.onload),c&&document.head.appendChild(s)}},i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.p="https://js-agent.newrelic.com/",(()=>{var e={374:0,840:0};i.f.j=(t,r)=>{var n=i.o(e,t)?e[t]:void 0;if(0!==n)if(n)r.push(n[2]);else{var o=new Promise(((r,i)=>n=e[t]=[r,i]));r.push(n[2]=o);var a=i.p+i.u(t),s=new Error;i.l(a,(r=>{if(i.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var o=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src;s.message="Loading chunk "+t+" failed.\n("+o+": "+a+")",s.name="ChunkLoadError",s.type=o,s.request=a,n[1](s)}}),"chunk-"+t,t)}};var t=(t,r)=>{var n,o,[a,s,c]=r,u=0;if(a.some((t=>0!==e[t]))){for(n in s)i.o(s,n)&&(i.m[n]=s[n]);if(c)c(i)}for(t&&t(r);u<a.length;u++)o=a[u],i.o(e,o)&&e[o]&&e[o][0](),e[o]=0},r=self["webpackChunk:NRBA-1.281.0.PROD"]=self["webpackChunk:NRBA-1.281.0.PROD"]||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})(),(()=>{"use strict";i(374);var e=i(944),t=i(344),r=i(566);class n{agentIdentifier;constructor(){this.agentIdentifier=(0,r.LA)(16)}#e(t,...r){if("function"==typeof this.api?.[t])return this.api[t](...r);(0,e.R)(35,t)}addPageAction(e,t){return this.#e("addPageAction",e,t)}recordCustomEvent(e,t){return this.#e("recordCustomEvent",e,t)}setPageViewName(e,t){return this.#e("setPageViewName",e,t)}setCustomAttribute(e,t,r){return this.#e("setCustomAttribute",e,t,r)}noticeError(e,t){return this.#e("noticeError",e,t)}setUserId(e){return this.#e("setUserId",e)}setApplicationVersion(e){return this.#e("setApplicationVersion",e)}setErrorHandler(e){return this.#e("setErrorHandler",e)}addRelease(e,t){return this.#e("addRelease",e,t)}log(e,t){return this.#e("log",e,t)}}class o extends n{#e(t,...r){if("function"==typeof this.api?.[t])return this.api[t](...r);(0,e.R)(35,t)}start(){return this.#e("start")}finished(e){return this.#e("finished",e)}recordReplay(){return this.#e(t.G4.RECORD)}pauseReplay(){return this.#e(t.G4.PAUSE)}addToTrace(e){return this.#e("addToTrace",e)}setCurrentRouteName(e){return this.#e("setCurrentRouteName",e)}interaction(){return this.#e("interaction")}wrapLogger(e,t,r){return this.#e("wrapLogger",e,t,r)}}var a=i(860),s=i(217);const c=Object.values(a.K7);function u(e){const t={};return c.forEach((r=>{t[r]=function(e,t){return!0===(0,s.gD)(t,"".concat(e,".enabled"))}(r,e)})),t}var l=i(603);var d=i(687),f=i(234),g=i(289),p=i(154),m=i(384);const h=e=>p.RI&&!0===(0,s.gD)(e,"privacy.cookies_enabled");function v(e){return!!(0,m.dV)().o.MO&&h(e)&&!0===(0,s.gD)(e,"session_trace.enabled")}var b=i(389);class y extends f.W{constructor(e,t,r=!0){super(e.agentIdentifier,t),this.auto=r,this.abortHandler=void 0,this.featAggregate=void 0,this.onAggregateImported=void 0,!1===e.init[this.featureName].autoStart&&(this.auto=!1),this.auto?(0,d.Ak)(e.agentIdentifier,t):this.ee.on("manual-start-all",(0,b.J)((()=>{(0,d.Ak)(e.agentIdentifier,this.featureName),this.auto=!0,this.importAggregator(e)})))}importAggregator(t,r={}){if(this.featAggregate||!this.auto)return;let n;this.onAggregateImported=new Promise((e=>{n=e}));const o=async()=>{let o;try{if(h(this.agentIdentifier)){const{setupAgentSession:e}=await i.e(296).then(i.bind(i,861));o=e(t)}}catch(t){(0,e.R)(20,t),this.ee.emit("internal-error",[t]),this.featureName===a.K7.sessionReplay&&this.abortHandler?.()}try{if(!this.#t(this.featureName,o))return(0,d.Ze)(this.agentIdentifier,this.featureName),void n(!1);const{lazyFeatureLoader:e}=await i.e(296).then(i.bind(i,103)),{Aggregate:a}=await e(this.featureName,"aggregate");this.featAggregate=new a(t,r),t.runtime.harvester.initializedAggregates.push(this.featAggregate),n(!0)}catch(t){(0,e.R)(34,t),this.abortHandler?.(),(0,d.Ze)(this.agentIdentifier,this.featureName,!0),n(!1),this.ee&&this.ee.abort()}};p.RI?(0,g.GG)((()=>o()),!0):o()}#t(e,t){switch(e){case a.K7.sessionReplay:return v(this.agentIdentifier)&&!!t;case a.K7.sessionTrace:return!!t;default:return!0}}}var w=i(630);class A extends y{static featureName=w.T;constructor(e,t=!0){super(e,w.T,t),this.importAggregator(e)}}var R=i(908),_=i(843),E=i(878),x=i(782),N=i(863);class k extends y{static featureName=x.T;constructor(e,t=!0){super(e,x.T,t),p.RI&&((0,_.u)((()=>(0,R.p)("docHidden",[(0,N.t)()],void 0,x.T,this.ee)),!0),(0,E.sp)("pagehide",(()=>(0,R.p)("winPagehide",[(0,N.t)()],void 0,x.T,this.ee))),this.importAggregator(e))}}var T=i(969);class j extends y{static featureName=T.TZ;constructor(e,t=!0){super(e,T.TZ,t),this.importAggregator(e)}}new class extends o{constructor(t){super(),p.gm?(this.features={},(0,m.bQ)(this.agentIdentifier,this),this.desiredFeatures=new Set(t.features||[]),this.desiredFeatures.add(A),this.runSoftNavOverSpa=[...this.desiredFeatures].some((e=>e.featureName===a.K7.softNav)),(0,l.j)(this,t,t.loaderType||"agent"),this.run()):(0,e.R)(21)}get config(){return{info:this.info,init:this.init,loader_config:this.loader_config,runtime:this.runtime}}run(){try{const t=u(this.agentIdentifier),r=[...this.desiredFeatures];r.sort(((e,t)=>a.P3[e.featureName]-a.P3[t.featureName])),r.forEach((r=>{if(!t[r.featureName]&&r.featureName!==a.K7.pageViewEvent)return;if(this.runSoftNavOverSpa&&r.featureName===a.K7.spa)return;if(!this.runSoftNavOverSpa&&r.featureName===a.K7.softNav)return;const n=function(e){switch(e){case a.K7.ajax:return[a.K7.jserrors];case a.K7.sessionTrace:return[a.K7.ajax,a.K7.pageViewEvent];case a.K7.sessionReplay:return[a.K7.sessionTrace];case a.K7.pageViewTiming:return[a.K7.pageViewEvent];default:return[]}}(r.featureName).filter((e=>!(e in this.features)));n.length>0&&(0,e.R)(36,{targetFeature:r.featureName,missingDependencies:n}),this.features[r.featureName]=new r(this)}))}catch(t){(0,e.R)(22,t);for(const e in this.features)this.features[e].abortHandler?.();const r=(0,m.Zm)();delete r.initializedAgents[this.agentIdentifier]?.api,delete r.initializedAgents[this.agentIdentifier]?.features,delete this.sharedAggregator;return r.ee.get(this.agentIdentifier).abort(),!1}}}({features:[A,k,j],loaderType:"lite"})})()})();</script> <!-- Google Fonts--> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,700|Roboto:300,400,700|Roboto+Condensed:300,400,400i,700|Lora:400,400i,700,700i|Zilla+Slab:400,400i,500,600,700,700i|Oswald:200, 300, 400,500,600,700|Permanent+Marker:400&display=swap"> <link rel="stylesheet" type="text/css" href="/dist/section-charter.css"> </head> <body class="template-section-charter charter "> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P59JVDP" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <header class="component navigation-charter"> <nav class="main"> <div class="container primary"> <div class="container-inner left"> <button id="button-in-unless" class="menu-btn" title="Menu" aria-label="Menu"> <div class="menu-btn-box"> <div class="menu-btn-inner"></div> </div> </button> <div class="logo"> <a href="/charter" data-action="primary-nav-logo" aria-label="Logo"> <span class="oneline"> <svg width="347px" height="17px" viewBox="0 0 347 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Charter</title> <g id="Charter" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Desktop-Charter-Section-Page" transform="translate(-69.000000, -20.000000)"> <g id="Group" transform="translate(69.000000, 20.000000)"> <path d="M11.6345,12.55 C11.0261,14.7679 9.07445,16.276 6.15957,16.276 C4.35677,16.276 2.86131,15.7437 1.72387,14.6538 C0.618207,13.512 0,11.985 0,10.3956 C0,8.80616 0.618207,7.27908 1.72387,6.13729 C2.86448,5.04421 4.35993,4.48975 6.18807,4.48975 C8.94771,4.48975 10.798,5.80779 11.5077,7.86088 L8.87168,8.81138 C8.46929,7.468 7.60432,6.80898 6.28629,6.80898 C4.38528,6.80898 3.19397,8.15238 3.19397,10.3861 C3.19397,12.6198 4.41064,13.9315 6.26096,13.9315 C7.65503,13.9315 8.56752,13.1996 8.97307,11.7136 L11.6345,12.55 Z" id="Path" fill="#322F3D" fill-rule="nonzero"></path> <path d="M16.3356,15.9717 L13.2939,15.9717 L13.2939,0.700213 L16.3356,0 L16.3356,6.89434 C16.8679,5.50343 18.4647,4.48955 20.2643,4.48955 C23.1158,4.48955 24.4973,6.33672 24.4973,9.0013 L24.4973,15.9717 L21.481,15.9717 L21.481,9.60962 C21.481,7.88603 20.6445,6.89434 19.0984,6.89434 C17.4508,6.89434 16.3356,8.23771 16.3356,10.1926 L16.3356,15.9717 Z" id="Path" fill="#322F3D" fill-rule="nonzero"></path> <path d="M26.5511,7.73415 C27.3622,5.78245 29.3393,4.48975 32.1021,4.48975 C35.1184,4.48975 36.6391,5.72858 36.6391,8.23791 L36.6391,13.1077 C36.6302,13.2365 36.6484,13.3659 36.6925,13.4873 C36.7366,13.6087 36.8057,13.7196 36.8952,13.8127 C36.9848,13.9058 37.0928,13.9791 37.2124,14.028 C37.332,14.0768 37.4605,14.1 37.5897,14.0962 C38.0685,14.0932 38.5291,13.9125 38.8823,13.5893 L39.0851,15.5156 C38.4067,15.9849 37.6035,16.2409 36.7786,16.2507 C35.2324,16.2507 33.9904,15.2368 33.813,13.9188 C33.23,15.2621 31.6332,16.1746 29.7321,16.1746 C27.5777,16.1746 26.1075,14.9326 26.1075,12.9809 C26.1075,11.1306 27.5777,10.2688 30.2264,9.58446 L33.7496,8.72268 L33.7496,8.11117 C33.7496,7.16066 33.1413,6.69493 31.9247,6.69493 C30.4799,6.69493 29.466,7.47751 29.1872,8.49455 L26.5511,7.73415 Z M33.775,10.2942 L31.1896,10.9532 C29.7955,11.3334 29.1112,11.7896 29.1112,12.699 C29.1112,13.5386 29.6941,14.1215 30.6953,14.1215 C31.4875,14.141 32.2575,13.8591 32.8498,13.3326 C33.1469,13.1074 33.3875,12.816 33.5524,12.4816 C33.7174,12.1473 33.8023,11.7791 33.8003345,11.4063 L33.775,10.2942 Z" id="Shape" fill="#322F3D" fill-rule="nonzero"></path> <path d="M54.4443,5.45288 L57.7901,5.45288 L57.7901,1.90115 L60.7557,1.2168 L60.7557,5.45288 L66.408,5.45288 L66.408,7.57883 L60.7557,7.57883 L60.7557,11.0799 C60.7557,12.7274 61.7949,13.6906 63.2904,13.6906 C64.6845,13.6906 65.749,12.8795 66.5094,11.2573 L68.157,13.3864 C67.6363,14.2843 66.8842,15.0261 65.9791,15.5343 C65.0741,16.0426 64.0493,16.2987 63.0116,16.276 C59.9446,16.276 57.7901,14.527 57.7901,11.3555 L57.7901,7.57883 L54.4443,7.57883 L54.4443,5.45288 Z" id="Path" fill="#322F3D" fill-rule="nonzero"></path> <path d="M80.5493,13.0557 C79.7129,15.2102 77.8372,16.2747 74.973,16.2747 C73.1734,16.2747 71.6779,15.7425 70.5373,14.6906 C69.9704,14.1605 69.5234,13.5154 69.2261,12.7985 C68.9289,12.0815 68.7883,11.3094 68.8137,10.5337 C68.7903,9.73141 68.9312,8.93281 69.2276,8.18693 C69.524,7.44104 69.9697,6.76361 70.5373,6.19621 C71.1157,5.63028 71.8019,5.18637 72.5551,4.89083 C73.3084,4.59529 74.1134,4.45415 74.9223,4.47579 C76.7219,4.47579 78.116,5.00385 79.1045,6.05997 C80.0959,7.12468 80.6325,8.53432 80.6,9.98873 L80.6,10.8125 L71.8554,10.8125 C71.8554,12.7135 73.1988,14.0062 75.0998,14.0062 C76.5952,14.0062 77.6091,13.3979 78.116,12.1559 L80.5493,13.0557 Z M77.6978,9.25367 C77.6218,7.75821 76.5825,6.66512 74.935,6.66512 C74.2025,6.64217 73.4882,6.89569 72.934,7.37529 C72.3799,7.85489 72.0265,8.52545 71.9441,9.25367 L77.6978,9.25367 Z" id="Shape" fill="#322F3D" fill-rule="nonzero"></path> <path d="M91.5667,4.47607 C89.615,4.47607 88.3983,5.91767 87.8661,7.26105 L87.8661,4.79291 L82.163,4.79291 L82.163,7.12798 L84.834,7.12798 L84.834,13.6421 L81.8462,13.6421 L81.8462,15.974 L91.5889,15.974 L91.5889,13.6421 L87.8756,13.6421 L87.8756,10.7906 C87.8756,8.68998 88.9655,7.0171 90.6891,7.0171 C91.9564,7.0171 92.4887,7.82502 92.4887,8.9688 C92.4998,9.19813 92.4828,9.42797 92.438,9.65317 L94.9473,8.70266 C94.9891,8.57176 95.0063,8.43426 94.998,8.29711 C94.9885,6.0856 93.7972,4.47607 91.5667,4.47607 Z" id="Path" fill="#322F3D" fill-rule="nonzero"></path> <path d="M50.1115,4.47607 C48.1566,4.47607 46.9431,5.91767 46.4077,7.26105 L46.4077,4.79291 L40.7047,4.79291 L40.7047,7.12798 L43.3756,7.12798 L43.3756,13.6421 L40.3878,13.6421 L40.3878,15.974 L50.1337,15.974 L50.1337,13.6421 L46.4077,13.6421 L46.4077,10.7906 C46.4077,8.68998 47.4976,7.0171 49.2212,7.0171 C50.4885,7.0171 51.024,7.82502 51.024,8.9688 C51.0357,9.19829 51.0176,9.42835 50.9701,9.65317 L53.4794,8.70266 C53.5212,8.57176 53.5384,8.43426 53.5301,8.29711 C53.5301,6.0856 52.3515,4.47607 50.1115,4.47607 Z" id="Path" fill="#322F3D" fill-rule="nonzero"></path> <line x1="100" y1="11" x2="189" y2="11" id="Path" stroke="#322F3D"></line> <path d="M200.336,13.1 L198.212,13.1 L198.212,7.34 L200.336,7.34 L200.336,6.44 L195.02,6.44 L195.02,7.34 L197.156,7.34 L197.156,13.1 L195.02,13.1 L195.02,14 L200.336,14 L200.336,13.1 Z M202.663,11.168 C202.663,10.148 203.311,9.452 204.211,9.452 C205.063,9.452 205.531,9.98 205.531,10.88 L205.531,14 L206.527,14 L206.527,10.748 C206.527,9.452 205.879,8.612 204.547,8.612 C203.647,8.612 202.939,9.14 202.663,9.824 L202.663,8.756 L201.667,8.756 L201.667,14 L202.663,14 L202.663,11.168 Z M215.369,11.264 C215.369,10.7 215.525,10.256 215.849,9.908 C216.173,9.56 216.569,9.392 217.037,9.392 C218.093,9.392 218.741,10.172 218.741,11.384 C218.741,12.596 218.093,13.376 217.037,13.376 C216.569,13.376 216.173,13.208 215.849,12.86 C215.525,12.512 215.369,12.056 215.369,11.492 L215.369,11.264 Z M215.405,12.872 C215.693,13.628 216.341,14.144 217.289,14.144 C218.045,14.144 218.657,13.88 219.101,13.364 C219.545,12.836 219.773,12.176 219.773,11.384 C219.773,10.58 219.545,9.92 219.101,9.404 C218.657,8.876 218.045,8.612 217.289,8.612 C216.365,8.612 215.693,9.14 215.405,9.896 L215.405,8.756 L214.409,8.756 L214.409,16.016 L215.405,16.016 L215.405,12.872 Z M221.56,10.388 C221.74,9.824 222.316,9.404 223.096,9.404 C223.804,9.404 224.116,9.728 224.116,10.148 L224.116,10.592 L222.508,10.964 C221.164,11.264 220.456,11.696 220.456,12.596 C220.456,13.508 221.152,14.108 222.124,14.108 C223.072,14.108 223.852,13.628 224.128,12.956 C224.176,13.616 224.74,14.12 225.424,14.12 C225.724,14.12 226.012,14.024 226.288,13.832 L226.228,13.088 C226.048,13.244 225.844,13.328 225.616,13.328 C225.316,13.328 225.052,13.124 225.052,12.74 L225.052,10.184 C225.052,9.14 224.332,8.612 223.12,8.612 C221.932,8.612 221.056,9.2 220.672,10.064 L221.56,10.388 Z M224.116,11.888 C224.116,12.272 223.936,12.608 223.588,12.908 C223.24,13.208 222.832,13.352 222.364,13.352 C221.788,13.352 221.452,13.004 221.452,12.524 C221.452,11.996 221.848,11.78 222.748,11.552 L224.116,11.228 L224.116,11.888 Z M230.007,9.476 C230.823,9.476 231.255,9.956 231.255,10.676 C231.255,10.904 231.231,11.06 231.195,11.168 L232.119,10.904 C232.155,10.82 232.167,10.664 232.167,10.436 C232.167,9.944 231.999,9.512 231.663,9.152 C231.339,8.792 230.883,8.612 230.319,8.612 C229.251,8.612 228.495,9.344 228.219,10.268 L228.219,8.756 L227.223,8.756 L227.223,14 L228.219,14 L228.219,11.768 C228.219,11.156 228.399,10.628 228.747,10.172 C229.095,9.704 229.515,9.476 230.007,9.476 Z M232.683,9.776 L234.387,9.776 L234.387,11.888 C234.387,12.608 234.603,13.16 235.047,13.556 C235.491,13.952 236.067,14.144 236.751,14.144 C237.267,14.144 237.747,14.012 238.167,13.736 C238.587,13.46 238.887,13.124 239.043,12.74 L238.515,11.984 C238.143,12.848 237.579,13.28 236.799,13.28 C235.995,13.28 235.359,12.752 235.359,11.804 L235.359,9.776 L238.299,9.776 L238.299,9.032 L235.359,9.032 L235.359,7.004 L234.387,7.304 L234.387,9.032 L232.683,9.032 L232.683,9.776 Z M240.89,11.168 C240.89,10.148 241.538,9.452 242.438,9.452 C243.29,9.452 243.758,9.98 243.758,10.88 L243.758,14 L244.754,14 L244.754,10.748 C244.754,9.452 244.106,8.612 242.774,8.612 C241.874,8.612 241.166,9.14 240.89,9.824 L240.89,8.756 L239.894,8.756 L239.894,14 L240.89,14 L240.89,11.168 Z M250.393,12.236 C250.105,12.992 249.553,13.364 248.725,13.364 C248.221,13.364 247.801,13.196 247.453,12.848 C247.105,12.5 246.937,12.056 246.937,11.504 L251.185,11.504 L251.185,11.192 C251.185,10.46 250.969,9.848 250.525,9.356 C250.081,8.864 249.457,8.612 248.653,8.612 C247.873,8.612 247.237,8.876 246.721,9.416 C246.205,9.956 245.953,10.628 245.953,11.456 C245.953,12.26 246.205,12.908 246.721,13.4 C247.237,13.892 247.885,14.144 248.689,14.144 C249.913,14.144 250.741,13.664 251.161,12.692 L250.393,12.236 Z M246.973,10.856 C247.105,10.04 247.741,9.392 248.653,9.392 C249.601,9.392 250.177,10.04 250.225,10.856 L246.973,10.856 Z M255.492,9.476 C256.308,9.476 256.74,9.956 256.74,10.676 C256.74,10.904 256.716,11.06 256.68,11.168 L257.604,10.904 C257.64,10.82 257.652,10.664 257.652,10.436 C257.652,9.944 257.484,9.512 257.148,9.152 C256.824,8.792 256.368,8.612 255.804,8.612 C254.736,8.612 253.98,9.344 253.704,10.268 L253.704,8.756 L252.708,8.756 L252.708,14 L253.704,14 L253.704,11.768 C253.704,11.156 253.884,10.628 254.232,10.172 C254.58,9.704 255,9.476 255.492,9.476 Z M258.719,12.944 C259.187,13.676 260.267,14.144 261.431,14.144 C262.115,14.144 262.667,14 263.099,13.712 C263.543,13.412 263.759,13.028 263.759,12.548 C263.759,11.792 263.279,11.324 262.319,11.12 L260.855,10.796 C260.267,10.664 260.003,10.46 260.003,10.088 C260.003,9.668 260.519,9.392 261.203,9.392 C261.959,9.392 262.595,9.716 262.895,10.244 L263.567,9.692 C263.099,8.972 262.319,8.612 261.203,8.612 C260.591,8.612 260.075,8.756 259.667,9.044 C259.259,9.332 259.055,9.704 259.055,10.16 C259.055,10.916 259.583,11.408 260.639,11.636 L261.923,11.912 C262.511,12.044 262.799,12.236 262.799,12.62 C262.799,13.124 262.343,13.376 261.419,13.376 C260.543,13.376 259.703,12.968 259.331,12.284 L258.719,12.944 Z M266.386,11.168 C266.386,10.148 267.022,9.452 267.922,9.452 C268.774,9.452 269.242,9.98 269.242,10.88 L269.242,14 L270.238,14 L270.238,10.748 C270.238,9.452 269.602,8.612 268.27,8.612 C267.37,8.612 266.638,9.14 266.386,9.824 L266.386,6.44 L265.39,6.44 L265.39,14 L266.386,14 L266.386,11.168 Z M275.013,7.508 L275.013,6.224 L273.657,6.224 L273.657,7.508 L275.013,7.508 Z M277.137,13.232 L274.893,13.232 L274.893,8.756 L271.917,8.756 L271.917,9.536 L273.909,9.536 L273.909,13.232 L271.677,13.232 L271.677,14 L277.137,14 L277.137,13.232 Z M279.08,11.264 C279.08,10.7 279.236,10.256 279.56,9.908 C279.884,9.56 280.28,9.392 280.748,9.392 C281.804,9.392 282.452,10.172 282.452,11.384 C282.452,12.596 281.804,13.376 280.748,13.376 C280.28,13.376 279.884,13.208 279.56,12.86 C279.236,12.512 279.08,12.056 279.08,11.492 L279.08,11.264 Z M279.116,12.872 C279.404,13.628 280.052,14.144 281,14.144 C281.756,14.144 282.368,13.88 282.812,13.364 C283.256,12.836 283.484,12.176 283.484,11.384 C283.484,10.58 283.256,9.92 282.812,9.404 C282.368,8.876 281.756,8.612 281,8.612 C280.076,8.612 279.404,9.14 279.116,9.896 L279.116,8.756 L278.12,8.756 L278.12,16.016 L279.116,16.016 L279.116,12.872 Z M292.806,8.756 L291.87,12.824 L291.822,12.824 L290.898,8.756 L289.926,8.756 L291.234,14 L292.194,14 L293.226,9.86 L293.274,9.86 L294.306,14 L295.278,14 L296.574,8.756 L295.65,8.756 L294.738,12.824 L294.69,12.824 L293.73,8.756 L292.806,8.756 Z M300.498,7.508 L300.498,6.224 L299.142,6.224 L299.142,7.508 L300.498,7.508 Z M302.622,13.232 L300.378,13.232 L300.378,8.756 L297.402,8.756 L297.402,9.536 L299.394,9.536 L299.394,13.232 L297.162,13.232 L297.162,14 L302.622,14 L302.622,13.232 Z M302.765,9.776 L304.469,9.776 L304.469,11.888 C304.469,12.608 304.685,13.16 305.129,13.556 C305.573,13.952 306.149,14.144 306.833,14.144 C307.349,14.144 307.829,14.012 308.249,13.736 C308.669,13.46 308.969,13.124 309.125,12.74 L308.597,11.984 C308.225,12.848 307.661,13.28 306.881,13.28 C306.077,13.28 305.441,12.752 305.441,11.804 L305.441,9.776 L308.381,9.776 L308.381,9.032 L305.441,9.032 L305.441,7.004 L304.469,7.304 L304.469,9.032 L302.765,9.032 L302.765,9.776 Z M310.984,11.168 C310.984,10.148 311.62,9.452 312.52,9.452 C313.372,9.452 313.84,9.98 313.84,10.88 L313.84,14 L314.836,14 L314.836,10.748 C314.836,9.452 314.2,8.612 312.868,8.612 C311.968,8.612 311.236,9.14 310.984,9.824 L310.984,6.44 L309.988,6.44 L309.988,14 L310.984,14 L310.984,11.168 Z M325.61,7.352 L328.322,7.352 L328.322,6.44 L321.89,6.44 L321.89,7.352 L324.566,7.352 L324.566,14 L325.61,14 L325.61,7.352 Z M334.129,13.1 L332.005,13.1 L332.005,7.34 L334.129,7.34 L334.129,6.44 L328.813,6.44 L328.813,7.34 L330.949,7.34 L330.949,13.1 L328.813,13.1 L328.813,14 L334.129,14 L334.129,13.1 Z M339.612,7.34 L339.684,7.34 L339.684,14 L340.68,14 L340.68,6.44 L339.144,6.44 L337.932,10.328 L337.872,10.328 L336.564,6.44 L335.016,6.44 L335.016,14 L335.988,14 L335.988,7.34 L336.06,7.34 L337.584,11.768 L338.136,11.768 L339.612,7.34 Z M342.935,13.112 L342.935,10.532 L345.683,10.532 L345.683,9.632 L342.935,9.632 L342.935,7.328 L346.799,7.328 L346.799,6.44 L341.903,6.44 L341.903,14 L346.907,14 L346.907,13.112 L342.935,13.112 Z" id="Shape" fill="#322F3D" fill-rule="nonzero"></path> </g> </g> </g> </svg> </span> <span class="multiline"> <svg width="179px" height="33px" viewBox="0 0 179 33" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Charter</title> <g id="Charter" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Group" transform="translate(-58.000000, -12.000000)"> <image id="Bitmap" x="58" y="12" width="178.707692" height="33" xlink:href="data:image/png;base64,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"></image> </g> </g> </svg> </span> </a> </div> </div> <div class="container-inner right"> <a href="https://www.charterworks.com/newsletter/?utm_source=time&utm_medium=nav&utm_campaign=timelaunch" class="nav-newsletter" target="_blank" title="Newsletter" aria-label="Newsletter" rel="noopener noreferrer"> <span>NEWSLETTER</span> </a> </div> </div> </nav> <div class="nav-placeholder"> </div> <nav data-tracking-zone="nav" class="menu"> <section class="container"> <section class="menu-section"> <label class="menu-label">Charter Sections</label> <ul> <li class="menu-item"> <a href="https://time.com/charter/tag/diversity/" > Diversity </a> </li> <li class="menu-item"> <a href="https://time.com/charter/tag/hybrid-work/" > Hybrid Work </a> </li> <li class="menu-item"> <a href="https://time.com/charter/tag/great-resignation/" > Great Resignation </a> </li> <li class="menu-item"> <a href="https://time.com/charter/tag/leadership/" > Leadership </a> </li> <li class="menu-item"> <a href="https://time.com/charter/tag/books/" > Books </a> </li> </ul> </section> <section class="menu-section"> <label class="menu-label">Time Sections</label> <ul> <li class="menu-item"> <a href="https://time.com" > Home </a> </li> <li class="menu-item"> <a href="https://time.com/section/us/" > U.S. </a> </li> <li class="menu-item"> <a href="https://time.com/section/politics/" > Politics </a> </li> <li class="menu-item"> <a href="https://time.com/section/world/" > World </a> </li> <li class="menu-item"> <a href="https://time.com/section/health/" > Health </a> </li> <li class="menu-item"> <a href="https://time.com/section/climate/" > Climate </a> </li> <li class="menu-item"> <a href="https://time.com/charter/" > Future of Work by Charter </a> </li> <li class="menu-item"> <a href="https://time.com/section/business/" > Business </a> </li> <li class="menu-item"> <a href="https://time.com/section/tech/" > Tech </a> </li> <li class="menu-item"> <a href="https://time.com/section/entertainment/" > Entertainment </a> </li> <li class="menu-item"> <a href="https://time.com/section/ideas/" > Ideas </a> </li> <li class="menu-item"> <a href="https://time.com/section/science/" > Science </a> </li> <li class="menu-item"> <a href="https://time.com/section/history/" > History </a> </li> <li class="menu-item"> <a href="https://time.com/section/sports/" > Sports </a> </li> <li class="menu-item"> <a href="https://time.com/magazine" > Magazine </a> </li> <li class="menu-item"> <a href="https://time.com/time2030" > TIME 2030 </a> </li> <li class="menu-item"> <a href="https://time.com/collection/next-generation-leaders/" > Next Generation Leaders </a> </li> <li class="menu-item"> <a href="https://time.com/collection/time100-leadership-series/" > TIME100 Leadership Series </a> </li> <li class="menu-item"> <a href="https://time.com/studios/" > TIME Studios </a> </li> <li class="menu-item"> <a href="https://time.com/collection/video/" > Video </a> </li> <li class="menu-item"> <a href="https://time.com/collection/time100-talks/" > TIME100 Talks </a> </li> <li class="menu-item"> <a href="https://time.com/collection/timepieces-nft/" > TIMEPieces </a> </li> <li class="menu-item"> <a href="https://time.com/vault/" > The TIME Vault </a> </li> <li class="menu-item"> <a href="https://time.com/collection/live-well/" > TIME for Health </a> </li> <li class="menu-item"> <a href="https://www.timeforkids.com" > TIME for Kids </a> </li> <li class="menu-item"> <a href="https://www.timeedge.com/login" > TIME Edge </a> </li> <li class="menu-item"> <a href="https://www.co2.com/" > TIMECO2 </a> </li> <li class="menu-item"> <a href="https://redborder.time.com/home/" > Red Border: Branded Content by TIME </a> </li> <li class="menu-item"> <a href="https://time.com/coupons" > Coupons </a> </li> <li class="menu-item"> <a href="https://time.com/personal-finance/" > Personal Finance by TIME Stamped </a> </li> <li class="menu-item"> <a href="https://time.com/shopping/" > Shopping by TIME Stamped </a> </li> </ul> </section> <section class="menu-section"> <label class="menu-label">Join Us</label> <ul> <li class="menu-item"> <a href="https://time.com/newsletters/?source=time_nav" > Newsletters </a> </li> <li class="menu-item"> <a class="subx_track_952 subscribe-link" href="https://time.com/subscribe-hamburger-time" data-key="qobuskf@g" data-event="3" data-location="hamburger" > Subscribe </a> </li> <li class="menu-item"> <a href="https://get.time.com/servlet/OrdersGateway?cds_mag_code=TIM&cds_page_id=255457&utm_%5B…%5Dketing+site-reg-paid+all&utm_content=bau+gift22+na+na+na+na+na" > Give a Gift </a> </li> <li class="menu-item"> <a href="https://get.time.com/pubs/MX/TIM/TIME_Single_Issue_Store_50_Discount_Page2_Mar.jsp?cds_page_id=265727&cds_mag_code=TIM&id=1681921547077&lsid=31091125470044351&vid=1&cds_response_key=SCCGSTR04" > Shop the TIME Store </a> </li> <li class="menu-item"> <a href="https://timecoverstore.com/" > TIME Cover Store </a> </li> <li class="menu-item"> <a href="https://geo.ema.gs/time_digital" > Digital Magazine </a> </li> </ul> </section> <section class="menu-section"> <label class="menu-label">Customer Care</label> <ul> <li class="menu-item"> <a href="https://support.time.com/" > US & Canada </a> </li> <li class="menu-item"> <a href="https://support.time.com/" > Global Help Center </a> </li> </ul> </section> <section class="menu-section"> <label class="menu-label">Reach Out</label> <ul> <li class="menu-item"> <a href="https://time.com/longform/join-time/" > Careers </a> </li> <li class="menu-item"> <a href="https://time.com/section/press-room/" > Press Room </a> </li> <li class="menu-item"> <a href="mailto:letters@time.com" > Contact the Editors </a> </li> <li class="menu-item"> <a href="https://time.com/mediakit" > Media Kit </a> </li> <li class="menu-item"> <a href="https://www.parsintl.com/publication/time" > Reprints and Permissions </a> </li> </ul> </section> <section class="menu-section"> <label class="menu-label">More</label> <ul> <li class="menu-item"> <a href="https://time.com/longform/about-time/" > About Us </a> </li> <li class="menu-item"> <a href="https://time.com/privacy/privacy_policy.html" > Privacy Policy </a> </li> <li class="menu-item"> <a href="https://time.com/privacy/privacy_policy.html#_Toc26698205" > Your Privacy Rights </a> </li> <li class="menu-item"> <a href="https://time.com/privacy/privacy_terms_service.html" > Terms of Use </a> </li> <li class="menu-item"> <a href="https://time.com/modern-slavery-statement/" > Modern Slavery Statement </a> </li> <li class="menu-item"> <a href="https://time.com/html-sitemap/" > Site Map </a> </li> </ul> </section> <section class="menu-section"> <label class="menu-label">Connect with Us</label> <div class="social-items"> <link href="https://www.facebook.com/time"> <span class="icon icon-facebook-circle-stroke social-stroke-icon color-accent margin-4-right " > <a href="https://www.facebook.com/time" class="display-block " target="_blank" rel="noopener" aria-label="Share on undefined" > <svg width="36" height="36" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" tabindex="-1"><g fill-rule="evenodd" fill="none" stroke="null"><path d="M32.95 18c0 8.258-6.693 14.95-14.95 14.95S3.05 26.26 3.05 18 9.742 3.05 18 3.05 32.95 9.74 32.95 18" stroke-width="2" stroke="#B7B4B4"/><path d="M19.718 13.698c.433-.014.866-.004 1.3-.004h.18V11.57c-.232-.023-.473-.054-.716-.065-.445-.02-.89-.04-1.336-.03-.68.013-1.323.17-1.884.55-.644.435-.998 1.05-1.132 1.773-.057.3-.07.607-.08.912-.01.477-.002.953 0 1.43v.18h-2.16v2.373h2.147v5.966h2.622V18.7h2.134l.33-2.385h-.482c-.608.002-2.004 0-2.004 0s.006-1.177.02-1.687c.02-.7.46-.912 1.057-.932" fill="#B7B4B4"/></g></svg> </a> </span> <link href="https://www.instagram.com/time/?hl=en"> <span class="icon icon-instagram-circle-stroke social-stroke-icon color-accent margin-4-right " > <a href="https://www.instagram.com/time/?hl=en" class="display-block " target="_blank" rel="noopener" aria-label="Share on undefined" > <svg width="36" height="36" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" tabindex="-1"><g fill-rule="evenodd" fill="none" stroke="null"><path d="M32.95 18c0 8.257-6.693 14.95-14.95 14.95S3.05 26.258 3.05 18 9.742 3.05 18 3.05 32.95 9.742 32.95 18" stroke-width="2" stroke="#B7B4B4"/><path d="M22.624 22c0 .344-.28.624-.623.624h-8.47c-.342 0-.62-.28-.62-.623v-5.13h1.218c-.07.29-.104.59-.104.9 0 2.07 1.677 3.75 3.75 3.75 2.07 0 3.75-1.68 3.75-3.75 0-.306-.038-.604-.108-.89h1.22V22zm-7.137-5.13c.356-.907 1.24-1.552 2.274-1.552 1.04 0 1.92.645 2.28 1.553.11.28.17.58.17.9 0 1.347-1.1 2.444-2.44 2.444-1.345 0-2.442-1.097-2.442-2.443 0-.314.06-.615.17-.89zm4.916-3.576c0-.19.154-.344.344-.344h1.49c.19 0 .344.154.344.344v1.49c0 .19-.15.344-.34.344h-1.49c-.19 0-.34-.154-.34-.344v-1.49zM22 11.592h-8.478c-1.065 0-1.93.865-1.93 1.93v8.48c0 1.064.865 1.93 1.93 1.93h8.48c1.065 0 1.93-.866 1.93-1.93v-8.48c0-1.065-.865-1.93-1.93-1.93z" fill="#B7B4B4"/></g></svg> </a> </span> <link href="https://twitter.com/time"> <span class="icon icon-twitter-circle-stroke social-stroke-icon color-accent margin-4-right " > <a href="https://twitter.com/time" class="display-block " target="_blank" rel="noopener" aria-label="Share on undefined" > <svg role="img" aria-hidden="true" width="36" height="36" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M32.977 18C32.977 26.272 26.272 32.976 18 32.976C9.728 32.976 3.023 26.272 3.023 18C3.023 9.728 9.728 3.024 18 3.024C26.272 3.024 32.977 9.728 32.977 18Z" stroke="#e90606" stroke-width="2"></path><path d="M18.5899 17.7781L22.712 13H21.7352L18.1559 17.1487L15.2972 13H12L16.323 19.2736L12 24.2842H12.9769L16.7566 19.903L19.7757 24.2842H23.0729L18.5896 17.7781H18.5899ZM17.2519 19.3289L16.8139 18.7042L13.3288 13.7333H14.8293L17.6417 17.745L18.0798 18.3697L21.7356 23.5843H20.2352L17.2519 19.3292V19.3289Z" fill="#e90606"></path></svg> </a> </span> <link href="https://www.pinterest.com/timemagazine"> <span class="icon icon-pinterest-circle-stroke social-stroke-icon color-accent " > <a href="https://www.pinterest.com/timemagazine" class="display-block " target="_blank" rel="noopener" aria-label="Share on undefined" > <svg width="36" height="36" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" tabindex="-1"><g fill-rule="evenodd" fill="none" stroke="null"><path d="M32.976 18c0 8.272-6.705 14.976-14.976 14.976-8.27 0-14.976-6.704-14.976-14.976C3.024 9.728 9.73 3.024 18 3.024S32.976 9.728 32.976 18" stroke-width="2" stroke="#B7B4B4"/><path d="M17.162 20.54c-.012.038-.022.072-.03.105-.505 1.976-.562 2.415-1.08 3.332-.247.437-.525.85-.834 1.246-.034.044-.067.102-.137.088-.07-.01-.08-.08-.08-.14-.08-.6-.13-1.2-.11-1.81.03-.79.13-1.06 1.15-5.34.02-.06 0-.12-.02-.18-.24-.65-.29-1.32-.08-2 .46-1.46 2.12-1.57 2.41-.36.18.75-.292 1.72-.654 3.16-.3 1.19 1.1 2.04 2.298 1.17 1.106-.8 1.534-2.72 1.45-4.08-.16-2.71-3.13-3.29-5.02-2.42-2.16 1-2.65 3.68-1.675 4.91.126.157.22.25.18.41-.06.244-.117.49-.186.735-.05.184-.2.25-.384.175-.36-.148-.66-.377-.9-.678-.83-1.026-1.07-3.057.03-4.776 1.212-1.906 3.47-2.676 5.534-2.443 2.468.28 4.02 1.964 4.316 3.873.13.87.035 3.012-1.186 4.53-1.404 1.74-3.68 1.854-4.73.785-.08-.08-.146-.18-.225-.272" fill="#B7B4B4"/></g></svg> </a> </span> </div> </section> </section> </nav> <div class="menu-overlay"></div> <div class="component adhesion-ad mobile-ad"> <div class="adhesion-ad-container"> <div id='stickyfooter-ad-1' class='ad ad-container ad-wrapper mobile-ad' role='complementary' aria-hidden='true' > </div> </div> </div> <div class="ad-wrapper outer tablet-ad desktop-ad full-column"> <div id='leaderboard-ad-1' class='ad ad-container ad-wrapper desktop-ad tablet-ad' role='complementary' aria-hidden='true' > </div> </div> </header> <main> <div class="container-main"> <div class="container-main__charter-header"> <div class="title">The future of work.</div> <div class="description">Trends and tips for resetting business practices for a new era.<a href="https://www.charterworks.com/newsletter/?utm_source=time&utm_medium=nav&utm_campaign=timelaunch" target="_blank" rel="noopener noreferrer">Sign up for our newsletter →</a></div> </div> <div class="container-main__headline"> <h1> Charter </h1> <div class="container-main__top-tags"> <span><a target="_blank" href="/charter/tag/leadership/">Leadership</a></span> <span><a target="_blank" href="/charter/tag/inclusivity/">Inclusivity</a></span> <span><a target="_blank" href="/charter/tag/working-better/">Working Better</a></span> <span><a target="_blank" href="/charter/tag/flexible-work/">Flexible Work</a></span> <span><a target="_blank" href="/charter/tag/the-new-workplace/">The New Workplace</a></span> </div> </div> <div class="container-main__headline-underline"></div> <section class="section-curated charter"> <div class="taxonomy-tout primary " data-index=> <a href=https://time.com/charter/7212218/reid-hoffman-ai-superagency-linkedin/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2025/02/charter-hoffman.jpg?quality=85&w=1012&h=569&crop=1" data-alt="" data-fetchpriority="high" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2025/02/charter-hoffman.jpg?quality=85&w=1012&h=569&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> LinkedIn Co-founder Reid Hoffman Believes AI Agents Will Be an Essential Part of How We Work </h2> <span class="byline"> <span> </span> </div> </a> </div> <div class="section-curated-ad"> <div id='rightrail-ad-1' class='ad ad-container ad-wrapper desktop-only' role='complementary' aria-hidden='true' > </div> </div> <div class="secondary"> <div class="taxonomy-tout " data-index=> <a href=https://time.com/charter/7202471/skills-every-manager-rishad-tobaccowala/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/12/charter-rishad.jpg?quality=85&crop=0px%2C0px%2C1600px%2C1067px&resize=407%2C271&strip,407,271,true" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/12/charter-rishad.jpg?quality=85&crop=0px%2C0px%2C1600px%2C1067px&resize=407%2C271&strip,407,271,true" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> The Six Skills Every Manager Should Develop </h2> <span class="byline"> <span> </span><span></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=https://time.com/charter/7210141/davos-ai-leadership/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2025/01/250123_WEF_WashingtonPost_AILeadership-48.jpg?quality=85&w=407&h=271&crop=1,407,271,true" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2025/01/250123_WEF_WashingtonPost_AILeadership-48.jpg?quality=85&w=407&h=271&crop=1,407,271,true" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> What Leadership Looks Like When Everyone Has AI </h2> <span class="byline"> <span> </span><span></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=> <a href=https://time.com/charter/7199479/how-activators-enable-culture-change/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/12/charter-pmi-recap.jpg?quality=85&w=407&h=271&crop=1,407,271,true" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/12/charter-pmi-recap.jpg?quality=85&w=407&h=271&crop=1,407,271,true" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How “Activators” Enable Culture Change </h2> <span class="byline"> <span> </span><span></span> </span> </div> </a> </div> </div> </section> <section class="section-related"> <div class="section-related__touts-wrapper"> <div class="ad-between-section"> <div id='inline-ad-1' class='ad ad-container ad-wrapper tablet-ad desktop-ad desktop-only x2' role='complementary' aria-hidden='true' > </div> </div> <div class="section-related__title-more"> More from <span class="section-related-tag-name">Leadership</span> </div> <div class="component taxonomy-related-touts section-related__touts" data-index=0> <div class="taxonomy-tout " data-index=0> <a href=/charter/7214116/stan-mcchrystal/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2025/02/charter-McChrystal.jpg" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2025/02/charter-McChrystal.jpg" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> General Stan McChrystal on the Leadership Area Where Everyone Could Improve </h2> <h3 class="summary"> General Stan McChrystal on leading through uncertainty, return-to-office, DEI, building trust, AI, and other leadership questions. </h3> <span class="byline"> <span> </span><span><time datetime="2025-02-09T12:00:19.000Z">February 9, 2025</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=1> <a href=/charter/7206239/pitfalls-to-avoid-when-communicating-about-ai/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2025/01/charter-kellerman2.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2025/01/charter-kellerman2.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Pitfalls to Avoid When Communicating About AI </h2> <h3 class="summary"> A conversation with Gabriella Rosen Kellerman, co-author of Tomorrowmind and chief innovation officer and chief product officer at BetterUp. </h3> <span class="byline"> <span>By Kevin J. Delaney </span><span><time datetime="2025-01-12T11:30:08.000Z">January 12, 2025</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=2> <a href=/charter/7205162/presidential-transition-tracker-lessons/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2025/01/charter-navigating-trump.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2025/01/charter-navigating-trump.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> What business leaders should know ahead of the next Trump administration </h2> <h3 class="summary"> A guide to what we’ve learned from tracking the likely flashpoints for changes to work and workplaces under the incoming US president. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2025-01-07T11:30:19.000Z">January 7, 2025</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=3> <a href=/charter/7204639/jennifer-abruzzo-qa/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2025/01/charter-abruzzo.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2025/01/charter-abruzzo.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How labor law changed under Biden—and what comes next </h2> <h3 class="summary"> The insider view from Jennifer Abruzzo, the NLRB’s general counsel, on what employers and workers should be aware of. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2025-01-05T11:30:40.000Z">January 5, 2025</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=4> <a href=/charter/7203661/2025-predictions/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/12/clf-predictions.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/12/clf-predictions.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> 11 predictions for work and leadership in 2025 </h2> <h3 class="summary"> Predictions for AI, flexible work, meetings, and DEI from Nick Bloom, Edith Cooper, Brigid Schulte, Liz Shuler, and more. </h3> <span class="byline"> <span>By Jacob Clemente and Michelle Peng </span><span><time datetime="2024-12-22T11:32:20.000Z">December 22, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=5> <a href=/charter/7178807/how-microsoft-and-atlassian-used-culture-to-manage-change/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/11/pb-charter-pmi-social.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/11/pb-charter-pmi-social.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How Microsoft and Atlassian used culture to manage change </h2> <h3 class="summary"> A preview of Charter's new playbook, "Culture in a Time of Change." </h3> <span class="byline"> <span>By Kevin J. Delaney </span><span><time datetime="2024-11-24T11:30:49.000Z">November 24, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=6> <a href=/charter/7177010/lessons-for-navigating-uncertainty-from-the-enduring-enterprise/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/11/charter-headshots-2.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/11/charter-headshots-2.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Lessons for Navigating Uncertainty from 'The Enduring Enterprise' </h2> <h3 class="summary"> Insights from Devin DeCiantis and Ivan Lansberg, authors of The Enduring Enterprise. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2024-11-17T11:30:40.000Z">November 17, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=7> <a href=/charter/7174494/why-your-chro-is-the-missing-link-in-your-ai-strategy/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/11/charter-ai-hackathon.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/11/charter-ai-hackathon.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Why Your CHRO Is the Missing Link in Your AI Strategy </h2> <h3 class="summary"> This work is a true exercise in change management. </h3> <span class="byline"> <span>By Teuila Hanson and Aneesh Raman </span><span><time datetime="2024-11-11T09:00:47.000Z">November 11, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=8> <a href=/charter/7174642/six-experts-on-what-the-election-means-for-workplaces/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/11/charter-election-roundup-3.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/11/charter-election-roundup-3.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Six experts on what the election means for workplaces </h2> <h3 class="summary"> Essential areas to focus on in the months ahead to support workers and power business performance. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2024-11-10T11:30:37.000Z">November 10, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=9> <a href=/charter/7108985/an-insider-explains-apples-use-of-storytelling-as-a-leadership-tool/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/10/charter-joel-podolny.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/10/charter-joel-podolny.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> An insider Explains Apple’s Use of Storytelling as a Leadership Tool </h2> <h3 class="summary"> The founding dean of Apple University on the skills today’s leaders need to have. </h3> <span class="byline"> <span>By Kevin J. Delaney </span><span><time datetime="2024-10-27T11:15:23.000Z">October 27, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=10> <a href=/charter/7095108/research-how-to-preserve-worker-wellbeing-as-election-day-approaches/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/10/charter-kellerman.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/10/charter-kellerman.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Research: How to Preserve worker Wellbeing as Election Day Approaches </h2> <h3 class="summary"> An interview with BetterUp CIO Gabriella Rosen Kellerman about new research around the election's effect on worker productivity and wellbeing. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2024-10-20T10:30:21.000Z">October 20, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=11> <a href=/charter/7026101/whats-in-the-new-leadership-playbook/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/09/charter-future-of-work-2.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/09/charter-future-of-work-2.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> What's in the New Leadership Playbook </h2> <h3 class="summary"> Charter's forecasts for the future of work ahead of the 2024 Charter Workplace Summit. </h3> <span class="byline"> <span>By Kevin J. Delaney </span><span><time datetime="2024-09-29T10:30:56.000Z">September 29, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=12> <a href=/charter/7005166/how-to-build-a-culture-of-ai-experimentation/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/07/charter-ai-1-istock-Jzamrznutitonovi.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/07/charter-ai-1-istock-Jzamrznutitonovi.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How to Build a Culture of AI Experimentation </h2> <h3 class="summary"> Tips for meaningful individual experimentation with AI at work from leaders at Slack and Women Defining AI. </h3> <span class="byline"> <span>By Christina Janzer and Helen Lee Kupp </span><span><time datetime="2024-07-28T11:30:59.000Z">July 28, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=13> <a href=/charter/7001637/how-to-avoid-burnout-and-maximize-impact-from-ai/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/07/charter-misc-istock-zamrznutitonovi.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/07/charter-misc-istock-zamrznutitonovi.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How to avoid burnout and maximize impact from AI </h2> <h3 class="summary"> Charter advisor Brian Elliott on new research showing AI putting intense pressure on executives and workers—and what you can do about it. </h3> <span class="byline"> <span>By Brian Elliott </span><span><time datetime="2024-07-23T13:00:33.000Z">July 23, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=14> <a href=/charter/7000691/how-to-break-through-to-detached-team-members/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/07/charter-pendakur.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/07/charter-pendakur.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How to Break Through to Detached Team Members </h2> <h3 class="summary"> Insights from our conversation with Vijay Pendakur, author of the forthcoming The Alchemy of Talent. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2024-07-21T11:30:02.000Z">July 21, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=15> <a href=/charter/6990827/happiness-interviews-tessa-west/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/06/charter-west.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/06/charter-west.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> The Link Between Interviews and Worker Happiness </h2> <h3 class="summary"> Insights from NYU psychologist professor Tessa West, author of the forthcoming book, Job Therapy. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2024-06-23T11:31:39.000Z">June 23, 2024</time></span> </span> </div> </a> </div></div> <div class="section-related__load-more"> <button class="section-related__load-more-button" data-index=0> See All Of The Latest </button> </div> <div class="ad-between-section"> <div id='inline-ad-2' class='ad ad-container ad-wrapper tablet-ad desktop-ad desktop-only x2' role='complementary' aria-hidden='true' > </div> </div> </div> </section> <div class="component charter-newsletter"> <div class="container"> <div class="header">Sign up for Charter's newsletter to get the handbook for the future of work delivered to your inbox.</div> <div id="mc_embed_signup"> <form method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div id="mc_embed_signup_scroll"> <div class="mc-field-group"> <label for="mce-EMAIL">Email Address</label> <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="Your email"> <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"> </div> <div id="mce-responses" class="clear"> <div class="response" id="mce-error-response" style="display:none"></div> <div class="response" id="mce-success-response" style="display:none"></div> </div> </div> </form> </div> <div class="footer">You can unsubscribe at any time. By signing up you are agreeing to our <a href="https://www.charterworks.com/terms-of-service/" target="_blank">Terms of Service</a> and <a href="https://www.charterworks.com/privacy-policy/" target="_blank">Privacy Policy</a>.</div> </div> </div> <script type='text/javascript' src='https://assets.time.com/charter/charter-validate.js'></script> <section class="section-related"> <div class="section-related__touts-wrapper"> <div class="section-related__title-more"> More from <span class="section-related-tag-name">Inclusivity</span> </div> <div class="component taxonomy-related-touts section-related__touts" data-index=1> <div class="taxonomy-tout " data-index=0> <a href=/charter/7211202/why-ey-treats-loneliness-as-a-dei-issue/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2025/01/charter-loneliness-1.jpg" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2025/01/charter-loneliness-1.jpg" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Why EY Treats Loneliness as an Inclusion Issue </h2> <h3 class="summary"> As worker engagement hits a 10-year low, EY's DEI leader shares three practical strategies for fighting workplace loneliness and boosting belonging. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2025-01-29T22:51:53.000Z">January 29, 2025</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=1> <a href=/charter/7200546/what-to-do-about-ai-adoption-gender-gap/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/12/charter-12-7.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/12/charter-12-7.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> What to Do About the AI Adoption Gender Gap </h2> <h3 class="summary"> A Q&A with Solène Delecourt, an assistant professor at UC Berkeley’s Haas School of Business. </h3> <span class="byline"> <span>By Jacob Clemente </span><span><time datetime="2024-12-08T11:32:34.000Z">December 8, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=2> <a href=/charter/6986770/what-employers-can-do-to-address-the-gender-financial-wellness-gap/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/06/charter-margeson-2.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/06/charter-margeson-2.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> What Employers Can Do To Address the Gender Financial Wellness Gap </h2> <h3 class="summary"> Advice from Lisa Margeson, Bank of America managing director of workplace benefits retirement research, based on the bank's recent worker survey. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2024-06-09T11:30:46.000Z">June 9, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=3> <a href=/charter/6976921/what-could-make-a-difference-for-mothers-as-employment-booms/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/05/Charter-Calarco.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/05/Charter-Calarco.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> What could make a difference for mothers as employment booms </h2> <h3 class="summary"> A conversation with the University of Wisconsin-Madison's Jessica Calarco on how to make work more equitable and sustainable for women, as formal labor force participation hits a record. </h3> <span class="byline"> <span>By Kevin J. Delaney </span><span><time datetime="2024-05-12T11:30:41.000Z">May 12, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=4> <a href=/charter/6332249/leadership-lessons-from-the-first-black-us-generals/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/11/charter-invisible-generals.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/11/charter-invisible-generals.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Leadership Lessons From the First Black US Generals </h2> <h3 class="summary"> A conversation with Doug Melville, author of the new book "Invisible Generals," on applying the lessons of his family history to current-day diversity work. </h3> <span class="byline"> <span>By S. Mitra Kalita </span><span><time datetime="2023-11-07T12:30:10.000Z">November 7, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=5> <a href=/charter/6331978/the-role-for-workplaces-in-tackling-the-american-care-crisis/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/11/charter-carefest-2.jpeg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/11/charter-carefest-2.jpeg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> The Role for Workplaces in Tackling the American Care Crisis </h2> <h3 class="summary"> Insights from CareFest by Caring Across Generations. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2023-11-05T12:07:44.000Z">November 5, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=6> <a href=/charter/6327470/a-hidden-upside-of-ai-automation/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/10/charter-briefing-gans.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/10/charter-briefing-gans.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> A hidden upside of AI automation </h2> <h3 class="summary"> Conversations about AI and labor often focus on the dichotomy between automation, or replicating tasks that people perform, and augmentation, or enabling people to do things they previously couldn’t. (Charter has also written about this... </h3> <span class="byline"> <span>By Jacob Clemente </span><span><time datetime="2023-10-22T11:27:15.000Z">October 22, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=7> <a href=/charter/6321570/how-businesses-should-respond-to-the-deepening-child-care-crisis/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/10/charter-sunday-2.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/10/charter-sunday-2.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How Businesses Should Respond to the Deepening Child-Care Crisis </h2> <h3 class="summary"> A two-part approach for responding to the cliff in federal funding from Brigid Schulte, director of the Better Life Lab at New America. </h3> <span class="byline"> <span>By Cari Nazeer </span><span><time datetime="2023-10-08T11:30:13.000Z">October 8, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=8> <a href=/charter/6317237/how-to-end-the-unfairness-of-invisible-work/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/09/charter-invisible-work.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/09/charter-invisible-work.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How to End the Unfairness of Invisible Work </h2> <h3 class="summary"> A simple checklist for addressing the unequal distribution of labor in our workplaces. </h3> <span class="byline"> <span>By S. Mitra Kalita </span><span><time datetime="2023-09-26T11:30:15.000Z">September 26, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=9> <a href=/charter/6309300/what-workplaces-misunderstand-about-neurodiversity/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/08/charter-neurodiversity.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/08/charter-neurodiversity.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> What Workplaces Misunderstand About Neurodiversity </h2> <h3 class="summary"> Creating better support systems for neurodivergent workers starts with having the right vocabulary. </h3> <span class="byline"> <span>By S. Mitra Kalita </span><span><time datetime="2023-08-29T11:30:25.000Z">August 29, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=10> <a href=/charter/6306528/how-organizations-can-improve-worker-buy-in-on-diversity-efforts/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/08/charter-Lleslie.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/08/charter-Lleslie.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How Organizations Can Improve Worker Buy-in on Diversity Efforts </h2> <h3 class="summary"> New research examines how ‘contingent rhetoric’ gets workers to try harder on diversity initiatives. </h3> <span class="byline"> <span>By Cari Nazeer </span><span><time datetime="2023-08-27T10:00:17.000Z">August 27, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=11> <a href=/charter/6297289/professionalism-racism/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/07/professionalism-racism.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/07/professionalism-racism.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How 'Professionalism' Harms Workers of Color </h2> <h3 class="summary"> Unwritten workplace norms are weaponized against people of color. </h3> <span class="byline"> <span>By S. Mitra Kalita </span><span><time datetime="2023-07-25T11:30:05.000Z">July 25, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=12> <a href=/charter/6295354/summer-unplugging-flexibility/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/07/summer-break.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/07/summer-break.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How to Make the Most of the Least Productive Season </h2> <h3 class="summary"> Advice for supporting a mutual unplugging. </h3> <span class="byline"> <span>By S. Mitra Kalita </span><span><time datetime="2023-07-18T11:30:31.000Z">July 18, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=13> <a href=/charter/6295127/how-workplaces-can-be-more-proactive-about-supporting-mental-health/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/07/sunday-2.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/07/sunday-2.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How Workplaces Can Be More Proactive About Supporting Mental Health </h2> <h3 class="summary"> New research illuminates where most workplaces fall short. </h3> <span class="byline"> <span>By Cari Nazeer </span><span><time datetime="2023-07-16T11:30:21.000Z">July 16, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=14> <a href=/charter/6292757/why-managers-resist-diversity-and-how-to-fix-it/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/07/chris.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/07/chris.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Why Managers Resist Diversity, and How to Fix It </h2> <h3 class="summary"> An interview with Christopher To, an assistant professor of human resource management at Rutgers University, and co-author of a rent paper on managers' attitudes towards diversity. </h3> <span class="byline"> <span>By Cari Nazeer </span><span><time datetime="2023-07-09T10:00:45.000Z">July 9, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=15> <a href=/charter/6290473/undoing-workplace-diversity-gains/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/06/cosmetic-diversity.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/06/cosmetic-diversity.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Looking Back on Three Years of Performative Diversity Efforts </h2> <h3 class="summary"> Now we know: The work employers and institutions have done since the murder of George Floyd has been largely cosmetic. </h3> <span class="byline"> <span>By S. Mitra Kalita </span><span><time datetime="2023-06-27T11:30:27.000Z">June 27, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=16> <a href=/charter/6286749/the-phrases-you-should-banish-from-your-work-vocabulary/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/06/Jargon.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/06/Jargon.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> The Phrases You Should Banish From Your Work Vocabulary </h2> <h3 class="summary"> Overuse of workplace jargon isn't just annoying—it's also a barrier to inclusion. </h3> <span class="byline"> <span>By S. Mitra Kalita </span><span><time datetime="2023-06-13T11:30:13.000Z">June 13, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=17> <a href=/charter/6284983/what-to-do-when-a-colleagues-right-to-exist-is-under-attack/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/06/LGBTQ-attack3.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/06/LGBTQ-attack3.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> What to Do When a Colleague’s Right to Exist Is Under Attack </h2> <h3 class="summary"> Actions workplaces can take to help their LGBTQ+ employees feel safe at work. </h3> <span class="byline"> <span>By S. Mitra Kalita </span><span><time datetime="2023-06-06T11:30:07.000Z">June 6, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=18> <a href=/charter/6283336/what-the-succession-finale-reveals-about-impostor-syndrome/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/05/imposter2.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/05/imposter2.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> What the Succession Finale Reveals About Impostor Syndrome </h2> <h3 class="summary"> Warning: This column contains spoilers for Succession… and also corporate America. The television series Succession, just concluded this week, focuses on who gets the top job at the fictional media conglomerate Waystar Royco. While this... </h3> <span class="byline"> <span>By S. Mitra Kalita </span><span><time datetime="2023-05-30T11:30:09.000Z">May 30, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=19> <a href=/charter/6278117/what-moms-want-for-mothers-day-put-us-in-charge-of-the-return-to-office-plans/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/05/motherhood-return.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/05/motherhood-return.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> What Moms Want for Mother's Day: Put Us in Charge of the Return-to-Office Plans </h2> <h3 class="summary"> Why the idea of work-life balance sets working parents up to fail—and what to strive for instead. </h3> <span class="byline"> <span>By S. Mitra Kalita </span><span><time datetime="2023-05-09T11:30:36.000Z">May 9, 2023</time></span> </span> </div> </a> </div></div> <div class="section-related__load-more"> <button class="section-related__load-more-button" data-index=1> See All Of The Latest </button> </div> <div class="section-related__title-more"> More from <span class="section-related-tag-name">Working Better</span> </div> <div class="component taxonomy-related-touts section-related__touts" data-index=2> <div class="taxonomy-tout " data-index=0> <a href=/charter/7209831/tips-for-better-conversations-at-work/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2025/01/charter-brooks.jpg" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2025/01/charter-brooks.jpg" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Tips for better conversations at work </h2> <h3 class="summary"> Insights from Alison Wood Brooks, author of Talk: The Science of Conversation and the Art of Being Ourselves and professor at Harvard Business School. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2025-01-26T12:30:59.000Z">January 26, 2025</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=1> <a href=/charter/7207909/the-factors-that-lead-workers-to-adopt-ai/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2025/01/charter-hinds.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2025/01/charter-hinds.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> The Factors that Lead Workers to Adopt AI </h2> <h3 class="summary"> Insights from Rebecca Hinds, head of the Work Innovation Lab at Asana, on recent Asana research. </h3> <span class="byline"> <span>By Jacob Clemente </span><span><time datetime="2025-01-19T11:30:14.000Z">January 19, 2025</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=2> <a href=/charter/7206607/our-four-top-tips-for-using-ai/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2025/01/charter-ai-round-up.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2025/01/charter-ai-round-up.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Our four top tips for using AI </h2> <h3 class="summary"> The ways that AI is actually useful during our workday, out of all of the AI tips we shared in 2024. </h3> <span class="byline"> <span>By Jacob Clemente </span><span><time datetime="2025-01-14T11:30:31.000Z">January 14, 2025</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=3> <a href=/charter/7203876/what-we-learned-from-books-in-2024/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/12/charter-book-wrap.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/12/charter-book-wrap.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> What we learned from books in 2024 </h2> <h3 class="summary"> The best advice from Charter's book briefings, author Q&As, and more, featuring Over Work, Supercommunicators, Co-intelligence, and more. </h3> <span class="byline"> <span>By Kevin J. Delaney and Michelle Peng </span><span><time datetime="2024-12-29T11:31:15.000Z">December 29, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=4> <a href=/charter/7171552/why-math-is-a-core-human-skill-even-as-ai-handles-more-of-it/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/11/charter-bijal.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/11/charter-bijal.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Why math is a core human skill even as AI handles more of it </h2> <h3 class="summary"> A Q&A with Bilal Shah, CEO of learning and development benefits provider Guild. </h3> <span class="byline"> <span>By Jacob Clemente </span><span><time datetime="2024-11-03T11:35:58.000Z">November 3, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=5> <a href=/charter/7023116/the-case-for-a-wait-and-see-approach-to-ai/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/09/charter-name-2.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/09/charter-name-2.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> The Case for a “Wait-and-See” Approach to AI </h2> <h3 class="summary"> MIT’s Daron Acemoglu weighs in on AI’s future impact on jobs. </h3> <span class="byline"> <span>By Jacob Clemente </span><span><time datetime="2024-09-22T10:30:11.000Z">September 22, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=6> <a href=/charter/7021285/sal-khan-ai-skills/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/09/charter-khan.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/09/charter-khan.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Sal Khan on the critical human skills for an AI age </h2> <h3 class="summary"> Khan Academy’s founder says ‘intangible’ work skills can become more tangible. </h3> <span class="byline"> <span>By Kevin J. Delaney </span><span><time datetime="2024-09-15T10:30:59.000Z">September 15, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=7> <a href=/charter/7018811/alison-fragale-likeable-badass/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/09/charter-fragale.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/09/charter-fragale.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Why status—and not just power—determines workplace success </h2> <h3 class="summary"> A Q&A with Alison Fragale, author of 'Likeable Badass' </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2024-09-08T10:30:03.000Z">September 8, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=8> <a href=/charter/7014547/robert-putnam-loneliness-and-polarization/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/08/charter-putnam.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/08/charter-putnam.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Robert Putnam on how to reduce workplace loneliness and polarization </h2> <h3 class="summary"> The “Bowling Alone” author is concerned about remote work and not enough employer-initiated fun. </h3> <span class="byline"> <span>By Kevin J. Delaney </span><span><time datetime="2024-08-25T10:30:15.000Z">August 25, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=9> <a href=/charter/7008806/lamorne-morris-burnout/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/08/charter-Morris.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/08/charter-Morris.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Actor Lamorne Morris’s advice for avoiding burnout </h2> <h3 class="summary"> From Hollywood Video to TV's New Girl, how Lamorne Morris prevented and treated burnout throughout his career. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2024-08-13T13:00:37.000Z">August 13, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=10> <a href=/charter/6993878/the-antidote-to-being-bored-at-work/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/06/charter-melwani.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/06/charter-melwani.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> The Antidote To Being Bored at Work </h2> <h3 class="summary"> UNC's Shimul Melwani on her research on boredom at work. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2024-06-30T11:30:04.000Z">June 30, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=11> <a href=/charter/6989564/how-cognitive-apprenticeship-can-level-up-middle-managers/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/06/ai-playbook-2-2.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/06/ai-playbook-2-2.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How “cognitive apprenticeship” can level up middle managers </h2> <h3 class="summary"> In our new playbook, “The AI Educator: Using artificial intelligence to transform manager development,” we share best practices for using AI tools for learning, with a focus on manager development. Through our conversations with researchers,... </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2024-06-18T11:30:26.000Z">June 18, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=12> <a href=/charter/6988913/the-future-of-the-entry-level-job/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/06/charter-capers.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/06/charter-capers.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> The Future of the Entry-Level Job </h2> <h3 class="summary"> Insights from Valerie Capers Workman, chief talent engagement officer of Handshake, on AI's effect on entry-level positions for young workers. </h3> <span class="byline"> <span>By Kevin J. Delaney </span><span><time datetime="2024-06-16T11:30:19.000Z">June 16, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=13> <a href=/charter/6988043/ai-learning-egle-vinauskaite/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/06/charter-vinauskaite.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/06/charter-vinauskaite.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How companies are using AI to help their workers learn </h2> <h3 class="summary"> An interview with AI and L&D consultant Egle Vinauskaite. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2024-06-12T21:27:20.000Z">June 12, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=14> <a href=/charter/6987522/the-best-ai-note-taking-tools-for-meetings/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/06/charter-wt-ai-meeting-notes.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/06/charter-wt-ai-meeting-notes.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> The best AI note-taking tools for meetings </h2> <h3 class="summary"> Circleback, Krisp, and Granola are our picks for generating AI notes, summaries, and action items for your meetings. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2024-06-12T11:30:04.000Z">June 12, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=15> <a href=/charter/6987204/expert-predictions-for-the-second-half-of-2024/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/06/charter-2h-predictions.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/06/charter-2h-predictions.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Expert Predictions for the Second Half of 2024 </h2> <h3 class="summary"> Expert predictions for the workplace trends to focus on, including the economy, elections, and AI. </h3> <span class="byline"> <span>By Erin Grau </span><span><time datetime="2024-06-11T11:30:44.000Z">June 11, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=16> <a href=/charter/6986509/how-ai-can-train-you-to-be-better-at-your-job/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/06/charter-valence-playbook.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/06/charter-valence-playbook.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How AI Can Train You To Be Better at Your Job </h2> <h3 class="summary"> New research and case studies on how organizations are using AI tools to better train managers. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2024-06-07T11:30:07.000Z">June 7, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=17> <a href=/charter/6980366/six-aha-ways-ai-can-help-you-work-better/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/05/women-defining-ai.jpeg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/05/women-defining-ai.jpeg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Five ‘aha’ ways AI can help you work better </h2> <h3 class="summary"> Tips and prompts for using AI tools to unlock solutions in your everyday work and life from the founders of Women Defining AI, Helen Lee Kupp and Nicole Sterling. </h3> <span class="byline"> <span>By Helen Lee Kupp and Nichole Sterling </span><span><time datetime="2024-05-21T11:30:03.000Z">May 21, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=18> <a href=/charter/6979667/what-is-an-employers-role-in-promoting-civic-engagement/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/05/charter-civic-engagement.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/05/charter-civic-engagement.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> What is an Employer's Role in Promoting Civic Engagement? </h2> <h3 class="summary"> Tactics for constructive civic engagement ahead of the 2024 election from Nationswell's Greg Behrman. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2024-05-20T09:30:34.000Z">May 20, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=19> <a href=/charter/6977723/how-to-manage-better-and-boost-your-career-as-the-job-market-levels-off/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/05/charter-navigating-market-2.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/05/charter-navigating-market-2.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How to manage better and boost your career as the job market levels off </h2> <h3 class="summary"> With US worker attrition back at 2008 levels, here are tactics managers and individuals should adopt. </h3> <span class="byline"> <span>By Kevin J. Delaney </span><span><time datetime="2024-05-14T11:30:56.000Z">May 14, 2024</time></span> </span> </div> </a> </div></div> <div class="section-related__load-more"> <button class="section-related__load-more-button" data-index=2> See All Of The Latest </button> </div> <div class="ad-between-section"> <div id='inline-ad-3' class='ad ad-container ad-wrapper tablet-ad desktop-ad desktop-only x2' role='complementary' aria-hidden='true' > </div> </div> <div class="section-related__title-more"> More from <span class="section-related-tag-name">Flexible Work</span> </div> <div class="component taxonomy-related-touts section-related__touts" data-index=3> <div class="taxonomy-tout " data-index=0> <a href=/charter/7214116/stan-mcchrystal/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2025/02/charter-McChrystal.jpg" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2025/02/charter-McChrystal.jpg" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> General Stan McChrystal on the Leadership Area Where Everyone Could Improve </h2> <h3 class="summary"> General Stan McChrystal on leading through uncertainty, return-to-office, DEI, building trust, AI, and other leadership questions. </h3> <span class="byline"> <span> </span><span><time datetime="2025-02-09T12:00:19.000Z">February 9, 2025</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=1> <a href=/charter/7016531/five-experts-on-what-weve-learned-about-returning-to-the-office/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/08/Flex-work-trends-LD-C.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/08/Flex-work-trends-LD-C.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Six Experts on What We’ve Learned about Returning to the Office </h2> <h3 class="summary"> Insights from Stanford's Nicholas Bloom, Atlassian's Dr. Molly Sands, and more. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2024-09-01T10:30:16.000Z">September 1, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=2> <a href=/charter/7012340/why-you-should-prepare-to-share-desks-with-your-colleagues/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/08/charter-misc-istock-peopleimages.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/08/charter-misc-istock-peopleimages.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Why You Should Prepare to Share Desks with Your Colleagues </h2> <h3 class="summary"> New research shows businesses plan to further reduce the number of dedicated desks, even as the contraction in office space appears to be slowing. </h3> <span class="byline"> <span>By Jacob Clemente </span><span><time datetime="2024-08-19T21:33:55.000Z">August 19, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=3> <a href=/charter/7007092/how-to-get-through-to-c-suite-executives-on-flexible-work/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/08/Listening-to-Ex.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/08/Listening-to-Ex.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How to Get Through to C-suite Executives on Flexible Work </h2> <h3 class="summary"> Brian Elliott on the importance of C-Suite leaders listening to employees to shape flexible-work policies. </h3> <span class="byline"> <span>By Brian Elliott </span><span><time datetime="2024-08-04T11:30:44.000Z">August 4, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=4> <a href=/charter/6997981/the-new-pattern-of-work-in-the-summer/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/07/charter-summer-2.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/07/charter-summer-2.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> The new pattern of work in the summer </h2> <h3 class="summary"> Our guide to new data on summer work trends. </h3> <span class="byline"> <span> </span><span><time datetime="2024-07-14T11:33:15.000Z">July 14, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=5> <a href=/charter/6979671/the-unexpected-impact-of-rto-mandates-on-senior-workers/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/05/charter-vandijcke-2.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/05/charter-vandijcke-2.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> The Unexpected Impact of RTO Mandates on Senior Workers </h2> <h3 class="summary"> A conversation with researcher David Van Dijcke on new findings that shed light on our new workplace landscape. </h3> <span class="byline"> <span>By Jacob Clemente </span><span><time datetime="2024-05-19T11:30:11.000Z">May 19, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=6> <a href=/charter/6958217/what-i-learned-from-two-weeks-of-totally-asynchronous-work/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2024/03/charter-async.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2024/03/charter-async.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> What I learned from two weeks of totally asynchronous work </h2> <h3 class="summary"> Takeaways for managers on supporting teams across time zones </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2024-03-19T11:30:32.000Z">March 19, 2024</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=7> <a href=/charter/6340249/dont-be-so-quick-to-mourn-the-workplace-friendship/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/11/charter-work-friendships.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/11/charter-work-friendships.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Don't Be So Quick to Mourn the Workplace Friendship </h2> <h3 class="summary"> Hybrid and remote work are having a critical hand in right-sizing the role friendship plays in our working lives. </h3> <span class="byline"> <span>By Emily Goligoski </span><span><time datetime="2023-11-28T12:30:39.000Z">November 28, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=8> <a href=/charter/6324530/what-mothers-on-career-breaks-wish-employers-knew/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/10/motherhood.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/10/motherhood.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> What Mothers on Career Breaks Wish Employers Knew </h2> <h3 class="summary"> What it means to more fully accept women who are taking a pause. </h3> <span class="byline"> <span>By S. Mitra Kalita </span><span><time datetime="2023-10-17T11:30:42.000Z">October 17, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=9> <a href=/charter/6316904/what-weve-learned-about-gathering-well/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/09/charter-priya.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/09/charter-priya.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Priya Parker on What We've Learned About Gathering Well </h2> <h3 class="summary"> 'The Art of Gathering' author Priya Parker on what we're still getting wrong about hybrid meetings and how to fix them. </h3> <span class="byline"> <span>By Cari Nazeer </span><span><time datetime="2023-09-24T11:30:40.000Z">September 24, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=10> <a href=/charter/6302454/its-time-to-retire-the-phrase-hybrid-work/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/08/distributed-flexible.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/08/distributed-flexible.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> It's Time to Retire the Phrase 'Hybrid Work' </h2> <h3 class="summary"> Why "remote," "hybrid," and "productivity" aren't doing us any favors—and what to say instead. </h3> <span class="byline"> <span>By Brian Elliott </span><span><time datetime="2023-08-08T11:30:54.000Z">August 8, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=11> <a href=/charter/6300303/the-sweet-spot-for-hybrid-work/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/08/charter-sunday-breifing.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/08/charter-sunday-breifing.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> The Sweet Spot for Hybrid Work </h2> <h3 class="summary"> New research on the ideal number of days for teams to work in the same location. </h3> <span class="byline"> <span>By Kevin J. Delaney </span><span><time datetime="2023-07-30T11:30:40.000Z">July 30, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=12> <a href=/charter/6296813/a-case-study-in-making-remote-work-succeed-at-scale/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/07/sunday1.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/07/sunday1.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> A Case Study in Making Remote Work Succeed at Scale </h2> <h3 class="summary"> Allstate’s CEO on why the vast majority of its US workers are permanently remote, and the adjustments to make that succeed. </h3> <span class="byline"> <span>By Kevin J. Delaney </span><span><time datetime="2023-07-23T10:12:51.000Z">July 23, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=13> <a href=/charter/6280042/the-latest-employee-perk-an-affordable-home/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/05/house-rent-support.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/05/house-rent-support.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> The Latest Employee Perk? An Affordable Home. </h2> <h3 class="summary"> How workplaces are using employer-sponsored housing support to get workers back to the office. </h3> <span class="byline"> <span>By S. Mitra Kalita </span><span><time datetime="2023-05-16T11:30:00.000Z">May 16, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=14> <a href=/charter/6255607/what-the-return-to-office-debate-means-for-single-people/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/02/romance.png?w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/02/romance.png?w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> What the Return-to-Office Debate Means for Single People </h2> <h3 class="summary"> A workplace-connection expert on the overlooked value of gradual relationship-building. </h3> <span class="byline"> <span>By Lakshmi Rengarajan </span><span><time datetime="2023-02-14T21:16:11.000Z">February 14, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=15> <a href=/charter/6255144/how-offices-are-using-less-better-space/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/02/image-13.png?w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/02/image-13.png?w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How Offices Are Using Less, Better Space </h2> <h3 class="summary"> JLL's Neil Murray on where organizations can save money on office space and where they should invest. </h3> <span class="byline"> <span>By Kevin J. Delaney </span><span><time datetime="2023-02-13T17:59:45.000Z">February 13, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=16> <a href=/charter/6249581/what-to-know-when-five-generations-share-an-office/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/01/image-8.png?w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/01/image-8.png?w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> What to Know When Five Generations Share an Office </h2> <h3 class="summary"> Advice for intergenerational harmony in a changing workplace. </h3> <span class="byline"> <span>By S. Mitra Kalita </span><span><time datetime="2023-01-24T12:30:12.000Z">January 24, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=17> <a href=/charter/6249965/ideo-paul-bennett/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2023/01/image-9.png?w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2023/01/image-9.png?w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How IDEO's Chief Creative Officer Makes In-Office Time Better </h2> <h3 class="summary"> How the design firm structures bringing staff together to strengthen organizational culture and productivity. </h3> <span class="byline"> <span>By Kevin J. Delaney </span><span><time datetime="2023-01-23T09:00:43.000Z">January 23, 2023</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=18> <a href=/charter/6224301/wall-street-office-return/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2022/10/GettyImages-818278578.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2022/10/GettyImages-818278578.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> The Plight of the Wall Street Worker Forced Back to the Office </h2> <h3 class="summary"> That kinder, gentler, more flexible Wall Street that emerged in the pandemic, where bankers had more flexible schedules and the ability to work from home? It was nice while it lasted. Goldman Sachs CEO David... </h3> <span class="byline"> <span>By S. Mitra Kalita </span><span><time datetime="2022-10-25T11:30:45.000Z">October 25, 2022</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=19> <a href=/charter/6219396/good-job-definition/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2022/10/GettyImages-1276530917.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2022/10/GettyImages-1276530917.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> The 3 Pillars of a Good Job </h2> <h3 class="summary"> A new definition of job quality for employers to heed. </h3> <span class="byline"> <span>By S. Mitra Kalita </span><span><time datetime="2022-10-04T11:30:16.000Z">October 4, 2022</time></span> </span> </div> </a> </div></div> <div class="section-related__load-more"> <button class="section-related__load-more-button" data-index=3> See All Of The Latest </button> </div> <div class="section-related__title-more"> More from <span class="section-related-tag-name">The New Workplace</span> </div> <div class="component taxonomy-related-touts section-related__touts" data-index=4> <div class="taxonomy-tout " data-index=0> <a href=/charter/6224814/tnw-spotify/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2022/10/Spotify-LA-2.jpeg" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2022/10/Spotify-LA-2.jpeg" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> ‘A celebration of audio’: Inside Spotify’s Colorful New Offices </h2> <h3 class="summary"> A look at Spotify's global redesign project, with photos from LA, NYC, Stockholm, Berlin, and Toronto. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2022-10-26T10:00:54.000Z">October 26, 2022</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=1> <a href=/charter/6215470/avenue-8/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2022/09/image4.png?w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2022/09/image4.png?w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> How a Mobile-First Real-Estate Firm Brought Home Into the Office </h2> <h3 class="summary"> A look inside Avenue 8's New York City office. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2022-09-21T18:06:28.000Z">September 21, 2022</time></span> </span> </div> </a> </div> <div class="taxonomy-tout " data-index=2> <a href=/charter/6190058/lever-house/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2022/06/lever-cover.png?w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2022/06/lever-cover.png?w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> Reimagining Lever House, a NYC Landmark, for the Future of Work </h2> <h3 class="summary"> Plans are underway to redevelop Lever House, an icon of modernist architecture, for a new generation of workers. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2022-06-23T09:00:16.000Z">June 23, 2022</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=3> <a href=/charter/6179455/tiaa-redesign/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2022/05/IA-Interior-Architects_TIAA_Campus_Charlotte_NC_N35_large.jpg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2022/05/IA-Interior-Architects_TIAA_Campus_Charlotte_NC_N35_large.jpg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> At This Office, Employee Wellness Starts With a Pickleball Court </h2> <h3 class="summary"> Financial-services firm TIAA is opening the doors to its redesigned Charlotte, NC campus this summer, where they emphasized employees’ physical and mental wellness throughout the 92 acres. </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2022-05-25T10:36:18.000Z">May 25, 2022</time></span> </span> </div> </a> </div> <div class="taxonomy-tout hidden " data-index=4> <a href=/charter/6168505/architects-work-space/> <div class="image-wrapper"> <div> <div class="component image-new image "> <div class="image-container " data-src="https://api.time.com/wp-content/uploads/2022/04/PE-5-1.jpeg?quality=85&w=407&h=271&crop=1" data-alt="" > <noscript> <img style="opacity:1;" src="https://api.time.com/wp-content/uploads/2022/04/PE-5-1.jpeg?quality=85&w=407&h=271&crop=1" alt="" /> </noscript> </div> </div> </div> </div> <div class="text"> <h2 class="headline"> What It Looks Like When Architects Build a Future of Work Space for Themselves </h2> <h3 class="summary"> Architecture firm Perkins Eastman designed its new Pittsburgh studio to be ‘a real time experiment in the future of work.’ </h3> <span class="byline"> <span>By Michelle Peng </span><span><time datetime="2022-04-20T18:28:27.000Z">April 20, 2022</time></span> </span> </div> </a> </div></div> <div class="section-related__load-more"> <button class="section-related__load-more-button" data-index=4> See All Of The Latest </button> </div> </div> </section> </div> </main> <!-- Meta Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1663811857353428'); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1663811857353428&ev=PageView&noscript=1" /></noscript> <!-- End Meta Pixel Code --> <div class="above-footer"></div> <footer class="main padding-24-top "> <div class="logo-container margin-0-auto"> <a class="display-inline-block" href="/" aria-label="Logo"> <svg role="img" itemprop="logo" width="90px" height="100%" preserveAspectRatio="xMinYMin meet" viewBox="0 0 98 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>TIME logo</title> <path fill="#e90606" d="M3 2.36h23.67v5.4h-.43l.05-3.46h-9.35v24.36h2.7v.8H10.4v-.8h2.5V4.3H3.45v3.46H3v-5.4zM27.8 2.36h9.3v.75h-2.65v25.56h2.64v.8h-9.3v-.8h2.7V3.1h-2.7v-.74zM45.3 2.3h1.78l8.7 20.9 8.64-20.9h1.73L71 28.66h2.44v.8h-9.6v-.8h2.47l-3-16.85-7.68 17.67h-1.8l-7.6-17.66-3.2 16.86h2.33l-.05.8h-7.07l.05-.8h2.16L45.3 2.3zM74.25 2.36h20.47l.05 5.35h-.37l-.17-3.3-13.4-.15v10.7h11.4l.27-2.5h.5c-.12 2.28-.12 4.5 0 6.76h-.5l-.27-2.58h-11.4V27.7h13.9l.04-3.68h.38v5.45h-20.9v-.76l2.7-.04V3.16l-2.7-.05v-.74z"/> </svg> </a> </div> <div class="social-container margin-0-auto padding-24-tb display-flex rule-bottom" data-tracking-zone="footer"> <span class="icon icon-facebook-circle-stroke social-stroke-icon color-accent margin-4-right " data-social-service="Facebook" > <a href="https://www.facebook.com/time" class="display-block " target="_blank" rel="noopener" title="Facebook share" aria-label="Share on Facebook" > <svg width="36" height="36" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" tabindex="-1"><g fill-rule="evenodd" fill="none" stroke="null"><path d="M32.95 18c0 8.258-6.693 14.95-14.95 14.95S3.05 26.26 3.05 18 9.742 3.05 18 3.05 32.95 9.74 32.95 18" stroke-width="2" stroke="#B7B4B4"/><path d="M19.718 13.698c.433-.014.866-.004 1.3-.004h.18V11.57c-.232-.023-.473-.054-.716-.065-.445-.02-.89-.04-1.336-.03-.68.013-1.323.17-1.884.55-.644.435-.998 1.05-1.132 1.773-.057.3-.07.607-.08.912-.01.477-.002.953 0 1.43v.18h-2.16v2.373h2.147v5.966h2.622V18.7h2.134l.33-2.385h-.482c-.608.002-2.004 0-2.004 0s.006-1.177.02-1.687c.02-.7.46-.912 1.057-.932" fill="#B7B4B4"/></g></svg> </a> </span> <span class="icon icon-instagram-circle-stroke social-stroke-icon color-accent margin-4-right " data-social-service="Instagram" > <a href="https://www.instagram.com/time/?hl=en" class="display-block " target="_blank" rel="noopener" title="Instagram share" aria-label="Share on Instagram" > <svg width="36" height="36" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" tabindex="-1"><g fill-rule="evenodd" fill="none" stroke="null"><path d="M32.95 18c0 8.257-6.693 14.95-14.95 14.95S3.05 26.258 3.05 18 9.742 3.05 18 3.05 32.95 9.742 32.95 18" stroke-width="2" stroke="#B7B4B4"/><path d="M22.624 22c0 .344-.28.624-.623.624h-8.47c-.342 0-.62-.28-.62-.623v-5.13h1.218c-.07.29-.104.59-.104.9 0 2.07 1.677 3.75 3.75 3.75 2.07 0 3.75-1.68 3.75-3.75 0-.306-.038-.604-.108-.89h1.22V22zm-7.137-5.13c.356-.907 1.24-1.552 2.274-1.552 1.04 0 1.92.645 2.28 1.553.11.28.17.58.17.9 0 1.347-1.1 2.444-2.44 2.444-1.345 0-2.442-1.097-2.442-2.443 0-.314.06-.615.17-.89zm4.916-3.576c0-.19.154-.344.344-.344h1.49c.19 0 .344.154.344.344v1.49c0 .19-.15.344-.34.344h-1.49c-.19 0-.34-.154-.34-.344v-1.49zM22 11.592h-8.478c-1.065 0-1.93.865-1.93 1.93v8.48c0 1.064.865 1.93 1.93 1.93h8.48c1.065 0 1.93-.866 1.93-1.93v-8.48c0-1.065-.865-1.93-1.93-1.93z" fill="#B7B4B4"/></g></svg> </a> </span> <span class="icon icon-twitter-circle-stroke social-stroke-icon color-accent margin-4-right " data-social-service="Twitter" > <a href="https://twitter.com/time" class="display-block " target="_blank" rel="noopener" title="Twitter share" aria-label="Share on Twitter" > <svg role="img" aria-hidden="true" width="36" height="36" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M32.977 18C32.977 26.272 26.272 32.976 18 32.976C9.728 32.976 3.023 26.272 3.023 18C3.023 9.728 9.728 3.024 18 3.024C26.272 3.024 32.977 9.728 32.977 18Z" stroke="#e90606" stroke-width="2"></path><path d="M18.5899 17.7781L22.712 13H21.7352L18.1559 17.1487L15.2972 13H12L16.323 19.2736L12 24.2842H12.9769L16.7566 19.903L19.7757 24.2842H23.0729L18.5896 17.7781H18.5899ZM17.2519 19.3289L16.8139 18.7042L13.3288 13.7333H14.8293L17.6417 17.745L18.0798 18.3697L21.7356 23.5843H20.2352L17.2519 19.3292V19.3289Z" fill="#e90606"></path></svg> </a> </span> <span class="icon icon-pinterest-circle-stroke social-stroke-icon color-accent " data-social-service="Pinterest" > <a href="https://www.pinterest.com/timemagazine" class="display-block " target="_blank" rel="noopener" title="Pinterest share" aria-label="Share on Pinterest" > <svg width="36" height="36" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" tabindex="-1"><g fill-rule="evenodd" fill="none" stroke="null"><path d="M32.976 18c0 8.272-6.705 14.976-14.976 14.976-8.27 0-14.976-6.704-14.976-14.976C3.024 9.728 9.73 3.024 18 3.024S32.976 9.728 32.976 18" stroke-width="2" stroke="#B7B4B4"/><path d="M17.162 20.54c-.012.038-.022.072-.03.105-.505 1.976-.562 2.415-1.08 3.332-.247.437-.525.85-.834 1.246-.034.044-.067.102-.137.088-.07-.01-.08-.08-.08-.14-.08-.6-.13-1.2-.11-1.81.03-.79.13-1.06 1.15-5.34.02-.06 0-.12-.02-.18-.24-.65-.29-1.32-.08-2 .46-1.46 2.12-1.57 2.41-.36.18.75-.292 1.72-.654 3.16-.3 1.19 1.1 2.04 2.298 1.17 1.106-.8 1.534-2.72 1.45-4.08-.16-2.71-3.13-3.29-5.02-2.42-2.16 1-2.65 3.68-1.675 4.91.126.157.22.25.18.41-.06.244-.117.49-.186.735-.05.184-.2.25-.384.175-.36-.148-.66-.377-.9-.678-.83-1.026-1.07-3.057.03-4.776 1.212-1.906 3.47-2.676 5.534-2.443 2.468.28 4.02 1.964 4.316 3.873.13.87.035 3.012-1.186 4.53-1.404 1.74-3.68 1.854-4.73.785-.08-.08-.146-.18-.225-.272" fill="#B7B4B4"/></g></svg> </a> </span> </div> <nav class="footer-links margin-0-auto padding-16-tb rule-bottom" data-tracking-zone="footer" aria-label="Footer Navigation"> <section> <ul class="margin-8-top"> <li> <a href="https://time.com" > Home </a> </li> <li> <a href="https://time.com/section/us/" > U.S. </a> </li> <li> <a href="https://time.com/section/politics/" > Politics </a> </li> <li> <a href="https://time.com/section/world/" > World </a> </li> <li> <a href="https://time.com/section/health/" > Health </a> </li> <li> <a href="https://time.com/section/business/" > Business </a> </li> <li> <a href="https://time.com/section/tech/" > Tech </a> </li> <li> <a href="https://time.com/personal-finance/" > Personal Finance by TIME Stamped </a> </li> <li> <a href="https://time.com/shopping/" > Shopping by TIME Stamped </a> </li> <li> <a href="https://time.com/charter/" > Future of Work by Charter </a> </li> </ul> </section> <section> <ul class="margin-8-top"> <li> <a href="https://time.com/section/entertainment/" > Entertainment </a> </li> <li> <a href="https://time.com/section/ideas/" > Ideas </a> </li> <li> <a href="https://time.com/section/science/" > Science </a> </li> <li> <a href="https://time.com/section/history/" > History </a> </li> <li> <a href="https://time.com/section/sports/" > Sports </a> </li> <li> <a href="https://time.com/magazine" > Magazine </a> </li> <li> <a href="https://time.com/vault/" > The TIME Vault </a> </li> <li> <a href="https://www.timeforkids.com/" > TIME For Kids </a> </li> <li> <a href="https://www.co2.com/" > TIMECO2 </a> </li> <li> <a href="https://time.com/coupons" > Coupons </a> </li> </ul> </section> <section> <ul class="margin-8-top"> <li> <a href="https://timeedge.com/login" > TIME Edge </a> </li> <li> <a href="https://time.com/collection/video/" > Video </a> </li> <li> <a href="https://time.com/time-masthead/" > Masthead </a> </li> <li> <a href="https://time.com/newsletters/?source=TD_Footer_Link" > Newsletters </a> </li> <li> <a href="https://time.com/subscribe-footer-time" class="subx_track_952 subscribe-link" data-key="qobuskf@g" data-event="4" data-location="footer" > Subscribe </a> </li> <li> <a href="https://geo.ema.gs/time_digital" > Digital Magazine </a> </li> <li> <a href="https://time.com/giveagift/" > Give a Gift </a> </li> <li> <a href="https://timecoverstore.com/" > Shop the TIME Store </a> </li> <li> <a href="https://time.com/longform/join-time/" > Careers </a> </li> <li> <a href="https://time.com/modern-slavery-statement/" > Modern Slavery Statement </a> </li> </ul> </section> <section> <ul class="margin-8-top"> <li> <a href="https://time.com/section/press-room/" > Press Room </a> </li> <li> <a href="https://time.com/studios/" > TIME Studios </a> </li> <li> <a href="https://support.time.com/" > U.S. & Canada Customer Care </a> </li> <li> <a href="https://support.time.com/" > Global Help Center </a> </li> <li> <a href="mailto:feedback@time.com" > Contact the Editors </a> </li> <li> <a href="https://www.parsintl.com/publication/time" > Reprints and Permissions </a> </li> <li> <a href="https://time.com/html-sitemap/" > Site Map </a> </li> <li> <a href="https://time.com/mediakit/" > Media Kit </a> </li> <li> <a href="https://time.com/partnercontent/" > Supplied Partner Content </a> </li> <li> <a href="https://time.com/longform/about-time/" > About Us </a> </li> </ul> </section> </nav> <div class="footer-legal padding-16-tb text-align-center"> © 2025 TIME USA, LLC. All Rights Reserved. Use of this site constitutes acceptance of our <a href="https://time.com/privacy/privacy_terms_service.html">Terms of Service</a>, <a href="https://time.com/privacy/privacy_policy.html">Privacy Policy</a> (<a href="https://time.com/privacy/privacy_policy.html#_Toc26698205">Your Privacy Rights</a>) and <a href="javascript:ketch('showPreferences')" class="grey-link">Do Not Sell or Share My Personal Information</a>.<br /> TIME may receive compensation for some links to products and services on this website. Offers may be subject to change without notice. </div> </footer> <div id="page-gtm-values"> <div class="keyvals" data-ad_tags="" data-affiliate_link_count="0" data-content_author_name="" data-content_cms_sub_category="" data-content_cms_id="634858871" data-content_featured_image="" data-content_headline="Charter" data-content_is_post="index" data-content_modified_date="" data-content_published_date="" data-content_shown_on_platform="own" data-content_type="section" data-content_post_status="publish" data-path="/section/charter/" data-referrer="" data-search="" data-title="Charter" data-us_user="true" data-tags="" data-time_tas_userID="false" data-time_userLoginStatus="false" data-time_userType="anonymous" data-is_time_pieces_holder="false" data-content_cms_category="" data-content_cms_tags="" data-content_cms_terms="" data-content_syndicated="false" data-content_syndicated_brand="" data-content_syndicated_url="" data-content_nlp_sentiment_label="" data-content_nlp_sentiment_score="" data-content_nlp_sentiment_magnitude="" data-content_nlp_entities="" data-content_nlp_payload="" data-content_nlp_categories="" data-user_region="usCanadaPr" ></div> </div> <div id="site-components" data-async="navigation,navigation-charter,feed,dropdown,search-results-form,embed-playbuzz,embed-facebook,embed-instagram,embed-twitter,embed-omnivirt,image-link,collection-navigation,newsletter-signup-form,multi-newsletter-signup-form,newsletter-thank-you-notice,image-link,embed-ap-interactive,expandable-table,mobile-carousel,image-carousel,mobile-anchor-recirc,page-recirc,subscription-checkout,subscription-cancel,subscription-offer-card,video-collection-player-jw,video-collection-grid,nativo-campaign-tout,video-collection-posters,video-jw,popup,video-youtube,taas-iframe,countdown-clock,expandable-text,taxonomy-related-touts,recurly-checkout-price,crx-recirc,page-menu,taboola-bottom-recirc,homepage-video-player,hero-card-intro,video-article-recirc,charter-newsletter-mobile,embed-time-sites" data-sync="lazy-image,image-new" ></div> <!-- Meta Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1663811857353428'); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1663811857353428&ev=PageView&noscript=1" /></noscript> <!-- End Meta Pixel Code --> <script type="text/javascript" async src="/dist/section-charter.js"></script> <script async src="//s.skimresources.com/js/143429X1608040.skimlinks.js"></script> <script type="text/javascript" async src="//z-na.associates-amazon.com/onetag/v2?MarketPlace=US&instanceId=1dee68ea-cc65-49d9-94ae-0415f87051b5"></script> </body> </html>