CINXE.COM
The Boston Globe
<!DOCTYPE html><html lang="en-US"><head><script id="onetrustCMP" src="https://cdn.cookielaw.org/consent/cmp.stub.js" type="text/javascript" charset="UTF-8"></script><script type="text/javascript"> (function() { window.addEventListener('load', (event) => { if (typeof window.__tcfapi === 'function') { window.__tcfapi('addEventListener', 2, (tcData, success) => { if (success) { const gdprApplies = tcData.gdprApplies; if (gdprApplies === true) { var tcfScript = document.createElement('script'); tcfScript.async = true; tcfScript.type = 'text/javascript'; tcfScript.src = 'https://cdn.cookielaw.org/consent/tcf.stub.js'; document.head.appendChild(tcfScript); } } }); } }); })(); </script><script id="onetrustCCPA" src="https://cdn.cookielaw.org/opt-out/otCCPAiab.js" type="text/javascript" charset="UTF-8"></script><script id="onetrustSDK" src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="9b7b9f03-e1f2-44d1-89bc-1cfd1f3b8138"></script><script type="text/javascript"> (function () { function wrapperScript() { if (typeof window !== 'undefined') { // eslint-disable-next-line window.OptanonWrapper = function () { /** * Checks if the user is from a GDPR specific region * using the __tcfapi function which in turn, uses the * getTCData command, which is to retrieve end-user consent * data for IAB purposes, vendors, legitimate interest, publisher * restrictions and more. If the user is from there, we set two localStorage items. */ function gdprHelper() { /* eslint-disable no-underscore-dangle */ if (typeof window.__tcfapi === 'function') { window.__tcfapi('addEventListener', 2, function (tcData, success) { if (success) { var gdprString = tcData.tcString; var gdprCurrentString = localStorage.getItem('gdprString'); if (tcData.gdprApplies) { localStorage.setItem('gdprApplies', true); } else { localStorage.removeItem('gdprApplies'); localStorage.removeItem('gdprString'); } if (gdprString !== gdprCurrentString) { localStorage.setItem('gdprString', gdprString); } } }); } } /** * It creates a script tag and adds it to the body of the page. * https://developer.onetrust.com/onetrust/docs/iab-ccpa-us-privacy-string */ function ccpaHelper() { /* The below code is checking if the __uspapi function exists and if it does, * it is calling the function and passing in the parameters. * resources: https://developer.onetrust.com/onetrust/docs/iab-ccpa-us-privacy-string */ /* eslint-disable no-underscore-dangle */ if (typeof window.__uspapi === 'function') { window.__uspapi('getUSPData', 1, function (uspData, success) { if (success && uspData.uspString !== '1---') { localStorage.setItem('ccpaString', uspData.uspString); } }); } } /* eslint-enable no-underscore-dangle */ // Assign OnetrustActiveGroups to a custom initial variable so we can compare any changes to this data layer. function OneTrustGetInitialGroups() { window.OptanonWrapperCount = ''; // See https://community.cookiepro.com/s/article/UUID-66bcaaf1-c7ca-5f32-6760-c75a1337c226?language=en_US window.OTinitGroups = window.OnetrustActiveGroups; } // Returns the OptanonConsent cookie using its name as a parameter. Not parsed. function OneTrustGetCookie(name) { var value = "; ".concat(document.cookie); var parts = value.split("; ".concat(name, "=")); if (parts.length === 2) { return decodeURIComponent(parts.pop().split(';').shift()); } return ''; } // Parses the OptanonConsent Cookie values only. We are interested in the groups (which carry the consent). // Returns an object with all the values of said cookie. function OneTrustGetConsentObject(OTcookie) { var OTConsentObj = {}; OTcookie === null || OTcookie === void 0 ? void 0 : OTcookie.split('&').forEach(function (pair) { if (pair !== '') { var splitpair = pair.split('='); var key = splitpair[0].charAt(0).toLowerCase() + splitpair[0].slice(1).split(' ').join(''); OTConsentObj[key] = splitpair[1]; } }); return OTConsentObj; } // Grabs the OptanonConsent cookie, turns this into an object (using OneTrustGetConsentObject), // targets the 'groups' value, turns it into an array, removes the first element of the array. function OneTrustGetGroups(cookie) { var OTConsentArr = []; var OTConsentGroupsStr = OneTrustGetConsentObject(cookie).groups || ''; OTConsentArr = OTConsentGroupsStr.split(','); OTConsentArr.shift(); return OTConsentArr; } // Sets the consent values based on the groups paramater, // which is an array of consent categories that has been parsed from the OptanonConsent cookie. function OneTrustSetConsentValues(groups) { // Create a json list with the values of each consent. // These values will be updated if the user starts to toggle consent. // We then create a local storage item to read these values in other parts of the theme that require it. // Converted to json in case we need to keep adding items. var jsonConsent = {}; groups.filter(function (str) { return str.includes('C000'); }).forEach(function (str) { var categoryArr = str.split(':'); var category = categoryArr[0]; var hasConsent = parseInt(categoryArr[1], 10); jsonConsent[category] = !!hasConsent; }); var consent = JSON.stringify(jsonConsent); localStorage.setItem('consent_one_trust_bgmp', consent); } /* eslint-enable no-underscore-dangle */ window.onload = function () { if (typeof window.OptanonWrapperCount === 'undefined') { // Consent has not fired. var OTConsentCookieInit = OneTrustGetCookie('OptanonConsent'); var OTConsentGroups = OneTrustGetGroups(OTConsentCookieInit); OneTrustGetInitialGroups(); OneTrustSetConsentValues(OTConsentGroups); gdprHelper(); ccpaHelper(); } }; // OneTrust event listener that fires whenever someone confirms cosent preferences (banner). window.Optanon.OnConsentChanged(function () { // window.OTinitGroups are the initial values of the OptanonConsent before the change and // window.OnetrustActiveGroups after someone has updated the values. window.OTinitGroups = window.OnetrustActiveGroups; var OTConsentCookieChanged = OneTrustGetCookie('OptanonConsent'); var OTConsentGroups = OneTrustGetGroups(OTConsentCookieChanged); OneTrustSetConsentValues(OTConsentGroups); gdprHelper(); ccpaHelper(); }); var optanonWrapperEvent = new CustomEvent('bgOptanonWrapperTrigger', { detail: { onetrustActiveGroups: window.OnetrustActiveGroups } }); window.dispatchEvent(optanonWrapperEvent); }; } } wrapperScript(); })(); </script><script class="optanon-category-C0001" type="text/plain"> (function () { var obj = window.OneTrust; var isGDPR = false; function runPubmaticFunction() { if(window.__tcfapi){ window.__tcfapi('addEventListener', 2, (tcData, success) => { if (success) { const gdprApplies = tcData.gdprApplies; if(gdprApplies){ isGDPR = true; }else{ iSGDPR = false; } } }); } // These variables are defined server-side. var publisher = 159928; var profiles = {"desktop":{"gdpr":13040,"ngdpr":13041},"mobile":{"gdpr":13042,"ngdpr":13045}}; var mobileBreakpoint = 660; var gdprValue; if(isGDPR) { gdprValue = 'gdpr'; }else { gdprValue = 'ngdpr'; } // Nothing below is defined server-side. // Load Pubmatic. window.PWT = window.PWT || {}; var breakpoint = (window.innerWidth <= mobileBreakpoint) ? 'mobile' : 'desktop'; var purl = window.location.href; var url = '//ads.pubmatic.com/AdServer/js/pwt/' + publisher + '/' + profiles[breakpoint][gdprValue]; var profileVersionId = ''; if (purl.indexOf('pwtv=') > 0) { var regexp = /pwtv=(.*?)(&|$)/g; var matches = regexp.exec(purl); if (matches.length >= 2 && matches[1].length > 0) { profileVersionId = '/' + matches[1]; } } var pwtNode = document.createElement('script'); pwtNode.async = true; pwtNode.type = 'text/javascript'; pwtNode.src = url + profileVersionId + '/pwt.js'; document.head.appendChild(pwtNode); } // check if onetrust has successfully run. This will check for every 100ms until onetrust is set. var checkObjectInterval = setInterval(function() { if (typeof obj === 'object') { runPubmaticFunction(); clearInterval(checkObjectInterval); } }, 100); })(); </script><script type="text/javascript"> var _typeof2 = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; var _typeof = typeof Symbol === "function" && _typeof2(Symbol.iterator) === "symbol" ? function (obj) { return typeof obj === "undefined" ? "undefined" : _typeof2(obj); } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj === "undefined" ? "undefined" : _typeof2(obj); }; function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; }return arr2; } else { return Array.from(arr); } } /* Start ActivityMap Module The following module enables ActivityMap tracking in Adobe Analytics. ActivityMap allows you to view data overlays on your links and content to understand how users engage with your web site. If you do not intend to use ActivityMap, you can remove the following block of code from your AppMeasurement.js file. Additional documentation on how to configure ActivityMap is available at: https://marketing.adobe.com/resources/help/en_US/analytics/activitymap/getting-started-admins.html */ function AppMeasurement_Module_ActivityMap(f) { function g(a, d) { var b = void 0, c = void 0, n = void 0;if (a && d && (b = e.c[d] || (e.c[d] = d.split(',')))) for (n = 0; n < b.length && (c = b[n++]);) { if (a.indexOf(c) > -1) return null; }p = 1;return a; }function q(a, d, b, c, e) { var g = void 0, h = void 0;if (a.dataset && (h = a.dataset[d])) g = h;else if (a.getAttribute) if (h = a.getAttribute('data-' + b)) g = h;else if (h = a.getAttribute(b)) g = h;if (!g && f.useForcedLinkTracking && e && (g = '', d = a.onclick ? '' + a.onclick : '')) { b = d.indexOf(c);var l = void 0, _k = void 0;if (b >= 0) { for (b += 10; b < d.length && '= \t\r\n'.indexOf(d.charAt(b)) >= 0;) { b++; }if (b < d.length) { h = b;for (l = _k = 0; h < d.length && (d.charAt(h) != ';' || l);) { l ? d.charAt(h) != l || _k ? _k = d.charAt(h) == '\\' ? !_k : 0 : l = 0 : (l = d.charAt(h), l != '"' && l != "'" && (l = 0)), h++; }if (d = d.substring(b, h)) a.e = new Function('s', 'var e;try{s.w.' + c + '=' + d + '}catch(e){}'), a.e(f); } } }return g || e && f.w[c]; }function r(a, d, b) { var c = void 0;return (c = e[d](a, b)) && (p ? (p = 0, c) : g(k(c), e[d + 'Exclusions'])); }function s(a, d, b) { var c = void 0;if (a && !((c = a.nodeType) === 1 && (c = a.nodeName) && (c = c.toUpperCase()) && t[c]) && (a.nodeType === 1 && (c = a.nodeValue) && (d[d.length] = c), b.a || b.t || b.s || !a.getAttribute || ((c = a.getAttribute('alt')) ? b.a = c : (c = a.getAttribute('title')) ? b.t = c : ('' + a.nodeName).toUpperCase() == 'IMG' && (c = a.getAttribute('src') || a.src) && (b.s = c)), (c = a.childNodes) && c.length)) for (a = 0; a < c.length; a++) { s(c[a], d, b); } }function k(a) { if (a == null || void 0 == a) return a;try { return a.replace(RegExp("^[\\s\\n\\f\\r\\t\t-\r \xA0\u1680\u180E\u2000-\u200A\u2028\u2029\u205F\u3000\uFEFF]+", 'mg'), '').replace(RegExp("[\\s\\n\\f\\r\\t\t-\r \xA0\u1680\u180E\u2000-\u200A\u2028\u2029\u205F\u3000\uFEFF]+$", 'mg'), '').replace(RegExp("[\\s\\n\\f\\r\\t\t-\r \xA0\u1680\u180E\u2000-\u200A\u2028\u2029\u205F\u3000\uFEFF]{1,}", 'mg'), ' ').substring(0, 254); } catch (d) {} }var e = this;e.s = f;var m = window;m.s_c_in || (m.s_c_il = [], m.s_c_in = 0);e._il = m.s_c_il;e._in = m.s_c_in;e._il[e._in] = e;m.s_c_in++;e._c = 's_m';e.c = {};var p = 0, t = { SCRIPT: 1, STYLE: 1, LINK: 1, CANVAS: 1 };e._g = function () { var a = void 0, d = void 0, b = void 0, c = f.contextData, e = f.linkObject;(a = f.pageName || f.pageURL) && (d = r(e, 'link', f.linkName)) && (b = r(e, 'region')) && (c['a.activitymap.page'] = a.substring(0, 255), c['a.activitymap.link'] = d.length > 128 ? d.substring(0, 128) : d, c['a.activitymap.region'] = b.length > 127 ? b.substring(0, 127) : b, c['a.activitymap.pageIDType'] = f.pageName ? 1 : 0); };e.link = function (a, d) { var b = void 0;if (d) b = g(k(d), e.linkExclusions);else if ((b = a) && !(b = q(a, 'sObjectId', 's-object-id', 's_objectID', 1))) { var c = void 0, _f = void 0;(_f = g(k(a.innerText || a.textContent), e.linkExclusions)) || (s(a, c = [], b = { a: void 0, t: void 0, s: void 0 }), (_f = g(k(c.join('')))) || (_f = g(k(b.a ? b.a : b.t ? b.t : b.s ? b.s : void 0))) || !(c = (c = a.tagName) && c.toUpperCase ? c.toUpperCase() : '') || (c == 'INPUT' || c == 'SUBMIT' && a.value ? _f = g(k(a.value)) : c == 'IMAGE' && a.src && (_f = g(k(a.src)))));b = _f; }return b; };e.region = function (a) { for (var d, b = e.regionIDAttribute || 'id'; a && (a = a.parentNode);) { if (d = q(a, b, b, b)) return d;if (a.nodeName == 'BODY') return 'BODY'; } }; } /* End ActivityMap Module */ /* ============== DO NOT ALTER ANYTHING BELOW THIS LINE ! =============== AppMeasurement for JavaScript version: 2.9.0 Copyright 1996-2016 Adobe, Inc. All Rights Reserved More info available at http://www.adobe.com/marketing-cloud.html */ function AppMeasurement(r) { var a = this;a.version = '2.9.0';var k = window;k.s_c_in || (k.s_c_il = [], k.s_c_in = 0);a._il = k.s_c_il;a._in = k.s_c_in;a._il[a._in] = a;k.s_c_in++;a._c = 's_c';var p = k.AppMeasurement.Mb;p || (p = null);var n = k, m = void 0, s = void 0;try { for (m = n.parent, s = n.location; m && m.location && s && '' + m.location != '' + s && n.location && '' + m.location != '' + n.location && m.location.host == s.host;) { n = m, m = n.parent; } } catch (u) {}a.D = function (a) { try { console.log(a); } catch (b) {} };a.Ga = function (a) { return '' + parseInt(a) == '' + a; };a.replace = function (a, b, d) { return !a || a.indexOf(b) < 0 ? a : a.split(b).join(d); };a.escape = function (c) { var b = void 0, d = void 0;if (!c) return c;c = encodeURIComponent(c);for (b = 0; b < 7; b++) { d = "+~!*()'".substring(b, b + 1), c.indexOf(d) >= 0 && (c = a.replace(c, d, '%' + d.charCodeAt(0).toString(16).toUpperCase())); }return c; };a.unescape = function (c) { if (!c) return c;c = c.indexOf('+') >= 0 ? a.replace(c, '+', ' ') : c;try { return decodeURIComponent(c); } catch (b) {}return unescape(c); };a.tb = function () { var c = k.location.hostname, b = a.fpCookieDomainPeriods, d = void 0;b || (b = a.cookieDomainPeriods);if (c && !a.ya && !/^[0-9.]+$/.test(c) && (b = b ? parseInt(b) : 2, b = b > 2 ? b : 2, d = c.lastIndexOf('.'), d >= 0)) { for (; d >= 0 && b > 1;) { d = c.lastIndexOf('.', d - 1), b--; }a.ya = d > 0 ? c.substring(d) : c; }return a.ya; };a.c_r = a.cookieRead = function (c) { c = a.escape(c);var b = ' ' + a.d.cookie, d = b.indexOf(' ' + c + '='), f = d < 0 ? d : b.indexOf(';', d);c = d < 0 ? '' : a.unescape(b.substring(d + 2 + c.length, f < 0 ? b.length : f));return c != '[[B]]' ? c : ''; };a.c_w = a.cookieWrite = function (c, b, d) { var f = a.tb(), e = a.cookieLifetime, g = void 0;b = '' + b;e = e ? ('' + e).toUpperCase() : '';d && e != 'SESSION' && e != 'NONE' && ((g = b != '' ? parseInt(e || 0) : -60) ? (d = new Date(), d.setTime(d.getTime() + 1E3 * g)) : d == 1 && (d = new Date(), g = d.getYear(), d.setYear(g + 5 + (g < 1900 ? 1900 : 0))));return c && e != 'NONE' ? (a.d.cookie = a.escape(c) + '=' + a.escape(b != '' ? b : '[[B]]') + '; path=/;' + (d && e != 'SESSION' ? ' expires=' + d.toUTCString() + ';' : '') + (f ? ' domain=' + f + ';' : ''), a.cookieRead(c) == b) : 0; };a.qb = function () { var c = a.Util.getIeVersion();typeof c === 'number' && c < 10 && (a.unsupportedBrowser = !0, a.fb(a, function () {})); };a.fb = function (a, b) { for (var d in a) { a.hasOwnProperty(d) && typeof a[d] === 'function' && (a[d] = b); } }; a.L = [];a.ba = function (c, b, d) { if (a.za) return 0;a.maxDelay || (a.maxDelay = 250);var f = 0, e = new Date().getTime() + a.maxDelay, g = a.d.visibilityState, h = ['webkitvisibilitychange', 'visibilitychange'];g || (g = a.d.webkitVisibilityState);if (g && g == 'prerender') { if (!a.ca) for (a.ca = 1, d = 0; d < h.length; d++) { a.d.addEventListener(h[d], function () { var c = a.d.visibilityState;c || (c = a.d.webkitVisibilityState);c == 'visible' && (a.ca = 0, a.delayReady()); }); }f = 1;e = 0; } else d || a.o('_d') && (f = 1);f && (a.L.push({ m: c, a: b, t: e }), a.ca || setTimeout(a.delayReady, a.maxDelay));return f; };a.delayReady = function () { var c = new Date().getTime(), b = 0, d = void 0;for (a.o('_d') ? b = 1 : a.qa(); a.L.length > 0;) { d = a.L.shift();if (b && !d.t && d.t > c) { a.L.unshift(d);setTimeout(a.delayReady, parseInt(a.maxDelay / 2));break; }a.za = 1;a[d.m].apply(a, _toConsumableArray(d.a));a.za = 0; } };a.setAccount = a.sa = function (c) { var b = void 0, d = void 0;if (!a.ba('setAccount', arguments)) { if (a.account = c, a.allAccounts) for (b = a.allAccounts.concat(c.split(',')), a.allAccounts = [], b.sort(), d = 0; d < b.length; d++) { d != 0 && b[d - 1] == b[d] || a.allAccounts.push(b[d]); } else { a.allAccounts = c.split(','); } } };a.foreachVar = function (c, b) { var d = void 0, f = void 0, e = void 0, g = void 0, h = '';e = f = '';if (a.lightProfileID) d = a.P, (h = a.lightTrackVars) && (h = ',' + h + ',' + a.ga.join(',') + ',');else { d = a.g;if (a.pe || a.linkType) h = a.linkTrackVars, f = a.linkTrackEvents, a.pe && (e = a.pe.substring(0, 1).toUpperCase() + a.pe.substring(1), a[e] && (h = a[e].Kb, f = a[e].Jb));h && (h = ',' + h + ',' + a.G.join(',') + ',');f && h && (h += ',events,'); }b && (b = ',' + b + ',');for (f = 0; f < d.length; f++) { e = d[f], (g = a[e]) && (!h || h.indexOf(',' + e + ',') >= 0) && (!b || b.indexOf(',' + e + ',') >= 0) && c(e, g); } };a.q = function (c, b, d, f, e) { var g = '', h = void 0, l = void 0, k = void 0, q = void 0, m = 0;c == 'contextData' && (c = 'c');if (b) { for (h in b) { if (!(Object.prototype[h] || e && h.substring(0, e.length) != e) && b[h] && (!d || d.indexOf(',' + (f ? f + '.' : '') + h + ',') >= 0)) { k = !1;if (m) for (l = 0; l < m.length; l++) { h.substring(0, m[l].length) == m[l] && (k = !0); }if (!k && (g == '' && (g += '&' + c + '.'), l = b[h], e && (h = h.substring(e.length)), h.length > 0)) { if (k = h.indexOf('.'), k > 0) l = h.substring(0, k), k = (e || '') + l + '.', m || (m = []), m.push(k), g += a.q(l, b, d, f, k);else if (typeof l === 'boolean' && (l = l ? 'true' : 'false'), l) { if (f == 'retrieveLightData' && e.indexOf('.contextData.') < 0) switch (k = h.substring(0, 4), q = h.substring(4), h) {case 'transactionID': h = 'xact';break;case 'channel': h = 'ch';break;case 'campaign': h = 'v0';break;default: a.Ga(q) && (k == 'prop' ? h = 'c' + q : k == 'eVar' ? h = 'v' + q : k == 'list' ? h = 'l' + q : k == 'hier' && (h = 'h' + q, l = l.substring(0, 255)));}g += '&' + a.escape(h) + '=' + a.escape(l); } } } }g != '' && (g += '&.' + c); }return g; };a.usePostbacks = 0;a.wb = function () { var c = '', b = void 0, d = void 0, f = void 0, e = void 0, g = void 0, h = void 0, l = void 0, k = void 0, q = '', m = '', n = e = '';if (a.lightProfileID) { b = a.P, (q = a.lightTrackVars) && (q = ',' + q + ',' + a.ga.join(',') + ','); } else { b = a.g;if (a.pe || a.linkType) q = a.linkTrackVars, m = a.linkTrackEvents, a.pe && (e = a.pe.substring(0, 1).toUpperCase() + a.pe.substring(1), a[e] && (q = a[e].Kb, m = a[e].Jb));q && (q = ',' + q + ',' + a.G.join(',') + ',');m && (m = ',' + m + ',', q && (q += ',events,'));a.events2 && (n += (n != '' ? ',' : '') + a.events2); }if (a.visitor && a.visitor.getCustomerIDs) { e = p;if (g = a.visitor.getCustomerIDs()) for (d in g) { Object.prototype[d] || (f = g[d], (typeof f === 'undefined' ? 'undefined' : _typeof(f)) === 'object' && (e || (e = {}), f.id && (e[d + '.id'] = f.id), f.authState && (e[d + '.as'] = f.authState))); }e && (c += a.q('cid', e)); }a.AudienceManagement && a.AudienceManagement.isReady() && (c += a.q('d', a.AudienceManagement.getEventCallConfigParams()));for (d = 0; d < b.length; d++) { e = b[d];g = a[e];f = e.substring(0, 4);h = e.substring(4);g || (e == 'events' && n ? (g = n, n = '') : e == 'marketingCloudOrgID' && a.visitor && (g = a.visitor.marketingCloudOrgID));if (g && (!q || q.indexOf(',' + e + ',') >= 0)) { switch (e) { case 'customerPerspective': e = 'cp';break;case 'marketingCloudOrgID': e = 'mcorgid';break;case 'supplementalDataID': e = 'sdid';break;case 'timestamp': e = 'ts';break;case 'dynamicVariablePrefix': e = 'D';break;case 'visitorID': e = 'vid';break;case 'marketingCloudVisitorID': e = 'mid';break;case 'analyticsVisitorID': e = 'aid';break;case 'audienceManagerLocationHint': e = 'aamlh';break;case 'audienceManagerBlob': e = 'aamb';break;case 'authState': e = 'as';break;case 'pageURL': e = 'g';g.length > 255 && (a.pageURLRest = g.substring(255), g = g.substring(0, 255));break;case 'pageURLRest': e = '-g';break;case 'referrer': e = 'r';break;case 'vmk':case 'visitorMigrationKey': e = 'vmt';break;case 'visitorMigrationServer': e = 'vmf';a.ssl && a.visitorMigrationServerSecure && (g = '');break;case 'visitorMigrationServerSecure': e = 'vmf';!a.ssl && a.visitorMigrationServer && (g = '');break;case 'charSet': e = 'ce';break;case 'visitorNamespace': e = 'ns';break;case 'cookieDomainPeriods': e = 'cdp';break;case 'cookieLifetime': e = 'cl';break;case 'variableProvider': e = 'vvp';break;case 'currencyCode': e = 'cc';break;case 'channel': e = 'ch';break;case 'transactionID': e = 'xact';break;case 'campaign': e = 'v0';break;case 'latitude': e = 'lat';break;case 'longitude': e = 'lon';break; case 'resolution': e = 's';break;case 'colorDepth': e = 'c';break;case 'javascriptVersion': e = 'j';break;case 'javaEnabled': e = 'v';break;case 'cookiesEnabled': e = 'k';break;case 'browserWidth': e = 'bw';break;case 'browserHeight': e = 'bh';break;case 'connectionType': e = 'ct';break;case 'homepage': e = 'hp';break;case 'events': n && (g += (g != '' ? ',' : '') + n);if (m) { for (h = g.split(','), g = '', f = 0; f < h.length; f++) { l = h[f], k = l.indexOf('='), k >= 0 && (l = l.substring(0, k)), k = l.indexOf(':'), k >= 0 && (l = l.substring(0, k)), m.indexOf(',' + l + ',') >= 0 && (g += (g ? ',' : '') + h[f]); } }break;case 'events2': g = '';break;case 'contextData': c += a.q('c', a[e], q, e);g = '';break;case 'lightProfileID': e = 'mtp';break;case 'lightStoreForSeconds': e = 'mtss';a.lightProfileID || (g = '');break;case 'lightIncrementBy': e = 'mti';a.lightProfileID || (g = '');break;case 'retrieveLightProfiles': e = 'mtsr';break;case 'deleteLightProfiles': e = 'mtsd';break;case 'retrieveLightData': a.retrieveLightProfiles && (c += a.q('mts', a[e], q, e));g = '';break;default: a.Ga(h) && (f == 'prop' ? e = 'c' + h : f == 'eVar' ? e = 'v' + h : f == 'list' ? e = 'l' + h : f == 'hier' && (e = 'h' + h, g = g.substring(0, 255))); }g && (c += '&' + e + '=' + (e.substring(0, 3) != 'pev' ? a.escape(g) : g)); }e == 'pev3' && a.e && (c += a.e); }a.fa && (c += '&lrt=' + a.fa, a.fa = null);return c; };a.C = function (a) { var b = a.tagName;if ('' + a.Pb != 'undefined' || '' + a.Fb != 'undefined' && ('' + a.Fb).toUpperCase() != 'HTML') return '';b = b && b.toUpperCase ? b.toUpperCase() : '';b == 'SHAPE' && (b = '');b && ((b == 'INPUT' || b == 'BUTTON') && a.type && a.type.toUpperCase ? b = a.type.toUpperCase() : !b && a.href && (b = 'A'));return b; };a.Ca = function (a) { var b = k.location, d = a.href ? a.href : '', f = void 0, e = void 0, g = void 0;f = d.indexOf(':');e = d.indexOf('?');g = d.indexOf('/');d && (f < 0 || e >= 0 && f > e || g >= 0 && f > g) && (e = a.protocol && a.protocol.length > 1 ? a.protocol : b.protocol ? b.protocol : '', f = b.pathname.lastIndexOf('/'), d = (e ? e + '//' : '') + (a.host ? a.host : b.host ? b.host : '') + (d.substring(0, 1) != '/' ? b.pathname.substring(0, f < 0 ? 0 : f) + '/' : '') + d);return d; };a.M = function (c) { var b = a.C(c), d = void 0, f = void 0, e = '', g = 0;return b && (d = c.protocol, f = c.onclick, !c.href || b != 'A' && b != 'AREA' || f && d && !(d.toLowerCase().indexOf('javascript') < 0) ? f ? (e = a.replace(a.replace(a.replace(a.replace('' + f, '\r', ''), '\n', ''), '\t', ''), ' ', ''), g = 2) : b == 'INPUT' || b == 'SUBMIT' ? (c.value ? e = c.value : c.innerText ? e = c.innerText : c.textContent && (e = c.textContent), g = 3) : b == 'IMAGE' && c.src && (e = c.src) : e = a.Ca(c), e) ? { id: e.substring(0, 100), type: g } : 0; };a.Nb = function (c) { for (var b = a.C(c), d = a.M(c); c && !d && b != 'BODY';) { if (c = c.parentElement ? c.parentElement : c.parentNode) b = a.C(c), d = a.M(c); }d && b != 'BODY' || (c = 0);c && (b = c.onclick ? '' + c.onclick : '', b.indexOf('.tl(') >= 0 || b.indexOf('.trackLink(') >= 0) && (c = 0);return c; };a.Eb = function () { var c = void 0, b = void 0, d = a.linkObject, f = a.linkType, e = a.linkURL, g = void 0, h = void 0;a.ha = 1;d || (a.ha = 0, d = a.clickObject);if (d) { c = a.C(d);for (b = a.M(d); d && !b && c != 'BODY';) { if (d = d.parentElement ? d.parentElement : d.parentNode) c = a.C(d), b = a.M(d); }b && c != 'BODY' || (d = 0);if (d && !a.linkObject) { var l = d.onclick ? '' + d.onclick : '';if (l.indexOf('.tl(') >= 0 || l.indexOf('.trackLink(') >= 0) d = 0; } } else a.ha = 1;!e && d && (e = a.Ca(d));e && !a.linkLeaveQueryString && (g = e.indexOf('?'), g >= 0 && (e = e.substring(0, g)));if (!f && e) { var _m = 0, q = 0, _n = void 0;if (a.trackDownloadLinks && a.linkDownloadFileTypes) { for (l = e.toLowerCase(), g = l.indexOf('?'), h = l.indexOf('#'), g >= 0 ? h >= 0 && h < g && (g = h) : g = h, g >= 0 && (l = l.substring(0, g)), g = a.linkDownloadFileTypes.toLowerCase().split(','), h = 0; h < g.length; h++) { (_n = g[h]) && l.substring(l.length - (_n.length + 1)) == '.' + _n && (f = 'd'); } }if (a.trackExternalLinks && !f && (l = e.toLowerCase(), a.Fa(l) && (a.linkInternalFilters || (a.linkInternalFilters = k.location.hostname), g = 0, a.linkExternalFilters ? (g = a.linkExternalFilters.toLowerCase().split(','), _m = 1) : a.linkInternalFilters && (g = a.linkInternalFilters.toLowerCase().split(',')), g))) { for (h = 0; h < g.length; h++) { _n = g[h], l.indexOf(_n) >= 0 && (q = 1); }q ? _m && (f = 'e') : _m || (f = 'e'); } }a.linkObject = d;a.linkURL = e;a.linkType = f;if (a.trackClickMap || a.trackInlineStats) a.e = '', d && (f = a.pageName, e = 1, d = d.sourceIndex, f || (f = a.pageURL, e = 0), k.s_objectID && (b.id = k.s_objectID, d = b.type = 1), f && b && b.id && c && (a.e = '&pid=' + a.escape(f.substring(0, 255)) + (e ? '&pidt=' + e : '') + '&oid=' + a.escape(b.id.substring(0, 100)) + (b.type ? '&oidt=' + b.type : '') + '&ot=' + c + (d ? '&oi=' + d : ''))); };a.xb = function () { var c = a.ha, b = a.linkType, d = a.linkURL, f = a.linkName;b && (d || f) && (b = b.toLowerCase(), b != 'd' && b != 'e' && (b = 'o'), a.pe = 'lnk_' + b, a.pev1 = d ? a.escape(d) : '', a.pev2 = f ? a.escape(f) : '', c = 1);a.abort && (c = 0);if (a.trackClickMap || a.trackInlineStats || a.Ab()) { var b = {}, d = 0, e = a.cookieRead('s_sq'), g = e ? e.split('&') : 0, h, l, k, e = 0;if (g) for (h = 0; h < g.length; h++) { l = g[h].split('='), f = a.unescape(l[0]).split(','), l = a.unescape(l[1]), b[l] = f; }f = a.account.split(',');h = {};for (k in a.contextData) { k && !Object.prototype[k] && k.substring(0, 14) == 'a.activitymap.' && (h[k] = a.contextData[k], a.contextData[k] = ''); }a.e = a.q('c', h) + (a.e ? a.e : '');if (c || a.e) { c && !a.e && (e = 1);for (l in b) { if (!Object.prototype[l]) for (k = 0; k < f.length; k++) { for (e && (g = b[l].join(','), g == a.account && (a.e += (l.charAt(0) != '&' ? '&' : '') + l, b[l] = [], d = 1)), h = 0; h < b[l].length; h++) { g = b[l][h], g == f[k] && (e && (a.e += '&u=' + a.escape(g) + (l.charAt(0) != '&' ? '&' : '') + l + '&u=0'), b[l].splice(h, 1), d = 1); } } }c || (d = 1);if (d) { e = '';h = 2;!c && a.e && (e = a.escape(f.join(',')) + '=' + a.escape(a.e), h = 1);for (l in b) { !Object.prototype[l] && h > 0 && b[l].length > 0 && (e += (e ? '&' : '') + a.escape(b[l].join(',')) + '=' + a.escape(l), h--); }a.cookieWrite('s_sq', e); } } }return c; };a.yb = function () { if (!a.Ib) { var c = new Date(), b = n.location, d = void 0, f = void 0, e = f = d = '', g = '', h = '', l = '1.2', _k2 = a.cookieWrite('s_cc', 'true', 0) ? 'Y' : 'N', _m2 = '', _p = '';if (c.setUTCDate && (l = '1.3', 0 .toPrecision && (l = '1.5', c = [], c.forEach))) { l = '1.6';f = 0;d = {};try { f = new Iterator(d), f.next && (l = '1.7', c.reduce && (l = '1.8', l.trim && (l = '1.8.1', Date.parse && (l = '1.8.2', Object.create && (l = '1.8.5'))))); } catch (r) {} }d = screen.width + 'x' + screen.height;e = navigator.javaEnabled() ? 'Y' : 'N';f = screen.pixelDepth ? screen.pixelDepth : screen.colorDepth;g = a.w.innerWidth ? a.w.innerWidth : a.d.documentElement.offsetWidth;h = a.w.innerHeight ? a.w.innerHeight : a.d.documentElement.offsetHeight;try { a.b.addBehavior('#default#homePage'), _m2 = a.b.Ob(b) ? 'Y' : 'N'; } catch (s) {}try { a.b.addBehavior('#default#clientCaps'), _p = a.b.connectionType; } catch (t) {}a.resolution = d;a.colorDepth = f;a.javascriptVersion = l;a.javaEnabled = e;a.cookiesEnabled = _k2;a.browserWidth = g;a.browserHeight = h;a.connectionType = _p;a.homepage = _m2;a.Ib = 1; } };a.Q = {};a.loadModule = function (c, b) { var d = a.Q[c];if (!d) { d = k['AppMeasurement_Module_' + c] ? new k['AppMeasurement_Module_' + c](a) : {};a.Q[c] = a[c] = d;d.Za = function () { return d.eb; };d.gb = function (b) { if (d.eb = b) a[c + '_onLoad'] = b, a.ba(c + '_onLoad', [a, d], 1) || b(a, d); };try { Object.defineProperty ? Object.defineProperty(d, 'onLoad', { get: d.Za, set: d.gb }) : d._olc = 1; } catch (f) { d._olc = 1; } }b && (a[c + '_onLoad'] = b, a.ba(c + '_onLoad', [a, d], 1) || b(a, d)); };a.o = function (c) { var b = void 0, d = void 0;for (b in a.Q) { if (!Object.prototype[b] && (d = a.Q[b]) && (d._olc && d.onLoad && (d._olc = 0, d.onLoad(a, d)), d[c] && d[c]())) return 1; }return 0; };a.Ab = function () { return a.ActivityMap && a.ActivityMap._c ? !0 : !1; };a.Bb = function () { var c = Math.floor(1E13 * Math.random()), b = a.visitorSampling, d = a.visitorSamplingGroup, d = 's_vsn_' + (a.visitorNamespace ? a.visitorNamespace : a.account) + (d ? '_' + d : ''), f = a.cookieRead(d);if (b) { b *= 100;f && (f = parseInt(f));if (!f) { if (!a.cookieWrite(d, c)) return 0;f = c; }if (f % 1E4 > b) return 0; }return 1; };a.R = function (c, b) { var d = void 0, f = void 0, e = void 0, g = void 0, h = void 0, l = void 0;for (d = 0; d < 2; d++) { for (f = d > 0 ? a.ua : a.g, e = 0; e < f.length; e++) { if (g = f[e], (h = c[g]) || c['!' + g]) { if (!b && (g == 'contextData' || g == 'retrieveLightData') && a[g]) for (l in a[g]) { h[l] || (h[l] = a[g][l]); }a[g] = h; } } } };a.Qa = function (c, b) { var d = void 0, f = void 0, e = void 0, g = void 0;for (d = 0; d < 2; d++) { for (f = d > 0 ? a.ua : a.g, e = 0; e < f.length; e++) { g = f[e], c[g] = a[g], b || c[g] || (c['!' + g] = 1); } } };a.sb = function (a) { var b = void 0, d = void 0, f = void 0, e = void 0, g = void 0, h = 0, l = void 0, k = '', m = '';if (a && a.length > 255 && (b = '' + a, d = b.indexOf('?'), d > 0 && (l = b.substring(d + 1), b = b.substring(0, d), e = b.toLowerCase(), f = 0, e.substring(0, 7) == 'http://' ? f += 7 : e.substring(0, 8) == 'https://' && (f += 8), d = e.indexOf('/', f), d > 0 && (e = e.substring(f, d), g = b.substring(d), b = b.substring(0, d), e.indexOf('google') >= 0 ? h = ',q,ie,start,search_key,word,kw,cd,' : e.indexOf('yahoo.co') >= 0 && (h = ',p,ei,'), h && l)))) { if ((a = l.split('&')) && a.length > 1) { for (f = 0; f < a.length; f++) { e = a[f], d = e.indexOf('='), d > 0 && h.indexOf(',' + e.substring(0, d) + ',') >= 0 ? k += (k ? '&' : '') + e : m += (m ? '&' : '') + e; }k && m ? l = k + '&' + m : m = ''; }d = 253 - (l.length - m.length) - b.length;a = b + (d > 0 ? g.substring(0, d) : '') + '?' + l; }return a; };a.Ta = function (c) { var b = a.d.visibilityState, d = ['webkitvisibilitychange', 'visibilitychange'];b || (b = a.d.webkitVisibilityState); if (b && b == 'prerender') { if (c) for (b = 0; b < d.length; b++) { a.d.addEventListener(d[b], function () { var b = a.d.visibilityState;b || (b = a.d.webkitVisibilityState);b == 'visible' && c(); }); }return !1; }return !0; };a.X = !1;a.J = !1;a.ib = function () { a.J = !0;a.H(); };a.Y = !1;a.S = !1;a.jb = function (c) { a.marketingCloudVisitorID = c.MCMID;a.visitorOptedOut = c.MCOPTOUT;a.analyticsVisitorID = c.MCAID;a.audienceManagerLocationHint = c.MCAAMLH;a.audienceManagerBlob = c.MCAAMB;a.S = !0;a.H(); };a.Sa = function (c) { a.maxDelay || (a.maxDelay = 250);return a.o('_d') ? (c && setTimeout(function () { c(); }, a.maxDelay), !1) : !0; };a.W = !1;a.I = !1;a.qa = function () { a.I = !0;a.H(); };a.isReadyToTrack = function () { var c = !0, b = a.visitor;a.X || a.J || (a.Ta(a.ib) ? a.J = !0 : a.X = !0);if (a.X && !a.J) return !1;b && b.isAllowed() && (a.Y || a.marketingCloudVisitorID || !b.getVisitorValues || (a.Y = !0, a.marketingCloudVisitorID ? a.S = !0 : b.getVisitorValues(a.jb)), c = !a.Y || a.S || a.marketingCloudVisitorID ? !0 : !1);a.W || a.I || (a.Sa(a.qa) ? a.I = !0 : a.W = !0);a.W && !a.I && (c = !1);return c; };a.l = p;a.r = 0;a.callbackWhenReadyToTrack = function (c, b, d) { var f = void 0;f = {};f.nb = c;f.mb = b;f.kb = d;a.l == p && (a.l = []);a.l.push(f);a.r == 0 && (a.r = setInterval(a.H, 100)); };a.H = function () { var c = void 0;if (a.isReadyToTrack() && (a.hb(), a.l != p)) for (; a.l.length > 0;) { c = a.l.shift(), c.mb.apply(c.nb, c.kb); } };a.hb = function () { a.r && (clearInterval(a.r), a.r = 0); };a.ab = function (c) { var b = void 0, d = void 0, f = p, e = p;if (!a.isReadyToTrack()) { b = [];if (c != p) for (d in f = {}, c) { f[d] = c[d]; }e = {};a.Qa(e, !0);b.push(f);b.push(e);a.callbackWhenReadyToTrack(a, a.track, b);return !0; }return !1; };a.ub = function () { var c = a.cookieRead('s_fid'), b = '', d = '', f = void 0;f = 8;var e = 4;if (!c || c.indexOf('-') < 0) { for (c = 0; c < 16; c++) { f = Math.floor(Math.random() * f), b += '0123456789ABCDEF'.substring(f, f + 1), f = Math.floor(Math.random() * e), d += '0123456789ABCDEF'.substring(f, f + 1), f = e = 16; }c = b + '-' + d; }a.cookieWrite('s_fid', c, 1) || (c = 0);return c; };a.t = a.track = function (c, b) { var d, f = new Date(), e = 's' + Math.floor(f.getTime() / 108E5) % 10 + Math.floor(1E13 * Math.random()), g = f.getYear(), g = 't=' + a.escape(f.getDate() + '/' + f.getMonth() + '/' + (g < 1900 ? g + 1900 : g) + ' ' + f.getHours() + ':' + f.getMinutes() + ':' + f.getSeconds() + ' ' + f.getDay() + ' ' + f.getTimezoneOffset());a.visitor && a.visitor.getAuthState && (a.authState = a.visitor.getAuthState());a.o('_s');a.ab(c) || (b && a.R(b), c && (d = {}, a.Qa(d, 0), a.R(c)), a.Bb() && !a.visitorOptedOut && (a.analyticsVisitorID || a.marketingCloudVisitorID || (a.fid = a.ub()), a.Eb(), a.usePlugins && a.doPlugins && a.doPlugins(a), a.account && (a.abort || (a.trackOffline && !a.timestamp && (a.timestamp = Math.floor(f.getTime() / 1E3)), f = k.location, a.pageURL || (a.pageURL = f.href ? f.href : f), a.referrer || a.Ra || (f = a.Util.getQueryParam('adobe_mc_ref', null, null, !0), a.referrer = f || void 0 === f ? void 0 === f ? '' : f : n.document.referrer), a.Ra = 1, a.referrer = a.sb(a.referrer), a.o('_g')), a.xb() && !a.abort && (a.visitor && !a.supplementalDataID && a.visitor.getSupplementalDataID && (a.supplementalDataID = a.visitor.getSupplementalDataID('AppMeasurement:' + a._in, a.expectSupplementalData ? !1 : !0)), a.yb(), g += a.wb(), a.cb(e, g), a.o('_t'), a.referrer = ''))), c && a.R(d, 1));a.abort = a.supplementalDataID = a.timestamp = a.pageURLRest = a.linkObject = a.clickObject = a.linkURL = a.linkName = a.linkType = k.s_objectID = a.pe = a.pev1 = a.pev2 = a.pev3 = a.e = a.lightProfileID = 0; };a.ta = [];a.registerPreTrackCallback = function (c) { for (var b = [], d = 1; d < arguments.length; d++) { b.push(arguments[d]); }typeof c === 'function' ? a.ta.push([c, b]) : a.debugTracking && a.D('DEBUG: Non function type passed to registerPreTrackCallback'); };a.Wa = function (c) { a.oa(a.ta, c); };a.ra = [];a.registerPostTrackCallback = function (c) { for (var b = [], d = 1; d < arguments.length; d++) { b.push(arguments[d]); }typeof c === 'function' ? a.ra.push([c, b]) : a.debugTracking && a.D('DEBUG: Non function type passed to registerPostTrackCallback'); }; a.Va = function (c) { a.oa(a.ra, c); };a.oa = function (c, b) { if ((typeof c === 'undefined' ? 'undefined' : _typeof(c)) === 'object') { for (var d = 0; d < c.length; d++) { var f = c[d][0], e = c[d][1].slice();e.unshift(b);if (typeof f === 'function') try { f.apply(undefined, _toConsumableArray(e)); } catch (g) { a.debugTracking && a.D(g.message); } } } };a.tl = a.trackLink = function (c, b, d, f, e) { a.linkObject = c;a.linkType = b;a.linkName = d;e && (a.k = c, a.v = e);return a.track(f); };a.trackLight = function (c, b, d, f) { a.lightProfileID = c;a.lightStoreForSeconds = b;a.lightIncrementBy = d;return a.track(f); };a.clearVars = function () { var c = void 0, b = void 0;for (c = 0; c < a.g.length; c++) { if (b = a.g[c], b.substring(0, 4) == 'prop' || b.substring(0, 4) == 'eVar' || b.substring(0, 4) == 'hier' || b.substring(0, 4) == 'list' || b == 'channel' || b == 'events' || b == 'eventList' || b == 'products' || b == 'productList' || b == 'purchaseID' || b == 'transactionID' || b == 'state' || b == 'zip' || b == 'campaign') a[b] = void 0; } };a.tagContainerMarker = '';a.cb = function (c, b) { var d = a.Xa() + '/' + c + '?AQB=1&ndh=1&pf=1&' + (a.pa() ? 'callback=s_c_il[' + a._in + '].doPostbacks&et=1&' : '') + b + '&AQE=1';a.Wa(d);a.Ua(d);a.T(); };a.Xa = function () { var c = a.Ya();return 'http' + (a.ssl ? 's' : '') + '://' + c + '/b/ss/' + a.account + '/' + (a.mobile ? '5.' : '') + (a.pa() ? '10' : '1') + '/JS-' + a.version + (a.Hb ? 'T' : '') + (a.tagContainerMarker ? '-' + a.tagContainerMarker : ''); };a.pa = function () { return a.AudienceManagement && a.AudienceManagement.isReady() || a.usePostbacks != 0; };a.Ya = function () { var c = a.dc, b = a.trackingServer;b ? a.trackingServerSecure && a.ssl && (b = a.trackingServerSecure) : (c = c ? ('' + c).toLowerCase() : 'd1', c == 'd1' ? c = '112' : c == 'd2' && (c = '122'), b = a.$a() + '.' + c + '.2o7.net');return b; };a.$a = function () { var c = a.visitorNamespace; c || (c = a.account.split(',')[0], c = c.replace(/[^0-9a-z]/gi, ''));return c; };a.Pa = /{(%?)(.*?)(%?)}/;a.Lb = RegExp(a.Pa.source, 'g');a.rb = function (c) { if (_typeof(c.dests) === 'object') { for (var b = 0; b < c.dests.length; ++b) { var d = c.dests[b];if (typeof d.c === 'string' && d.id.substr(0, 3) == 'aa.') { for (var f = d.c.match(a.Lb), e = 0; e < f.length; ++e) { var g = f[e], h = g.match(a.Pa), _k3 = '';h[1] == '%' && h[2] == 'timezone_offset' ? _k3 = new Date().getTimezoneOffset() : h[1] == '%' && h[2] == 'timestampz' && (_k3 = a.vb());d.c = d.c.replace(g, a.escape(_k3)); } } } } };a.vb = function () { var c = new Date(), b = new Date(6E4 * Math.abs(c.getTimezoneOffset()));return a.j(4, c.getFullYear()) + '-' + a.j(2, c.getMonth() + 1) + '-' + a.j(2, c.getDate()) + 'T' + a.j(2, c.getHours()) + ':' + a.j(2, c.getMinutes()) + ':' + a.j(2, c.getSeconds()) + (c.getTimezoneOffset() > 0 ? '-' : '+') + a.j(2, b.getUTCHours()) + ':' + a.j(2, b.getUTCMinutes()); };a.j = function (a, b) { return (Array(a + 1).join(0) + b).slice(-a); };a.la = {};a.doPostbacks = function (c) { if ((typeof c === 'undefined' ? 'undefined' : _typeof(c)) === 'object') { if (a.rb(c), _typeof(a.AudienceManagement) === 'object' && typeof a.AudienceManagement.isReady === 'function' && a.AudienceManagement.isReady() && typeof a.AudienceManagement.passData === 'function') a.AudienceManagement.passData(c);else if ((typeof c === 'undefined' ? 'undefined' : _typeof(c)) === 'object' && _typeof(c.dests) === 'object') for (var b = 0; b < c.dests.length; ++b) { var d = c.dests[b];(typeof d === 'undefined' ? 'undefined' : _typeof(d)) === 'object' && typeof d.c === 'string' && typeof d.id === 'string' && d.id.substr(0, 3) == 'aa.' && (a.la[d.id] = new Image(), a.la[d.id].alt = '', a.la[d.id].src = d.c); } } };a.Ua = function (c) { a.i || a.zb();a.i.push(c);a.ea = a.B();a.Na(); };a.zb = function () { a.i = a.Cb();a.i || (a.i = []); };a.Cb = function () { var c = void 0, b = void 0;if (a.ka()) { try { (b = k.localStorage.getItem(a.ia())) && (c = k.JSON.parse(b)); } catch (d) {}return c; } };a.ka = function () { var c = !0;a.trackOffline && a.offlineFilename && k.localStorage && k.JSON || (c = !1);return c; };a.Da = function () { var c = 0;a.i && (c = a.i.length);a.p && c++;return c; };a.T = function () { if (a.p && (a.A && a.A.complete && a.A.F && a.A.na(), a.p)) return;a.Ea = p;if (a.ja) a.ea > a.O && a.La(a.i), a.ma(500);else { var c = a.lb();if (c > 0) a.ma(c);else if (c = a.Aa()) a.p = 1, a.Db(c), a.Gb(c); } };a.ma = function (c) { a.Ea || (c || (c = 0), a.Ea = setTimeout(a.T, c)); };a.lb = function () { var c = void 0; if (!a.trackOffline || a.offlineThrottleDelay <= 0) return 0;c = a.B() - a.Ja;return a.offlineThrottleDelay < c ? 0 : a.offlineThrottleDelay - c; };a.Aa = function () { if (a.i.length > 0) return a.i.shift(); };a.Db = function (c) { if (a.debugTracking) { var b = 'AppMeasurement Debug: ' + c;c = c.split('&');var d = void 0;for (d = 0; d < c.length; d++) { b += '\n\t' + a.unescape(c[d]); }a.D(b); } };a.bb = function () { return a.marketingCloudVisitorID || a.analyticsVisitorID; };a.V = !1;var t = void 0;try { t = JSON.parse('{"x":"y"}'); } catch (w) { t = null; }t && t.x == 'y' ? (a.V = !0, a.U = function (a) { return JSON.parse(a); }) : k.$ && k.$.parseJSON ? (a.U = function (a) { return k.$.parseJSON(a); }, a.V = !0) : a.U = function () { return null; };a.Gb = function (c) { var b = void 0, d = void 0, f = void 0;a.bb() && c.length > 2047 && (typeof XMLHttpRequest !== 'undefined' && (b = new XMLHttpRequest(), 'withCredentials' in b ? d = 1 : b = 0), b || typeof XDomainRequest === 'undefined' || (b = new XDomainRequest(), d = 2), b && (a.AudienceManagement && a.AudienceManagement.isReady() || a.usePostbacks != 0) && (a.V ? b.va = !0 : b = 0));!b && a.Oa && (c = c.substring(0, 2047));!b && a.d.createElement && (a.usePostbacks != 0 || a.AudienceManagement && a.AudienceManagement.isReady()) && (b = a.d.createElement('SCRIPT')) && 'async' in b && ((f = (f = a.d.getElementsByTagName('HEAD')) && f[0] ? f[0] : a.d.body) ? (b.type = 'text/javascript', b.setAttribute('async', 'async'), d = 3) : b = 0);b || (b = new Image(), b.alt = '', b.abort || typeof k.InstallTrigger === 'undefined' || (b.abort = function () { b.src = p; }));b.Ka = Date.now();b.xa = function () { try { b.F && (clearTimeout(b.F), b.F = 0); } catch (a) {} };b.onload = b.na = function () { b.Ka && (a.fa = Date.now() - b.Ka);a.Va(c);b.xa();a.pb();a.Z();a.p = 0;a.T();if (b.va) { b.va = !1;try { a.doPostbacks(a.U(b.responseText)); } catch (d) {} } }; b.onabort = b.onerror = b.Ba = function () { b.xa();(a.trackOffline || a.ja) && a.p && a.i.unshift(a.ob);a.p = 0;a.ea > a.O && a.La(a.i);a.Z();a.ma(500); };b.onreadystatechange = function () { b.readyState == 4 && (b.status == 200 ? b.na() : b.Ba()); };a.Ja = a.B();if (d == 1 || d == 2) { var e = c.indexOf('?');f = c.substring(0, e);e = c.substring(e + 1);e = e.replace(/&callback=[a-zA-Z0-9_.[]]+/, '');d == 1 ? (b.open('POST', f, !0), b.send(e)) : d == 2 && (b.open('POST', f), b.send(e)); } else if (b.src = c, d == 3) { if (a.Ha) try { f.removeChild(a.Ha); } catch (g) {}f.firstChild ? f.insertBefore(b, f.firstChild) : f.appendChild(b);a.Ha = a.A; }b.F = setTimeout(function () { b.F && (b.complete ? b.na() : (a.trackOffline && b.abort && b.abort(), b.Ba())); }, 5E3);a.ob = c;a.A = k['s_i_' + a.replace(a.account, ',', '_')] = b;if (a.useForcedLinkTracking && a.K || a.v) a.forcedLinkTrackingTimeout || (a.forcedLinkTrackingTimeout = 250), a.aa = setTimeout(a.Z, a.forcedLinkTrackingTimeout); };a.pb = function () { if (a.ka() && !(a.Ia > a.O)) try { k.localStorage.removeItem(a.ia()), a.Ia = a.B(); } catch (c) {} };a.La = function (c) { if (a.ka()) { a.Na();try { k.localStorage.setItem(a.ia(), k.JSON.stringify(c)), a.O = a.B(); } catch (b) {} } };a.Na = function () { if (a.trackOffline) { if (!a.offlineLimit || a.offlineLimit <= 0) a.offlineLimit = 10;for (; a.i.length > a.offlineLimit;) { a.Aa(); } } };a.forceOffline = function () { a.ja = !0; };a.forceOnline = function () { a.ja = !1; };a.ia = function () { return a.offlineFilename + '-' + a.visitorNamespace + a.account; };a.B = function () { return new Date().getTime(); };a.Fa = function (a) { a = a.toLowerCase();return a.indexOf('#') != 0 && a.indexOf('about:') != 0 && a.indexOf('opera:') != 0 && a.indexOf('javascript:') != 0 ? !0 : !1; };a.setTagContainer = function (c) { var b = void 0, d = void 0, f = void 0;a.Hb = c;for (b = 0; b < a._il.length; b++) { if ((d = a._il[b]) && d._c == 's_l' && d.tagContainerName == c) { a.R(d);if (d.lmq) for (b = 0; b < d.lmq.length; b++) { f = d.lmq[b], a.loadModule(f.n); }if (d.ml) for (f in d.ml) { if (a[f]) for (b in c = a[f], f = d.ml[f], f) { !Object.prototype[b] && (typeof f[b] !== 'function' || ('' + f[b]).indexOf('s_c_il') < 0) && (c[b] = f[b]); } }if (d.mmq) for (b = 0; b < d.mmq.length; b++) { var _c; f = d.mmq[b], a[f.m] && (c = a[f.m], c[f.f] && typeof c[f.f] === 'function' && (f.a ? (_c = c)[f.f].apply(_c, _toConsumableArray(f.a)) : c[f.f].apply(c))); }if (d.tq) { for (b = 0; b < d.tq.length; b++) { a.track(d.tq[b]); } }d.s = a;break; } } };a.Util = { urlEncode: a.escape, urlDecode: a.unescape, cookieRead: a.cookieRead, cookieWrite: a.cookieWrite, getQueryParam: function getQueryParam(c, b, d, f) { var e = void 0, g = '';b || (b = a.pageURL ? a.pageURL : k.location);d = d || '&';if (!c || !b) return g;b = '' + b;e = b.indexOf('?');if (e < 0) return g;b = d + b.substring(e + 1) + d;if (!f || !(b.indexOf(d + c + d) >= 0 || b.indexOf(d + c + '=' + d) >= 0)) { e = b.indexOf('#');e >= 0 && (b = b.substr(0, e) + d);e = b.indexOf(d + c + '=');if (e < 0) return g;b = b.substring(e + d.length + c.length + 1);e = b.indexOf(d); e >= 0 && (b = b.substring(0, e));b.length > 0 && (g = a.unescape(b));return g; } }, getIeVersion: function getIeVersion() { if (document.documentMode) return document.documentMode;for (var _a = 7; _a > 4; _a--) { var b = document.createElement('div');b.innerHTML = '<!--[if IE ' + _a + ']><span></span><![endif]-->';if (b.getElementsByTagName('span').length) return _a; }return null; } };a.G = 'supplementalDataID timestamp dynamicVariablePrefix visitorID marketingCloudVisitorID analyticsVisitorID audienceManagerLocationHint authState fid vmk visitorMigrationKey visitorMigrationServer visitorMigrationServerSecure charSet visitorNamespace cookieDomainPeriods fpCookieDomainPeriods cookieLifetime pageName pageURL customerPerspective referrer contextData currencyCode lightProfileID lightStoreForSeconds lightIncrementBy retrieveLightProfiles deleteLightProfiles retrieveLightData'.split(' '); a.g = a.G.concat('purchaseID variableProvider channel server pageType transactionID campaign state zip events events2 products audienceManagerBlob tnt'.split(' '));a.ga = 'timestamp charSet visitorNamespace cookieDomainPeriods cookieLifetime contextData lightProfileID lightStoreForSeconds lightIncrementBy'.split(' ');a.P = a.ga.slice(0);a.ua = 'account allAccounts debugTracking visitor visitorOptedOut trackOffline offlineLimit offlineThrottleDelay offlineFilename usePlugins doPlugins configURL visitorSampling visitorSamplingGroup linkObject clickObject linkURL linkName linkType trackDownloadLinks trackExternalLinks trackClickMap trackInlineStats linkLeaveQueryString linkTrackVars linkTrackEvents linkDownloadFileTypes linkExternalFilters linkInternalFilters useForcedLinkTracking forcedLinkTrackingTimeout trackingServer trackingServerSecure ssl abort mobile dc lightTrackVars maxDelay expectSupplementalData usePostbacks registerPreTrackCallback registerPostTrackCallback AudienceManagement'.split(' '); for (m = 0; m <= 250; m++) { m < 76 && (a.g.push('prop' + m), a.P.push('prop' + m)), a.g.push('eVar' + m), a.P.push('eVar' + m), m < 6 && a.g.push('hier' + m), m < 4 && a.g.push('list' + m); }m = 'pe pev1 pev2 pev3 latitude longitude resolution colorDepth javascriptVersion javaEnabled cookiesEnabled browserWidth browserHeight connectionType homepage pageURLRest marketingCloudOrgID'.split(' ');a.g = a.g.concat(m);a.G = a.G.concat(m);a.ssl = k.location.protocol.toLowerCase().indexOf('https') >= 0;a.charSet = 'UTF-8';a.contextData = {};a.offlineThrottleDelay = 0;a.offlineFilename = 'AppMeasurement.offline';a.Ja = 0;a.ea = 0;a.O = 0;a.Ia = 0;a.linkDownloadFileTypes = 'exe,zip,wav,mp3,mov,mpg,avi,wmv,pdf,doc,docx,xls,xlsx,ppt,pptx';a.w = k;a.d = k.document;try { if (a.Oa = !1, navigator) { var v = navigator.userAgent;if (navigator.appName == 'Microsoft Internet Explorer' || v.indexOf('MSIE ') >= 0 || v.indexOf('Trident/') >= 0 && v.indexOf('Windows NT 6') >= 0) a.Oa = !0; } } catch (x) {}a.Z = function () { a.aa && (k.clearTimeout(a.aa), a.aa = p);a.k && a.K && a.k.dispatchEvent(a.K);a.v && (typeof a.v === 'function' ? a.v() : a.k && a.k.href && (a.d.location = a.k.href));a.k = a.K = a.v = 0; };a.Ma = function () { a.b = a.d.body;a.b ? (a.u = function (c) { var b = void 0, d = void 0, f = void 0, e = void 0, g = void 0;if (!(a.d && a.d.getElementById('cppXYctnr') || c && c['s_fe_' + a._in])) { if (a.wa) { if (a.useForcedLinkTracking) a.b.removeEventListener('click', a.u, !1);else { a.b.removeEventListener('click', a.u, !0);a.wa = a.useForcedLinkTracking = 0;return; } } else a.useForcedLinkTracking = 0;a.clickObject = c.srcElement ? c.srcElement : c.target;try { if (!a.clickObject || a.N && a.N == a.clickObject || !(a.clickObject.tagName || a.clickObject.parentElement || a.clickObject.parentNode)) a.clickObject = 0;else { var h = a.N = a.clickObject;a.da && (clearTimeout(a.da), a.da = 0);a.da = setTimeout(function () { a.N == h && (a.N = 0); }, 1E4);f = a.Da();a.track();if (f < a.Da() && a.useForcedLinkTracking && c.target) { for (e = c.target; e && e != a.b && e.tagName.toUpperCase() != 'A' && e.tagName.toUpperCase() != 'AREA';) { e = e.parentNode; }if (e && (g = e.href, a.Fa(g) || (g = 0), d = e.target, c.target.dispatchEvent && g && (!d || d == '_self' || d == '_top' || d == '_parent' || k.name && d == k.name))) { try { b = a.d.createEvent('MouseEvents'); } catch (l) { b = new k.MouseEvent(); }if (b) { try { b.initMouseEvent('click', c.bubbles, c.cancelable, c.view, c.detail, c.screenX, c.screenY, c.clientX, c.clientY, c.ctrlKey, c.altKey, c.shiftKey, c.metaKey, c.button, c.relatedTarget); } catch (m) { b = 0; }b && (b['s_fe_' + a._in] = b.s_fe = 1, c.stopPropagation(), c.stopImmediatePropagation && c.stopImmediatePropagation(), c.preventDefault(), a.k = c.target, a.K = b); } } } } } catch (n) { a.clickObject = 0; } } }, a.b && a.b.attachEvent ? a.b.attachEvent('onclick', a.u) : a.b && a.b.addEventListener && (navigator && (navigator.userAgent.indexOf('WebKit') >= 0 && a.d.createEvent || navigator.userAgent.indexOf('Firefox/2') >= 0 && k.MouseEvent) && (a.wa = 1, a.useForcedLinkTracking = 1, a.b.addEventListener('click', a.u, !0)), a.b.addEventListener('click', a.u, !1))) : setTimeout(a.Ma, 30); };a.qb();a.Qb || (r ? a.setAccount(r) : a.D('Error, missing Report Suite ID in AppMeasurement initialization'), a.Ma(), a.loadModule('ActivityMap')); } function s_gi(r) { var a = void 0, k = window.s_c_il, p = void 0, n = void 0, m = r.split(','), s = void 0, u = void 0, t = 0;if (k) for (p = 0; !t && p < k.length;) { a = k[p];if (a._c == 's_c' && (a.account || a.oun)) if (a.account && a.account == r) t = 1;else for (n = a.account ? a.account : a.oun, n = a.allAccounts ? a.allAccounts : n.split(','), s = 0; s < m.length; s++) { for (u = 0; u < n.length; u++) { m[s] == n[u] && (t = 1); } }p++; }t ? a.setAccount && a.setAccount(r) : a = new AppMeasurement(r);return a; }AppMeasurement.getInstance = s_gi;window.s_objectID || (window.s_objectID = 0); function s_pgicq() { var r = window, a = r.s_giq, k = void 0, p = void 0, n = void 0;if (a) for (k = 0; k < a.length; k++) { p = a[k], n = s_gi(p.oun), n.setAccount(p.un), n.setTagContainer(p.tagContainerName); }r.s_giq = 0; }s_pgicq(); </script><script>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){}};</script><script src="https://cdn.speedcurve.com/js/lux.js?id=34523222" class="optanon-category-C0002" type="text/plain" async="" defer="" crossorigin="anonymous"></script><script> if (window !== undefined) { const LUX = window.LUX || {}; LUX.label = 'HomePage'; }</script><script class="optanon-category-C0004" type="text/plain"> !function(s,a,e,v,n,t,z){if(s.saq)return;n=s.saq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!s._saq)s._saq=n;n.push=n;n.loaded=!0;n.version='1.0';n.queue=[];t=a.createElement(e);t.async=!0;t.src=v;z=a.getElementsByTagName(e)[0];z.parentNode.insertBefore(t,z)}(window,document,'script','https://tags.srv.stackadapt.com/events.js');saq('ts', 'QhmnLJDBbU-uXULanx5CUw'); </script><script src="//meter.bostonglobe.com/js/meter.js?d=519"></script><link rel="stylesheet" type="text/css" href="//meter.bostonglobe.com/css/style.css?d=519"/><script class="optanon-category-C0001" type="text/plain"> (function() { // Set up Cookie helper if (navigator.cookieEnabled) { var allCookies; var allCookiesArray = document.cookie.split(';'); var allCookiesData = allCookiesArray.reduce((cache, pair) => { var pairArray = pair.split('='); cache[pairArray[0].trim()] = (pairArray[1] || '').trim(); return cache; }, {}); allCookies = allCookiesData; window.allCookies = allCookies; } // Call Service to remove our cookies if consent is revoked if (window.allCookies && window.allCookies.OptanonConsent) { var serviceUrl = 'https://amp-api-prd.bostonglobe.com/api/v1/onetrust'; fetch(serviceUrl, { method: 'GET', credentials: 'include', }).catch (function (err) { if ('bostonglobe' !== 'bostonglobe') { console.error(err); } }); } })() </script><script src="//cdn.blueconic.net/bostonglobemedia.js"></script><script class="optanon-category-C0001" type="text/plain"> (function () { // These variables are defined server-side. var amazonBiddingPubID = "3453"; var oneTrustActive = true; // Nothing below is defined server-side. // OneTrust consent data window.isGDPRInfo = () => { const gdprString = window.localStorage.getItem('gdprString') || ''; if (gdprString.length > 0) return true; return false; }; var oneTrustConsentObj; var oneTrustGDPR = window.isGDPRInfo(); try { oneTrustConsentObj = JSON.parse(window.localStorage.getItem('consent_one_trust_bgmp') || '{}'); } catch (err) { oneTrustConsentObj = {}; } // Load Amazon. var a9DnsLink = document.createElement('link'); a9DnsLink.rel = 'dns-prefetch'; a9DnsLink.href = 'https://c.amazon-adsystem.com'; document.head.appendChild(a9DnsLink); a9PrecoonectLink = document.createElement('link'); a9PrecoonectLink.rel = 'preconnect'; a9PrecoonectLink.href = 'https://c.amazon-adsystem.com'; document.head.appendChild(a9PrecoonectLink); var a9Node = document.createElement('script'); a9Node.src = 'https://c.amazon-adsystem.com/aax2/apstag.js'; a9Node.onload = function onA9Load() { // Initialize the Amazon APS tag script. var amazonInitParams = { pubID: amazonBiddingPubID, adServer: 'googletag', } // Check if OneTrust is active if (oneTrustActive) { // If not GDPR and the user has given consent, continue // Amazon TAM will not init if in GDPR countries if (!oneTrustGDPR) { // If CCPA, update Amazon init params with the usp string if ( typeof window.__uspapi === 'function' && oneTrustConsentObj.C0004 === true ) { var storageCCPA; try { storageCCPA = JSON.parse(window.localStorage.getItem('ccpaString')); } finally { amazonInitParams.params = { aps_privacy: storageCCPA }; } } // Init Amazon TAM window.apstag.init(amazonInitParams); } } else { // Init Amazon TAM window.apstag.init(amazonInitParams); } if (window.fetch && navigator.cookieEnabled) { var jwtCookieValue = window.allCookies['pathAuthJWT']; if (jwtCookieValue && !oneTrustGDPR && oneTrustConsentObj.C0004 !== false) { // Fetch hashed token from the Regi API using the pathAuthJWT value fetch('https://api.bostonglobe.com/profiles/outside/REST/ads/rdb/amazonToken', { method: 'GET', headers: { 'Authorization': 'Bearer ' + jwtCookieValue } }).then(function(response) { return response.json(); }).then(function(data) { // Use the amazonToken that we fetched from the Regi endpoint using the pathAuthJWT cookie // and refresh the AMZN-Token cookie window.apstag.rpa({ hashedRecords: [{ type: 'email', record: data.amazonToken }], optOut: oneTrustConsentObj.C0004 === false, }); }); } else { // If no user data, remove AMZN-Token cookie that may still be present window.apstag.dpa(); } } } document.head.appendChild(a9Node); !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() {}, targetingKeys: function() { return [] }, dpa: function() { q("di", arguments) }, rpa: function() { q("ri", arguments) }, upa: function() { q("ui", arguments) }, _Q: [] }; }("apstag", window); })(); </script><script class="kxct optanon-category-C0004" type="text/plain" data-id="skwb6bm8t" data-timing="async" data-version="3.0"> window.Krux||((Krux=function(){Krux.q.push(arguments);}).q=[]); (function(){ function retrieve(n){ var k= 'kx'+'bostonglobe_'+n, ls=(function(){ try { return window.localStorage; } catch(e) { return null; } })(); if (ls) { return ls[k] || ''; } else if (navigator.cookieEnabled) { var m = document.cookie.match(k+'=([^;]*)'); return (m && unescape(m[1])) || ''; } else { return ''; } } Krux.user = retrieve('user'); Krux.segments = retrieve('segs') ? retrieve('segs').split(',') : []; })(); (function(){ var k=document.createElement('script');k.type='text/javascript';k.async=true; k.src=(location.protocol==='https:'?'https:':'http:')+'//cdn.krxd.net/controltag/skwb6bm8t.js'; var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(k,s); }()); </script><script class="optanon-category-C0001" type="text/plain"> var oneTrustActive = true; var oneTrustConsentObj; try { oneTrustConsentObj = JSON.parse(window.localStorage.getItem('consent_one_trust_bgmp') || '{}'); } catch (err) { oneTrustConsentObj = {}; } window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-1071256246'); gtag('config', 'UA-122602496-1'); if (oneTrustActive && oneTrustConsentObj && oneTrustConsentObj.C0002 === false) { gtag( 'consent', 'update', { 'analytics_storage': 'denied' } ); } if (oneTrustActive && oneTrustConsentObj && oneTrustConsentObj.C0004 === false) { gtag( 'consent', 'update', { 'ads_storage': 'denied' } ); } </script><script class="optanon-category-C0001" type="text/plain"> (function() { // Add scripts that ignore the text/plain below var scriptArray = [ // CleanCreative / Clean.io / HUMAN { src: 'https://cadmus.script.ac/dz9qn8fh4jznm/script.js', category: 'C0003' }, ]; var oneTrustActive = true; function loadScripts() { scriptArray.forEach(function(scriptData) { if (oneTrustActive) { window.Optanon.InsertScript(scriptData.src, 'head', null, null, scriptData.category); } else { var currentScript = document.createElement('script'); currentScript.type = 'text/javascript'; currentScript.src = scriptData.src; document.head.appendChild(currentScript); } }); } // Load imediately after Onetrust finishes loading, or on page load if OneTrust is turned off loadScripts(); // Load after consent change in case of updates if (oneTrustActive) { window.OneTrust.OnConsentChanged(function() { loadScripts(); }); } })(); </script><script src="https://dc8xl0ndzn2cb.cloudfront.net/js/bostonglobe/v0/keywee.min.js" type="text/plain" class="optanon-category-C0004" async=""></script><script type="text/javascript"> var oneTrustActive = true; var oneTrustConsentObj; try { oneTrustConsentObj = JSON.parse(window.localStorage.getItem('consent_one_trust_bgmp') || '{}'); } catch (err) { oneTrustConsentObj = {}; } // Default to granted consent var consent = 'grant' // FB script decleration !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'); if (oneTrustActive && oneTrustConsentObj && oneTrustConsentObj.C0004 === false) { consent = 'revoke'; } // We need to call consent before we run init and track fbq('consent', consent); fbq('set', 'autoConfig', 'false', '884869448226452'); fbq('set', 'autoConfig', 'false', '493062270895851'); fbq('init', '884869448226452'); fbq('track', 'PageView'); </script><script src="https://intljs.rmtag.com/111668.ct.js" class="optanon-category-C0004" type="text/plain" async=""></script><noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/ tr?id=884869448226452&ev=PageView&noscript=1" alt="fb-pixel"/></noscript><script> window.addEventListener('DOMContentLoaded', function() { var oneTrustActive = true; var oneTrustConsentObj; try { oneTrustConsentObj = JSON.parse(window.localStorage.getItem('consent_one_trust_bgmp') || '{}'); } catch (err) { oneTrustConsentObj = {}; } // If a user has previously opted out, prevent our video player from firing Google Analytics if (oneTrustActive && oneTrustConsentObj && oneTrustConsentObj.C0002 === false) { window['ga-disable-UA-122602496-1'] = true; } else if (oneTrustActive) { // After video player is loaded in add event listener that checks for user consent // and updates the Google Analytics if a user has opted out window.addEventListener('powaRender', event => { window.OneTrust.OnConsentChanged(function() { if (window.OnetrustActiveGroups && window.OnetrustActiveGroups.indexOf('C0002') === -1) { window.OneTrust.BlockGoogleAnalytics('UA-122602496-1', 'C0002'); } }); }); } }); </script><script class="optanon-category-C0002" type="text/plain"> var _comscore=_comscore||[];_comscore.push({c1:"2",c2:"6035042"}),function(){var c=document.createElement("script"),e=document.getElementsByTagName("script")[0];c.async=!0,c.src=("https:"==document.location.protocol?"https://sb":"http://b")+".scorecardresearch.com/beacon.js",e.parentNode.insertBefore(c,e)}(); </script><noscript><img src="https://sb.scorecardresearch.com/p?c1=2&c2=6035042&cv=2.0&cj=1" alt="scorecardresearch"/></noscript><script type="application/javascript" id="pugpig-resize-observer"> try { if (window.ResizeObserver) { // Create an Observer instance and watch page dimensions var pageResizeObserver = new ResizeObserver(function (entries) { var docHeight = entries[0].target.clientHeight; var message = { event: 'BoltIframeHeight', iframe: window.name, iframeSrc: window.location.href, height: docHeight }; parent.postMessage(message, '*'); }); var attachResizeObserver = function attachResizeObserver() { pageResizeObserver.observe(document.body); }; // Start watching the body tag when the page is ready. window.addEventListener('DOMContentLoaded', attachResizeObserver); } } catch (err) { console.error('Error in PugPigResizeObserver', err); // Absorb the error so the page continues to load. } </script><title>The Boston Globe</title><meta name="description" content="Best live news, sports, opinion and entertainment in New England by Globe journalists. Read Spotlight Team investigations plus coverage of Celtics and Patriots."/><meta name="keywords" content="News, Massachusetts, New England"/><meta property="fb:admins" content="100001044693856"/><meta property="fb:admins" content="507486035"/><meta property="fb:app_id" content="103933749691726"/><meta property="fb:pages" content="5637143257"/><meta property="og:site_name" content="BostonGlobe.com"/><meta property="og:type" content="website"/><meta property="og:title" content="The Boston Globe - Breaking News, Sports, Games, Obituaries"/><meta property="og:url" content="https://www.bostonglobe.com"/><meta property="og:description" content="Best live news, sports, opinion and entertainment in New England by Globe journalists. Read Spotlight Team investigations plus coverage of Celtics and Patriots."/><meta property="og:image" content="https://www.bostonglobe.com/pf/resources/images/logo-bg.jpg?d=519"/><meta property="og:pixelID" content="884869448226452"/><meta property="twitter:account_id" content="95431448"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@BostonGlobe"/><meta name="twitter:title" content="The Boston Globe - Breaking News, Sports, Games, Obituaries"/><meta name="twitter:description" content="Best live news, sports, opinion and entertainment in New England by Globe journalists. Read Spotlight Team investigations plus coverage of Celtics and Patriots."/><meta name="twitter:url" content="https://www.bostonglobe.com"/><meta name="twitter:image" content="https://www.bostonglobe.com/pf/resources/images/logo-bg.jpg?d=519"/><meta property="article:publisher" content="https://www.facebook.com/globe"/><meta property="article:content_tier" content="free"/><link rel="canonical" href="https://www.bostonglobe.com"/><script> (function () { var urlSearch = /[?&]theme=([^&]*)/i.exec(window.location.search); var themeFromUrl = urlSearch ? urlSearch[1] : false; var themeFromStorage = window.sessionStorage ? window.sessionStorage.getItem('theme') : false; var theme = themeFromUrl || themeFromStorage; var isEmancipator = false; var isForced = themeFromUrl && themeFromUrl.indexOf('-force') > -1; if (document.head.getElementsByTagName('meta').forceTheme) { var htmlEl = document.querySelector('html'); if (isEmancipator && !isForced) { htmlEl.classList.add('theme-light'); } else { htmlEl.classList.add('theme-' + document.head.getElementsByTagName('meta') .forceTheme.getAttribute('content')); } } else if (theme) { var htmlEl = document.querySelector('html'); if (isEmancipator && !isForced) { htmlEl.classList.add('theme-light'); } else { htmlEl.classList.add('theme-' + theme); } if (window.sessionStorage) { window.sessionStorage.setItem('theme', theme); } } })(); </script><script> (function () { const queryParams = new URLSearchParams(window.location.search); const webviewQueryPrams = queryParams.get('webview'); const webviewLocalStr = localStorage.getItem('webview'); if(webviewQueryPrams !== null && webviewLocalStr === null){ localStorage.setItem('webview',webviewQueryPrams ) }else if (webviewQueryPrams !== null && webviewLocalStr !== webviewQueryPrams){ localStorage.setItem('webview',webviewQueryPrams ) } })(); </script><script type="application/javascript"> if ( !('scrollingElement' in document) || !(Element.prototype.matches) || !(window.URLSearchParams) || !(String.prototype.includes) || !(Object.entries) ) { document.write('<scr'+'ipt type="application/javascript" src="/pf/resources/dist/all-polyfills.js?d=519" defer=""></sc'+'ript>') } </script><script type="application/javascript" src="/pf/resources/focus-visible.js?d=519"></script><script type="application/javascript" id="polyfill-script">if(!Array.prototype.includes||!(window.Object && window.Object.assign)||!window.Promise||!window.Symbol||!window.fetch){document.write('<script type="application/javascript" src="/pf/dist/engine/polyfill.js?d=519" defer=""><\/script>')}</script><script id="fusion-engine-react-script" type="application/javascript" src="/pf/dist/engine/react.js?d=519" defer=""></script><script id="fusion-engine-combinations-script" type="application/javascript" src="/pf/dist/components/combinations/default.js?d=519" defer=""></script><link id="fusion-template-styles" rel="stylesheet" type="text/css" href="/pf/dist/components/combinations/default.css?d=519"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="icon" type="image/x-icon" href="/pf/resources/images/favicon.png?v=bostonGlobe&d=519"/><link rel="icon" type="image/png" sizes="32x32" href="/pf/resources/images/icons/favicon-32x32.png?v=bostonGlobe&d=519"/><link rel="icon" type="image/png" sizes="16x16" href="/pf/resources/images/icons/favicon-16x16.png?v=bostonGlobe&d=519"/><link rel="apple-touch-icon" sizes="180x180" href="/pf/resources/images/icons/apple-touch-icon.png?v=bostonGlobe&d=519"/><link rel="mask-icon" href="/pf/resources/images/icons/safari-pinned-tab.svg?v=bostonGlobe&d=519" color="#070707"/><meta name="msapplication-config" content="/pf/resources/images/icons/browserconfig.xml?d=519"/><meta name="theme-color" content="#ffffff"/><style>.orca-button { width: 100%; font-family: "Benton Sans Condensed Bold",helvetica,arial,sans-serif; font-size: 18px; font-weight: 800; border-radius: 3px; cursor: pointer; display: inline-block; padding: 17px 32px; } .orca-button:focus { outline: none; border-radius: 3px; box-shadow: 0 0 0 2px #005dc7; } .orca-button--primary { color: #fff; background-color: #005dc7; border: 1px solid #005dc7; } .orca-button--primary:hover { background-color: #000; border: 1px solid #000; } .orca-button--secondary { color: #005dc7; background-color: #fff; border: 1px solid #005dc7; } .orca-button--secondary:hover { color: #fff; background-color: #005dc7; border: 1px solid #005dc7; } .orca-button--primary[disabled], .orca-button--secondary[disabled] { color: #777; background-color: #ddd; border: 1px solid #ddd; } .font_primary { font-family: BentonSansCond,Helvetica,Arial,sans-serif; } .font_secondary { font-family: Miller,Georgia,Times,Times New Roman,serif; } .orca-heading-section.orca-heading-section { font-size: 50px; font-family: BentonSansCond,Helvetica,Arial,sans-serif; } .orca-heading-sub.orca-heading-sub { font-size: 18px; font-weight: 400; font-family: Miller,Georgia,Times,Times New Roman,serif; } h1.orca-heading { font-family: Miller,Georgia,Times,Times New Roman,serif; font-size: 24px; } h1.orca-heading.orca-heading-sup { font-size: 46px; } h2.orca-heading { font-family: Miller,Georgia,Times,Times New Roman,serif; font-size: 20px; } h3.orca-heading { font-family: Miller,Georgia,Times,Times New Roman,serif; font-size: 18px; } h4.orca-heading { font-family: BentonSansCond,Helvetica,Arial,sans-serif; font-size: 18px; } h5.orca-heading { font-family: BentonSansCond,Helvetica,Arial,sans-serif; font-size: 14px; } .orca-label--visually-hidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .orca-label--checkbox, .orca-label--radio-button { padding-right: 18px; font-family: "Benton Sans Condensed",helvetica,arial,sans-serif; font-size: 14px; color: #444; display: flex; line-height: 19px; } .orca-icon { min-width: 10px; width: 10px; min-height: 10px; height: 20px; background-repeat: no-repeat; background-position: center right; } .orca-required-field { color: #9e1511; } .orca-link { color: #005dc7; font-size: 18px; } .orca-link:hover { color: #777; } .orca-link--byline, .orca-link--small { font-family: "Benton Sans Condensed",helvetica,arial,sans-serif; } .orca-link--byline { font-size: 14px; font-weight: 800; } .orca-link--small { font-size: 12px; } .orca-label { font-family: "Benton Sans Condensed",helvetica,arial,sans-serif; display: block; color: #444; } .orca-label__text { font-size: 14px; line-height: 17px; } .orca-label__asterisk { font-family: "Benton Sans Condensed",helvetica,arial,sans-serif; color: #9e1611; } .orca-label__helper { margin-top: 2px; display: block; font-size: 12px; line-height: 14px; } .orca-input { box-sizing: border-box; display: block; height: 50px; width: 100%; margin-top: 5px; padding: 18px; border: 1px solid #797676; border-radius: 3px; font-family: "Benton Sans Condensed",helvetica,arial,sans-serif; font-size: 18px; } .orca-input:focus, .orca-input:active { outline: none; border: 1px solid #005dc7; border-radius: 3px; } .orca-input[disabled] { color: #777; background-color: #ddd; border: 1px solid #ddd; } .orca-input--error { border: 1px solid #9e1611; border-radius: 3px 3px 0 0; background: url("/static/images/svg/error-icon.svg?d=519") no-repeat 95% 50%; } .orca-input:focus.orca-input--error, .orca-input:active.orca-input--error { border-radius: 3px 3px 0 0; } .orca-input__message { margin-top: 0; padding: 18px; border-radius: 0 0 3px 3px; font-family: "Benton Sans Condensed",helvetica,arial,sans-serif; } .orca-input__message--error { border: 1px solid #9e1611; border-top: none; color: #9e1611; background: #fdeeee; } .orca-input__message--helper { border: 1px solid #777; border-top: none; color: #000; background: #ecebeb; } .orca-input__helper { position: relative; float: right; } .orca-input__helper-button { display: block; margin-bottom: -6px; padding-right: 0px; border: none; background: rgba(0,0,0,0); cursor: pointer; } .orca-input__helper-icon { height: 20px; width: 19px; } .orca-select { box-sizing: border-box; height: 50px; width: 100%; padding: 10px 20px; margin-top: 5px; border: 1px solid #797676; border-radius: 3px; font-family: "Benton Sans Condensed",helvetica,arial,sans-serif; font-size: 18px; background: #fff; } .orca-select[disabled] { color: #777; background-color: #ddd; border: 1px solid #ddd; } .orca-select>option { background: #fff; } .orca-select:focus, .orca-select:active { outline: 0; border: 1px solid #005dc7; } .orca-select--error { border: 1px solid #9e1511; } .orca-select__error-icon { display: inline-block; position: absolute; height: 25px; width: 10px; margin: 12px 0 0 8px; background: url("/static/images/svg/error-icon.svg?d=519") no-repeat; } .orca-checkbox-wrapper { border: 1px solid rgba(0,0,0,0); box-sizing: border-box; display: flex; padding: 10px 0; margin: 0; outline: none; -webkit-appearance: none; } .orca-checkbox-wrapper--error { border-color: #9e1511; border-radius: 3px 3px 3px 3px; background: url("/static/images/svg/error-icon.svg?d=519") no-repeat 98% 50%; background-color: #fceeee; padding: 10px 15px; } .orca-checkbox { margin: 0; outline: none; -webkit-appearance: none; } .orca-checkbox+label:before { content: ""; cursor: pointer; border: 1px solid #777; background-color: #fff; } .orca-checkbox+label:before { content: ""; border-radius: 4px; color: #777; margin-right: 14px; box-sizing: border-box; min-height: 18px; height: 18px; min-width: 18px; width: 18px; } .orca-checkbox:checked+label:before { color: inherit; background-color: rgba(0,0,0,0); background-repeat: no-repeat; background-position: center center; background-image: url("/static/images/svg/checkmark-icon.svg?d=519"); } .orca-checkbox:focus+label:before { outline: none; box-shadow: 0 0 0 2px #005dc7; border-color: rgba(0,0,0,0); } @-moz-document url-prefix() { .orca-checkbox:focus+label:before { outline: none; box-shadow: 0 0 0 2px #005dc7; } } .orca-checkbox:disabled+label { color: #777; } .orca-checkbox:disabled+label:before { background-color: #ddd; border: 1px solid #ddd; } .orca-radio-button { margin: 0; outline: none; -webkit-appearance: none; margin-bottom: 24px; } .orca-radio-button-wrapper { display: flex; align-items: center; margin-right: 10px; margin-bottom: 7px; } .orca-radio-button-wrapper:last-child { margin-bottom: 0; } .orca-radio-button+label:before { content: ""; cursor: pointer; border: 1px solid #777; background-color: #fff; } .orca-radio-button+label:before { content: ""; display: inline-block; border-radius: 50%; box-sizing: border-box; border-width: 1px; margin-right: 5px; min-height: 18px; height: 18px; min-width: 18px; width: 18px; } .orca-radio-button:checked+label:before { color: inherit; background-color: rgba(0,0,0,0); background-repeat: no-repeat; background-position: center center; background-image: url("/static/images/svg/radio-button-inner-icon.svg?d=519"); } .orca-radio-button:focus+label:before { outline: none; box-shadow: 0 0 0 2px #005dc7; border-color: rgba(0,0,0,0); } @-moz-document url-prefix() { .orca-radio-button:focus+label:before { outline: none; box-shadow: 0 0 0 2px #005dc7; } } .orca-radio-button-group-wrapper { border: 1px solid rgba(0,0,0,0); padding: 10px 15px; width: 100%; } .orca-radio-button-group-wrapper--error { border-color: #9e1511; border-radius: 3px 3px 3px 3px; background: url("/static/images/svg/error-icon.svg?d=519") no-repeat 95% 50%; background-color: #fceeee; } .orca-radio-button-group { display: flex; flex-direction: column; } .orca-fieldset { display: flex; border: 0; padding-right: 0; padding-left: 0; } .orca-textarea { box-sizing: border-box; display: block; width: 100%; padding: 18px; border: 1px solid #797676; border-radius: 3px; font-family: "Benton Sans Condensed",helvetica,arial,sans-serif; font-size: 18px; resize: none; } .orca-textarea--error { border: 1px solid #9e1611; border-radius: 3px 3px 0 0; } .orca-textarea:focus, .orca-textarea:active { border: 1px solid #005dc7; border-radius: 3px; outline: none; } .orca-textarea:focus.orca-textarea--error, .orca-textarea:active.orca-textarea--error { border-radius: 3px 3px 0 0; } .orca-textarea::placeholder { color: var(--color-black); } .orca-textarea[disabled] { color: #777; background-color: #ddd; border: 1px solid #ddd; } .orca-textarea__label--margin-bottom { margin-bottom: 5px; } .orca-textarea__message { position: relative; margin-top: 0; padding: 18px; border-radius: 0 0 3px 3px; font-family: "Benton Sans Condensed",helvetica,arial,sans-serif; } .orca-textarea__message--error { border: 1px solid #9e1611; border-top: none; color: #9e1611; background: #fdeeee; } .orca-textarea__message--error::before { content: ""; position: absolute; top: 12px; background-image: url("/static/images/svg/error-icon.svg?d=519"); background-repeat: no-repeat; width: 10px; height: 25px; } .orca-textarea__message-span { padding-left: 16px; } @media (min-width: 768px) { .orca-button { width: auto; } .orca-checkbox-wrapper--error { background-position: 95% 50%; } .orca-radio-button-wrapper { margin-bottom: 0; } .orca-radio-button-group { flex-direction: row; } } @media only screen and (min-width: 661px) { .orca-heading-sub.orca-heading-sub { font-size: 28px; } h1.orca-heading.orca-heading-sup { font-size: 64px; } h1.orca-heading { font-size: 46px; } h2.orca-heading { font-size: 28px; } h3.orca-heading { font-size: 20px; } } @charset "UTF-8"; .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before { border-color: #ccc; border-style: solid; border-width: 3px 3px 0 0; content: ""; display: block; height: 9px; position: absolute; top: 6px; width: 9px; } .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle { margin-left: -4px; position: absolute; width: 0; } .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after { box-sizing: content-box; position: absolute; border: 8px solid transparent; height: 0; width: 1px; content: ""; z-index: -1; border-width: 8px; left: -8px; } .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before { border-bottom-color: #aeaeae; } .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle { top: 0; margin-top: -8px; } .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after { border-top: none; border-bottom-color: #f0f0f0; } .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after { top: 0; } .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before { top: -1px; border-bottom-color: #aeaeae; } .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle { bottom: 0; margin-bottom: -8px; } .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after { border-bottom: none; border-top-color: #fff; } .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after { bottom: 0; } .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before { bottom: -1px; border-top-color: #aeaeae; } .react-datepicker-wrapper { display: inline-block; padding: 0; border: 0; } .react-datepicker { font-family: "Helvetica Neue", helvetica, arial, sans-serif; font-size: 0.8rem; background-color: #fff; color: #000; border: 1px solid #aeaeae; border-radius: 0.3rem; display: inline-block; position: relative; } .react-datepicker--time-only .react-datepicker__triangle { left: 35px; } .react-datepicker--time-only .react-datepicker__time-container { border-left: 0; } .react-datepicker--time-only .react-datepicker__time, .react-datepicker--time-only .react-datepicker__time-box { border-bottom-left-radius: 0.3rem; border-bottom-right-radius: 0.3rem; } .react-datepicker__triangle { position: absolute; left: 50px; } .react-datepicker-popper { z-index: 1; } .react-datepicker-popper[data-placement^=bottom] { padding-top: 10px; } .react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle { left: auto; right: 50px; } .react-datepicker-popper[data-placement^=top] { padding-bottom: 10px; } .react-datepicker-popper[data-placement^=right] { padding-left: 8px; } .react-datepicker-popper[data-placement^=right] .react-datepicker__triangle { left: auto; right: 42px; } .react-datepicker-popper[data-placement^=left] { padding-right: 8px; } .react-datepicker-popper[data-placement^=left] .react-datepicker__triangle { left: 42px; right: auto; } .react-datepicker__header { text-align: center; background-color: #f0f0f0; border-bottom: 1px solid #aeaeae; border-top-left-radius: 0.3rem; padding: 8px 0; position: relative; } .react-datepicker__header--time { padding-bottom: 8px; padding-left: 5px; padding-right: 5px; } .react-datepicker__header--time:not(.react-datepicker__header--time--only) { border-top-left-radius: 0; } .react-datepicker__header:not(.react-datepicker__header--has-time-select) { border-top-right-radius: 0.3rem; } .react-datepicker__year-dropdown-container--select, .react-datepicker__month-dropdown-container--select, .react-datepicker__month-year-dropdown-container--select, .react-datepicker__year-dropdown-container--scroll, .react-datepicker__month-dropdown-container--scroll, .react-datepicker__month-year-dropdown-container--scroll { display: inline-block; margin: 0 15px; } .react-datepicker__current-month, .react-datepicker-time__header, .react-datepicker-year-header { margin-top: 0; color: #000; font-weight: bold; font-size: 0.944rem; } .react-datepicker-time__header { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .react-datepicker__navigation { align-items: center; background: none; display: flex; justify-content: center; text-align: center; cursor: pointer; position: absolute; top: 2px; padding: 0; border: none; z-index: 1; height: 32px; width: 32px; text-indent: -999em; overflow: hidden; } .react-datepicker__navigation--previous { left: 2px; } .react-datepicker__navigation--next { right: 2px; } .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) { right: 85px; } .react-datepicker__navigation--years { position: relative; top: 0; display: block; margin-left: auto; margin-right: auto; } .react-datepicker__navigation--years-previous { top: 4px; } .react-datepicker__navigation--years-upcoming { top: -4px; } .react-datepicker__navigation:hover *::before { border-color: #a6a6a6; } .react-datepicker__navigation-icon { position: relative; top: -1px; font-size: 20px; width: 0; } .react-datepicker__navigation-icon--next { left: -2px; } .react-datepicker__navigation-icon--next::before { transform: rotate(45deg); left: -7px; } .react-datepicker__navigation-icon--previous { right: -2px; } .react-datepicker__navigation-icon--previous::before { transform: rotate(225deg); right: -7px; } .react-datepicker__month-container { float: left; } .react-datepicker__year { margin: 0.4rem; text-align: center; } .react-datepicker__year-wrapper { display: flex; flex-wrap: wrap; max-width: 180px; } .react-datepicker__year .react-datepicker__year-text { display: inline-block; width: 4rem; margin: 2px; } .react-datepicker__month { margin: 0.4rem; text-align: center; } .react-datepicker__month .react-datepicker__month-text, .react-datepicker__month .react-datepicker__quarter-text { display: inline-block; width: 4rem; margin: 2px; } .react-datepicker__input-time-container { clear: both; width: 100%; float: left; margin: 5px 0 10px 15px; text-align: left; } .react-datepicker__input-time-container .react-datepicker-time__caption { display: inline-block; } .react-datepicker__input-time-container .react-datepicker-time__input-container { display: inline-block; } .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input { display: inline-block; margin-left: 10px; } .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input { width: auto; } .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button, .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] { -moz-appearance: textfield; } .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter { margin-left: 5px; display: inline-block; } .react-datepicker__time-container { float: right; border-left: 1px solid #aeaeae; width: 85px; } .react-datepicker__time-container--with-today-button { display: inline; border: 1px solid #aeaeae; border-radius: 0.3rem; position: absolute; right: -87px; top: 0; } .react-datepicker__time-container .react-datepicker__time { position: relative; background: white; border-bottom-right-radius: 0.3rem; } .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box { width: 85px; overflow-x: hidden; margin: 0 auto; text-align: center; border-bottom-right-radius: 0.3rem; } .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list { list-style: none; margin: 0; height: calc(195px + 1.7rem / 2); overflow-y: scroll; padding-right: 0; padding-left: 0; width: 100%; box-sizing: content-box; } .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item { height: 30px; padding: 5px 10px; white-space: nowrap; } .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover { cursor: pointer; background-color: #f0f0f0; } .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected { background-color: #216ba5; color: white; font-weight: bold; } .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover { background-color: #216ba5; } .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled { color: #ccc; } .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover { cursor: default; background-color: transparent; } .react-datepicker__week-number { color: #ccc; display: inline-block; width: 1.7rem; line-height: 1.7rem; text-align: center; margin: 0.166rem; } .react-datepicker__week-number.react-datepicker__week-number--clickable { cursor: pointer; } .react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected, .react-datepicker__week-number--keyboard-selected):hover { border-radius: 0.3rem; background-color: #f0f0f0; } .react-datepicker__week-number--selected { border-radius: 0.3rem; background-color: #216ba5; color: #fff; } .react-datepicker__week-number--selected:hover { background-color: #1d5d90; } .react-datepicker__week-number--keyboard-selected { border-radius: 0.3rem; background-color: #2a87d0; color: #fff; } .react-datepicker__week-number--keyboard-selected:hover { background-color: #1d5d90; } .react-datepicker__day-names { white-space: nowrap; margin-bottom: -8px; } .react-datepicker__week { white-space: nowrap; } .react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name { color: #000; display: inline-block; width: 1.7rem; line-height: 1.7rem; text-align: center; margin: 0.166rem; } .react-datepicker__day, .react-datepicker__month-text, .react-datepicker__quarter-text, .react-datepicker__year-text { cursor: pointer; } .react-datepicker__day:hover, .react-datepicker__month-text:hover, .react-datepicker__quarter-text:hover, .react-datepicker__year-text:hover { border-radius: 0.3rem; background-color: #f0f0f0; } .react-datepicker__day--today, .react-datepicker__month-text--today, .react-datepicker__quarter-text--today, .react-datepicker__year-text--today { font-weight: bold; } .react-datepicker__day--highlighted, .react-datepicker__month-text--highlighted, .react-datepicker__quarter-text--highlighted, .react-datepicker__year-text--highlighted { border-radius: 0.3rem; background-color: #3dcc4a; color: #fff; } .react-datepicker__day--highlighted:hover, .react-datepicker__month-text--highlighted:hover, .react-datepicker__quarter-text--highlighted:hover, .react-datepicker__year-text--highlighted:hover { background-color: #32be3f; } .react-datepicker__day--highlighted-custom-1, .react-datepicker__month-text--highlighted-custom-1, .react-datepicker__quarter-text--highlighted-custom-1, .react-datepicker__year-text--highlighted-custom-1 { color: magenta; } .react-datepicker__day--highlighted-custom-2, .react-datepicker__month-text--highlighted-custom-2, .react-datepicker__quarter-text--highlighted-custom-2, .react-datepicker__year-text--highlighted-custom-2 { color: green; } .react-datepicker__day--holidays, .react-datepicker__month-text--holidays, .react-datepicker__quarter-text--holidays, .react-datepicker__year-text--holidays { position: relative; border-radius: 0.3rem; background-color: #ff6803; color: #fff; } .react-datepicker__day--holidays .holiday-overlay, .react-datepicker__month-text--holidays .holiday-overlay, .react-datepicker__quarter-text--holidays .holiday-overlay, .react-datepicker__year-text--holidays .holiday-overlay { position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); background-color: #333; color: #fff; padding: 4px; border-radius: 4px; white-space: nowrap; visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.3s ease-in-out; } .react-datepicker__day--holidays:hover, .react-datepicker__month-text--holidays:hover, .react-datepicker__quarter-text--holidays:hover, .react-datepicker__year-text--holidays:hover { background-color: #cf5300; } .react-datepicker__day--holidays:hover .holiday-overlay, .react-datepicker__month-text--holidays:hover .holiday-overlay, .react-datepicker__quarter-text--holidays:hover .holiday-overlay, .react-datepicker__year-text--holidays:hover .holiday-overlay { visibility: visible; opacity: 1; } .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--selected, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--in-range { border-radius: 0.3rem; background-color: #216ba5; color: #fff; } .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover, .react-datepicker__month-text--selected:hover, .react-datepicker__month-text--in-selecting-range:hover, .react-datepicker__month-text--in-range:hover, .react-datepicker__quarter-text--selected:hover, .react-datepicker__quarter-text--in-selecting-range:hover, .react-datepicker__quarter-text--in-range:hover, .react-datepicker__year-text--selected:hover, .react-datepicker__year-text--in-selecting-range:hover, .react-datepicker__year-text--in-range:hover { background-color: #1d5d90; } .react-datepicker__day--keyboard-selected, .react-datepicker__month-text--keyboard-selected, .react-datepicker__quarter-text--keyboard-selected, .react-datepicker__year-text--keyboard-selected { border-radius: 0.3rem; background-color: #bad9f1; color: rgb(0, 0, 0); } .react-datepicker__day--keyboard-selected:hover, .react-datepicker__month-text--keyboard-selected:hover, .react-datepicker__quarter-text--keyboard-selected:hover, .react-datepicker__year-text--keyboard-selected:hover { background-color: #1d5d90; } .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range), .react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range), .react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range), .react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--in-range) { background-color: rgba(33, 107, 165, 0.5); } .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__year-text--in-selecting-range) { background-color: #f0f0f0; color: #000; } .react-datepicker__day--disabled, .react-datepicker__month-text--disabled, .react-datepicker__quarter-text--disabled, .react-datepicker__year-text--disabled { cursor: default; color: #ccc; } .react-datepicker__day--disabled:hover, .react-datepicker__month-text--disabled:hover, .react-datepicker__quarter-text--disabled:hover, .react-datepicker__year-text--disabled:hover { background-color: transparent; } .react-datepicker__input-container { position: relative; display: inline-block; width: 100%; } .react-datepicker__input-container .react-datepicker__calendar-icon { position: absolute; padding: 0.5rem; box-sizing: content-box; } .react-datepicker__view-calendar-icon input { padding: 6px 10px 5px 25px; } .react-datepicker__year-read-view, .react-datepicker__month-read-view, .react-datepicker__month-year-read-view { border: 1px solid transparent; border-radius: 0.3rem; position: relative; } .react-datepicker__year-read-view:hover, .react-datepicker__month-read-view:hover, .react-datepicker__month-year-read-view:hover { cursor: pointer; } .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow { border-top-color: #b3b3b3; } .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow { transform: rotate(135deg); right: -16px; top: 0; } .react-datepicker__year-dropdown, .react-datepicker__month-dropdown, .react-datepicker__month-year-dropdown { background-color: #f0f0f0; position: absolute; width: 50%; left: 25%; top: 30px; z-index: 1; text-align: center; border-radius: 0.3rem; border: 1px solid #aeaeae; } .react-datepicker__year-dropdown:hover, .react-datepicker__month-dropdown:hover, .react-datepicker__month-year-dropdown:hover { cursor: pointer; } .react-datepicker__year-dropdown--scrollable, .react-datepicker__month-dropdown--scrollable, .react-datepicker__month-year-dropdown--scrollable { height: 150px; overflow-y: scroll; } .react-datepicker__year-option, .react-datepicker__month-option, .react-datepicker__month-year-option { line-height: 20px; width: 100%; display: block; margin-left: auto; margin-right: auto; } .react-datepicker__year-option:first-of-type, .react-datepicker__month-option:first-of-type, .react-datepicker__month-year-option:first-of-type { border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; } .react-datepicker__year-option:last-of-type, .react-datepicker__month-option:last-of-type, .react-datepicker__month-year-option:last-of-type { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-bottom-left-radius: 0.3rem; border-bottom-right-radius: 0.3rem; } .react-datepicker__year-option:hover, .react-datepicker__month-option:hover, .react-datepicker__month-year-option:hover { background-color: #ccc; } .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming { border-bottom-color: #b3b3b3; } .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous { border-top-color: #b3b3b3; } .react-datepicker__year-option--selected, .react-datepicker__month-option--selected, .react-datepicker__month-year-option--selected { position: absolute; left: 15px; } .react-datepicker__close-icon { cursor: pointer; background-color: transparent; border: 0; outline: 0; padding: 0 6px 0 0; position: absolute; top: 0; right: 0; height: 100%; display: table-cell; vertical-align: middle; } .react-datepicker__close-icon::after { cursor: pointer; background-color: #216ba5; color: #fff; border-radius: 50%; height: 16px; width: 16px; padding: 2px; font-size: 12px; line-height: 1; text-align: center; display: table-cell; vertical-align: middle; content: "\D7"; } .react-datepicker__close-icon--disabled { cursor: default; } .react-datepicker__close-icon--disabled::after { cursor: default; background-color: #ccc; } .react-datepicker__today-button { background: #f0f0f0; border-top: 1px solid #aeaeae; cursor: pointer; text-align: center; font-weight: bold; padding: 5px 0; clear: left; } .react-datepicker__portal { position: fixed; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); left: 0; top: 0; justify-content: center; align-items: center; display: flex; z-index: 2147483647; } .react-datepicker__portal .react-datepicker__day-name, .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name { width: 3rem; line-height: 3rem; } @media (max-width: 400px), (max-height: 550px) { .react-datepicker__portal .react-datepicker__day-name, .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name { width: 2rem; line-height: 2rem; } } .react-datepicker__portal .react-datepicker__current-month, .react-datepicker__portal .react-datepicker-time__header { font-size: 1.44rem; } .react-datepicker__children-container { width: 13.8rem; margin: 0.4rem; padding-right: 0.2rem; padding-left: 0.2rem; height: auto; } .react-datepicker__aria-live { position: absolute; clip-path: circle(0); border: 0; height: 1px; margin: -1px; overflow: hidden; padding: 0; width: 1px; white-space: nowrap; } .react-datepicker__calendar-icon { width: 1em; height: 1em; vertical-align: -0.125em; } .elex__BalanceOfPowerArc_style-module_balanceOfPower { position: relative; } .elex__BalanceOfPowerArc_style-module_balanceOfPower .elex__BalanceOfPowerArc_style-module_title { color: #000000; font-family: Benton, sans-serif; font-size: 18px; font-weight: bold; letter-spacing: 0; line-height: 22px; text-align: center; margin: 0 55px; } .elex__BalanceOfPowerArc_style-module_balanceOfPower .elex__BalanceOfPowerArc_style-module_majorPartySummary { position: absolute; top: 0; left: 0; right: 0; } .elex__BalanceOfPowerArc_style-module_balanceOfPower .elex__BalanceOfPowerArc_style-module_majorPartySummary .elex__BalanceOfPowerArc_style-module_partyName { font-family: Benton, sans-serif; font-weight: bold; font-size: 14px; line-height: 12px; margin: 0; } .elex__BalanceOfPowerArc_style-module_balanceOfPower .elex__BalanceOfPowerArc_style-module_majorPartySummary .elex__BalanceOfPowerArc_style-module_partyCount { font-family: Benton, sans-serif; font-weight: bold; font-size: 24px; margin: 0; } .elex__BalanceOfPowerArc_style-module_balanceOfPower .elex__BalanceOfPowerArc_style-module_majorPartySummary.elex__BalanceOfPowerArc_style-module_dem .elex__BalanceOfPowerArc_style-module_partyCount { color: #6db3bf; } .elex__BalanceOfPowerArc_style-module_balanceOfPower .elex__BalanceOfPowerArc_style-module_majorPartySummary.elex__BalanceOfPowerArc_style-module_gop { text-align: right; } .elex__BalanceOfPowerArc_style-module_balanceOfPower .elex__BalanceOfPowerArc_style-module_majorPartySummary.elex__BalanceOfPowerArc_style-module_gop .elex__BalanceOfPowerArc_style-module_partyCount { color: #b04343; } .elex__BalanceOfPowerArc_style-module_balanceOfPower .elex__BalanceOfPowerArc_style-module_majorityNote { font-family: Benton, sans-serif; font-size: 16px; font-weight: bold; letter-spacing: 0; line-height: 16px; text-align: center; } .elex__BalanceOfPowerArc_style-module_balanceOfPower .elex__BalanceOfPowerArc_style-module_totals { display: flex; width: 100%; justify-content: space-between; } .elex__BalanceOfPowerArc_style-module_balanceOfPower .elex__BalanceOfPowerArc_style-module_totals .elex__BalanceOfPowerArc_style-module_party { text-align: center; } .elex__BalanceOfPowerArc_style-module_balanceOfPower .elex__BalanceOfPowerArc_style-module_totals .elex__BalanceOfPowerArc_style-module_party .elex__BalanceOfPowerArc_style-module_partyName { font-family: Benton, sans-serif; font-size: 10px; font-weight: bold; letter-spacing: 0; line-height: 12px; text-align: center; margin: 0; } .elex__BalanceOfPowerArc_style-module_balanceOfPower .elex__BalanceOfPowerArc_style-module_totals .elex__BalanceOfPowerArc_style-module_party .elex__BalanceOfPowerArc_style-module_partyCount { font-family: Benton, sans-serif; font-size: 12px; font-weight: bold; letter-spacing: 0; line-height: 19px; text-align: center; margin: 0; } .elex__BalanceOfPowerArc_style-module_balanceOfPower .elex__BalanceOfPowerArc_style-module_totals .elex__BalanceOfPowerArc_style-module_party .elex__BalanceOfPowerArc_style-module_partyCount .elex__BalanceOfPowerArc_style-module_changeCount { font-size: 8px; font-weight: normal; padding-left: 0.25em; } .elex__BalanceOfPowerArc_style-module_balanceOfPower .elex__BalanceOfPowerArc_style-module_totals .elex__BalanceOfPowerArc_style-module_party.elex__BalanceOfPowerArc_style-module_dem .elex__BalanceOfPowerArc_style-module_partyCount { color: #6db3bf; } .elex__BalanceOfPowerArc_style-module_balanceOfPower .elex__BalanceOfPowerArc_style-module_totals .elex__BalanceOfPowerArc_style-module_party.elex__BalanceOfPowerArc_style-module_gop .elex__BalanceOfPowerArc_style-module_partyCount { color: #b04343; } .elex__BallotQuestions_BallotQuestion-module_questions { display: flex; flex-direction: column; } .elex__BallotQuestions_BallotQuestion-module_questionContainer + .elex__BallotQuestions_BallotQuestion-module_questionContainer { margin-top: 20px; } .elex__BallotQuestions_BallotQuestion-module_barContainer { height: 22px; } .elex__BallotQuestions_BallotQuestion-module_barContainer .elex__BallotQuestions_BallotQuestion-module_percentage { display: none; } @media screen and (min-width: 601px) { .elex__BallotQuestions_BallotQuestion-module_barContainer { display: flex; align-items: center; } } @media screen and (min-width: 601px) and (min-width: 601px) { .elex__BallotQuestions_BallotQuestion-module_barContainer .elex__BallotQuestions_BallotQuestion-module_percentage { display: block; margin: 1px 0 0 5px; } } .elex__BallotQuestions_BallotQuestion-module_details { display: flex; align-items: center; } .elex__BallotQuestions_BallotQuestion-module_checkmark { width: 16px; height: 13px; color: #222; margin-right: 3px; } .elex__BallotQuestions_BallotQuestion-module_yesNo { font-size: 14px; font-weight: bold; } .elex__BallotQuestions_BallotQuestion-module_percentage { margin-left: auto; font-size: 10px; font-weight: bold; } @media screen and (min-width: 601px) { .elex__BallotQuestions_BallotQuestion-module_percentage { display: none; } } .elex__Candidate_VoteBar-module_voteBar { height: 100%; width: 100%; position: relative; } .elex__Candidate_VoteBar-module_barForeground { position: absolute; top: 0; left: 0; bottom: 0; transition: width 500ms; } .elex__BallotQuestions_BallotWrapper-module_ballotWrapper { padding-top: 10px; font-family: Benton, sans-serif; max-width: 536px; } .elex__BallotQuestions_BallotWrapper-module_ballotWrapper + .elex__BallotQuestions_BallotWrapper-module_ballotWrapper { margin-top: 75px; } .elex__components_BattlegroundTable-module_table { width: 100%; color: #000; background-color: #fff; border-collapse: collapse; font-family: Benton, sans-serif; font-size: 12px; } .elex__components_BattlegroundTable-module_th { border-bottom: 3px solid #222; padding: 8px 0px; text-align: left; } .elex__components_BattlegroundTable-module_td { padding: 8px 0px; border-top: 1px solid #222; } .elex__components_BattlegroundTable-module_td > div { padding: 0; border-top: none; } .elex__components_BattlegroundTable-module_td > svg { margin-left: 0; } .elex__components_BattlegroundTable-module_h2 { font-size: 18px; font-weight: bold; margin: 0; } .elex__components_BattlegroundTable-module_subHeading { font-weight: bold; } .elex__components_BattlegroundTable-module_subHeading > td { padding: 4px 0px; } .elex__components_BattlegroundTable-module_state, .elex__components_BattlegroundTable-module_leader { font-weight: bold; } .elex__GeneralLegend_Legend-module_legend { width: 100%; text-align: left; border-top: 1px solid #d8d8d8; padding: .25em 0; overflow: hidden; } .elex__GeneralLegend_Legend-module_partyName, .elex__GeneralLegend_Legend-module_partyNameMobile, .elex__GeneralLegend_Legend-module_candidateName, .elex__GeneralLegend_Legend-module_candidateNameMobile { color: #222222; font-family: Benton, sans-serif; font-size: 11px; font-weight: 900; letter-spacing: 0; line-height: 6px; margin-right: 1em; } .elex__GeneralLegend_Legend-module_partyGroup { display: block; } .elex__GeneralLegend_Legend-module_partyName, .elex__GeneralLegend_Legend-module_candidateName { display: none; } @media only screen and (min-width: 400px) { .elex__GeneralLegend_Legend-module_legendParty { display: inline-block; margin-right: 1em; border-right: 1px solid #979797; padding-right: 1em; } .elex__GeneralLegend_Legend-module_legendParty:last-child { margin-right: 0; padding-right: 0; border-right: 0; } .elex__GeneralLegend_Legend-module_legendPrimary { display: inline-block; position: relative; margin-right: 2em; } .elex__GeneralLegend_Legend-module_legendPrimary:before { content: ""; width: 1px; height: 100%; background-color: #979797; display: inline-block; position: absolute; left: -1em; } .elex__GeneralLegend_Legend-module_legendPrimary:last-child { margin-right: 0; } } @media only screen and (min-width: 661px) { .elex__GeneralLegend_Legend-module_partyGroup { margin-right: 1em; border-right: 1px solid #979797; padding-right: 1em; display: inline; } .elex__GeneralLegend_Legend-module_partyGroup:last-child { margin-right: 0; padding-right: 0; border-right: 0; } .elex__GeneralLegend_Legend-module_partyNameMobile, .elex__GeneralLegend_Legend-module_candidateNameMobile { display: none; } .elex__GeneralLegend_Legend-module_partyName, .elex__GeneralLegend_Legend-module_candidateName { display: inline; } } .elex__GeneralLegend_Legend-module_legendItem { color: #222222; font-family: BentonSansCond, Benton-Cond, sans-serif; font-size: 11px; letter-spacing: 0; line-height: 6px; margin-right: 1em; } .elex__GeneralLegend_Legend-module_legendItem:last-child { margin-right: 0; } .elex__GeneralLegend_Legend-module_legendRectangle, .elex__GeneralLegend_Legend-module_winnerCheckmark { margin-left: 0.5em; } .elex__components_BreakdownTable-module_table { background-color: #fff; border-collapse: collapse; color: #000; font-family: Benton, sans-serif; font-size: 12px; width: 100%; } .elex__components_BreakdownTable-module_tr:nth-of-type(even) { background-color: #f4f4f4; } .elex__components_BreakdownTable-module_th { border-bottom: 3px solid #222; padding: 0; text-align: left; vertical-align: bottom; } .elex__components_BreakdownTable-module_th:nth-of-type(2) { padding-bottom: 6px; padding-left: 8px; } .elex__components_BreakdownTable-module_td { border-top: 1px solid #222; padding: 16px 8px; } .elex__components_BreakdownTable-module_td > div { border-top: none; padding: 0; } .elex__components_BreakdownTable-module_td > svg { margin-left: 0; } .elex__components_BreakdownTable-module_select { background-color: #ebebeb; border: 1px solid #979797; border-bottom: none; border-radius: 0; color: #495057; font-weight: 700; font-size: 12px; height: 28px; margin-left: 0px; } .elex__components_BreakdownTable-module_select:focus { outline: 0; } @media (max-width: 660px) { .elex__components_BreakdownTable-module_select { font-size: 16px; } } .elex__components_BreakdownTable-module_subHeading { font-family: BentonSansCond, sans-serif; } .elex__components_BreakdownTable-module_subHeading > td { padding: 8px; } .elex__components_BreakdownTable-module_unit { font-weight: 700; } .elex__components_BreakdownTable-module_subUnit { display: block; font-weight: 700; margin-left: 13px; } .elex__components_BreakdownTable-module_legend { background-color: #fff !important; } .elex__components_BreakdownTable-module_percentReporting { background-color: #fff !important; } .elex__components_BreakdownTable-module_percentReporting > td { padding-top: 8px; text-align: right; } @media (max-width: 660px) { .elex__components_BreakdownTable-module_hiddenMobile { display: none; } } .elex__Candidate_CandidateCard-module_candidateCard { box-sizing: border-box; width: 100%; padding-bottom: 16px; } .elex__Candidate_CandidateCard-module_candidateCard:after { content: ""; clear: both; display: table; } .raceID-results-widget .elex__Candidate_CandidateCard-module_candidateCard:last-child { padding-bottom: 0; } .elex__Candidate_CandidateCard-module_image { width: 75px; height: 75px; margin-left: 14px; margin-top: 16px; float: left; border-radius: 75px; } .elex__Candidate_CandidateCard-module_details { float: left; margin-left: 14px; margin-top: 16px; width: calc(100% - 117px); } .raceID-results-widget .liteCandidateView .elex__Candidate_CandidateCard-module_details { width: 100%; margin-left: 0; } .elex__Candidate_CandidateCard-module_barContainer { width: 100%; height: 26px; } .raceID-results-widget .elex__Candidate_CandidateCard-module_barContainer { height: 13px; } .elex__Candidate_CandidateCard-module_litebarContainer { width: 100%; height: 13px; margin-top: 22px; } .raceID-results-widget .elex__Candidate_CandidateCard-module_litebarContainer { height: 13px; } .elex__Candidate_CandidateCard-module_name { margin-right: 10px; } .raceID-results-widget.thisRaceIsAQuestion .elex__Candidate_CandidateCard-module_name { margin-bottom: 0 !important; } .elex__Candidate_CandidateCard-module_nameAndBarCell { width: auto; color: #000000; font-family: BentonSansCond, sans-serif; font-size: 18px; font-weight: bold; letter-spacing: 0.18px; margin-bottom: 0; margin-top: 0; } .elex__Candidate_CandidateCard-module_voteCount { width: 100%; margin: 6px 0 0; display: flex; align-items: flex-start; flex-wrap: wrap; } .elex__Candidate_CandidateCard-module_voteCountNumber { flex: 0 calc(100% - 60px); } .elex__Candidate_CandidateCard-module_percentage { font-weight: bold; flex: 0 60px; } .raceID-results-widget .elex__Candidate_CandidateCard-module_percentage { color: black !important; font-size: 14px; } .elex__Candidate_CandidateCard-module_checkmark { height: 16px; } .raceID-results-widget .elex__Candidate_CandidateCard-module_checkmark { align-self: center; } .elex__Candidate_CandidateCard-module_liteVoteCount, .elex__Candidate_CandidateCard-module_voteCount { color: #000000; font-family: BentonSansCond, sans-serif; font-weight: normal; font-size: 16px; letter-spacing: 0.16px; line-height: 1.2; } .elex__Candidate_CandidateCard-module_liteNameAndBarCell .elex__Candidate_CandidateCard-module_checkmark { height: 14px; margin-right: 6px; margin-bottom: 1px; } @media screen and (min-width: 601px) { .elex__Candidate_CandidateCard-module_liteNameAndBarCell .elex__Candidate_CandidateCard-module_checkmark { margin-right: 9px; margin-top: -9px; margin-bottom: 0; } } .elex__Candidate_CandidateCard-module_liteNameAndBarCell .elex__Candidate_CandidateCard-module_name { font-size: 18px; margin-bottom: 1px; } @media screen and (min-width: 601px) { .elex__Candidate_CandidateCard-module_liteNameAndBarCell .elex__Candidate_CandidateCard-module_name { font-size: 18px; margin-bottom: 1px; } } .elex__Candidate_CandidateCard-module_liteVoteCountNumber { font-size: 14px; margin-right: 15px; } .elex__Candidate_CandidateCard-module_liteVoteCount { display: inline-flex; flex-wrap: nowrap; flex: 0 1 auto; margin-left: auto; float: right; margin-top: 4px; } .elex__Candidate_CandidateCard-module_liteVoteCount:after { content: ''; display: table; clear: both; } .elex__Candidate_CandidateCard-module_liteVoteCount .elex__Candidate_CandidateCard-module_percentage { flex: 0 1 auto; margin-left: auto; margin-right: 0; } @media screen and (min-width: 601px) { .elex__Candidate_CandidateCard-module_liteVoteCount .elex__Candidate_CandidateCard-module_percentage { margin-left: 100px; font-size: 14px; } } .raceID-results-widget .elex__Candidate_CandidateCard-module_liteVoteCount .elex__Candidate_CandidateCard-module_percentage { margin-left: 10px; } .elex__Candidate_CandidateCard-module_liteVoteCount .elex__Candidate_CandidateCard-module_voteCountNumber { flex: 0 1 auto; } .raceID-results-widget .elex__Candidate_CandidateCard-module_liteVoteCount { float: none; margin-left: 0; } .elex__Candidate_CandidateCard-module_party { font-size: 10px; font-family: Benton, sans-serif; color: #222; margin-bottom: 3px; font-weight: normal; } .raceID-results-widget .elex__Candidate_CandidateCard-module_party { margin-bottom: 0; flex-grow: 2; } .raceID-results-widget.thisRaceIsAQuestion .elex__Candidate_CandidateCard-module_party { visibility: hidden; } .elex__Candidate_CandidateRow-module_candidateRow { border-bottom: 1px solid #979797; border-spacing: 5em; margin-top: 10px; } .elex__Candidate_CandidateRow-module_candidateRow:last-of-type { border-bottom: none; } .elex__Candidate_CandidateRow-module_candidateRow { margin-bottom: 3px; padding-top: 5px; vertical-align: middle; } td { padding-top: 5px; } .elex__Candidate_CandidateRow-module_candidateImage { padding-right: 5px; width: 40px; } .elex__Candidate_CandidateRow-module_candidateImage img { border-radius: 40px; height: 40px; width: 40px; } .elex__Candidate_CandidateRow-module_nameAndBarCell { color: #000000; font-family: BentonSansCond, sans-serif; font-size: 18px; font-weight: bold; height: 26px; padding-bottom: 1px; letter-spacing: 0.14px; } .elex__Candidate_CandidateRow-module_barContainer { height: 9px; margin-bottom: 2px; width: 100%; } .elex__Candidate_CandidateRow-module_voteAndPercentage { display: flex; flex-direction: row; } .elex__Candidate_CandidateRow-module_percentage { font-weight: bold; font-size: 14px; font-family: BentonSansCond, sans-serif; letter-spacing: 0.16px; line-height: 1.2; text-align: right; vertical-align: bottom; margin-left: auto; } .elex__Candidate_CandidateRow-module_voteCount { font-weight: normal; font-size: 14px; font-family: BentonSansCond, sans-serif; letter-spacing: 0.16px; line-height: 1.2; text-align: right; vertical-align: bottom; display: flex; align-items: flex-start; flex-wrap: wrap; } .elex__DelegateTracker_style-module_delegateTracker { width: 100%; } .elex__DelegateTracker_style-module_title { color: #222222; font-family: BentonSansCond, sans-serif; font-size: 18px; font-weight: bold; letter-spacing: 0.5px; line-height: 17px; margin: 0; } .elex__DelegateTracker_style-module_subtitle { color: #222222; font-family: BentonSansCond, sans-serif; font-size: 14px; letter-spacing: 0.5px; line-height: 17px; margin: 4px 0; } .elex__DelegateTracker_style-module_candidateTable { border-collapse: collapse; width: 100%; } .elex__DelegateTracker_style-module_delegateRow td { border-bottom: 1px solid #979797; padding: 5px; } td.elex__DelegateTracker_style-module_barCell { border-right: 2px solid #979797; padding-right: 0; font-family: BentonSansCond, sans-serif; font-size: 10px; letter-spacing: 0.1px; line-height: 18px; } .elex__DelegateTracker_style-module_barCellContainer { display: flex; align-items: flex-end; } td.elex__DelegateTracker_style-module_countCell { width: 40px; font-family: BentonSansCond, sans-serif; font-size: 12px; font-weight: bold; letter-spacing: 0.12px; vertical-align: bottom; } .elex__DelegateTracker_style-module_candidatePhoto { width: 33px; height: 33px; border-radius: 100%; background-color: #568C59; overflow: hidden; margin-right: 6px; } .elex__DelegateTracker_style-module_candidatePhoto img { width: 33px; height: 33px; } .elex__DelegateTracker_style-module_nameAndBar { flex-grow: 1; padding-bottom: 3px; } .elex__DelegateTracker_style-module_barContainer { width: 100%; height: 9px; background-color: #ede5e5; overflow: hidden; white-space: nowrap; } .elex__DelegateTracker_style-module_delegateBar, .elex__DelegateTracker_style-module_superdelegateBar { height: 9px; background-color: #568C59; display: inline-block; } .elex__DelegateTracker_style-module_superdelegateBar { background-color: #000; } .elex__DelegateTracker_style-module_candidateName { font-family: BentonSansCond, sans-serif; font-size: 12px; font-weight: bold; letter-spacing: 0.12px; line-height: 16px; margin: 0; } .elex__DelegateTracker_style-module_superdelegateKey { font-family: BentonSansCond, sans-serif; font-size: 8px; letter-spacing: 0.01px; line-height: 12px; white-space: nowrap; } .elex__DelegateTracker_style-module_superdelegateKey .elex__DelegateTracker_style-module_superdelegateBar { height: 8px; width: 10px; } .elex__DelegateTracker_style-module_superdelegateKey span { display: inline-block; padding-left: 2px; } .elex__DelegateTracker_style-module_superdelegateKey span:first-of-type { padding-left: 0; } .elex__ElectionsRaceNavigation_style-module_clearfix:after { content: ""; display: table; clear: both; } .elex__ElectionsRaceNavigation_style-module_listStyleNone { list-style: none; } .elex__ElectionsRaceNavigation_style-module_mainUL { margin: 0 0 15px; padding: 0 0 5px; height: 22px; display: flex; flex-wrap: wrap; overflow: hidden; } .elex__ElectionsRaceNavigation_style-module_toggleUL { margin: 0 0 15px; padding: 0 0 5px; } .elex__ElectionsRaceNavigation_style-module_subUL { margin-bottom: 0; padding: 0; width: 94%; margin: 3px auto 45px auto; position: relative; } .elex__ElectionsRaceNavigation_style-module_subUL:before, .elex__ElectionsRaceNavigation_style-module_subUL:after { content: ""; display: block; background: #b04343; background: linear-gradient(90deg, #b04343, #6db3bf); } .elex__ElectionsRaceNavigation_style-module_subUL:before { height: 2px; position: absolute; top: -5px; width: 100%; } .elex__ElectionsRaceNavigation_style-module_subUL:after { height: 12px; position: absolute; width: 100%; bottom: -25px; } .elex__ElectionsRaceNavigation_style-module_menuToggleItem { min-width: 78px; } .elex__ElectionsRaceNavigation_style-module_graphical.elex__ElectionsRaceNavigation_style-module_menuItem { border-right: 1px solid #979797; padding: 0 50px 0 0; } .elex__ElectionsRaceNavigation_style-module_graphical img { vertical-align: middle; height: 30px; line-height: 0; margin: -5px 10px 0 0; margin-top: -5px; } .elex__ElectionsRaceNavigation_style-module_graphical img.elex__ElectionsRaceNavigation_style-module_graphic { padding: 0; } .elex__ElectionsRaceNavigation_style-module_graphical span { color: #9B9B9B; font-family: BentonSansCond, Benton-Cond, sans-serif; font-size: 16px; font-weight: bold; letter-spacing: 0.18px; line-height: 26px; } .elex__ElectionsRaceNavigation_style-module_menuItem { border-right: 1px solid #979797; padding: 3px 52px 6px 52px; text-align: center; position: relative; flex: 1 1 auto; } .elex__ElectionsRaceNavigation_style-module_menuItem.elex__ElectionsRaceNavigation_style-module_wrapped { font-size: 12px; padding: 10px 0; border: 0; width: 20%; display: inline-block; } .elex__ElectionsRaceNavigation_style-module_menuLink { text-decoration: none; color: #787878; font-family: Benton, sans-serif; font-size: 14px; } .elex__ElectionsRaceNavigation_style-module_menuLink.elex__ElectionsRaceNavigation_style-module_wrapped { font-size: 12px; position: relative; } .elex__ElectionsRaceNavigation_style-module_menuLink:hover, .elex__ElectionsRaceNavigation_style-module_menuLink:focus { color: #333; } .elex__ElectionsRaceNavigation_style-module_menuLink:hover:after, .elex__ElectionsRaceNavigation_style-module_menuLink:focus:after { content: ''; display: block; position: absolute; background: #b04343; background: linear-gradient(90deg, #b04343 0%, #6db3bf 100%); bottom: -3px; height: 2px; left: -50%; right: -50%; width: 125%; margin: 0 auto; text-align: center; } .elex__ElectionsRaceNavigation_style-module_dropdownToggle { font-family: Benton, sans-serif; cursor: pointer; font-size: 14px; color: #787878; padding: 3px 0 0; position: relative; border: none; background: none; white-space: nowrap; } .elex__ElectionsRaceNavigation_style-module_dropdownToggle:before { content: '\25BC'; position: absolute; display: block; width: 100%; bottom: -20px; } .elex__ElectionsRaceNavigation_style-module_dropdownToggle:after { content: ''; display: block; position: absolute; bottom: -3px; height: 2px; background: #b04343; background: linear-gradient(90deg, #b04343 0%, #6db3bf 100%); width: 60%; left: 20%; } .elex__ElectionsRaceNavigation_theme-module_mobileNav { display: block; margin: 0 auto; font-family: BentonSansCond, sans-serif; font-size: 16px; font-weight: bold; text-transform: capitalize; background: #dbdbdb; padding: 4px; border-color: #979797; color: #222; } @media screen and (min-width: 661px) { .elex__ElectionsRaceNavigation_theme-module_mobileNav { display: none; } } .elex__ElectionsRaceNavigation_theme-module_desktopNav { display: none; } @media screen and (min-width: 661px) { .elex__ElectionsRaceNavigation_theme-module_desktopNav { display: flex; border-top: 1px solid #979797; padding-top: 20px; } } .elex__ResultDualBar_style-module_resultDualBar { position: relative; height: 25px; background-color: #dbdbdb; margin-bottom: 5px; } .elex__ResultDualBar_style-module_resultDualBar:after { content: ''; display: block; position: absolute; width: 1px; height: 35px; background-color: #979797; bottom: 0; left: 50%; transform: translateX(-50%); } .elex__ResultDualBar_style-module_leftCount { position: absolute; top: 0; left: 0; height: 25px; } .elex__ResultDualBar_style-module_rightCount { position: absolute; top: 0; right: 0; height: 25px; } .elex__ResultDualBar_style-module_middleCount { position: absolute; height: 25px; } .elex__ElectoralLeaderboard_style-module_electoralLeaderboard { font-family: BentonSansCond, sans-serif; font-weight: 800; display: flex; align-items: center; } .elex__ElectoralLeaderboard_style-module_imageContainer, .elex__ElectoralLeaderboard_style-module_demImageContainer, .elex__ElectoralLeaderboard_style-module_gopImageContainer { display: none; width: 112px; height: 112px; flex: 0 0 112px; border-radius: 50%; } .elex__ElectoralLeaderboard_style-module_demImageContainer { background-color: #6db3bf; } .elex__ElectoralLeaderboard_style-module_gopWinner .elex__ElectoralLeaderboard_style-module_demImageContainer { height: 75px; width: 75px; flex: 0 0 75px; } .elex__ElectoralLeaderboard_style-module_gopImageContainer { background-color: #b04343; } .elex__ElectoralLeaderboard_style-module_demWinner .elex__ElectoralLeaderboard_style-module_gopImageContainer { height: 75px; width: 75px; flex: 0 0 75px; } .elex__ElectoralLeaderboard_style-module_leaderboardImage { width: 100%; height: 100%; } .elex__ElectoralLeaderboard_style-module_raceContainer { margin: 0 10px; flex: 1 0 auto; } .elex__ElectoralLeaderboard_style-module_raceInfo { display: flex; justify-content: space-between; align-items: flex-end; position: relative; } .elex__ElectoralLeaderboard_style-module_electorInfo { display: flex; flex-direction: column; justify-content: space-between; text-align: center; padding: 3px 0 10px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); } .elex__ElectoralLeaderboard_style-module_electorsToWin { font-size: 14px; line-height: 1; display: block; } .elex__ElectoralLeaderboard_style-module_electorsUndecided { font-size: 10px; line-height: 1.5; } .elex__ElectoralLeaderboard_style-module_candidateInfoContainer, .elex__ElectoralLeaderboard_style-module_demInfo, .elex__ElectoralLeaderboard_style-module_gopInfo { display: flex; flex-direction: column; padding-bottom: 3px; } .elex__ElectoralLeaderboard_style-module_gopWinner .elex__ElectoralLeaderboard_style-module_demInfo { color: #787878; flex-direction: row; align-items: baseline; } .elex__ElectoralLeaderboard_style-module_gopInfo { align-items: flex-end; } .elex__ElectoralLeaderboard_style-module_demWinner .elex__ElectoralLeaderboard_style-module_gopInfo { color: #787878; flex-direction: row; align-items: baseline; } .elex__ElectoralLeaderboard_style-module_candidateInfo { display: flex; align-items: baseline; font-size: 14px; line-height: 1.2; } .elex__ElectoralLeaderboard_style-module_demWinner .elex__ElectoralLeaderboard_style-module_gopInfo .elex__ElectoralLeaderboard_style-module_candidateInfo { order: 2; } .elex__ElectoralLeaderboard_style-module_winnerCheckmark { width: 16px; margin-right: 5px; } .elex__ElectoralLeaderboard_style-module_candidateFirstName { display: none; margin-right: 3px; } .elex__ElectoralLeaderboard_style-module_candidateParty { font-weight: 400; font-size: 10px; color: #222222; margin: 0 5px; } .elex__ElectoralLeaderboard_style-module_electoralVotes, .elex__ElectoralLeaderboard_style-module_demElectoralVotes, .elex__ElectoralLeaderboard_style-module_gopElectoralVotes { display: block; font-size: 36px; height: 36px; } .elex__ElectoralLeaderboard_style-module_demElectoralVotes { color: #6db3bf; } .elex__ElectoralLeaderboard_style-module_gopWinner .elex__ElectoralLeaderboard_style-module_demElectoralVotes { font-size: 18px; height: 18px; margin-left: 5px; } .elex__ElectoralLeaderboard_style-module_gopElectoralVotes { color: #b04343; } .elex__ElectoralLeaderboard_style-module_demWinner .elex__ElectoralLeaderboard_style-module_gopElectoralVotes { font-size: 18px; height: 18px; margin-right: 5px; order: 1; } .elex__ElectoralLeaderboard_style-module_otherCandidateName { font-size: 12px; } .elex__ElectoralLeaderboard_style-module_otherCandidateName:before { content: ''; display: inline-block; width: 8px; height: 8px; background-color: #c8bd17; margin-right: 5px; } .elex__ElectoralLeaderboard_style-module_electorText { font-size: 11px; font-weight: 400; margin: 0 5px; } .elex__ElectoralLeaderboard_style-module_otherCandidatesElectors { font-size: 10px; } .elex__ElectoralLeaderboard_style-module_voteInfo { display: flex; justify-content: center; align-items: baseline; } .elex__ElectoralLeaderboard_style-module_voteCount, .elex__ElectoralLeaderboard_style-module_demVoteCount, .elex__ElectoralLeaderboard_style-module_gopVoteCount { display: none; font-size: 12px; } .elex__ElectoralLeaderboard_style-module_gopWinner .elex__ElectoralLeaderboard_style-module_demVoteCount { color: #787878; } .elex__ElectoralLeaderboard_style-module_demWinner .elex__ElectoralLeaderboard_style-module_gopVoteCount { color: #787878; } .elex__ElectoralLeaderboard_style-module_votePercent { margin-left: 3px; } @media only screen and (min-width: 670px) { .elex__ElectoralLeaderboard_style-module_isFullWidth .elex__ElectoralLeaderboard_style-module_imageContainer, .elex__ElectoralLeaderboard_style-module_isFullWidth .elex__ElectoralLeaderboard_style-module_demImageContainer, .elex__ElectoralLeaderboard_style-module_isFullWidth .elex__ElectoralLeaderboard_style-module_gopImageContainer { display: block; } .elex__ElectoralLeaderboard_style-module_isFullWidth .elex__ElectoralLeaderboard_style-module_raceInfo { align-items: flex-end; } .elex__ElectoralLeaderboard_style-module_isFullWidth .elex__ElectoralLeaderboard_style-module_candidateInfo { font-size: 18px; } .elex__ElectoralLeaderboard_style-module_isFullWidth .elex__ElectoralLeaderboard_style-module_winnerCheckmark { width: 20px; } .elex__ElectoralLeaderboard_style-module_isFullWidth .elex__ElectoralLeaderboard_style-module_candidateFirstName { display: inline; } .elex__ElectoralLeaderboard_style-module_isFullWidth .elex__ElectoralLeaderboard_style-module_electorInfo { align-self: flex-end; justify-content: flex-end; } .elex__ElectoralLeaderboard_style-module_isFullWidth .elex__ElectoralLeaderboard_style-module_electorsToWin { margin-bottom: 5px; } .elex__ElectoralLeaderboard_style-module_isFullWidth .elex__ElectoralLeaderboard_style-module_electoralVotes, .elex__ElectoralLeaderboard_style-module_isFullWidth .elex__ElectoralLeaderboard_style-module_demElectoralVotes, .elex__ElectoralLeaderboard_style-module_isFullWidth .elex__ElectoralLeaderboard_style-module_gopElectoralVotes { font-size: 50px; height: 50px; } .elex__ElectoralLeaderboard_style-module_gopWinner .elex__ElectoralLeaderboard_style-module_isFullWidth .elex__ElectoralLeaderboard_style-module_demElectoralVotes { font-size: 25px; height: 25px; } .elex__ElectoralLeaderboard_style-module_demWinner .elex__ElectoralLeaderboard_style-module_isFullWidth .elex__ElectoralLeaderboard_style-module_gopElectoralVotes { font-size: 25px; height: 25px; } .elex__ElectoralLeaderboard_style-module_isFullWidth .elex__ElectoralLeaderboard_style-module_voteInfo { justify-content: space-between; } .elex__ElectoralLeaderboard_style-module_isFullWidth .elex__ElectoralLeaderboard_style-module_voteCount, .elex__ElectoralLeaderboard_style-module_isFullWidth .elex__ElectoralLeaderboard_style-module_demVoteCount, .elex__ElectoralLeaderboard_style-module_isFullWidth .elex__ElectoralLeaderboard_style-module_gopVoteCount { display: block; } } /* TODO: Rm convenience items after map work is completed $democratBlue: #6db3bf; $republicanRed: #b04343; $neutralYellow: #568C59; */ .elex__StateMap_style-module_stateMap { position: relative; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_heading { font-family: BentonSansCond, sans-serif; font-weight: bold; font-size: 20px; color: black; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_toggleBtn { color: white; font-size: 18px; padding: 8px 11px; border-radius: 8px; font-family: BentonSansCond, sans-serif; font-weight: bold; letter-spacing: 0.18px; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_toggleBtn.elex__StateMap_style-module_dems { background-color: #6db3bf; border-color: #6db3bf; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_toggleBtn.elex__StateMap_style-module_gop { float: right; background-color: #b04343; border-color: #b04343; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_selectWrapper { border-bottom: 1px solid gray; position: relative; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_selectWrapper:before { content: ""; height: 100%; width: 0; background: transparent; display: block; position: absolute; top: 20px; left: 10px; border: 21px solid transparent; border-top-color: green; border-right-width: 10px; border-left-width: 10px; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_selectMenu { padding-left: 32px; border-radius: 0px; width: 100%; height: 56px; background-color: #f3ebd6; border-bottom: 1px gray solid; -webkit-appearance: none; -moz-appearance: none; text-indent: 9999px; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_selectLabel { font-family: BentonSansCond, sans-serif; font-size: 20px; position: absolute; top: 18px; left: 40px; pointer-events: none; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_legend { display: flex; flex-wrap: wrap; padding: 10px 0; align-items: baseline; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_legendItem { margin-right: 10px; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_legendItem.elex__StateMap_style-module_lastItem { margin-right: 30px; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_legend .elex__StateMap_style-module_currentGraphic, .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_legend .elex__StateMap_style-module_inProgressGraphic, .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_legend .elex__StateMap_style-module_completedGraphic { height: 17px; display: block; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_legend .elex__StateMap_style-module_currentGraphic { background-color: #F3EBD6; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_legend .elex__StateMap_style-module_inProgressGraphic { width: 136px; margin-right: 10px; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_legend .elex__StateMap_style-module_completedGraphic { width: 20px; display: inline-block; margin-right: 5px; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_legend .elex__StateMap_style-module_currentString, .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_legend .elex__StateMap_style-module_inProgressString, .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_legend .elex__StateMap_style-module_completedString { font-family: BentonSansCond, sans-serif; font-size: 16px; line-height: 19px; letter-spacing: 0.21px; color: black; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_percentReporting { font-family: BentonSansCond,sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .5px; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_toolTipSelected { top: 50% !important; left: 50% !important; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_slotted, .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_singlePage { width: 100%; margin: 0 auto; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_stateMapSVG { position: relative; } .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_slottedSVG, .elex__StateMap_style-module_stateMap .elex__StateMap_style-module_singlePageSVG { margin: 0 auto; } .elex__StateMap_style-module_raceSummary { color: #000000; font-family: Benton, sans-serif; font-size: 8px; letter-spacing: 0; line-height: 8px; text-align: right; } .elex__StateMap_style-module_legendNote { color: #222222; font-family: BentonSansCond, Benton-Cond, sans-serif; font-size: 11px; letter-spacing: 0; line-height: 11px; margin-right: 1em; } .elex__ToolTip_style-module_tooltip { position: relative; box-sizing: border-box; height: 103px; width: 500px; border: 1px solid #222222; border-radius: 4px; background-color: #FFFFFF; font-family: BentonSansCond, sans-serif; line-height: 26px; padding: 12px; } .elex__ToolTip_style-module_tooltip .elex__ToolTip_style-module_table { width: 100%; border-collapse: collapse; } .elex__ToolTip_style-module_tooltip .elex__ToolTip_style-module_tableHeader { font-size: 0.875em; border-bottom: 1px solid #979797; font-family: BentonSansCond, Benton-Cond, sans-serif; color: #222222; } .elex__ToolTip_style-module_tooltip .elex__ToolTip_style-module_tableHeader th { font-weight: normal; } .elex__ToolTip_style-module_tooltip .elex__ToolTip_style-module_firstColumn { text-align: left; } .elex__ToolTip_style-module_tooltip .elex__ToolTip_style-module_name { display: inline-block; } .elex__ToolTip_style-module_tooltip .elex__ToolTip_style-module_borderBottom { border-bottom: 1px solid #979797; } .elex__ToolTip_style-module_tooltip .elex__ToolTip_style-module_alignRight { text-align: right; } .elex__ToolTip_style-module_tooltip .elex__ToolTip_style-module_candidateColorBox { display: inline-block; width: 18px; height: 12px; margin-right: 7px; } .elex__ToolTip_style-module_localeName { display: inline-block; width: 100%; flex-basis: 100%; } .elex__ToolTip_style-module_localeName.elex__ToolTip_style-module_hasVotes { border-bottom: 1px solid #979797; margin: 0 0 7px; } .elex__ToolTip_style-module_precinctsReporting { font-size: 16px; float: right; font-family: BentonSansCond, Benton-Cond, sans-serif; font-weight: normal; } .elex__ToolTip_style-module_closeButton { background: none; border: 0; height: 12px; width: 8px; padding: 0; font-size: 12px; float: right; pointer-events: all; margin-left: 5px; } .elex__ToolTip_style-module_firstRow.elex__ToolTip_style-module_firstRow { margin: 0; } .elex__ToolTip_style-module_row { display: flex; margin-top: 10px; margin-bottom: 10px; } .elex__ToolTip_style-module_label { color: #222222; font-size: 20px; line-height: 20px; font-weight: bold; } .elex__PageHeader_style-module_header { width: 100%; height: 388px; background-size: cover; position: relative; } .elex__PageHeader_style-module_title { width: 751px; background-color: white; margin: 0 auto; max-width: 100%; text-align: center; bottom: 0; position: absolute; left: 0; right: 0; } .elex__PageHeader_style-module_election { width: 165px; height: 30px; top: 18px; margin: 0 auto; position: relative; border-top: 0.5px solid #979797; border-bottom: 0.5px solid #979797; } .elex__PageHeader_style-module_election img { margin-top: -2px; margin-left: -10px; } .elex__PageHeader_style-module_election p { color: #9B9B9B; font-family: BentonSansCond, Benton-Cond, sans-serif; font-size: 18px; font-weight: bold; letter-spacing: 0.18px; line-height: 26px; display: inline; bottom: 10px; position: relative; } .elex__PageHeader_style-module_party { width: 751px; color: #000000; text-align: center; margin: auto; } .elex__PageHeader_style-module_party p { font-family: Miller-Headline, serif; font-weight: bold; font-size: 64px; letter-spacing: 0.24px; line-height: 60px; margin: 35px auto 10px; max-width: 85%; } @media only screen and (min-width: 500px) and (max-width: 760px) { .elex__PageHeader_style-module_header { height: 350px; } .elex__PageHeader_style-module_title { width: 480px; } .elex__PageHeader_style-module_party { width: 480px; } .elex__PageHeader_style-module_party p { font-size: 45px; } } @media only screen and (min-width: 400px) and (max-width: 499px) { .elex__PageHeader_style-module_header { height: 272px; } .elex__PageHeader_style-module_title { width: 100%; height: 155px; } .elex__PageHeader_style-module_party { width: 100%; } .elex__PageHeader_style-module_party p { font-size: 38px; margin-top: 30px; line-height: 40px; } } @media only screen and (max-width: 399px) { .elex__PageHeader_style-module_header { height: 272px; } .elex__PageHeader_style-module_title { width: 100%; height: 155px; } .elex__PageHeader_style-module_party { width: 100%; height: 110px; } .elex__PageHeader_style-module_party p { font-size: 32px; margin-top: 28px; line-height: 38px; letter-spacing: 0.12px; max-width: 95%; } } .elex__components_PercentReporting-module_pctReportingContainer { height: 33px; text-align: right; } .raceID-results-widget .elex__components_PercentReporting-module_pctReportingContainer { border-bottom: 1px solid #222; height: 25px; } .raceID-results-widget .elex__components_PercentReporting-module_pctReportingContainer:after { content: ''; display: block; width: 100%; border-bottom: 1px solid #222; } .elex__components_PercentReporting-module_pctReportingText { font-family: BentonSansCond, sans-serif; font-size: 14px; font-weight: bold; line-height: 37px; letter-spacing: 0.5px; margin: 0; } .raceID-results-widget .elex__components_PercentReporting-module_pctReportingText { font-size: 8px; line-height: 30px; } .elex__components_PrimaryMenu-module_primaryMenu { box-sizing: border-box; } .elex__components_PrimaryMenu-module_primaryMenu::after, .elex__components_PrimaryMenu-module_primaryMenu::before { box-sizing: border-box; } .elex__components_PrimaryMenu-module_primaryMenu.elex__components_PrimaryMenu-module_isDemocrat .elex__components_PrimaryMenu-module_primaryMenuLink { background-color: #6db3bf; border-color: #6db3bf; } .elex__components_PrimaryMenu-module_primaryMenu.elex__components_PrimaryMenu-module_isDemocrat .elex__components_PrimaryMenu-module_primaryMenuLink.elex__components_PrimaryMenu-module_altColor { background-color: #b04343; border-color: #b04343; } .elex__components_PrimaryMenu-module_primaryMenu.elex__components_PrimaryMenu-module_isRepublican .elex__components_PrimaryMenu-module_primaryMenuLink { background-color: #b04343; border-color: #b04343; } .elex__components_PrimaryMenu-module_primaryMenu.elex__components_PrimaryMenu-module_isRepublican .elex__components_PrimaryMenu-module_primaryMenuLink.elex__components_PrimaryMenu-module_altColor { background-color: #6db3bf; border-color: #6db3bf; } .elex__components_PrimaryMenu-module_primaryMenuLink { box-sizing: border-box; text-decoration: none; color: #fff; vertical-align: middle; cursor: pointer; user-select: none; font-family: BentonSansCond, sans-serif; font-weight: 700; font-size: 18px; line-height: 26px; letter-spacing: 0.18px; text-align: left; border-radius: 8px; padding: 10px; background-color: #568C59; border-color: #568C59; border-width: 1px; border-style: solid; display: block; } .elex__components_PrimaryMenu-module_primaryMenuLink + .elex__components_PrimaryMenu-module_primaryMenuLink { margin-top: 24px; } .elex__components_PrimaryMenu-module_primaryMenuLink:hover { text-decoration: none; } .elex__components_PrimaryMenu-module_primaryMenuLink:focus { outline: 0; } .elex__components_PrimaryMenu-module_primaryMenuLink::before, .elex__components_PrimaryMenu-module_primaryMenuLink::after { box-sizing: border-box; } .elex__components_PrimaryMenu-module_primaryMenuRule { box-sizing: content-box; height: 0; overflow: visible; border: 0; margin: 12px 0 24px; border-top: 1px solid #979797; } .elex__WinnerCard_style-module_winner { box-sizing: border-box; width: 100%; max-width: 1024px; border: 1px solid #979797; box-shadow: 8px 8px 8px 4px #D8D8D8; margin-bottom: 50px; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_imageMobile { width: 100px; height: 100px; margin: 0 14px 0; border-radius: 50%; flex: 0 0 100px; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_mobileTopper { display: flex; align-items: center; padding-top: 20px; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_nameAndBar { flex: 0 0 calc(100% - 145px); } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_imageDesktop { display: none; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_barContainer { width: 100%; height: 33px; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_candidate { width: 100%; display: flex; justify-content: space-between; align-items: center; color: #000000; font-family: BentonSansCond, sans-serif; font-size: 18px; letter-spacing: 0.24px; line-height: 20px; margin-bottom: 6px; margin-top: 0; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_nameAndBarCell { font-weight: bold; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_ageSize { font-size: 18px; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_isWinner { height: 24px; width: 24px; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_mobileBottom { display: flex; flex-direction: column; padding-top: 5px; padding-left: 14px; padding-bottom: 10px; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_voteCount { order: 2; height: 26px; color: #000000; font-family: BentonSansCond, sans-serif; font-weight: normal; font-size: 18px; letter-spacing: 0.24px; line-height: 1.2; margin: 0; display: flex; align-items: flex-start; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_percentage { font-weight: bold; padding-right: 11px; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_bio { order: 1; height: auto; font-size: 18px; font-family: BentonSansCond, sans-serif; margin-top: 5px; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_position { font-family: BentonSansCond, sans-serif; margin: 5px 0; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_blurb { font-family: BentonSansCond, sans-serif; display: none; } @media only screen and (min-width: 670px) { .elex__WinnerCard_style-module_winner { display: flex; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_imageMobile { display: none; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_imageDesktop { display: block; flex: 0 0 190px; width: 190px; height: 190px; margin: 17px 30px 32px; border-radius: 50%; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_candidate { display: block; font-size: 20px; line-height: 26px; margin-top: 21px; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_mobileTopper { display: block; padding-top: 0; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_details { flex: 0 0 calc(100% - 281px); margin: 0 14px; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_ageSize { font-size: 20px; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_isWinner { height: 34px; width: 34px; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_mobileBottom { display: block; padding-top: 0; padding-left: 0; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_voteCount { font-size: 24px; margin: 6px 0 0; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_bio { font-size: 20px; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_position { margin: 16px 0; } .elex__WinnerCard_style-module_winner .elex__WinnerCard_style-module_blurb { display: block; } } .elex__Race_style-module_raceTable { display: table; border-collapse: collapse; width: 100%; max-width: 445px; } .raceID-results-widget .elex__Race_style-module_raceTable { max-width: none; } @media only screen and (min-width: 670px) { .raceID-results-widget .elex__Race_style-module_raceTable { max-width: none; } } @media only screen and (min-width: 670px) { .elex__Race_style-module_raceTable { max-width: 890px; } } .elex__Race_style-module_raceTableRow { border-bottom: none; } .elex__Race_style-module_oneColumn .elex__Race_style-module_raceTableRow { float: none; width: 100%; } @media only screen and (min-width: 670px) { .elex__Race_style-module_raceTableRow { float: left; } } .elex__Race_style-module_shadowBox { box-sizing: border-box; width: 100%; border: 1px solid #979797; background-color: #FFFFFF; box-shadow: 8px 8px 8px 4px #D8D8D8; margin-bottom: 29px; } .elex__Race_style-module_shadowBox:after { content: ""; clear: both; display: table; } .elex__Race_style-static_liteCandidateView .elex__Race_style-static_candidateCard { width: 50%; } .elex__Race_style-static_liteCandidateView.elex__Race_style-static_oneColumn .elex__Race_style-static_candidateCard { width: 100%; } .elex__Race_style-static_liteCandidateView .elex__Race_style-static_barContainer { height: 13px; } .elex__Race_style-static_liteCandidateView .elex__Race_style-static_details { width: 95%; } .elex__Race_style-static_liteCandidateView .elex__Race_style-static_percentage { color: #000 !important; font-size: 14px; margin-bottom: 1px; } @media screen and (min-width: 601px) { .elex__Race_style-static_liteCandidateView .elex__Race_style-static_percentage { margin-left: auto; } } /* * Core styles for PriorityNav.js * These styles are not optional and should always be included * * Free to use under the MIT License. * http://twitter.com/GijsRoge */ .elex__ReactPriorityNav_style-module_priorityNav { white-space: nowrap; /* * Makes sure the menu's are inline-block so they don't take up * the entire width of its parent. This will break the plugin. */ } .elex__ReactPriorityNav_style-module_priorityNav ul { display: inline-block; } .elex__ReactPriorityNav_style-module_priorityNav li { display: inline-block; } .elex__ReactPriorityNav_style-module_priorityNavWrapper { position: relative; } .elex__ReactPriorityNav_style-module_priorityDropdown { display: block !important; white-space: normal; } .elex__ReactPriorityNav_style-module_priorityNavIsVisible { visibility: visible; } .elex__ReactPriorityNav_theme-module_globe .priority-nav__dropdown-toggle { font-family: Benton, sans-serif; cursor: pointer; font-size: 14px; text-decoration: none; color: #787878; padding: 0; position: relative; border: none; background: none; text-align: center; min-width: 185px; } .elex__ReactPriorityNav_theme-module_globe .is-open:after { content: ''; display: block; position: absolute; bottom: -3px; height: 2px; background: #b04343; background: linear-gradient(90deg, #b04343 0%, #6db3bf 100%); width: 60%; left: 20%; } .elex__ReactPriorityNav_theme-module_globe .nav__dropdown { position: relative; padding-top: 12px; width: 94%; padding-left: 0; margin: 0 auto 0 auto; } .elex__ReactPriorityNav_theme-module_globe .nav__dropdown .menuLabelDefault { display: none; } .elex__ReactPriorityNav_theme-module_globe .nav__dropdown .dropdownLabelOverride { display: block !important; } .elex__ReactPriorityNav_theme-module_globe .nav__dropdown .menuItem { font-size: 12px; font-family: Benton, sans-serif; padding: 10px 0; border: 0; text-align: center; position: relative; width: 20%; vertical-align: top; } .elex__ReactPriorityNav_theme-module_globe .nav__dropdown .menuLink { font-size: 12px; display: inline-block; } .elex__ReactPriorityNav_theme-module_globe .nav__dropdown .menuLink:focus:after, .elex__ReactPriorityNav_theme-module_globe .nav__dropdown .menuLink:hover:after { content: ""; display: block; position: absolute; background: #b04343; background: linear-gradient(90deg, #b04343, #6db3bf); height: 2px; text-align: center; bottom: -3px; width: 115%; } .elex__ReactPriorityNav_theme-module_globe .nav__dropdown:not(:empty):before, .elex__ReactPriorityNav_theme-module_globe .nav__dropdown:not(:empty):after { content: ""; display: block; background: #b04343; background: linear-gradient(90deg, #b04343, #6db3bf); } .elex__ReactPriorityNav_theme-module_globe .nav__dropdown:not(:empty):before { height: 2px; position: absolute; top: -5px; width: 100%; } .elex__ReactPriorityNav_theme-module_globe .nav__dropdown:not(:empty):after { height: 12px; position: absolute; width: 100%; bottom: -25px; } .elex__ReactPriorityNav_theme-module_globe .nav__dropdown-wrapper.show:before { content: '\25BC'; position: absolute; display: block; width: 100%; left: 48%; bottom: -20px; } .elex__SelectRaceNavigation_style-module_bgElectionsNavWrapper { border-top: 1px solid #979797; padding-top: 10px; } .elex__SelectRaceNavigation_style-module_bgElectionsNavTop { margin: 0 auto 15px auto; padding: 10px 0 5px 0; } .elex__SelectRaceNavigation_style-module_election.elex__SelectRaceNavigation_style-module_menuItem { border-right: 1px solid #979797; padding: 0 50px 0 0; } .elex__SelectRaceNavigation_style-module_election img { vertical-align: middle; height: 30px; line-height: 0; margin: -5px 10px 0 0; margin-top: -5px; } .elex__SelectRaceNavigation_style-module_election img.elex__SelectRaceNavigation_style-module_menuLink { padding: 0; } .elex__SelectRaceNavigation_style-module_election span { color: #9B9B9B; font-family: BentonSansCond, Benton-Cond, sans-serif; font-size: 16px; font-weight: bold; letter-spacing: 0.18px; line-height: 26px; } .elex__SelectRaceNavigation_style-module_menuItem { border-right: 1px solid #979797; padding: 3px 52px 6px 52px; text-align: center; font-family: Benton,sans-serif; font-size: 14px; text-decoration: none; position: relative; } .elex__SelectRaceNavigation_style-module_menuLink { text-decoration: none; color: #787878; font-family: Benton,sans-serif; font-size: 14px; position: relative; } .elex__SelectRaceNavigation_style-module_menuLink:hover, .elex__SelectRaceNavigation_style-module_menuLink:focus { color: #333; } .elex__SelectRaceNavigation_style-module_menuLink:hover:after, .elex__SelectRaceNavigation_style-module_menuLink:focus:after { content: ''; display: block; position: absolute; background: #b04343; background: linear-gradient(90deg, #b04343 0%, #6db3bf 100%); bottom: -3px; height: 2px; left: -50%; right: -50%; width: 125%; margin: 0 auto; text-align: center; } .elex__SelectRaceNavigation_theme-module_mobileNav { display: block; margin: 0 auto; font-family: BentonSansCond, sans-serif; font-size: 16px; font-weight: bold; text-transform: capitalize; background: #dbdbdb; padding: 4px; border-color: #979797; color: #222; } @media screen and (min-width: 661px) { .elex__SelectRaceNavigation_theme-module_mobileNav { display: none; } } .elex__SelectRaceNavigation_theme-module_desktopNav { display: none; } @media screen and (min-width: 661px) { .elex__SelectRaceNavigation_theme-module_desktopNav { display: block; flex-direction: column; overflow: hidden; border-top: 1px solid #979797; padding-top: 10px; margin-bottom: 45px; } } .elex__SocialShare_style-module_shareContainer { display: flex; width: 100%; justify-content: space-between; } .elex__StateLeaderboard_style-module_stateLeaderboard { font-family: BentonSansCond, sans-serif; } .elex__StateLeaderboard_style-module_leaderboardTable { border-collapse: collapse; width: 100%; } .elex__StateLeaderboard_style-module_leaderboardHead { font-weight: bold; } .elex__StateLeaderboard_style-module_leaderboardHeading { font-size: 14px; font-weight: 400; text-align: left; } .elex__StateLeaderboard_style-module_firstRow td { padding-top: 0; } .elex__StateLeaderboard_style-module_leaderboardCell { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #222222; } .elex__StateLeaderboard_style-module_checkmark { display: inline-block; width: 20px; } .elex__StateLeaderboard_style-module_imageCell { width: 43px; } .elex__StateLeaderboard_style-module_imageContainer { width: 43px; height: 43px; border-radius: 50%; margin-right: 10px; } .elex__StateLeaderboard_style-module_leaderboardImage { width: 100%; } .elex__StateLeaderboard_style-module_candidateName { font-size: 18px; font-weight: bold; margin-right: 7px; } .elex__StateLeaderboard_style-module_candidateParty { font-size: 12px; color: #222222; margin-right: 7px; } .elex__StateLeaderboard_style-module_candidateNumber { font-size: 16px; font-weight: bold; } .elex__StateLeaderboard_style-module_candidateVotes { padding-left: 3px; padding-right: 3px; } .elex__StateLeaderboard_style-module_candidatePercent { width: 1px; white-space: nowrap; } .elex__StateLeaderboard_style-module_resultsFooter { display: flex; justify-content: space-between; align-items: baseline; } .elex__StateLeaderboard_style-module_resultsButton { font-size: 12px; font-weight: bold; color: #222222; background-color: #e7e7e7; padding: 3px 12px; border: none; appearance: none; cursor: pointer; } .elex__StateLeaderboard_style-module_resultsButton:hover { border-bottom: 2px solid #000; } .elex__StateLeaderboard_style-module_resultsButton:after { content: ''; display: inline-block; background-image: url("https://www.bostonglobe.com/partners/elections2020/images/chevron-gray.svg"); background-size: 100%; background-position: 50%; background-repeat: no-repeat; width: 10px; height: 8px; margin-left: 10px; } .elex__StateLeaderboard_style-module_isOpen .elex__StateLeaderboard_style-module_resultsButton:after { transform: rotate(180deg); } .elex__StateLeaderboard_style-module_percentReporting { font-size: 10px; padding: 5px 0; } .elex__components_Timer-module_timer { height: 33px; text-align: center; } .raceID-results-widget .elex__components_Timer-module_timer { height: auto; background-color: white !important; } .elex__components_Timer-module_timer.elex__components_Timer-module_alignLeft { text-align: left; } .elex__components_Timer-module_timer.elex__components_Timer-module_alignRight { text-align: right; } .elex__components_Timer-module_timerText { font-family: BentonSansCond, sans-serif; font-size: 18px; font-weight: bold; line-height: 37px; letter-spacing: 0.22px; text-transform: uppercase; margin: 0; } .raceID-results-widget .elex__components_Timer-module_timerText { font-size: 10px !important; line-height: 1.4 !important; color: #777 !important; } .button { border-color: rgba(0,0,0,0); } .button a { border-radius: inherit; } .button_round { border-radius: 50%; } .continue_button, .cta_button { min-height: 50px; min-width: 210px; border: 1px solid #767676; border-radius: 3px; font-size: 14px; } .bg-link-as-button { width: 100%; font-family: "BentonSansCond","helvetica","arial",sans-serif; font-size: 18px; font-weight: 800; border-radius: 3px; cursor: pointer; padding: 17px 32px; text-decoration: none; display: block; } .bg-link-as-button--primary { color: #fff; background-color: #005dc7; border: 1px solid #005dc7; } .bg-link-as-button--primary:hover { background-color: #023065; border: 1px solid #023065; } .bg-link-as-button.disabled { color: #777; background-color: #ddd; border: 1px solid #ddd; pointer-events: none; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .bg-link-as-button:focus { outline: none; border-radius: 3px; box-shadow: 0 0 0 2px #005dc7; } .bg-link-as-button--secondary { color: #005dc7; background-color: #fff; border: 1px solid #005dc7; } .bg-link-as-button--secondary:hover { color: #fff; background-color: #005dc7; border: 1px solid #005dc7; } .byline { font-size: 13px; } .cta_button { border-color: rgba(0,0,0,0); } .cta_b_l_t { margin-left: 5px; } .cta_banner_link:hover { color: #fff; } .cta_offer_sign_in { font-size: 14px; } .cta_offer_spacer:after { content: ""; border-bottom: 1px solid; position: absolute; margin: 0 auto; width: 180px; right: 0; left: 0; } .cta_offer_text { padding-top: 1px; } .comic-single { width: 98%; margin: 0 auto; padding-left: 0; padding-right: 0; } .comic-single-details { margin-bottom: 5px; } .comic-single-name { font-size: 18px; display: block; margin-bottom: 5px; } .comic-single-details, .comic-single .sharebar { padding-left: 16px; } .comic-single .share--email--wrapper, .comic-single .share--article--wrapper { display: inline-block; } .comic-single .image { margin-top: 15px; } .comic-landing { flex-basis: 71% !important; margin: 0 auto; } .comic-landing .comic-card { width: 36.3%; margin-bottom: 35px; } .comic-landing .comic-card .image { margin-bottom: 0; } .comic-card { max-width: 210px; } .comic-card a { display: block; } .comic-card .image { margin-bottom: 0; } .comic-card .img_caption { display: none; } .comic-card-name { margin-top: 10px; } .comic-card-author { margin-top: 5px; } .comic-card-homeLink { display: inline-block; margin-top: 15px; } .comic-card-footer { font-size: 14px; } .comic-card-footer a { text-decoration: underline; } .comic-card-prev:after { content: ""; height: 13px; width: 1px; display: inline-block; background: #777; vertical-align: top; margin: 0 5px; } .custom-follow-bar { margin: 30px 0; padding: 15px 30px 17px; border-top: 1px solid #000; border-bottom: 1px solid #000; } .custom-follow-bar .cta-primary { margin-bottom: 10px; font-size: 24px; line-height: 29px; } .custom-follow-bar .cta-secondary { margin-bottom: 20px; font-size: 18px; line-height: 22px; } .custom-follow-bar .follow-icon { margin-left: 8px; margin-right: 8px; } .theme-dark .fusion-app .custom-follow-bar { border-top: 1px solid #fff; border-bottom: 1px solid #fff; } .theme-dark .fusion-app { color: #fff; background-color: #000; } .theme-dark .fusion-app .show-light { display: none; } .theme-dark .fusion-app .show-dark { display: block; } .theme-dark .fusion-app .color_red { color: #fd635d; } .theme-dark .fusion-app .background_red { background-color: #fd635d; } .theme-dark .fusion-app .full-logo, .theme-dark .fusion-app .anniversary-logo { fill: #fff; } .theme-dark .fusion-app .live-updates__heading a { color: #fff; } .theme-dark .fusion-app .live-updates__text a { color: #fff; } .theme-dark .fusion-app .live-updates__overline, .theme-dark .fusion-app .live-updates__item:before { background-color: #fd635d; } .theme-dark .fusion-app .live-updates-header .header .byline.live-updates:first-child .datetime .date, .theme-dark .fusion-app .live-updates-header .header .byline.live-updates:first-child .datetime .time { color: #fd635d; } .theme-dark .fusion-app .live-updates .pinned-item { background-color: #292929; } .theme-dark .fusion-app .live-updates .pinned-string { color: #fff; } .theme-dark .fusion-app .live-updates p.readmore_button a { color: #7ab8ff; border-color: #7ab8ff; } .theme-dark .fusion-app .leftRail_subtitle { color: #fff; background-color: #000; } .theme-dark .fusion-app .leftRail_news_container { scrollbar-color: #ddd #292929; } .theme-dark .fusion-app .leftRail_news_container .selected_heading { background-color: #000 !important; } .theme-dark .fusion-app .leftRail_news { background-color: #292929; border: 1px solid #ddd; } .theme-dark .fusion-app .leftRail_news:hover { background-color: #969696; } .theme-dark .fusion-app .leftRail_news_time { color: #fd635d; } .theme-dark .fusion-app .leftRail_news_title { color: #fff; } .show-light { display: block; } .show-dark { display: none; } .divider { border: 0; border-bottom: 2px solid #000; clear: both; max-width: 150px; margin: 40px auto; } .divider.ampDivider { margin: 40px 0; } .bg-elections-nav-wrapper .bg-election-nav-title { color: #333; font-size: 24px; font-family: "BentonSansCond",sans-serif; font-weight: 700; margin-left: -40px; } .bg-elections-nav-wrapper .bg-election-nav-title:before { content: ""; display: inline-block; background-image: url(/pf/resources/dist/images/election_logos-02.svg?d=519); background-repeat: no-repeat; background-position: 0; background-size: 45px; height: 19px; width: 40px; } .bg-elections-nav-wrapper .bg-elections-nav-list { border-top: 1px solid #333; margin-bottom: 0; } .bg-elections-nav-wrapper .bg-elections-nav-list.open { border-top-color: #000; } .bg-elections-nav-wrapper .bg-elections-nav-list.not-mobile { display: flex; flex-wrap: wrap; overflow: hidden; justify-content: space-evenly; align-items: flex-start; border-bottom: 1px solid #333; } .bg-elections-nav-wrapper .bg-elections-nav-list.not-mobile a { padding: 10px 20px; font-size: 14px; } .bg-elections-nav-wrapper .bg-elections-nav-list.split-nav .bg-elections-nav-item { font-family: "Benton",sans-serif; } .bg-elections-nav-wrapper .bg-elections-nav-list.split-nav.not-mobile .bg-elections-nav-item:hover, .bg-elections-nav-wrapper .bg-elections-nav-list.split-nav.not-mobile .bg-elections-nav-item:focus, .bg-elections-nav-wrapper .bg-elections-nav-list.split-nav.not-mobile .bg-elections-nav-item:active { background-color: rgba(0,0,0,0); } .bg-elections-nav-wrapper .bg-elections-nav-item { z-index: 3; } .bg-elections-nav-wrapper .bg-elections-nav-item:nth-child(even) { background-color: #e8e8e8; } .bg-elections-nav-wrapper .bg-elections-nav-item:hover, .bg-elections-nav-wrapper .bg-elections-nav-item:focus, .bg-elections-nav-wrapper .bg-elections-nav-item:active { background-color: #d9d9d9; color: #333; } .bg-elections-nav-wrapper .bg-elections-nav-link { color: #333; font-size: 16px; font-family: "Benton",sans-serif; text-align: center; display: inline-block; padding: 7px 0; } .bg-elections-nav-wrapper .bg-elections-nav-toggle { background-color: #333; padding: 3px 0; border-radius: 0 0 8px 8px; font-size: 18px; line-height: 22px; font-family: "Benton",sans-serif; color: #fff; display: block; } .bg-elections-nav-wrapper .bg-elections-nav-toggle.closed .open-icon { transform: rotate(0deg); } .bg-elections-nav-wrapper .open-icon { background-image: url(/pf/resources/dist/images/Chevron-Down_Blue-Primary--white.svg?d=519); background-repeat: no-repeat; display: inline-block; height: 8px; width: 12px; background-size: 12px 8px; margin-left: 5px; transform: rotate(180deg); } .bg-elections-nav-wrapper .bg-elections-nav-list, .bg-elections-nav-wrapper .bg-elections-nav-toggle { width: 300px; margin: 0 auto; } .elephant_ear { order: 0; padding: .5em 0; } .emancipator-description { background-color: #badefc; color: #31463f; padding: 16px 15px; } .emancipator-summary { color: #31463f; list-style: none; overflow: hidden; } .emancipator-summary::-webkit-details-marker { display: none; } .emancipator-summary.hover_ring:hover, .emancipator-summary.focus_ring:focus { box-shadow: none; } .emancipator-summary.hover_ring:hover.shadow_inset, .emancipator-summary.focus_ring:focus.shadow_inset { box-shadow: none; } .emancipator-summary.hover_ring.focus-visible:hover, .emancipator-summary.focus_ring.focus-visible:focus { box-shadow: 0 0 0 2px #005dc7; outline: none; border-radius: 3px; } .emancipator-summary.hover_ring.focus-visible:hover.shadow_inset, .emancipator-summary.focus_ring.focus-visible:focus.shadow_inset { box-shadow: inset 0 0 0 2px #005dc7; } .emancipator-toggle-karet { color: #31463f; background: url(/pf/resources/dist/images/Arrow-Down.svg?d=519); height: 10px; width: 13px; background-repeat: no-repeat; background-size: 13px; margin-left: 5px; } .emancipator-description[open] .emancipator-toggle-karet { transform: rotate(180deg); } .emancipator-footer { background-color: #f6f2e1; left: 0; right: 0; max-width: 1444px; margin: 0 auto; } .emancipator-footer-wrapper { padding: 15px 11px; } .emancipator-footer-content { margin-top: 23px; overflow: auto; } .emancipator-footer-copy { color: #31463f; clear: both; width: 100%; } .emancipator-footer-links { margin-bottom: 29px; padding: 0; list-style: none; float: left; } .emancipator-footer-links li+li { margin-top: 16px; } .emancipator-footer-links:nth-of-type(1) { margin-top: 0; float: left; width: 45%; } .emancipator-footer-links:nth-of-type(2) { margin-top: 0; float: left; } .emancipator-footer-links a { color: #31463f; letter-spacing: .06em; } .emancipator-footer-small { margin: 23px 20px 8px; font-size: 10px; clear: both; text-align: center; } .emancipator-donate-link { font-weight: 600; line-height: 18px; border-radius: 8px; padding: 9px 19px; margin-top: 24px; margin-bottom: 3px; } .emancipator-donate-link:hover, .emancipator-donate-link:focus { border-bottom: 0; color: #fff; } .emancipator-logo { background: url(/pf/resources/dist/images/emancipator-logo-standard-yellow.svg?d=519); height: 22px; min-width: 198px; width: 198px; background-repeat: no-repeat; background-size: 198px 22px; margin: 0 26px 12px 0; float: left; } .emancipator-social { margin: 0 0 12px; min-width: 145px; clear: both; } .emancipator-social-link svg { height: 20px; width: auto; } .emancipator-social-link+.emancipator-social-link { margin-left: 20px; } .emancipator-masthead { height: 58px; border: 1px solid #31463f; background-color: #31463f; display: flex; flex-direction: row; width: 100%; align-items: center; justify-content: space-between; } .emancipator-masthead-parent { position: fixed; width: 100%; max-width: 1440px; } .emancipator-masthead-left { display: flex; } .emancipator-masthead-menu { margin-top: 2px; margin-right: 10px; margin-left: 10px; cursor: pointer; align-self: center; } .emancipator-masthead-logo { width: 250px; height: 25px; background-repeat: no-repeat; margin-right: 43px; background-size: contain; cursor: pointer; margin-top: 10px; margin-left: 10px; background-image: url(/pf/resources/dist/images/emancipator-social-bug.svg?d=519); background-size: cover; width: 42px; height: 42px; } .emancipator-masthead-logo.at-page-top { margin-left: 0; } .emancipator-masthead-title { display: none; color: #fff; font-size: 18px; letter-spacing: 1.2px; padding-top: 9px; font-family: Staff, Helvetica, Arial, sans-serif; font-weight: 400; } .emancipator-masthead-title a { color: #fff; } .emancipator-masthead-social { display: none; } .emancipator-masthead-social-logo { margin-right: 20px; } .emancipator-masthead-social-logo svg { height: 28px; width: auto; } .emancipator-masthead-social-logo-facebook svg { height: 25px; } .emancipator-masthead-social-secondaryNav { display: flex; } .emancipator-masthead .emancipator-donate-link { background: rgba(0,0,0,0); margin: 0; margin-left: auto; margin-right: 8px; padding: 8px; width: 100px; box-sizing: border-box; height: 45px; text-align: center; } .emancipator-search .font_primary { font-family: "Staff","Helvetica","Arial",sans-serif; } .emancipator-search [name=q]:focus-visible, .emancipator-search #sortby:focus-visible, .emancipator-search .queryly_item_row a:focus-visible { outline-color: #cd395d; } .emancipator-search .page_btn { color: #cd395d; } .emancipator-masthead-secondaryNav { width: 100%; background: #badefc; position: absolute; top: 60px; color: #31463f; font-weight: 900; font-size: 18px; display: none; height: calc(100vh - 60px); overflow-y: auto; overflow-x: hidden; border-right: 1px solid #31463f; } .emancipator-masthead-secondaryNav.active { display: block; } .emancipator-masthead-secondaryNav-list { list-style: none; padding: 0; padding-left: 21px; padding-right: 18.5px; margin-top: 0; } .emancipator-masthead-secondaryNav-list-item { padding-bottom: 20px; border-bottom: 1.5px solid #31463f; padding-top: 23px; font-family: Staff, Helvetica, Arial, sans-serif; font-weight: 700; } .emancipator-masthead-secondaryNav-list-item-link { color: #31463f; } .emancipator-masthead-secondaryNav-list-item:last-of-type { border-bottom: none; } .emancipator-masthead-secondaryNav-list-item:last-of-type svg path { fill: #31463f; } .article-railless .emancipator-masthead-spacer { padding-top: 25px; width: 1px; } .section_page .emancipator-masthead-spacer { padding-top: 58px; width: 1px; } .emancipator-search-container { position: relative; min-height: 100vh; align-content: flex-start; } .emancipator-search-container .emancipator-footer { position: static; } .emancipator-search-container.initial-state #queryly_advanced_container, .emancipator-search-container.results-count-0 #queryly_advanced_container { min-height: 300px; } .search .emancipator-footer { max-width: 1444px; position: static; } .search .emancipator-footer-small { margin: 23px 20px 0; padding-bottom: 8px; } .emancipator-donate-button { max-width: 140px; } .emancipator-donate-button:hover path.emancipator-button-fill { fill: #31463f !important; } .navigation { font-family: BentonSansCond, Helvetica, Arial, sans-serif; } .navigation_heading { color: #005dc7; font-size: 13px; } .navigation_masthead { font-size: 13px; font-weight: 700; padding: 5px; border-bottom-width: 2px; } .navigation_masthead.isAmp { padding: 5px; } .navigation .footer_link_wrap { flex-wrap: wrap; } .navigation .footer_banner { top: 10px; } .navigation .footer_items .footer_item { padding-bottom: 8px; align-self: flex-start; } .navigation .footer_link { white-space: nowrap; font-size: 13px; } .navigation .footer_link a { color: #000; } .navigation .footer_link .slash:after { content: "/"; } .navigation .footer_follow_us span { display: inline-block; padding: 8px 0; width: 100%; } .navigation .footer_copyright { font-size: 13px; } .masthead_scroll { top: 0; left: 0; right: 0; } .masthead_scroll .navigation_sharebar { transform: translateX(150%); } .masthead_scroll .navigation_sharebar.visible { transform: translateX(0); } .masthead_scroll .queryly_search_button img { content: url(/pf/resources/dist/images/Search.svg?d=519); width: 20px; cursor: pointer; padding: 5px; border-radius: 25px; } .theme-dark .fusion-app .queryly_search_button img { content: url(/pf/resources/dist/images/Search_White.svg?d=519); } .theme-dark .fusion-app .navigation_heading { color: #2e8fff; } .theme-dark .fusion-app .navigation .footer_link a { color: #fff; } .theme-dark .fusion-app .navigation_sharebar svg path { fill: #2e8fff; } .theme-dark .fusion-app .masthead_scroll .sign_in #Group-11 #Fill-1 { fill: #2e8fff; } .theme-dark .fusion-app .masthead_scroll .sign_in #Group-11 #Fill-3 { fill: #fff; } .theme-dark .fusion-app .footer_sharebar path { fill: #2e8fff; } .theme-dark .fusion-app .footer .follow_us_bar_mobile path { fill: #2e8fff; } .froomle-recommendation-wrapper { width: 100%; margin-top: 20px; overflow: hidden; padding: 20px 0; } .recommendation-prompt { position: relative; } .recommendation-prompt .recommendation { width: 200px; margin: 0 auto; } .recommendation-prompt svg { transform: translate(-7px, -22px); } .froomle-recomendation-icon { position: relative; margin-right: 25px; float: right; text-align: center; } .recommendation-prompt .recommendation-prompt-dialog { width: 200px; background: #fff; border: 1px solid #363636; text-align: left; border-radius: 0; padding: 0 5px; position: absolute; z-index: 100; left: calc(100% - 245px); transform: translate(-28px, -35px); transition: opacity .3s; } .recommendation-prompt-top-arrow { position: absolute; top: 10px; right: -21px; width: 0; height: 0; border-width: 10px; border-style: solid; pointer-events: none; border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #363636; } .recommendation-prompt-top-arrow-border { right: -19px; border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff; } .recommendation-prompt-dialog-content { width: 185px; color: #000; font-size: 12px; font-family: "BentonSansCond"; line-height: 16px; margin: 2px auto 2px 5px; } .froomle-item-span-1 { font-size: 12px; margin-bottom: 0; } .froomle-item-span-2 { margin-top: 4px; } .froomle-item-image { object-fit: cover; aspect-ratio: 1.5; overflow: hidden; } .gallery { min-height: 120px; } .gallery:focus { outline: none; } .gallery .caption { min-height: 78px; } .gallery .toolbar { line-height: 22px; bottom: -65px; min-width: 135px; } .gallery .toolbar>button, .gallery .toolbar>span { opacity: 1; } .gallery .toolbar .photo_index .fa { font-size: 22px; } .gallery .photos .photo.active { opacity: 1; transition-duration: 1.5s; } .gallery .photos .button { transition-duration: .5s; } .gallery .photos .button:hover { opacity: 1; } .gallery .photos .button .fa { top: 50%; margin-top: -20px; width: 40px; } .difficulty-picker .game-image { width: 144px; } .difficulty-picker .title { font-size: 30px; line-height: 52px; margin-top: -10px; } .difficulty-picker .description { line-height: 22px; margin: 15px 0 30px; } .difficulty-picker .difficulty-set { margin-top: 20px; margin-bottom: 80px; } .difficulty-picker .difficulty-set .bg-link-as-button { max-width: 205px; } .difficulty-picker .difficulty-set li { margin-bottom: 20px; } .difficulty-picker .difficulty-set li:last-child { margin-bottom: 0; } .bg-graphic-container { padding-bottom: 20px; } .article.header h1 { font-size: 46px; line-height: 52px; } .article.header h2 { font-size: 26px; line-height: 36px; } .article .lead h2, .article .lead h3, .article .lead h4, .article .lead h5, .article .lead h6, .article .body h2, .article .body h3, .article .body h4, .article .body h5, .article .body h6 { scroll-snap-margin-top: 100px; scroll-margin-top: 100px; } .article .lead h3, .article .lead h4, .article .body h3, .article .body h4 { letter-spacing: .25px; font-size: 24px; line-height: 29px; } .article .lead h5, .article .body h5 { letter-spacing: .25px; font-weight: 700; font-size: 22px; line-height: 27px; } #nav-bar+header, #nav-bar+.top, #app-bar+header, #app-bar+.top { margin-top: 35px; } #ad_billboard { min-height: 50px; } .hs-sports-dash { width: 100%; padding: 30px 25px 0; } .hs-sports-dash-links { background-color: #eee; padding: 22px 25px; margin: 40px -25px 30px; } .hs-sports-dash-links:empty { display: none; } .hs-sports-dash-link { font-size: 16px; line-height: 19px; margin-bottom: 22px; } .hs-sports-dash-link:last-child { margin-bottom: 0; } .hs-sports-dash-divide { color: #777; margin: 20px 0 10px; text-align: center; } .hs-sports-dash-divide+.hs-sports-panel { margin: 30px 0; } .hs-sports-dash .error-msg { display: none; font-size: 14px; color: #9e1511; background-color: #f0e2e2; border: 1px solid #9e1511; border-radius: 0 0 3px 3px; border-top: 0; padding: 14px 15px; } .hs-sports-panel summary { font-size: 18px; border-bottom: 1px solid #979797; padding-bottom: 5px; list-style: none; overflow: hidden; } .hs-sports-panel summary::-webkit-details-marker { display: none; } .hs-sports-panel .icon-slot { height: 17px; width: 11px; margin-left: auto; background-size: 11px; background-image: url(/pf/resources/dist/images/hs-sports-dash-arrow.svg?d=519); background-color: #fff; background-repeat: no-repeat; background-position: center center; transform: none; } .hs-sports-panel[open] .icon-slot { transform: rotate(180deg); } .hs-sports-panel button { font-size: 18px; padding: 15px 0; color: #fff; background-color: #0059c7; } .hs-sports-widget { flex-direction: column; } .hs-sports-widget .widget-instrux { margin: 20px 0 25px; } .hs-sports-widget .required-instrux { font-size: 13px; margin: -15px 0 20px; text-align: right; } .hs-sports-widget .required-instrux .required { font-weight: 400; color: #9b1518; } .hs-sports-widget.with-error .error-msg { display: block; margin-bottom: 0; } .hs-sports-widget.with-error .hs-sports-school-list { border-radius: 3px 3px 0 0 !important; border-color: #9b1518; } .hs-sport-list-container, .hs-school-list-container { flex-direction: column; margin-bottom: 20px; } .hs-sport-list-container label, .hs-school-list-container label { color: #444; margin-bottom: 3px; } .hs-sport-list-container .required, .hs-school-list-container .required { font-weight: 400; color: #9b1518; } .hs-sports-controls { flex-flow: column wrap; } .hs-sports-school-list { border: 1px solid #777; border-radius: 3px; padding: 17px 15px; height: 20px; font-size: 18px; } .hs-sports-school-list-wrapper { flex-direction: column; } .hs-sports-school-list:focus { border-radius: 3px 3px 0 0 !important; } .hs-sports-school-list.withError { border-color: #9e1511; border-radius: 3px 3px 0 0 !important; background-image: url(/pf/resources/dist/images/AlertExclaimation.svg?d=519); background-color: #fff; background-repeat: no-repeat; background-position: right 18%; background-size: 45px; } .hs-sports-school-list.withError .error-msg { display: block; margin-bottom: 20px; } .hs-sports-school-list::-webkit-input-placeholder { color: #000; } .hs-sports-school-list::-moz-placeholder { color: #000; opacity: 1; } .hs-sports-school-list:-ms-input-placeholder { color: #000; } .hs-sports-school-list:-moz-placeholder { color: #000; } .hs-sports-school-list::-webkit-calendar-picker-indicator { display: none; } .hs-sports-school-list::-webkit-list-button { display: none; } .hs-sports-sport-list { font-size: 18px; padding: 17px 15px 15px; -webkit-appearance: none; -moz-appearance: none; background-image: url(/pf/resources/dist/images/hs-sports-dash-arrow.svg?d=519); background-color: #fff; background-repeat: no-repeat; background-size: 18px; background-position: 97% 55%; border-color: #777; border-radius: 3px; border-width: 1px; height: 56px; } .hs-sports-sport-list[disabled] { background-image: url(/pf/resources/dist/images/hs-sports-dash-arrow-disabled.svg?d=519); background-color: #eee; } .mobile-search { background: #005dc7; color: #fff; display: block; height: 24px; border-radius: 3px; padding: 19px 0 15px; text-align: center; font-size: 18px; } .mobile-search:hover, .mobile-searchfocus { color: #fff; } .desktop-search { display: none; background: #005dc7; color: #fff; height: 22px; font-size: 18px; border-radius: 3px; } .desktop-search:hover, .desktop-searchfocus { color: #fff; } .hs-sports-datepicker-wrapper { position: relative; } .tp-datepicker-button { font-size: 32px; display: flex; align-items: center; line-height: 1; padding-top: 16px; border-bottom: 1px solid #000; background: #fff; } .tp-datepicker-button:after { content: ""; display: inline-block; border-left: 9px solid rgba(0,0,0,0); border-right: 9px solid rgba(0,0,0,0); border-top: 11px solid #000; margin-left: 5px; transition: transform .67s; } .tp-datepicker-button.tp-datepicker-open:after { transform: rotate(-180deg) translateY(3px); } .tp-datepicker-button:focus { outline: none; border: 1px solid #4d90fe; box-shadow: 0 0 5px #4d90fe; } .tp-day { display: block; width: 100%; height: 100%; } .tp-day--link { color: #000; } .tp-day--current { color: #fff; } .tp-bottom { clear: both; padding-bottom: 1rem; } .tp-close { padding: 0; cursor: pointer; text-decoration: underline; color: #005dc7; line-height: 1.15; font-size: 14px; } .tp-close:focus { outline: none; border: 1px solid #4d90fe; box-shadow: 0 0 5px #4d90fe; } .react-datepicker { border-radius: 0; width: 100%; } .react-datepicker .datepicker-close-btn { background: none; border: none; text-align: center; width: 100%; cursor: pointer; font-size: 14px; color: #005dc7; } .react-datepicker-popper { z-index: 999; right: 0 !important; left: auto !important; } .react-datepicker-popper .react-datepicker__triangle { display: none; } .react-datepicker__input-container input { font-size: 18px; width: 100%; box-sizing: border-box; padding: 17px 15px 15px; -webkit-appearance: none; -moz-appearance: none; background-image: url(/pf/resources/dist/images/calendar.svg?d=519); background-color: #fff; background-repeat: no-repeat; background-size: 18px; background-position: 97% 53%; border-color: #777; border-radius: 3px; border-width: 1px; height: auto; } .react-datepicker__header { background-color: #fff; border-bottom: none; padding-top: 1rem; } .react-datepicker__navigation { top: 10px; background: #fff !important; border: 1px solid #ccc; } .react-datepicker__navigation--previous { left: 22px; } .react-datepicker__navigation--previous:before { border-color: #ccc; } .react-datepicker__navigation--next { right: 22px; } .react-datepicker__navigation--next:before { border-color: #ccc; } .react-datepicker__month-container { float: none; } .react-datepicker__current-month { font-size: 18px; font-family: BentonSansCond, Helvetica, Arial, sans-serif; } .react-datepicker__month { margin: 0; padding: 0 1rem 1rem; } .react-datepicker__week { display: flex; } .react-datepicker__week:first-child { justify-content: flex-end; } .react-datepicker__week:nth-last-child(2) .react-datepicker__day { border-bottom: 1px solid #ccc; } .react-datepicker__week:last-child .react-datepicker__day { border-left: none; border-top: none; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; } .react-datepicker__week:last-child .react-datepicker__day:first-child { border-left: 1px solid #ccc; } .react-datepicker__day { border-radius: 0; margin: 0; padding: .17rem; width: calc(1.7rem - 1px); border-left: 1px solid #ccc; border-top: 1px solid #ccc; } .react-datepicker__day:hover { border-radius: 0; } .react-datepicker__day:last-child { border-right: 1px solid #ccc; } .react-datepicker__day--outside-month { display: none; } .react-datepicker__day--selected, .react-datepicker__day--selected:hover, .react-datepicker__day--selected:focus, .react-datepicker__day--keyboard-selected, .react-datepicker__day--keyboard-selected:hover, .react-datepicker__day--keyboard-selected:focus { background-color: #005dc7; } .theme-dark .fusion-app .required { color: #9e1511; } .theme-dark .fusion-app .hs-sports-panel .hs-sports-label { color: #969696; } .theme-dark .fusion-app .hs-sports-panel .icon-slot { background-image: url(/pf/resources/dist/images/hs-sports-dash-arrow-dark.svg?d=519); background-color: #000; } .theme-dark .fusion-app .hs-sports-panel a { background-color: #2e8fff; color: #fff; } .theme-dark .fusion-app .hs-sports-school-list { background-color: #000; border-color: #fff; color: #969696; caret-color: #fff; } .theme-dark .fusion-app .hs-sports-school-list::placeholder { color: #969696; } .theme-dark .fusion-app .hs-sports-school-list:focus { border-color: rgba(0,0,0,0); } .theme-dark .fusion-app .react-datepicker__input-container input { background-color: #000; border-color: #fff; color: #969696; background-image: url(/pf/resources/dist/images/calendar-dark.svg?d=519); caret-color: #fff; } .theme-dark .fusion-app .react-datepicker__input-container input::placeholder { color: #969696; } .theme-dark .fusion-app .react-datepicker__input-container input:focus { border-color: rgba(0,0,0,0); } .theme-dark .fusion-app .hs-sports-sport-list { background-image: url(/pf/resources/dist/images/hs-sports-dash-arrow-dark.svg?d=519); background-color: #000; border-color: #fff; color: #969696; } .theme-dark .fusion-app .hs-sports-sport-list::placeholder { color: #969696; } .theme-dark .fusion-app .hs-sports-sport-list:focus { border-color: rgba(0,0,0,0); } .theme-dark .fusion-app .hs-sports-dash-links { background: rgba(0,0,0,0); } a { color: #005dc7; z-index: 1; } a:hover, a:active, a:focus { color: #767676; } .article .link { font-size: 18px; } .icon { height: 24px; width: 24px; } .icon_lg { height: 56px; width: 56px; } .icon_xs { height: 16px; width: 16px; } .video_icon, .gallery_icon { background-image: url(/pf/resources/dist/images/Video.svg?d=519); background-repeat: no-repeat; background-position: center; background-size: contain; } .gallery_icon { background-image: url(/pf/resources/dist/images/PhotoGallery.svg?d=519); background-color: rgba(0,63,135,.5); } .image img { max-height: 100%; max-width: 100%; } .image figcaption { font-size: 14px; caption-side: bottom; } .circular { border-radius: 50%; } .list_feed { font-size: 14px; line-height: 20px; } .list_feed .title { font-size: 12px; line-height: 14px; } .list { color: #000; font-family: "Georgia","Times","Times New Roman",serif; line-height: 1.8; } .list_reset { padding-left: 0; list-style: none; margin: 0; } .list_unstyled { list-style-type: none; } .list_bullet_inside { list-style-position: inside; } .list.unordered, .list.ordered { padding: 18px 0 13px 12px; } .list.unordered li:before, .list.ordered li:before { margin-right: 16px; display: inline-block; } .list.unordered li:before { content: ""; height: 5px; width: 5px; min-width: 5px; background-color: #000; border-radius: 50%; position: relative; top: -4px; } .list.ordered li:before { content: counter(li) "."; font-weight: 700; min-width: 14px; font-family: "Georgia","Times","Times New Roman",serif; } .link-list { counter-reset: listicleItem; } .link-list ol, .link-list ul { padding: 0; margin: 20px 0; list-style: none; } .link-list ol .link-list-item-headline:before { counter-increment: listicleItem; content: counter(listicleItem) ". "; display: inline; margin-right: 3px; } .link-list-title.h3 { color: #333; line-height: 38px; font-size: 28px; font-family: "Miller-Headline"; margin-bottom: 10px; } .link-list-deck { color: #333; font-size: 14px; line-height: 21px; } .link-list-item { border-top: 1px solid #777; padding: 30px 0; } .link-list-item.hideCaptionCredits .caption, .link-list-item.hideCaptionCredits .credit { display: none; } .link-list-item:after { content: ""; display: table; clear: both; } .link-list-item:last-child { border-bottom: 1px solid #777; } .link-list-item-headline { margin-bottom: 15px; font-family: ""; } .link-list-item-price { margin: 15px 0 5px; } .link-list-item-title.h4 { font-family: "Miller-Headline"; } .link-list-item-copy, .link-list-item-address { font-size: 14px; line-height: 26px; } .link-list-item-copy { margin-bottom: 20px; } .link-list-item-address { display: inline; } .link-list-item .caption { font-weight: 800; font-size: 12px; color: #333; } .article-railless .link-list .float_right--desktop--railless { margin-right: 0; } .article-railless .link-list .float_left--desktop--railless { margin-left: 0; } .theme-dark .fusion-app .list { color: #fff; } .theme-dark .fusion-app ul.list li:before { background-color: #fff; } .theme-dark .fusion-app .link-list-title.h3, .theme-dark .fusion-app .link-list-deck { color: #fff; } .logo_masthead { height: 25px; width: 160px; } .logo_masthead_amp { height: 25px; width: 160px; } .logo_masthead--desktop { display: none; } .logo_masthead--anniversary { height: auto; width: 200px; margin-top: 3px; } .logo_masthead--standard { display: none; } .logo_masthead_link:hover, .logo_masthead_link:focus { outline: none; border-radius: 3px; } .logo_masthead_link:hover .logo_masthead--desktop, .logo_masthead_link:focus .logo_masthead--desktop { border-color: rgba(0,0,0,0); } .scroll .logo_masthead { margin-left: 8px; } .scroll .logo_masthead.article { margin-left: 0; border-right: 1px solid; height: 25px; width: 50px; } .scroll .logo_masthead.article.logo_masthead--mobile { display: none; } .scroll .logo_masthead.article.logo_masthead--desktop { display: block; } .logo_footer { height: 60px; } .logo_footer:after { content: ""; background-image: url(/pf/resources/dist/images/bg-logo-large--full.svg?d=519); background-position: center; background-repeat: no-repeat; background-size: contain; opacity: .1; top: 0; left: 0; bottom: 0; right: 0; position: absolute; } .theme-dark .fusion-app .logo_footer:after { content: ""; background-image: url(/pf/resources/dist/images/bg-logo-large--white.svg?d=519); background-position: center; background-repeat: no-repeat; background-size: contain; opacity: .1; top: 0; left: 0; bottom: 0; right: 0; position: absolute; opacity: 1; } .newsletter.border_top { border-top-color: #ddd; } .newsletter .title { font-size: 22px; } .newsletter .newsletter_widget_image { max-width: 320px !important; width: 100%; } .newsletter .newsletter_widget_description { display: block; line-height: 1.4; } .newsletter .subscribed.invalid { color: #ac1700; } .newsletter .subscribed.valid { color: #386800; } .newsletter.newsletter_error .newsletter_widget_button { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .newsletter.emancipator { border: none; margin-left: 16px; margin-right: 16px; background-color: #f6f2e1; } .newsletter.emancipator label, .newsletter.emancipator .error_message { font-family: Staff, Helvetica, Arial, sans-serif; } .newsletter.emancipator.is_article { margin-left: 0; margin-right: 0; } .newsletter.emancipator.column { width: calc(100% - 32px); text-align: center; } .newsletter.emancipator.column .newsletter_widget_description { margin-bottom: 12px; } .newsletter.emancipator .title { font-family: Staff, Helvetica, Arial, sans-serif; font-size: 28px; font-weight: 600; letter-spacing: .45px; color: #31463f; } .newsletter.emancipator .newsletter_widget_description { font-family: Ivar Text, Georgia, Times, Times New Roman, serif; font-size: 16px; letter-spacing: .45px; color: #31463f; } .newsletter.emancipator .newsletter_widget_input { background-color: #fff; border-color: #cd395d; outline: #cd395d; font-size: 18px; font-family: Staff, Helvetica, Arial, sans-serif; line-height: 1.2; height: 56px; padding-right: 0; } .newsletter.emancipator .newsletter_widget_input:hover, .newsletter.emancipator .newsletter_widget_input:focus { border-radius: 0; } .newsletter.emancipator .newsletter_widget_button { border-color: #cd395d; background-color: #cd395d; font-size: 18px; font-family: Staff, Helvetica, Arial, sans-serif; font-weight: 600; line-height: 1.2; height: 56px; padding-left: 8px; padding-right: 8px; } .newsletter .error_message { line-height: 2; } .newsletter_sign_up label, .newsletter_sign_up input, .newsletter_sign_up button { font-size: 14px; } .newsletter_sign_up label { font-size: 14px; float: left; color: #444; } .newsletter_sign_up input { box-sizing: border-box; } .newsletter_sign_up button { white-space: nowrap; } .newsletter_cta { display: grid; grid-template-rows: auto auto; grid-template-columns: 40% auto; grid-auto-rows: min-content; align-items: center; row-gap: 8px; column-gap: 16px; padding: 16px; width: 100%; } .is_article:not(.emancipator) .newsletter_cta { padding: 0 8px; } .emancipator .newsletter_cta { margin: auto; max-width: 960px; } .column .newsletter_cta { display: flex; flex-direction: column; align-items: center; } .newsletter_grid { width: 100%; } .emancipator .no_image .newsletter_grid--1 { grid-column: 1/3; } .emancipator .has_image .newsletter_grid--1 { grid-column: 1; } .standard .no_image .newsletter_grid--1 { align-self: flex-end; } .newsletter_grid--2 { display: none; } .has_image .newsletter_grid--2 { display: block; } .newsletter_grid--3 { grid-column: 1; } .standard .no_image .newsletter_grid--3 { align-self: flex-start; } .standard .no_image .newsletter_grid--4 { grid-column: 2; grid-row: 1/3; } .newsletter-head-icon { height: 144px; width: 200px; clear: both; float: left; position: absolute; } .newsletter-head-lead { font-size: 42px; letter-spacing: -0.41px; } .newsletter_widget_input:focus { border-color: rgba(0,0,0,0); } .errorBorder { border: 1px solid red; } .errorMessage { color: red; height: 15px; text-align: left; } .theme-dark .fusion-app .newsletter-sticky { background-color: #333; color: #fff; } .theme-dark .fusion-app .newsletter-sticky label { color: #fff; } .theme-dark .fusion-app .newsletter-emailaddr-input { background-color: #000; color: #fff; caret-color: #fff; border-top-color: #fff; border-left-color: #fff; border-bottom-color: #fff; } .theme-dark .fusion-app .newsletter-emailaddr-input.border_red { border-color: #9e1511; } .theme-dark .fusion-app .newsletter-emailaddr-input:focus { border-color: rgba(0,0,0,0); } .theme-dark .fusion-app .newsletter_sign_up label { color: #fff; } .theme-dark .fusion-app .newsletter_widget_input { background-color: #000; color: #fff; caret-color: #fff; border-top-color: #fff; border-left-color: #fff; border-bottom-color: #fff; } .theme-dark .fusion-app .newsletter_widget_input.border_red { border-color: #9e1511; } .theme-dark .fusion-app .newsletter_widget_input:focus { border-color: rgba(0,0,0,0); } .newsletter-banner { width: 100%; min-height: 144px; background-color: #000; background-repeat: no-repeat; margin-bottom: 40px; } .newsletter-banner-text-container { padding-top: 20px; color: #fff; text-align: center; width: 200px; margin: 0 auto; } .newsletter-banner-text-container :first-child { font-size: 24px; } .newsletter-banner-text-container :last-child { font-size: 15px; } .newsletter-page-container { max-width: 1440px; margin: 0 auto; padding: 0 3%; } .newsletter-menu { width: 100%; margin: 50px auto 30px; border-bottom: 1px solid #ddd; z-index: 997; } .newsletter-menu-list { gap: 14px; margin: 0; padding: 0; list-style-type: none; } .newsletter-menu-link { padding-bottom: 1px; font-size: 14px; line-height: 20px; color: #777; } .newsletter-menu-link.newsletter-menu-link-active { border-bottom: 2px solid #005dc7; color: #000; } .newsletter-menu-item-hide { display: none; } .newsletter-menu-item.newsletter-sub-menu-display { display: block; } .newsletter-menu-more-button { font-size: 14px; line-height: 20px; color: #777; cursor: pointer; } .newsletter-menu-arrow-rotate { transform: rotate(180deg); } .newsletter-sub-menu { min-width: 130px; padding: 8px 0; border: 1px solid #005dc7; background: #fff; right: 0; } .newsletter-sub-menu-list { padding: 0; list-style-type: none; } .newsletter-sub-menu-link { display: block; padding: 8px; color: #777; } .newsletter-sub-menu-link:active, .newsletter-sub-menu-link:focus, .newsletter-sub-menu-link.newsletter-sub-menu-link-active { color: #fff; background: #005dc7; } .newsletter-lp-grid { max-width: 1250px; display: grid; grid-template-columns: 100%; grid-gap: 18px; } .newsletter-tile-title-bar { margin-top: 25px; padding-bottom: 10px; } .newsletter-tile-title { padding-top: 3px; line-height: 17px; } .newsletter-tile { min-height: 115px; padding: 22px 10px 10px; border: 1px solid #777; } .newsletter-title { padding-bottom: 3px; } .newsletter-description { line-height: 17px; } .newsletter-signup-button { position: absolute; top: 6px; right: 12px; padding: 0; border: none; cursor: pointer; } .newsletter-sticky { background-color: #fff; height: 132px; margin: auto; bottom: 0; right: 0; left: 0; border-top: 1px solid; padding: 0 3%; z-index: 999; } .newsletter-sticky label { font-size: 14px; color: #444; } .newsletter-sticky-main { padding-top: 8px; margin: 0 auto; max-width: 1250px; display: flex; flex-direction: column; } .newsletter-sticky-main-title { font-size: 18px; } .newsletter-sticky-main-title-margin-left { margin-left: 0; } .newsletter-sticky-selected-total { border-radius: 50%; width: 22px; height: 22px; margin-right: 5px; vertical-align: middle; margin-bottom: 4px; background-color: rgba(0,93,199,.3); } .newsletter-sticky-main-detail { font-size: 12px; } .newsletter-sticky-main-detail-padding-left { padding-left: 32px; } .newsletter-sticky-form-email-signUp { margin-top: 30px; } .newsletter-sticky-form { display: flex; min-width: 250px; margin-top: 8px; } .newsletter-emailaddr-input { -webkit-appearance: none; width: 70%; height: 35px; font-size: 16px; border: 1px solid #777; padding-left: 10px; padding-bottom: 0; } .newsletter-emailaddr-input:focus { border-color: rgba(0,0,0,0); } .newsletter-emailaddr-submit { -webkit-appearance: none; height: 38px; width: 30%; margin-left: -2px; padding: 0 25px; text-align: center; border-radius: 0 4px 4px 0; cursor: pointer; } .embed { position: relative; } .html_block .fragment { width: 100%; } .html_block .fragment img { max-width: 100%; } .html_block .youtube-embed { position: relative; padding-bottom: 56.25%; height: 0; } .html_block .youtube-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .html_block.hasRail .twitter-tweet { margin-left: auto; margin-right: auto; } .html_block.hasRail.facebook-post { margin: 0 !important; text-align: center; } .html_block.hasRail.instagram { margin: 0 !important; text-align: center; } .html_block.hasRail.instagram .width_full { text-align: center; } .html_block.hasRail.instagram .width_full iframe { margin-left: auto !important; margin-right: auto !important; } .html_block.railless .twitter-tweet { margin-left: auto; margin-right: auto; } .html_block.railless.facebook-post { margin: 0 !important; text-align: center; } .html_block.railless.instagram { margin: 0 !important; text-align: center; } .html_block.railless.instagram .width_full { text-align: center; } .html_block.railless.instagram .width_full iframe { margin-left: auto !important; margin-right: auto !important; } .html_block .podcast-container iframe { width: auto; } @supports (-webkit-overflow-scrolling: touch) { .html_block.margin_horizontal_10.facebook { margin-left: 3%; } } .responsive-embed-16x9 { padding-bottom: 56.25%; } .responsive-embed-16x9 iframe { position: absolute; width: 100%; height: 100%; } .html_flex_feature.lead iframe { width: 100%; } .fusion-app .gutter_28 { margin: 0 28px; } .fusion-app .gutter_20_0 { margin: 20px 0; } .fusion-app .article { -webkit-text-size-adjust: 100%; } .fusion-app .article-railless .article.is-emancipator-header .overline { font-weight: 800; } .fusion-app .article-railless .article.is-emancipator-header .headline { font-family: Ivar Headline, Georgia, Times, Times New Roman, serif; } .fusion-app .article-railless .article.is-emancipator-header .byline { font-size: 13px; } .fusion-app .article-railless .article.is-emancipator-header .email-success-msg { font-weight: 600; text-decoration: underline; } .fusion-app .article-railless .article.is-emancipator-header .overline, .fusion-app .article-railless .article.is-emancipator-header .authors a, .fusion-app .article-railless .article.is-emancipator-header .email-success-msg { color: #cd395d; } .fusion-app .article-railless .article.is-emancipator-header .headline, .fusion-app .article-railless .article.is-emancipator-header .authors .label { font-weight: 400; } .fusion-app .article-railless .article.is-emancipator-header .authors .date, .fusion-app .article-railless .article.is-emancipator-header .authors .time, .fusion-app .article-railless .article.is-emancipator-header .authors .affiliation { color: #000; } .fusion-app .article-railless .article.is-emancipator-header .overline, .fusion-app .article-railless .article.is-emancipator-header .subheader, .fusion-app .article-railless .article.is-emancipator-header .authors a, .fusion-app .article-railless .article.is-emancipator-header .authors .label, .fusion-app .article-railless .article.is-emancipator-header .authors .author, .fusion-app .article-railless .article.is-emancipator-header .authors .affiliation, .fusion-app .article-railless .article.is-emancipator-header .authors .date, .fusion-app .article-railless .article.is-emancipator-header .authors .time, .fusion-app .article-railless .article.is-emancipator-header .email-success-msg { font-family: Staff, Helvetica, Arial, sans-serif; } .fusion-app .article-railless .article.is-emancipator-header .sharebar .share--email path, .fusion-app .article-railless .article.is-emancipator-header .sharebar .share--facebook path, .fusion-app .article-railless .article.is-emancipator-header .sharebar .share--twitter path, .fusion-app .article-railless .article.is-emancipator-header .sharebar .share--print path, .fusion-app .article-railless .article.is-emancipator-header .sharebar .share--view-comments path, .fusion-app .article-railless .article.is-emancipator-header .sharebar .share--article--wrapper path { fill: #cd395d; } .fusion-app .article-railless .article.is-emancipator-header .sharebar .share--article--wrapper { display: none; } .fusion-app .article-railless .article.is-emancipator-header .sharebar .share--article--wrapper #Unsaved-Icon polygon { stroke: #cd395d; } .fusion-app .article-railless .article.is-emancipator-header .sharebar .share--article--wrapper #Arc_Icon_Saved_Black { fill: #cd395d; } .fusion-app .article-railless .article.is-emancipator-header .sharebar .share--article--wrapper [id^=NEW] { fill: #cd395d; } .fusion-app .article-railless .article.is-emancipator-header .sharebar .share--print rect { fill: #cd395d; } .fusion-app .article-railless .article.is-emancipator-header .img_caption .caption, .fusion-app .article-railless .article.is-emancipator-header .img_caption .credit { font-family: Staff, Helvetica, Arial, sans-serif; } .fusion-app .article-railless .article.is-emancipator-header .share--email--wrapper .pop_out { border-color: #cd395d; } .fusion-app .article-railless .article.is-emancipator-header .share--email--wrapper .cta_button, .fusion-app .article-railless .article.is-emancipator-header .share--email--wrapper .font_primary { font-family: Staff, Helvetica, Arial, sans-serif; } .fusion-app .article-railless .article.is-emancipator-header .share--email--wrapper .cta_button, .fusion-app .article-railless .article.is-emancipator-header .share--email--wrapper .cta_banner_headline { font-weight: 600; } .fusion-app .article-railless .article.is-emancipator-header .share--email--wrapper .cta_button { background-color: #cd395d; } .fusion-app .article-railless .article.is-emancipator-body p, .fusion-app .article-railless .article.is-emancipator-body a, .fusion-app .article-railless .article.is-emancipator-body h1, .fusion-app .article-railless .article.is-emancipator-body h2, .fusion-app .article-railless .article.is-emancipator-body h3, .fusion-app .article-railless .article.is-emancipator-body h5, .fusion-app .article-railless .article.is-emancipator-body h6, .fusion-app .article-railless .article.is-emancipator-body .quote .text, .fusion-app .article-railless .article.is-emancipator-body .list li, .fusion-app .article-railless .article.is-emancipator-body .link-related_links_link .label, .fusion-app .article-railless .article.is-emancipator-body .related_links .title { font-family: Ivar Text, Georgia, Times, Times New Roman, serif; } .fusion-app .article-railless .article.is-emancipator-body h4, .fusion-app .article-railless .article.is-emancipator-body .related_links a, .fusion-app .article-railless .article.is-emancipator-body .link-related_links_link a { font-family: Staff, Helvetica, Arial, sans-serif; } .fusion-app .article-railless .article.is-emancipator-body h1, .fusion-app .article-railless .article.is-emancipator-body h2, .fusion-app .article-railless .article.is-emancipator-body h3, .fusion-app .article-railless .article.is-emancipator-body h4, .fusion-app .article-railless .article.is-emancipator-body h5, .fusion-app .article-railless .article.is-emancipator-body .related_links .title, .fusion-app .article-railless .article.is-emancipator-body .link-related_links_link .label, .fusion-app .article-railless .article.is-emancipator-body .link-related_links_link a { font-weight: 800; } .fusion-app .article-railless .article.is-emancipator-body .related_links .title, .fusion-app .article-railless .article.is-emancipator-body .link-related_links_link .label { color: #000; } .fusion-app .article-railless .article.is-emancipator-body .related_links a, .fusion-app .article-railless .article.is-emancipator-body .link-related_links_link a, .fusion-app .article-railless .article.is-emancipator-body .tagline, .fusion-app .article-railless .article.is-emancipator-body .list a, .fusion-app .article-railless .article.is-emancipator-body .paragraph a, .fusion-app .article-railless .article.is-emancipator-body .tagline a { font-family: Staff, Helvetica, Arial, sans-serif; } .fusion-app .article-railless .article.is-emancipator-body .link-related_links_link a, .fusion-app .article-railless .article.is-emancipator-body .list a, .fusion-app .article-railless .article.is-emancipator-body .paragraph a, .fusion-app .article-railless .article.is-emancipator-body .tagline a, .fusion-app .article-railless .article.is-emancipator-body .related_links .symbol { color: #cd395d; } .fusion-app .article-railless .article.is-emancipator-body .list a { border-bottom: 2px solid #cd395d; } .fusion-app .article-railless .article.is-emancipator-body .quote .text { color: #31463f; } .fusion-app .article-railless .article.is-emancipator-body .quote .name, .fusion-app .article-railless .article.is-emancipator-body .quote .title { font-family: Staff, Helvetica, Arial, sans-serif; font-weight: 400; color: #31463f; } .fusion-app .article-railless .article.is-emancipator-body .quote .icon_share path { fill: #cd395d; } .fusion-app .article-railless .article.is-emancipator-body .quote .sub path { fill: #31463f; } .fusion-app .article-railless .article.is-emancipator-body .tagline { font-style: italic; margin: 0 auto; display: block; } .fusion-app .article-railless .article.is-emancipator-body .paragraph a, .fusion-app .article-railless .article.is-emancipator-body .list a { font-weight: 600; } .fusion-app .article-railless .article.is-emancipator-body .img_caption .caption, .fusion-app .article-railless .article.is-emancipator-body .img_caption .credit { font-family: Staff, Helvetica, Arial, sans-serif; } .fusion-app .article-railless .article.is-emancipator-body .tagline_hr { display: none; } .fusion-app .article-railless .article.is-emancipator-body .container.link-related_links_link { background: url(/pf/resources/dist/images/emancipator_related_bg.svg?d=519) rgba(0,0,0,0) no-repeat; height: auto; background-position: top center; background-repeat: no-repeat; text-align: center; float: none; padding-top: 40px; margin: 0 auto; max-width: 50%; width: 50%; min-height: 212px; background-size: 264px; min-width: 263px; } .fusion-app .article-railless .article.is-emancipator-body .container.link-related_links_link .label { font-family: "Staff","Helvetica","Arial",sans-serif; color: #cd395d; font-weight: 600; font-size: 12px; display: block; margin-bottom: 6px; } .fusion-app .article-railless .article.is-emancipator-body .container.link-related_links_link .label .related-colon { display: none; } .fusion-app .article-railless .article.is-emancipator-body .container.link-related_links_link a { color: #000; font-weight: 400; text-decoration: none; font-size: 24px; width: 213px; display: inline-block; font-family: "Ivar Text","Georgia","Times","Times New Roman",serif; } .fusion-app .article.live-updates { max-width: 688px; } .fusion-app .article.live-updates h2 { line-height: 32px; } .fusion-app .article.live-updates h3 { font-size: 18px; line-height: 25px; } .fusion-app .article.live-updates .timestamp { font-size: 14px; line-height: 17px; } .fusion-app .article.live-updates .paragraph { font-size: 16px; line-height: 30px; } .fusion-app .article.live-updates .list { font-size: 16px; line-height: 30px; } .fusion-app .article.live-updates .divider { border-bottom: 1px solid #333; max-width: 100%; } .fusion-app .article-right-rail .right .hs-sports-dash { width: auto; } .fusion-app .article-right-rail .right .hs-sports-dash .hs-sports-dash-links { background-color: #eee; padding: 22px 50px; margin: 40px -50px 30px; } .fusion-app .article-right-rail .right .hs-sports-dash .required-instrux { margin: -15px 0 20px; margin-left: auto; } .fusion-app .article-right-rail .right .hs-sports-dash .desktop-search { display: none; } .fusion-app .article-right-rail .right .hs-sports-dash .mobile-search { display: block; } .fusion-app .section_page .top-rail .hs-sports-dash, .fusion-app .section_page .middle-rail .hs-sports-dash, .fusion-app .section_page .lower-rail .hs-sports-dash, .fusion-app .section_page .basement-1-rail .hs-sports-dash { width: auto; } .fusion-app .section_page .top-rail .hs-sports-dash .hs-sports-dash-links, .fusion-app .section_page .middle-rail .hs-sports-dash .hs-sports-dash-links, .fusion-app .section_page .lower-rail .hs-sports-dash .hs-sports-dash-links, .fusion-app .section_page .basement-1-rail .hs-sports-dash .hs-sports-dash-links { background-color: #eee; padding: 22px 50px; margin: 40px -50px 30px; } .fusion-app .section_page .top-rail .hs-sports-dash .required-instrux, .fusion-app .section_page .middle-rail .hs-sports-dash .required-instrux, .fusion-app .section_page .lower-rail .hs-sports-dash .required-instrux, .fusion-app .section_page .basement-1-rail .hs-sports-dash .required-instrux { margin: -15px 0 20px; margin-left: auto; } .fusion-app .section_page .top-rail .hs-sports-dash .desktop-search, .fusion-app .section_page .middle-rail .hs-sports-dash .desktop-search, .fusion-app .section_page .lower-rail .hs-sports-dash .desktop-search, .fusion-app .section_page .basement-1-rail .hs-sports-dash .desktop-search { display: none; } .fusion-app .section_page .top-rail .hs-sports-dash .mobile-search, .fusion-app .section_page .middle-rail .hs-sports-dash .mobile-search, .fusion-app .section_page .lower-rail .hs-sports-dash .mobile-search, .fusion-app .section_page .basement-1-rail .hs-sports-dash .mobile-search { display: block; } .fusion-app .sticky_container.sticky_mobile { height: auto; } .fusion-app .sticky_container.sticky_mobile .sticky_box { position: static; } .fusion-app .sticky_container.safari-sticky-shim .sticky_box { position: -webkit-sticky !important; } .fusion-app .sticky_container.js-scroll-position-top { background-color: rgba(0,0,0,0); } .fusion-app .sticky_container.js-scroll-position-top .sticky_box { z-index: 990; } .fusion-app div.ds { max-width: 1440px; } .fusion-app .article-left-rail { flex-flow: row-reverse wrap !important; } .fusion-app .article-left-rail .left { max-width: 213px !important; } .fusion-app .article-left-rail .left .hs-sports-dash { width: auto; } .fusion-app .article-left-rail .left .hs-sports-dash .hs-sports-dash-links { background-color: #eee; padding: 22px 50px; margin: 40px -50px 30px; } .fusion-app .article-left-rail .left .hs-sports-dash .required-instrux { margin: -15px 0 20px; margin-left: auto; } .fusion-app .article-left-rail .left .hs-sports-dash .desktop-search { display: none; } .fusion-app .article-left-rail .left .hs-sports-dash .mobile-search { display: block; } .move-right { transform: translateX(375px); } .slide { transition: transform 500ms cubic-bezier(0.56, 1.65, 0.77, 0.88); transition-timing-function: cubic-bezier(0.56, 1.65, 0.77, 0.88); } .theme-dark .fusion-app a { color: #2e8fff; } .theme-dark .fusion-app a:hover, .theme-dark .fusion-app a:active, .theme-dark .fusion-app a:focus { color: #767676; } p { font-size: 18px; line-height: 1.8; font-family: "Georgia","Times","Times New Roman",serif; } p a:hover { border-bottom: 2px solid; } .paragraph a { border-bottom: 2px solid; } .dropcap { font-size: 5em; line-height: .9em; } .article .body .heading+.paragraph { margin-top: 16px; } .pop_out { border: 1px solid #005dc7; border-radius: 3px; box-sizing: border-box; min-width: 300px; } .pop_out_exit { background-image: url(/pf/resources/dist/images/overlay-close.svg?d=519); background-repeat: no-repeat; background-size: contain; width: 12px; height: 12px; } .pop_out .pop_out_exit:focus { outline: 2px solid Highlight; } .pop_out_top_right_corner { top: 0; right: 0; } .theme-dark .fusion-app .pop_out { border: 1px solid #2e8fff; } .theme-dark .fusion-app .pop_out_exit { background-image: url(/pf/resources/dist/images/overlay-close--theme-dark.svg?d=519); } .quote .name, .quote .title { font-size: 14px; } .quote .text { font-size: 20px; line-height: 1.3; } .quote a { display: inline-flex; line-height: 1; vertical-align: middle; } .quote .icon_share:before, .quote .icon_share:after, .quote .block:before, .quote .block:after { content: ""; background-color: #000; display: inline-block; height: 1px; position: relative; width: 50%; vertical-align: middle; } .quote .icon_share:before, .quote .block:before { margin-left: -50%; } .quote .icon_share:before { right: .5em; } .quote .block:before { right: 1em; } .quote .icon_share:after { left: .5em; } .quote .block:after { left: 1em; } .quote .icon_share:after, .quote .block:after { margin-right: -50%; } .quote .sub { vertical-align: sub; } .theme-dark .quote .icon_share:before, .theme-dark .quote .icon_share:after, .theme-dark .quote .block:before, .theme-dark .quote .block:after, .dark-mode .quote .icon_share:before, .dark-mode .quote .icon_share:after, .dark-mode .quote .block:before, .dark-mode .quote .block:after { background-color: #fff; } .theme-dark .quote path#Combined-Shape, .dark-mode .quote path#Combined-Shape { fill: #2e8fff; } .theme-dark .quote .text, .dark-mode .quote .text { color: #fff; } .r_f .title { font-size: 12px; } .m_pop .item, .s_pop .item { padding: 0; border-top: none; border-bottom: 1px solid #000; } .m_pop .item:last-of-type, .s_pop .item:last-of-type { border-bottom: none; } .m_pop .content, .s_pop .content { padding: 0 16px; margin: 16px 0; } .m_pop .content .text, .s_pop .content .text { padding-left: 0; } .m_pop .overline, .s_pop .overline { font-size: 12px; line-height: 22px; } .m_pop .overline.sponsored, .s_pop .overline.sponsored { color: #de7d0b; } .m_pop .recirc_headline, .s_pop .recirc_headline { font-size: 18px; line-height: 24px; } .m_pop .dec, .s_pop .dec { font-size: 12px; line-height: 18px; } .s_pop .item { display: flex; } .theme-dark .fusion-app .m_pop .item, .theme-dark .fusion-app .s_pop .item { border-color: #ddd; } .related_links .link { font-size: 14px; } .related_links .links a { color: #000; } .theme-dark .fusion-app .related_links .links a { color: #fff; } body, figure, p { margin: 0; } h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 400; } button { display: inline-block; background-color: inherit; border-color: inherit; border-style: inherit; padding: inherit; } button:focus { outline: none; } figure { -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; } a, a:hover, a:visited { text-decoration: none; } .section_feed_image_container { min-width: 35%; width: 40%; max-width: 260px; } .section_feed_item .content .text { padding-left: 0; } .section_feed_item .dec { line-height: 1.5em; } .section_feed_item .image img { max-height: 183px; object-fit: cover; } .load_more_button_container { z-index: 5; } .load_more_button { z-index: 10; border-radius: 5px; width: 95%; } .load_more_button:hover { background-color: #005dc7; color: #fff; } .theme-dark .fusion-app .load_more_button:hover { background-color: #2e8fff; color: #fff; } .section_feed_item .overline { max-width: 155px; } .section_page .nav_bar, .section_page .header, .section_page .footer { display: -webkit-box; display: -ms-flexbox; display: flex; } .section_menu .icon { top: 2px; left: -2px; } .section_menu .section { font-size: 50px; } .section_menu .sub_section { font-size: 14px; line-height: 1.5; } .section_menu .sub_section.focus_ring:focus { border-color: rgba(0,0,0,0); } .section_menu .sub_section.focus_ring:focus+.sub_section { border-color: rgba(0,0,0,0); } .section_menu .sub_section~.sub_section { border-left-width: 1px; border-left-style: solid; border-left-color: #000; } .section_menu .toggle-btn { border: 0; } .section_menu .toggle-btn:-moz-focusring { border: none; } .section_menu .toggle-btn:focus { outline: 1px dotted #212121; outline: 5px auto -webkit-focus-ring-color; } .section_menu .toggle-btn svg { pointer-events: none; } .section_dropdown .item { font-size: 14px; min-width: 25%; padding: 14px 0; line-height: normal; } .section_dropdown hr { margin: 0; } .search_page .search_page_title { font-size: 50px; } .theme-dark .fusion-app .section_menu .sub_section~.sub_section { border-color: #fff; } .horizontal_rule { border-width: 2px; border-style: solid; } .breadcrumbs a { border-color: #000; text-decoration: none; } .paywall { padding-top: 400px; } .sharebar--article { height: 28px; } .sharebar--article .margin_right_16 { margin-right: 0; } .sharebar--article .sharebar_comment_count { margin-right: 16px; } .sharebar--article .share--facebook, .sharebar--article .share--twitter, .sharebar--article .share--print, .sharebar--article .share--email { width: 40px; text-align: center; display: block; } .sharebar--article .share--view-comments { display: flex; width: auto; padding-left: 8px; text-align: center; } .sharebar--article .share--facebook:focus, .sharebar--article .share--twitter:focus, .sharebar--article .share--print:focus, .sharebar--article .share--email:focus, .sharebar--article .share--view-comments:focus { outline: 1px dotted #212121; outline: 5px auto -webkit-focus-ring-color; } .sharebar--article .share--email:-moz-focusring, .sharebar--article .share--print:-moz-focusring { outline: none; } .theme-dark .fusion-app .sharebar path { fill: #2e8fff; } .tagline { font-size: 14px; line-height: 24px; } .topics .title { font-size: 12px; } .topic_tags .item .tag { display: inline-block; letter-spacing: 1px; line-height: 1.3; font-size: 14px; } .theme-dark .fusion-app .topic_tags a { color: #fff; } .align_left { margin-right: auto; } .align_right { margin-left: auto; } .align_items_base { align-items: baseline; } .align_items_end { align-items: flex-end; } .align_items_start { align-items: flex-start; } .align_items_stretch { align-items: stretch; } .align_items_center { align-items: center; } .align_items_unset { align-items: unset; } .align_self_end { align-self: flex-end; } .align_self_center { align-self: center; } .align_self_stretch { align-self: stretch; } .container.column { flex-direction: column; } .container.column>* { max-width: 100%; } .container.row { flex-direction: row; } .flex { display: flex; } .flex_inline { display: inline-flex; } .flex_wrap { flex-wrap: wrap; } .flex_1 { flex: 1; } .flex_2 { flex: 2; } .justify_center { justify-content: center; } .justify_end { justify-content: flex-end; } .justify_start { justify-content: flex-start; } .justify_space_between { justify-content: space-between; } .justify_space_around { justify-content: space-around; } .order_1 { order: 1; } .order_2 { order: 2; } .order_3 { order: 3; } .flex-column { flex-direction: column; } .margin { margin: 8px; } .margin_center { margin-left: auto; margin-right: auto; } .margin_none { margin: 0; } .margin_top { margin-top: 8px; } .margin_top_qtr { margin-top: calc(8px*.25); } .margin_top_half { margin-top: calc(8px*.5); } .margin_top_16 { margin-top: 16px; } .margin_top_24 { margin-top: 24px; } .margin_top_32 { margin-top: 32px; } .margin_top_40 { margin-top: 40px; } .margin_top_48 { margin-top: 48px; } .margin_top_64 { margin-top: 64px; } .margin_top_75 { margin-top: 75px; } .margin_left { margin-left: 8px; } .margin_left_qtr { margin-left: calc(8px*.25); } .margin_left_half { margin-left: calc(8px*.5); } .margin_left_16 { margin-left: 16px; } .margin_left_24 { margin-left: 24px; } .margin_left_32 { margin-left: 32px; } .margin_left_40 { margin-left: 40px; } .margin_left_48 { margin-left: 48px; } .margin_left_64 { margin-left: 64px; } .margin_right { margin-right: 8px; } .margin_right_qtr { margin-right: calc(8px*.25); } .margin_right_half { margin-right: calc(8px*.5); } .margin_right_3 { margin-right: 3px; } .margin_right_16 { margin-right: 16px; } .margin_right_24 { margin-right: 24px; } .margin_right_32 { margin-right: 32px; } .margin_right_40 { margin-right: 40px; } .margin_right_48 { margin-right: 48px; } .margin_right_64 { margin-right: 64px; } .margin_bottom { margin-bottom: 8px; } .margin_bottom_none { margin: 0; } .margin_bottom_2 { margin-bottom: 2px; } .margin_bottom_6 { margin-bottom: 6px; } .margin_bottom_qtr { margin-bottom: calc(8px*.25); } .margin_bottom_half { margin-bottom: calc(8px*.5); } .margin_bottom_10 { margin-bottom: 10px; } .margin_bottom_16 { margin-bottom: 16px; } .margin_bottom_24 { margin-bottom: 24px; } .margin_bottom_32 { margin-bottom: 32px; } .margin_bottom_40 { margin-bottom: 40px; } .margin_bottom_48 { margin-bottom: 48px; } .margin_bottom_64 { margin-bottom: 64px; } .margin_horizontal { margin-left: 8px; margin-right: 8px; } .margin_horizontal_0 { margin-left: 0; margin-right: 0; } .margin_horizontal_10 { margin-left: 10%; margin-right: 10%; } .margin_horizontal_15 { margin-left: 15%; margin-right: 15%; } .margin_horizontal_16 { margin-left: 16px; margin-right: 16px; } .margin_horizontal_24 { margin-left: 24px; margin-right: 24px; } .margin_horizontal_28 { margin: 0 28px; } .margin_horizontal_32 { margin-left: 32px; margin-right: 32px; } .margin_horizontal_40 { margin-left: 40px; margin-right: 40px; } .margin_horizontal_48 { margin-left: 48px; margin-right: 48px; } .margin_horizontal_64 { margin-left: 64px; margin-right: 64px; } .margin_vertical { margin-bottom: 8px; margin-top: 8px; } .margin_vertical_16 { margin-bottom: 16px; margin-top: 16px; } .margin_vertical_24 { margin-bottom: 24px; margin-top: 24px; } .margin_vertical_32 { margin-bottom: 32px; margin-top: 32px; } .margin_vertical_40 { margin-bottom: 40px; margin-top: 40px; } .margin_vertical_48 { margin-bottom: 48px; margin-top: 48px; } .margin_vertical_64 { margin-bottom: 64px; margin-top: 64px; } .padding { padding: 8px; } .padding_2 { padding: 2px; } .padding_16 { padding: 16px; } .padding_top { padding-top: 8px; } .padding_top_16 { padding-top: 16px; } .padding_top_24 { padding-top: 24px; } .padding_top_32 { padding-top: 32px; } .padding_top_40 { padding-top: 40px; } .padding_top_48 { padding-top: 48px; } .padding_top_64 { padding-top: 64px; } .padding_left { padding-left: 8px; } .padding_left_2 { padding-left: 2px; } .padding_left_16 { padding-left: 16px; } .padding_left_24 { padding-left: 24px; } .padding_left_32 { padding-left: 32px; } .padding_left_40 { padding-left: 40px; } .padding_left_48 { padding-left: 48px; } .padding_left_64 { padding-left: 64px; } .padding_right { padding-right: 8px; } .padding_right_16 { padding-right: 16px; } .padding_right_24 { padding-right: 24px; } .padding_right_32 { padding-right: 32px; } .padding_right_40 { padding-right: 40px; } .padding_right_48 { padding-right: 48px; } .padding_right_64 { padding-right: 64px; } .padding_bottom { padding-bottom: 8px; } .padding_bottom_half { padding-bottom: calc(8px*.5); } .padding_bottom_12 { padding-bottom: 12px; } .padding_bottom_16 { padding-bottom: 16px; } .padding_bottom_24 { padding-bottom: 24px; } .padding_bottom_32 { padding-bottom: 32px; } .padding_bottom_40 { padding-bottom: 40px; } .padding_bottom_48 { padding-bottom: 48px; } .padding_bottom_64 { padding-bottom: 64px; } .padding_horizontal { padding-left: 8px; padding-right: 8px; } .padding_horizontal_0 { padding-left: 0; padding-right: 0; } .padding_horizontal_2 { padding-left: 2px; padding-right: 2px; } .padding_horizontal_16 { padding-left: 16px; padding-right: 16px; } .padding_horizontal_24 { padding-left: 24px; padding-right: 24px; } .padding_horizontal_32 { padding-left: 32px; padding-right: 32px; } .padding_horizontal_40 { padding-left: 40px; padding-right: 40px; } .padding_horizontal_48 { padding-left: 48px; padding-right: 48px; } .padding_horizontal_64 { padding-left: 64px; padding-right: 64px; } .padding_vertical { padding-bottom: 8px; padding-top: 8px; } .padding_vertical_5 { padding-bottom: 5px; padding-top: 5px; } .padding_vertical_16 { padding-bottom: 16px; padding-top: 16px; } .padding_vertical_24 { padding-bottom: 24px; padding-top: 24px; } .padding_vertical_32 { padding-bottom: 32px; padding-top: 32px; } .padding_vertical_40 { padding-bottom: 40px; padding-top: 40px; } .padding_vertical_48 { padding-bottom: 48px; padding-top: 48px; } .padding_vertical_64 { padding-bottom: 64px; padding-top: 64px; } .padding_none { padding: 0; } .text_indent_8 { text-indent: 8px; } .white_space_nowrap { white-space: nowrap; } .hover_ring:hover, .focus_ring:focus, .focus_visible_ring:focus { box-shadow: 0 0 0 2px #005dc7; outline: none; border-radius: 3px; } .hover_ring:hover.shadow_inset, .focus_ring:focus.shadow_inset, .focus_visible_ring:focus.shadow_inset { box-shadow: inset 0 0 0 2px #005dc7; } .remove_select_arrow { -webkit-appearance: none; -moz-appearance: none; } .pop_out_manage .focus_ring:focus { outline: none; border-radius: 3px; } .section_title .focus_ring:focus { outline: none; border-radius: 3px; } .sub_section_item.focus_ring:focus { outline: none; border-radius: 3px; } .trending_bar_container { display: flex; white-space: nowrap; overflow-x: hidden; } .trending_bar_item:focus { outline: none; border-radius: 3px; } .footer_link .focus_ring:focus { outline: none; border-radius: 3px; } .height_full { height: 100%; } .height_half { height: 50%; } .height_a { height: auto; } .height_0 { height: 0; } .height_1 { height: 1px; } .height_35 { height: 35px; } .height_50 { height: 50px; } .height_min_50 { min-height: 50px; } .height_min_60 { min-height: 60px; } .width_auto { width: auto; } .width_full { width: 100%; } .width_full_iFrame iframe { width: 100%; } .width_half { width: 50%; } .width_40 { width: 40%; } .width_60 { width: 60%; } .width_75 { width: 75%; } .width_50px { width: 50px; } .width_100px { width: 100px; } .width_max_1080 { max-width: 1080px; } .width_max_1440 { max-width: 1440px; } .width_max_full { max-width: 100%; } .image_full { background-position: center center; background-size: contain; background-repeat: no-repeat; } .fullscreen { top: 0; left: 0; right: 0; bottom: 0; } .border_box { box-sizing: border-box; } .capitalize { text-transform: capitalize; } .uppercase { text-transform: uppercase; } .underline { text-decoration: underline; } .text_decoration_none { text-decoration: none; } .italic { font-style: italic; } .bold { font-weight: 800; } .font_normal { font-weight: 400; } .smooth { -webkit-font-smoothing: antialiased; } .overflow_hidden { overflow: hidden; } .overflow_x_hidden { overflow-x: hidden; } .overflow_y_scroll { overflow-y: scroll; } .border { border: 1px; } .border_half { border-width: .5px; } .border_1 { border-width: 1px; } .border_2 { border-width: 2px; } .border_4 { border-width: 4px; } .border_10 { border-width: 10px; } .border_20 { border-width: 20px; } .border_dotted { border-style: dotted; } .border_dotted_bottom { border-bottom: dotted; } .border_solid { border-style: solid; } .border_horizontal { border-bottom: 1px solid; border-top: 1px solid; border-left: 0; border-right: 0; } .border_thick { border-width: 4px; } .border_none { border: 0; } .border_bottom { border-bottom-style: solid; } .border_bottom--mobile { border-bottom-style: solid; } .border_bottom--desktop { border-bottom-style: none; } .border_left { border-left-style: solid; } .border_right { border-right-style: solid; } .border_top { border-top-width: 1px; border-top-style: solid; border-top-color: #000; } .border_top_none { border-top: 0; } .border_foreground { border-color: #000; } .border_blue { border-color: #005dc7; } .border_red { border-color: #9e1511; } .border_white { border-color: #fff; } .border_gray { border-color: #ddd; } .border_light { border-color: rgba(22,22,22,.1); } .border_black { border-color: #000; } .border_vertical { border-left: 1px solid; border-right: 1px solid; border-bottom: 0; border-top: 0; } .border_round { border-radius: 50%; } .border_radius_top_left { border-top-left-radius: 3px; } .border_radius_top_right { border-top-right-radius: 3px; } .border_radius_bottom_left { border-bottom-left-radius: 3px; } .border_radius_bottom_right { border-bottom-right-radius: 3px; } .border_round_3 { border-radius: 3px; } .attribution { font-size: 16px; } .color_main { color: #000; } .color_inverse { color: #fff; } .color_inherit { color: inherit; } .color_white { color: #fff; } .color_orange { color: #de7d0b; } .color_gray { color: #767676; } .color_gray_light { color: #ddd; } .color_black { color: #000; } .color_red { color: #9e1511; } .color_blue { color: #005dc7; } .background_main { background-color: #fff; } .background_inverse { background-color: #000; } .background_inverse_10 { background-color: #f4f4f4; } .background_gray_10 { background-color: #f4f4f4; } .background_gray_20 { background-color: #f2f2f2; } .background_gray_20--mobile { background-color: #f2f2f2; } .background_gray_40 { background-color: rgba(200,200,200,.4); } .background_white { background-color: #fff; } .background_white--mobile { background-color: #fff; } .background_blue { background-color: #005dc7; } .background_black { background-color: #000; } .background_gray_dark { background-color: #5f5f5f; } .background_orange { background-color: #de7d0b; } .background_orange_light { background-color: #d03f06; } .background_red { background-color: #9e1511; } .background_red_error { background-color: #e5d3d2; } .background_transparent { background-color: rgba(0,0,0,0); } .background_contain { background-size: contain; } .background_repeat_none { background-repeat: no-repeat; } .background_center { background-position: center; } .wtrmrk { background-image: url(/pf/resources/dist/images/bg-logo--bug-white.svg?d=519); } .wtrmrk2 { background-image: url(/pf/resources/dist/images/bg-logo--bug-grey.svg?d=519); } .fade { background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 80%); } .pointer { cursor: pointer; } .transparent { opacity: 0; } .symbol { height: 12px; width: 12px; min-width: 10px; margin-top: 2px; } .hover_color_blue:hover { color: #005dc7; } .hover_background_white:hover { background-color: #fff; } .hover_border_blue:hover { border: 1px solid #005dc7; } .hover_color_white:hover { color: #fff; } .hover_color_black:hover { color: #000; } .hover_color_main:hover { color: #000; } .hover_color_inverse:hover { color: #fff; } .hover_color_gray_90:hover { color: #464646; } .hover_color_inherit:hover { color: inherit; } .focus_color_gray_90:focus { color: #464646; } .ltr_half { letter-spacing: .5px; } .circle:before { content: " \25CF"; font-size: 24px; } .webkit_hide { -webkit-appearance: none; } .avatar { display: block; width: 75px; height: 75px; background: url(/pf/resources/dist/images/Avatar.svg?d=519) no-repeat; background-position: center; } .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .parens:after, amp-carousel figcaption span:after { content: ")"; } .parens:before, amp-carousel figcaption span:before { content: "("; } .list_counter_reset { counter-reset: li; } .list_counter_increment { counter-increment: li; } amp-carousel figcaption span { padding-left: 8px; } amp-img { max-width: 100%; } .theme-dark .fusion-app .fade { background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 80%); } .theme-dark .fusion-app .color_main { color: #fff; } .theme-dark .fusion-app .color_inverse { color: #000; } .theme-dark .fusion-app .color_inherit { color: inherit; } .theme-dark .fusion-app .color_blue { color: #2e8fff; } .theme-dark .fusion-app .color_white { color: #fff; } .theme-dark .fusion-app .background_main { background-color: #000; } .theme-dark .fusion-app .background_inverse { background-color: #fff; } .theme-dark .fusion-app .background_inverse_10 { background-color: #0b0b0b; } .theme-dark .fusion-app .background_white { background-color: #000; } .theme-dark .fusion-app .background_white--mobile { background-color: #000; } .theme-dark .fusion-app .background_gray_10 { background-color: #1a1a1a; } .theme-dark .fusion-app .background_gray_10--mobile { background-color: #1a1a1a; } .theme-dark .fusion-app .background_gray_20 { background-color: #333; } .theme-dark .fusion-app .background_gray_20--mobile { background-color: #333; } .theme-dark .fusion-app .background_blue { background-color: #2e8fff; } .theme-dark .fusion-app .background_red_error { background-color: #dcb8b8; } .theme-dark .fusion-app .border_foreground { border-color: #fff; } .theme-dark .fusion-app .border_blue { border-color: #2e8fff; } .theme-dark .fusion-app .hover_color_main:hover { color: #fff; } .theme-dark .fusion-app .hover_color_inverse:hover { color: #000; } .theme-dark .fusion-app .hover_ring:hover, .theme-dark .fusion-app .focus_ring:focus, .theme-dark .fusion-app .focus_visible_ring:focus { box-shadow: 0 0 0 2px #2e8fff; } .theme-dark .fusion-app .hover_ring:hover.shadow_inset, .theme-dark .fusion-app .focus_ring:focus.shadow_inset, .theme-dark .fusion-app .focus_visible_ring:focus.shadow_inset { box-shadow: inset 0 0 0 2px #2e8fff; } .grid { box-sizing: border-box; display: flex; flex: 0 1 auto; flex-flow: row wrap; vertical-align: top; } .grid>.col { box-sizing: border-box; flex: 0 0 auto; flex-basis: 100%; max-width: 100%; vertical-align: top; } .grid>.col.mobile-1 { flex-basis: 8.3%; max-width: 8.3%; } .grid>.col.mobile-2 { flex-basis: 16.6%; max-width: 16.6%; } .grid>.col.mobile-3 { flex-basis: 25%; max-width: 25%; } .grid>.col.mobile-4 { flex-basis: 33.33%; max-width: 33.33%; } .grid>.col.mobile-5 { flex-basis: 41.67%; max-width: 41.67%; } .grid>.col.mobile-6 { flex-basis: 50%; max-width: 50%; } .grid>.col.mobile-7 { flex-basis: 58.33%; max-width: 58.33%; } .grid>.col.mobile-8 { flex-basis: 66.67%; max-width: 66.67%; } .grid>.col.mobile-9 { flex-basis: 75%; max-width: 75%; } .grid>.col.mobile-10 { flex-basis: 83.33%; max-width: 83.33%; } .grid>.col.mobile-11 { flex-basis: 91.66%; max-width: 91.66%; } .grid>.col.mobile-12 { flex-basis: 100%; max-width: 100%; } .float_left { float: left; } .float_right { float: right; } .float_clear { clear: both; } .text_align_left { text-align: left; } .text_align_center { text-align: center; } .text_align_right { text-align: right; } .top_0 { top: 0; } .top_4rem { top: 4rem; } .relative { position: relative; } .absolute { position: absolute; } .absolute_center { position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; } .absolute_center.vertical { top: 50%; bottom: 50%; margin: auto; } .absolute_left { position: absolute; left: 0; } .absolute_right { position: absolute; right: 0; } .absolute_bottom { position: absolute; bottom: 0; } .right_15 { right: 15px; } .fixed { position: fixed; } .foreground_front { z-index: 1009; } .foreground_near { z-index: 999; } .foreground_far { z-index: 99; } .foreground_9 { z-index: 9; } .display_block { display: block; } .display_inherit { display: inherit; } .inline_block { display: inline-block; } .table { display: table; } .table_caption { display: table-caption; } .mouseover { top: 100px; min-width: 192px; background-color: rgba(0,0,0,.55); } .powa { height: 185.86px; } .powa-ctrl-embed-input { position: absolute; left: -10000px; } .powa-shot { height: 100%; position: absolute; width: 100%; } .powa-shot-duration { font-size: 14px; line-height: 20px; } .powa-shot-image { background-size: cover; background-position: center; } .powa-shot-play-btn { font-size: 20px; background-clip: padding-box; } .powa-shot-title { font-size: 14px; height: 40px; line-height: 20px; letter-spacing: .5px; overflow: hidden; } .promo_template .controls { height: 40px; } .promo_template .image:hover .playcircle { display: inline; } .video_sharebar { width: 41%; max-width: 140px; background-color: rgba(0,0,0,.55); } .video_sharebar .share_icon { min-width: 34%; } .railless_video .title, .railless_video .video_container, .railless_video figcaption { width: 73%; } .railless_video .promo_template .image { width: 100%; } .video_embed--responsive { position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; } .video_embed--responsive iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .videoCarouselButtons button:focus, .videoCarouselButtons button:hover { outline: 1px solid #005fcc; position: relative; z-index: 5; } .homepage_title { background-color: rgba(0,0,0,.55); } .homepage_title .title_text { margin-top: 0; position: relative; top: 1px; line-height: 2em; margin-left: 12px; } .homepage_play_duration_container { padding: 7px 7px 5px 5px; background-color: rgba(0,0,0,.54); } .homepage_play_duration_container svg { margin-left: 6px; margin-right: 13px; margin-bottom: 0; } .theme-dark .fusion-app .videoCarouselButtons button:focus, .theme-dark .fusion-app .videoCarouselButtons button:hover { outline: 1px solid #2e8fff; } .theme-dark .fusion-app .videoCarouselButtons button.border_foreground[disabled] { border-color: rgba(255,255,255,.55); } .theme-dark .fusion-app div.playcircle { background-color: #fff; } .hidden { display: none; } .invisible { visibility: hidden; } .paywall { padding-top: 800px; margin-bottom: -400px; } .tooltip .tooltiptext { visibility: hidden; width: 200px; left: -150px; top: 17px; } .tooltip:hover .tooltiptext { visibility: visible; } .skip-to-main { padding: 7px; background: #fff; position: fixed; left: -9999px; z-index: 9999; } .skip-to-main:focus, .skip-to-main:active { left: 0; } #main { scroll-snap-margin-top: 100px; scroll-margin-top: 100px; } .s_c .card { border-width: 1px; } .s_c .card .image { margin-bottom: 0; } .s_c .i_h-h .image, .s_c .i_d-h .image, .s_c [class*=_d-h] .image { width: 50%; margin-bottom: 16px !important; } .s_c .i_h-h .image figure, .s_c .i_d-h .image figure, .s_c [class*=_d-h] .image figure { margin-bottom: 0; } .s_c .i_h-h .deck, .s_c .i_h-h .headline, .s_c .i_h-h .overline, .s_c .i_h-h .links, .s_c .i_d-h .deck, .s_c .i_d-h .headline, .s_c .i_d-h .overline, .s_c .i_d-h .links, .s_c [class*=_d-h] .deck, .s_c [class*=_d-h] .headline, .s_c [class*=_d-h] .overline, .s_c [class*=_d-h] .links { max-width: 47%; margin-top: 4px; margin-bottom: 4px; } .s_c .i_h-h[class*=d-h-sm] .deck, .s_c .i_h-h[class*=d-h-sm] .headline, .s_c .i_h-h[class*=d-h-sm] .overline, .s_c .i_h-h[class*=d-h-sm] .links, .s_c .i_d-h[class*=d-h-sm] .deck, .s_c .i_d-h[class*=d-h-sm] .headline, .s_c .i_d-h[class*=d-h-sm] .overline, .s_c .i_d-h[class*=d-h-sm] .links, .s_c [class*=_d-h][class*=d-h-sm] .deck, .s_c [class*=_d-h][class*=d-h-sm] .headline, .s_c [class*=_d-h][class*=d-h-sm] .overline, .s_c [class*=_d-h][class*=d-h-sm] .links { max-width: 77%; } .s_c .i_h-h .headline, .s_c .i_d-h .headline, .s_c [class*=_d-h] .headline { width: 100%; margin-top: 0; } .s_c .i_h-h.w_bg .headline>a, .s_c .i_d-h.w_bg .headline>a, .s_c [class*=_d-h].w_bg .headline>a { padding-top: 8px; } .s_c .i_h-h .links, .s_c .i_d-h .links, .s_c [class*=_d-h] .links { margin-bottom: 0; width: 100%; } .s_c .i_h-h .overline, .s_c .i_d-h .overline, .s_c [class*=_d-h] .overline { margin-top: 0; } .s_c .i_h-h.text_align_center .overline, .s_c .i_d-h.text_align_center .overline, .s_c [class*=_d-h].text_align_center .overline { width: 46%; } .s_c .i_h-h.dark, .s_c .i_d-h.dark, .s_c [class*=_d-h].dark { background-color: #000; } .s_c .i_h-h.dark .deck, .s_c .i_h-h.dark .headline, .s_c .i_h-h.dark .overline, .s_c .i_h-h.dark .links>a, .s_c .i_d-h.dark .deck, .s_c .i_d-h.dark .headline, .s_c .i_d-h.dark .overline, .s_c .i_d-h.dark .links>a, .s_c [class*=_d-h].dark .deck, .s_c [class*=_d-h].dark .headline, .s_c [class*=_d-h].dark .overline, .s_c [class*=_d-h].dark .links>a { color: #fff; } .s_c .i_h-h.dark .deck:hover, .s_c .i_h-h.dark .headline:hover, .s_c .i_h-h.dark .overline:hover, .s_c .i_h-h.dark .links>a:hover, .s_c .i_d-h.dark .deck:hover, .s_c .i_d-h.dark .headline:hover, .s_c .i_d-h.dark .overline:hover, .s_c .i_d-h.dark .links>a:hover, .s_c [class*=_d-h].dark .deck:hover, .s_c [class*=_d-h].dark .headline:hover, .s_c [class*=_d-h].dark .overline:hover, .s_c [class*=_d-h].dark .links>a:hover { color: #fff; } .s_c .i_h-h.w_bg.img_r .overline.w_border, .s_c .i_d-h.w_bg.img_r .overline.w_border, .s_c [class*=_d-h].w_bg.img_r .overline.w_border { margin-left: 16px; min-width: 43%; } .s_c .i_h-h.img_l .overline, .s_c .i_d-h.img_l .overline, .s_c [class*=_d-h].img_l .overline { clear: right; float: right; } .s_c .i_h-h.img_l .overline:not(.w_border), .s_c .i_d-h.img_l .overline:not(.w_border), .s_c [class*=_d-h].img_l .overline:not(.w_border) { width: 100%; } .s_c .i_h-h.img_l .image, .s_c .i_d-h.img_l .image, .s_c [class*=_d-h].img_l .image { float: left; clear: left; } .s_c .i_h-h.img_l .deck, .s_c .i_h-h.img_l .headline, .s_c .i_h-h.img_l .links, .s_c .i_d-h.img_l .deck, .s_c .i_d-h.img_l .headline, .s_c .i_d-h.img_l .links, .s_c [class*=_d-h].img_l .deck, .s_c [class*=_d-h].img_l .headline, .s_c [class*=_d-h].img_l .links { float: right; clear: right; padding-right: 16px; } .s_c .i_h-h.img_r .image, .s_c .i_d-h.img_r .image, .s_c [class*=_d-h].img_r .image { float: right; clear: right; } .s_c .i_h-h.img_r .deck, .s_c .i_h-h.img_r .headline, .s_c .i_h-h.img_r .overline, .s_c .i_h-h.img_r .links, .s_c .i_d-h.img_r .deck, .s_c .i_d-h.img_r .headline, .s_c .i_d-h.img_r .overline, .s_c .i_d-h.img_r .links, .s_c [class*=_d-h].img_r .deck, .s_c [class*=_d-h].img_r .headline, .s_c [class*=_d-h].img_r .overline, .s_c [class*=_d-h].img_r .links { float: left; clear: left; } .s_c [class*=_d-h-sm] .image { width: 20%; } .s_c .i_h_d-hw .headline, .s_c .i_o_h_d-hw .headline { max-width: 100%; } .s_c .i_h_d-hw .headline>a, .s_c .i_o_h_d-hw .headline>a { display: block; margin-bottom: 2px; } .s_c .i_h_d-hw .deck, .s_c .i_o_h_d-hw .deck { display: contents; font-weight: initial; } .s_c .i_h_d-hw .links, .s_c .i_o_h_d-hw .links { max-width: 100%; padding-right: 16px; } .s_c .i_o_h_d-hw .overline { max-width: 100%; display: block; } .s_c .i_o_h_d-hw.img_r .overline { float: none; } .s_c .w_bg .overline { margin-top: 8px; } .s_c .w_bg:not(.img_l):not(.img_r) .deck, .s_c .w_bg:not(.img_l):not(.img_r) .headline, .s_c .w_bg:not(.img_l):not(.img_r) .overline:not(.w_border), .s_c .w_bg:not(.img_l):not(.img_r) .links { padding-left: 16px; padding-right: 16px; } .s_c .w_bg:not(.i_o_h_d-hw) .headline { margin-top: 8px; } .s_c .w_bg.img_l .deck, .s_c .w_bg.img_l .headline, .s_c .w_bg.img_l .overline:not(.w_border), .s_c .w_bg.img_l .links { padding-right: 16px; } .s_c .w_bg.img_r .deck, .s_c .w_bg.img_r .headline, .s_c .w_bg.img_r .overline:not(.w_border), .s_c .w_bg.img_r .links { padding-left: 16px; } .s_c .overline.w_border { width: auto; min-width: 47%; padding-left: 8px; } .s_c .image figure { position: relative; display: inline-block; height: 100%; width: 100%; margin-bottom: .7rem; } .s_c .image figure img { vertical-align: top; } .s_c .image figure .thumbnail { bottom: 0; left: 0; opacity: .8; background-color: #ffc500; padding: 6px; } .s_c .image figure .thumbnail .icon { min-height: auto; height: 24px; width: 24px; background-size: contain; background-repeat: no-repeat; background-position: center center; } .s_c .image figure .thumbnail .icon.gallery { background-image: url(/pf/resources/dist/images/PhotoGallery_Black.svg?d=519); } .s_c .image figure .thumbnail .icon.video { background-image: url(/pf/resources/dist/images/Video.svg?d=519); } .s_c .links { border-bottom: none; } .s_c .links .link a { text-decoration: none; } .s_c .text_align_center .overline { width: 94%; margin-left: 0; } .s_c .text_align_center .links { display: inline-flex; justify-content: center; } .s_c .text_align_center .links a { margin-top: 3px; } .s_c .i .image, .s_c .d_i .image, .s_c .h_i .image, .s_c .h_d_i .image, .s_c .o_h_d_i .image { margin-bottom: 0; } .s_c .o_h .headline, .s_c .i_o_h .headline { margin-bottom: 0; } .s_c .h { margin-bottom: 8px; } .s_c .d .deck, .s_c .h_d .deck, .s_c .i_d .deck, .s_c .i_h_d .deck, .s_c .h_i_d .deck, .s_c .o_h_d .deck, .s_c .o_h_i_d .deck { margin-bottom: 0; } .s_c[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .i_o_h_d-h .image, .s_c[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .i_h_d-h .image, .s_c[class*="-2"] .i_o_h_d-h .image, .s_c[class*="-2"] .i_h_d-h .image, .s_c[class*="-3"] .i_o_h_d-h .image, .s_c[class*="-3"] .i_h_d-h .image, .s_c[class*="-4"] .i_o_h_d-h .image, .s_c[class*="-4"] .i_h_d-h .image, .s_c[class*="-5"] .i_o_h_d-h .image, .s_c[class*="-5"] .i_h_d-h .image { width: 100%; } .s_c[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .i_o_h_d-h .overline, .s_c[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .i_o_h_d-h .headline, .s_c[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .i_o_h_d-h .deck, .s_c[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .i_o_h_d-h .links, .s_c[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .i_h_d-h .overline, .s_c[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .i_h_d-h .headline, .s_c[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .i_h_d-h .deck, .s_c[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .i_h_d-h .links, .s_c[class*="-2"] .i_o_h_d-h .overline, .s_c[class*="-2"] .i_o_h_d-h .headline, .s_c[class*="-2"] .i_o_h_d-h .deck, .s_c[class*="-2"] .i_o_h_d-h .links, .s_c[class*="-2"] .i_h_d-h .overline, .s_c[class*="-2"] .i_h_d-h .headline, .s_c[class*="-2"] .i_h_d-h .deck, .s_c[class*="-2"] .i_h_d-h .links, .s_c[class*="-3"] .i_o_h_d-h .overline, .s_c[class*="-3"] .i_o_h_d-h .headline, .s_c[class*="-3"] .i_o_h_d-h .deck, .s_c[class*="-3"] .i_o_h_d-h .links, .s_c[class*="-3"] .i_h_d-h .overline, .s_c[class*="-3"] .i_h_d-h .headline, .s_c[class*="-3"] .i_h_d-h .deck, .s_c[class*="-3"] .i_h_d-h .links, .s_c[class*="-4"] .i_o_h_d-h .overline, .s_c[class*="-4"] .i_o_h_d-h .headline, .s_c[class*="-4"] .i_o_h_d-h .deck, .s_c[class*="-4"] .i_o_h_d-h .links, .s_c[class*="-4"] .i_h_d-h .overline, .s_c[class*="-4"] .i_h_d-h .headline, .s_c[class*="-4"] .i_h_d-h .deck, .s_c[class*="-4"] .i_h_d-h .links, .s_c[class*="-5"] .i_o_h_d-h .overline, .s_c[class*="-5"] .i_o_h_d-h .headline, .s_c[class*="-5"] .i_o_h_d-h .deck, .s_c[class*="-5"] .i_o_h_d-h .links, .s_c[class*="-5"] .i_h_d-h .overline, .s_c[class*="-5"] .i_h_d-h .headline, .s_c[class*="-5"] .i_h_d-h .deck, .s_c[class*="-5"] .i_h_d-h .links { margin-left: 0; min-width: 100%; } .s_c[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .i_o_h_d-h.w_bg>*, .s_c[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .i_h_d-h.w_bg>*, .s_c[class*="-2"] .i_o_h_d-h.w_bg>*, .s_c[class*="-2"] .i_h_d-h.w_bg>*, .s_c[class*="-3"] .i_o_h_d-h.w_bg>*, .s_c[class*="-3"] .i_h_d-h.w_bg>*, .s_c[class*="-4"] .i_o_h_d-h.w_bg>*, .s_c[class*="-4"] .i_h_d-h.w_bg>*, .s_c[class*="-5"] .i_o_h_d-h.w_bg>*, .s_c[class*="-5"] .i_h_d-h.w_bg>* { padding-left: 8px; } .s_c[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .i_o_h_d-h.w_bg .image, .s_c[class*="-1"]:not([class*="-10"]):not([class*="-11"]):not([class*="-12"]) .i_h_d-h.w_bg .image, .s_c[class*="-2"] .i_o_h_d-h.w_bg .image, .s_c[class*="-2"] .i_h_d-h.w_bg .image, .s_c[class*="-3"] .i_o_h_d-h.w_bg .image, .s_c[class*="-3"] .i_h_d-h.w_bg .image, .s_c[class*="-4"] .i_o_h_d-h.w_bg .image, .s_c[class*="-4"] .i_h_d-h.w_bg .image, .s_c[class*="-5"] .i_o_h_d-h.w_bg .image, .s_c[class*="-5"] .i_h_d-h.w_bg .image { padding-left: 0; } .live-updates-header .headline, .live-updates-header .subheader { font-weight: 400; } .live-updates-header .headline.headline { font-size: 32px; line-height: 39px; } .live-updates-header .subheader.subheader { font-size: 20px; line-height: 28px; margin: 10px 0; } .header .byline.live-updates:first-child, .header .overline:first-child+.byline.live-updates { margin-bottom: 0; } .header .byline.live-updates:first-child .label, .header .byline.live-updates:first-child .author, .header .byline.live-updates:first-child .affiliation, .header .byline.live-updates:first-child .sharebar, .header .overline:first-child+.byline.live-updates .label, .header .overline:first-child+.byline.live-updates .author, .header .overline:first-child+.byline.live-updates .affiliation, .header .overline:first-child+.byline.live-updates .sharebar { display: none; } .header .byline.live-updates:first-child .datetime, .header .overline:first-child+.byline.live-updates .datetime { font-size: 14px; } .header .byline.live-updates:first-child .datetime .date, .header .byline.live-updates:first-child .datetime .time, .header .overline:first-child+.byline.live-updates .datetime .date, .header .overline:first-child+.byline.live-updates .datetime .time { color: #9e1511; } .header .byline.live-updates:first-of-type~.byline.live-updates { flex-direction: column; } .header .byline.live-updates:first-of-type~.byline.live-updates .sharebar { margin-left: 0; margin-right: auto; border-top: 1px solid #333; margin-top: 10px; padding-top: 5px; align-items: baseline; } .header .byline.live-updates:first-of-type~.byline.live-updates .share--print { border-top: 0; } .header .byline.live-updates:first-of-type~.byline.live-updates .sharebar_comment_count:empty { width: 0; display: none; } .header .byline.live-updates:first-of-type~.byline.live-updates .datetime { display: none; } .header .byline.live-updates:first-of-type~.byline.live-updates .author { display: inline-block; } .header .byline.live-updates:first-of-type~.byline.live-updates .affiliation { color: #767676; } .live-updates .pinned-region { margin-top: 65px; } .live-updates .pinned-string { color: #333; margin-bottom: 15px; } .live-updates .pinned-item { padding: 15px; margin-bottom: 100px; background: #ededed; } .live-updates .pinned-item+.pinned-item { margin-top: 50px; margin-bottom: 50px; } .live-updates .pinned-item .divider { margin: 25px auto 0; } .live-updates div[class*=ad_position_ad_clinarticle]+.divider { display: none; } .live-updates div[class*=ad_position_ad_clinarticle]+.divider+div { margin-top: 40px; } .m_m .title { line-height: 22px; margin-bottom: 32px; } .m_m .center_line { height: 1px; } .m_m .tile { margin-bottom: 32px; } .m_m .tile_title, .m_m .tile_image, .m_m .tile_details { flex: 2; margin-bottom: 8px; } .m_m .tile_title h5 { font-size: 16px; } .m_m .tile_image { margin-right: 8px; } .m_m .tile_image .image img { object-fit: cover; } .m_m .button_container { margin-bottom: 96px; } .m_m .button { border: 2px solid #005dc7; border-radius: 4px; font-size: 18px; height: 56px; } .a_f .author>a { margin-left: auto; } .a_f .author .links a { color: inherit; text-transform: initial; } .a_f .avatar { margin: -14px 0 8px; width: 65px; height: 65px; background-size: contain; background-position: 100% 0; } .a_f .deck { width: 67%; } .a_f .title_bar { margin: 10px 0; padding-left: 0; } .a_f .title_bar .title { background-color: #f4f4f4; } .a_f .wtrmrk { background-position: 10%; } .theme-dark .fusion-app .a_f .title_bar .title { background-color: #1a1a1a; } .chain>.s_c .card { margin-top: 0; } .arrow { border-top: 4px solid; border-left: 4px solid; width: 10px; height: 10px; } .arrow_d { transform: rotate(225deg); } .arrow_l { transform: rotate(315deg); } .arrow_r { transform: rotate(135deg); } .arrow_u { transform: rotate(45deg); } .timer-container--electoral-leaderboard { position: absolute; top: 0; left: 50%; transform: translateY(-50%) translateX(-50%); } .test-label { padding: 3px 5px; font-size: 12px; text-align: center; margin: 0 5px; } .electoral-leaderboard { margin-top: 16px; } .primary-state-results .elections-social { border-top: 6px solid #979797; padding: 20px 0; margin: 20px 0; } .see-all-races-btn { display: none; } .primary-state-results .elex__WinnerCard_style-module_percentage, .primary-state-results .percentage, .primary-results-widget .elex__WinnerCard_style-module_percentage, .primary-results-widget .percentage { color: #000 !important; } .primary-results-widget { flex: 1; } .primary-results-widget .elex-questions-title { align-items: flex-end; } .primary-results-widget .results-header { margin-bottom: 16px; } .primary-results-widget .results-footer { padding-top: 6px; } .primary-results-widget .results-footer>p, .primary-results-widget .results-footer>div { flex: 1; } .primary-results-widget .results-footer .results-link { margin-top: 0; } .primary-results-widget .results-footer-top { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; border-bottom: 1px solid #222; } .primary-results-widget .results-footer-top:after { content: ""; display: block; width: 100%; border-bottom: 1px solid #222; margin-bottom: 4px; flex: 0 0 100%; } .primary-results-widget .primary-results-label>.bar { top: 50%; transform: translateY(-50%); z-index: -1; } .primary-results-widget .elex__components_PercentReporting-module_pctReportingContainer { height: auto; } .primary-results-widget .elex__components_PercentReporting-module_pctReportingText { font-size: 8px; line-height: 1; } .primary-results-widget .elex__components_Timer-module_timerText { line-height: 1.4; } .primary-results-widget .timer-container .test-label { display: none; } .primary-results-widget .timer-container .elex__components_Timer-module_timer { height: auto; display: block; margin-right: auto; } .primary-results-widget>.timer-container .test-label { display: flex; margin-right: auto; } .primary-results-widget>.timer-container .elex__components_Timer-module_timer { display: none; } @supports (-ms-ime-align: auto) { .state-map span[class*=selectLabel] { left: 35px; background-color: #f3ebd6; } } .elections-state-map-widget .results-header { margin-bottom: 16px; } .elections-state-map-widget .elex-questions-title { align-items: flex-end; } .elections-state-map-widget .elex__components_Timer-module_timerText { line-height: 1.4; } .elections-state-map-widget .city-town-select-list-wrapper { display: none; } .suppress-third-label .elex__components_BreakdownTable-module_tableHeader div:last-child { display: none; } .elex__WinnerCard_style-module_bio, .elex__WinnerCard_style-module_ageSize { display: none; } .isPresidential .elex__WinnerCard_style-module_bio, .isPresidential .elex__WinnerCard_style-module_ageSize { display: inline-block; } .race-page-social-share-wrapper { width: 100%; } .raceID-results-widget { width: 100%; box-sizing: border-box; } .chain .raceID-results-widget { max-width: none; margin: 8px 0 45px; } .raceID-results-widget .elex-questions-timer { margin-left: auto; width: 80px; } .raceID-results-widget .elex-questions-timer>div { justify-content: flex-end; } .raceID-results-widget .elex__Candidate_CandidateCard-module_voteCount.elex__Candidate_CandidateCard-module_liteVoteCount { float: right; } .raceID-results-widget .elex__Candidate_CandidateCard-module_percentage { margin-left: auto !important; } .primary-results-widget .results-link, .raceID-results-widget .results-link { font-size: 10px; padding: 5px 0 4px 7px; width: 100px; margin-top: 5px; background: #e7e7e7; } .primary-results-widget .results-link a, .raceID-results-widget .results-link a { color: #222; } .primary-results-widget .results-link .results-toggle-icon, .raceID-results-widget .results-link .results-toggle-icon { float: right; height: 10px; margin-top: 3px; width: 6px; margin-right: 15px; background: url(/pf/resources/dist/images/electionsShowMore.png?d=519) #e7e7e7 no-repeat; } .primary-results-widget .results-link .results-toggle-icon.show-more, .raceID-results-widget .results-link .results-toggle-icon.show-more { transform: rotate(90deg); } .primary-results-widget .results-link .results-toggle-icon.show-less, .raceID-results-widget .results-link .results-toggle-icon.show-less { transform: rotate(-90deg); } .primary-results-widget .uncontested.results-source, .raceID-results-widget .uncontested.results-source { margin-top: 3px; position: relative; border-bottom: 1px solid #222; } .primary-results-widget .uncontested.results-source:after, .raceID-results-widget .uncontested.results-source:after { content: ""; display: block; width: 100%; border-bottom: 1px solid #222; position: absolute; bottom: -6px; } .primary-results-widget .contested .results-source, .raceID-results-widget .contested .results-source { bottom: 12px; line-height: 0; margin-top: 0; } .elex-questions-title { display: flex; align-items: baseline; font-family: "Benton",sans-serif; font-weight: 800; font-size: 16px; padding-bottom: 5px; border-bottom: 2px solid #222; } .elex-questions-title .elex-questions-timer { margin-left: auto; width: 80px; margin-top: 7px; } .elex-questions-title .elex__components_Timer-module_timer { height: auto; } .elex-questions-title .elex__components_Timer-module_timerText { font-size: 12px; } .elex-questions-description { font-family: "Benton",sans-serif; font-weight: 400; font-size: 14px; margin-top: 10px; margin-bottom: 15px; } .elex-link-list-container { margin-top: 30px; min-width: 200px; } .elex-link-list-container .head-deck { border-radius: 6px 6px 0 0; padding: 10px 12px; line-height: 1.5; } .elex-link-list-container .head-deck h2 { margin-bottom: 3px; } .elex-link-list-container .list { border-bottom: 3px solid #333; height: 330px; overflow: scroll; scrollbar-width: thin; scrollbar-color: #333 #979797; } .elex-link-list-container .list-item { padding: 0 2px; } .elex-link-list-container .list-item:hover { background-color: #000; } .elex-link-list-container .list-item+.list-item { border-top: 1px solid #d8d8d8; } .elex-link-list-container .list-item+.list-item:has(a:focus) { border-top-color: rgba(0,0,0,0); } .elex-link-list-container .list-link { line-height: 2.2; padding-left: 13px; color: #000; } .elex-link-list-container .list-link:hover { color: #fff; } .tracking-out-contract { -webkit-animation: tracking-out-contract 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite alternate-reverse both; animation: tracking-out-contract 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite alternate-reverse both; } .elex-loading-indicator { font-size: 18px; font-family: Benton,sans-serif; font-weight: 700; } .elections-sub-nav-wrapper .elex__SelectRaceNavigation_style-module_mobileNav { text-transform: none; } .elections-sub-nav-wrapper>div { margin: 0 auto; width: 90%; } .elections-sub-nav-wrapper .elex__ReactPriorityNav_theme-module_globe .nav__dropdown:not(:empty) { margin-top: 14px; padding-bottom: 25px; } .elections-sub-nav-wrapper .elex__ReactPriorityNav_theme-module_globe .nav__dropdown:not(:empty):after { bottom: 0; } .elections-sub-nav-wrapper .elex__SelectRaceNavigation_style-module_desktopNav { max-width: 1420px; } .elections-sub-nav-wrapper .elex__SelectRaceNavigation_style-module_election.elex__SelectRaceNavigation_style-module_menuItem { padding: 0 50px 0 0; margin-left: 38px; } .elections-sub-nav-wrapper .elex__SelectRaceNavigation_style-module_menuItem { padding: 3px 28px 6px; } .elections-sub-nav-wrapper .elex__SelectRaceNavigation_theme-module_desktopNav { margin-bottom: 0; } .elections-sub-nav-wrapper .elex__SelectRaceNavigation_style-module_bgElectionsNavTop { margin: 0 auto; } .elections-sub-nav-wrapper .priority-nav__dropdown-toggle { min-width: 130px; } .elections-intro { margin: 0 auto 40px; width: 95%; } .elections-intro h1 { margin-bottom: 20px; font-size: 28px; line-height: 44px; } .elections-intro h1:before { content: ""; display: block; width: 100%; background-image: url(/pf/resources/dist/images/election_logos-02.svg?d=519); background-repeat: no-repeat; background-position: top center; background-size: 65px; height: 60px; } .elections-intro p { font-size: 16px; line-height: 24px; } .theme-dark .fusion-app .elex-winner-checkmark g { fill: #fff; } .theme-dark .fusion-app .elex-questions-title, .theme-dark .fusion-app .elex__components_PercentReporting-module_pctReportingContainer, .theme-dark .fusion-app .elex__components_PercentReporting-module_pctReportingContainer:after { border-color: #fff; } .theme-dark .fusion-app .elex__ToolTip_style-module_table { color: #000; } .theme-dark .fusion-app .elex__components_Timer-module_timerText, .theme-dark .fusion-app .elex__ElectoralLeaderboard_style-module_candidateParty, .theme-dark .fusion-app .elex__Candidate_CandidateCard-module_party, .theme-dark .fusion-app .elex__Candidate_CandidateCard-module_nameAndBarCell, .theme-dark .fusion-app .elex__GeneralLegend_Legend-module_partyName, .theme-dark .fusion-app .elex__GeneralLegend_Legend-module_partyNameMobile, .theme-dark .fusion-app .elex__GeneralLegend_Legend-module_legendItem, .theme-dark .fusion-app .elex__StateMap_style-module_legendNote, .theme-dark .fusion-app .elex__Candidate_CandidateCard-module_liteVoteCountNumber, .theme-dark .fusion-app .elex__Candidate_CandidateRow-module_nameAndBarCell { color: #fff !important; } .theme-dark .fusion-app .elex__components_Timer-module_timerText { background-color: #000; } .theme-dark .fusion-app .elex__Race_style-module_shadowBox .elex__Candidate_CandidateCard-module_nameAndBarCell .elex__Candidate_CandidateCard-module_name { color: #000 !important; } .theme-dark .fusion-app .elex__Race_style-module_shadowBox .elex__Candidate_CandidateCard-module_nameAndBarCell .elex-winner-checkmark g { fill: #000 !important; } .theme-dark .fusion-app .elex__Candidate_CandidateCard-module_voteCount.elex__Candidate_CandidateCard-module_liteVoteCount .elex__Candidate_CandidateCard-module_percentage { color: #fff !important; } .elections-sub-nav-wrapper .elex__SelectRaceNavigation_theme-module_desktopNav { text-align: center; overflow: visible; } .elex__ReactPriorityNav_theme-module_globe .nav__dropdown-wrapper.show:before { width: auto; } .raceID-results-pre-footer { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; } .double-line-bottom { border-bottom: 1px solid #222; padding-bottom: 4px; } .double-line-bottom:after { content: ""; display: block; width: 100%; border-bottom: 1px solid #222; } .raceID-results-widget .elex__components_PercentReporting-module_pctReportingContainer { border-bottom: none; height: auto; } .raceID-results-widget .elex__components_PercentReporting-module_pctReportingContainer:after { display: none; } .raceID-results-widget .elex__components_PercentReporting-module_pctReportingText { line-height: 8px; } .raceID-results-widget .results-link { margin-top: 0; } .raceID-results-widget .uncontested.results-source { margin-bottom: 5px; } .weather-widget { padding: 15px 20px 27px; border: 1px solid #eee; box-sizing: border-box; margin: 0 auto 16px; } .weather-widget.has-no-hourly .detail-list { margin-bottom: 0; } .weather-widget.has-no-hourly .detail-list li:last-child { margin-bottom: 0; } .weather-widget .locality-list { appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url(/pf/resources/dist/images/arrowVector2X.svg?d=519); background-repeat: no-repeat; background-position: 96% center; font-size: 24px; padding-right: 30px; margin-bottom: 25px; border: 0; border-bottom: 1px solid #eee; background-color: #fff; } .weather-widget .weather-summary { border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 20px; } .weather-widget .weather-summary img { margin-top: -6px; height: 60px; align-self: flex-start; width: 60px; margin-left: auto; } .weather-widget .temp-summary { margin-bottom: 6px; } .weather-widget .temp-summary .temp { font-size: 32px; display: inline; } .weather-widget .temp-summary .description { font-size: 17px; } .weather-widget .low { color: #777; } .weather-widget .temp-summary, .weather-widget .high-summary { line-height: 1.4; } .weather-widget .detail-list { padding-left: 0; } .weather-widget .detail-list li { margin-bottom: 25px; } .weather-widget .detail { color: #777; margin-right: auto; } .weather-widget .value { margin-left: auto; } .weather-widget .hourly-title { font-size: 26px; padding-bottom: 10px; margin-bottom: 15px; border-bottom: 1px solid #ddd; } .weather-widget .hourly-container:before, .weather-widget .hourly-container:after { content: ""; display: block; height: 100px; position: absolute; z-index: 997; background: #fff; width: 24px; } .weather-widget .hourly-container:before { left: -4px; } .weather-widget .hourly-container:after { right: -6px; } .weather-widget .hourly-page { position: absolute; left: 0; right: 0; margin-left: 16%; width: 80%; } .weather-widget .hourly-page[aria-hidden] { transition: all .2s ease-out; } .weather-widget .hourly-page[aria-hidden=true] { left: -100%; } .weather-widget .hourly-page~[aria-hidden=false] { right: -100%; } .weather-widget .hourly-page[aria-hidden=false]~.hourly-page[aria-hidden=true] { left: 100%; } .weather-widget .hourly-tile { width: 25%; } .weather-widget .hourly-tile .icon { height: 40px; margin-left: -5px; } .weather-widget .hourly-tile img { width: 40px; } .weather-widget .hourly-tile-strip { transition: left .2s ease-out; height: 99px; width: 100%; } .weather-widget .temp-hourly { margin-bottom: 3px; } .weather-widget .precip-hourly { margin-bottom: 3px; } .weather-widget .precip-hourly img { margin-right: 3px; margin-bottom: -1px; width: 8px; } .weather-widget .time-hourly { color: #777; } .weather-widget .next, .weather-widget .previous { height: 95%; } .weather-widget .next:hover, .weather-widget .previous:hover { cursor: pointer; } .weather-widget .next:disabled:focus, .weather-widget .next:disabled:hover, .weather-widget .next[disabled]:focus, .weather-widget .next[disabled]:hover, .weather-widget .previous:disabled:focus, .weather-widget .previous:disabled:hover, .weather-widget .previous[disabled]:focus, .weather-widget .previous[disabled]:hover { box-shadow: none; cursor: auto; } .weather-widget .next { right: 2px; margin-left: 14px; z-index: 998; } .weather-widget .next:after { content: ""; background-image: url(/pf/resources/dist/images/arrowVector2X.svg?d=519); background-repeat: no-repeat; transform: rotate(-90deg); height: 9px; width: 14px; display: block; } .weather-widget .previous { left: 2px; z-index: 998; margin-right: 14px; } .weather-widget .previous:after { content: ""; background-image: url(/pf/resources/dist/images/arrowVector2X.svg?d=519); background-repeat: no-repeat; transform: rotate(90deg); height: 9px; width: 14px; display: block; } .theme-dark .fusion-app .weather-widget .time-hourly, .theme-dark .fusion-app .weather-widget .low, .theme-dark .fusion-app .weather-widget .detail { color: #969696; } .theme-dark .fusion-app .weather-widget .locality-list { background-color: #000; border-bottom-color: #9e9e9e; color: #fff; background-image: url(/pf/resources/dist/images/arrowVectorDarkMode2X.svg?d=519); } .theme-dark .fusion-app .weather-widget .locality-list optgroup { background: #333; color: #fff; } .theme-dark .fusion-app .weather-widget .next:after { background-image: url(/pf/resources/dist/images/arrowVectorDarkMode2X.svg?d=519); } .theme-dark .fusion-app .weather-widget .previous:after { background-image: url(/pf/resources/dist/images/arrowVectorDarkMode2X.svg?d=519); } .theme-dark .fusion-app .weather-widget .hourly-container:before, .theme-dark .fusion-app .weather-widget .hourly-container:after { background: #000; } .weather-seven-day { border: 1px solid #e1e1e1; justify-content: space-evenly; } .weather-seven-day .tile-dayname-month-day, .weather-seven-day .tile-desc-hl { flex-direction: column; } .weather-seven-day .weather-7D-tile { line-height: normal; } .weather-seven-day .weather-7D-tile-month, .weather-seven-day .weather-7D-tile-day, .weather-seven-day .weather-7D-tile-low { color: #777; } .staff_feed.list_feed { height: fit-content; } .staff_feed .staff_feed_image { width: 70px; height: 70px; margin-right: 12px; } .error-textbox-icon { background: url(/pf/resources/dist/images/AlertExclaimation.svg?d=519) no-repeat; background-position: right; } .theme-dark .fusion-app .cta_banner_tagline { background-color: #000; color: #fff; border-color: #fff; } .theme-dark .fusion-app .cta_banner_tagline.border_red { border-color: #9e1511; } .savedArticle-wrapper-width, .savedArticle-popup-error { margin-top: 40px; } .ua-prompt { display: flex; padding: 32px 16px; } .ua-prompt.popup { position: fixed; top: 0; left: 50%; width: 85%; max-width: 600px; transform: translateX(-50%); background: #fff; z-index: 999; flex-direction: column; text-align: center; } .ua-prompt.popup .prompt-info { display: flex; flex-direction: row; padding: 0; } .ua-prompt.popup .prompt-logo { flex: 0 0 50px; width: 50px; height: 60px; background-image: url(/pf/resources/dist/images/bg-logo--bug-medium.svg?d=519); background-size: 100%; background-position: 50%; background-repeat: no-repeat; margin-left: 8px; margin-right: 24px; } .ua-prompt.popup .prompt-text-container { text-align: left; flex: 1 1 auto; } .ua-prompt.popup .prompt-close { position: relative; flex: 0 0 18px; width: 18px; height: 18px; margin-top: -18px; cursor: pointer; } .ua-prompt.popup .prompt-close:before, .ua-prompt.popup .prompt-close:after { content: ""; display: block; width: 21px; height: 4px; background: #777; position: absolute; top: 50%; left: 0; } .ua-prompt.popup .prompt-close:before { transform: rotate(45deg) translateX(-2px); } .ua-prompt.popup .prompt-close:after { transform: rotate(315deg) translateY(-2px); } .ua-prompt.popup .prompt-heading { font-family: "BentonSansCond","Helvetica","Arial",sans-serif; font-size: 18px; line-height: 1.5; } .ua-prompt.popup .prompt-text { font-size: 18px; line-height: 1.5; } .ua-prompt.popup .prompt-btn-container { display: flex; justify-content: center; } .ua-prompt.popup .prompt-btn { width: 120px; height: 50px; color: #005dc7; border: 1px solid #005dc7; background-color: #fff; margin: 0; } .ua-prompt.popup .prompt-btn:first-child { margin-right: 16px; } .ua-prompt.stacked { flex-direction: column; text-align: center; } .ua-prompt.horizontal { flex-direction: column; text-align: center; } .ua-prompt.success { padding: 16px; } .ua-prompt.success .prompt-info { margin-bottom: 0; } .ua-prompt .prompt-info { padding: 0 16px; margin-bottom: 16px; } .ua-prompt .prompt-text-container { text-align: center; display: flex; flex-direction: column; } .ua-prompt .prompt-heading { font-family: "Miller-Headline","Georgia","Times","Times New Roman",serif; font-weight: 700; font-size: 28px; letter-spacing: -0.51px; line-height: 1; margin-bottom: 8px; } .ua-prompt .prompt-success { width: 32px; height: 32px; background-image: url(/pf/resources/dist/images/Checkmark.svg?d=519); background-repeat: no-repeat; background-position: center; background-size: 50%; background-color: #386800; border-radius: 50%; margin: 0 auto 8px; } .ua-prompt .prompt-text { font-size: 16px; letter-spacing: -0.29px; line-height: 1.2; } .ua-prompt .prompt-btn-container { width: 100%; } .ua-prompt .prompt-btn { margin: auto; padding: 0; border-radius: 4px; width: calc(100% - 32px); max-width: 300px; height: 56px; font-size: 18px; color: #fff; background-color: #005dc7; letter-spacing: -0.24px; cursor: pointer; } .theme-dark .fusion-app .ua-prompt { background-color: #000; } .theme-dark .fusion-app .ua-prompt.popup .prompt-btn { color: #fff; border-color: #2e8fff; } .theme-dark .fusion-app .ua-prompt .prompt-btn { background-color: #2e8fff; } .theme-dark .fusion-app .ua-prompt .prompt-logo { background-image: url(/pf/resources/dist/images/bg-logo--bug-white.svg?d=519); } .theme-dark .fusion-app .ua-prompt .prompt-close:before, .theme-dark .fusion-app .ua-prompt .prompt-close:after { background: #fff; } .gallery-feature { width: 100%; padding: 0 16px; } .gallery_link { cursor: pointer; } .live-updates__widget { padding: 0 16px; } .live-updates__overline { display: inline-block; background-color: #9e1511; color: #fff; padding: 6px 15px 3px; margin-bottom: 10px; border-radius: 3px; line-height: 1; font-size: 14px; } .live-updates__heading { font-size: 26px; } .live-updates__heading a { color: inherit; } .live-updates__heading a:hover { color: #767676; } .live-updates__list { padding-left: 9px; } .live-updates__item { list-style: none; position: relative; padding-left: 15px; padding-bottom: 15px; } .live-updates__item:before { content: ""; display: block; background-color: #9e1511; width: 6px; height: 6px; border-radius: 50%; position: absolute; top: 5px; left: -7px; } .live-updates__item.line:after { content: ""; display: block; border: 1px solid #ddd; height: calc(100% - 5px); position: absolute; top: 11px; left: -5px; } .live-updates__time { font-size: 14px; } .live-updates__text { font-size: 16px; } .live-updates__text a { color: inherit; } .live-updates__text a:hover { color: #767676; } .subscribe_continue { font-size: 14px; font-weight: 800; margin-bottom: 20px; font-family: "BentonSansCond"; } p.readmore_button a { border: 1px solid #005dc7; border-radius: 5px; color: #000; font-family: "BentonSansCond","Helvetica","Arial",sans-serif; font-weight: 600; letter-spacing: .5px; padding: 4px 8px; z-index: 1; display: inline-flex; flex-direction: row; align-items: baseline; } p.readmore_button a:hover { border-bottom: 1px solid #005dc7; color: #464646; text-decoration: none; background-color: #f2f2f2; } .scoreboard { display: flex; justify-content: center; padding: 0 20px; } .scoreboard__list { display: flex; align-items: center; list-style: none; overflow: hidden; height: 41px; padding: 0; margin: 0; } .scoreboard__item { display: none; padding: 0 10px 0 0; } .scoreboard__item.show { display: flex; } .scoreboard__link { width: 100%; display: flex; font-size: 14px; color: #000; transition: color .25s; } .scoreboard__logo-container { display: flex; align-items: center; height: 100%; } .scoreboard__logo { width: 25px; height: 25px; background-image: url(/pf/resources/dist/images/sport-team-logos-2x.png?d=519); background-repeat: no-repeat; background-size: 115px; margin-right: 15px; } .scoreboard__logo--nfl { background-position: 0 0; } .scoreboard__logo--mlb { background-position: -30px 0; } .scoreboard__logo--nba { background-position: -60px 0; } .scoreboard__logo--nhl { background-image: url(/pf/resources/dist/images/bruins-gold-b-2023-24.png?d=519) !important; background-size: 25px; } .scoreboard__scores { display: flex; flex-direction: column; align-items: stretch; margin-right: 15px; } .scoreboard__info { display: flex; justify-content: space-between; white-space: normal; } .scoreboard__team-name-short { text-transform: uppercase; margin-right: 15px; } .scoreboard__team-name-full { display: none; } .scoreboard__score, .scoreboard__team-name-short { text-align: center; } .scoreboard__time { text-align: center; } .scoreboard__time--inline { display: none; } .scoreboard__unit { margin-left: 3px; display: none; } .scoreboard__next-score { display: flex; align-items: center; box-sizing: border-box; position: relative; float: left; width: 40px; height: 41px; padding: 8px 0 8px 10px; background-image: url(/pf/resources/dist/images/Arrow-Down.svg?d=519); background-repeat: no-repeat; background-position: 20px 50%; background-size: 40%; color: #000; cursor: pointer; } .scoreboard__next-score:before { content: ""; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); height: 20px; width: 1px; background-color: #ddd; } .scoreboard__next-score-text { display: none; } .feature_feed .feature_feed_image { width: 33%; max-width: 100px; min-width: 56px; height: auto; max-height: 80px; min-height: 56px; background-size: contain; background-repeat: no-repeat; background-position: top right; margin-left: 12px; } .brandlab_ad_container .color_orange { color: #d03f06; } .masthead_scroll { border-bottom-width: 1px; } .no-top-margin { margin-top: 0 !important; } .navigation_masthead_container { display: flex; flex-direction: column; } .navigation_masthead.fixed { top: 0; } .hamburger { background-image: url(/pf/resources/dist/images/HamburgerMenu.svg?d=519); background-repeat: no-repeat; background-position: center; background-size: contain; height: 24px; width: 24px; } .hamburger_container { margin-left: 3px; margin-right: 8px; } .hamburger.active { background-image: url(/pf/resources/dist/images/overlay-close.svg?d=519); } .hamburger_white { background-image: url(/pf/resources/dist/images/HamburgerMenu--theme-dark.svg?d=519); } .hamburger_white.active { background-image: url(/pf/resources/dist/images/overlay-close--theme-dark.svg?d=519); } .hamburger:hover { box-shadow: 0 0 0 2px #005dc7; } .hamburger:hover, .hamburger:focus { outline: none; border-radius: 3px; } .logo-container { border-left-width: 1px; } .primary_nav_wrap { padding: 0; } .primary_nav { font-size: 13px; font-weight: 700; border-bottom-width: 2px; display: none; margin-left: 2px; padding-left: 2px; padding-right: 2px; } .primary_nav .nav_item { display: inline-block; padding: 0 10px; text-align: center; height: 16px; position: relative; margin-top: 2px; margin-bottom: 2px; border-radius: 3px; } .primary_nav .nav_item:focus:before, .primary_nav .nav_item:focus+.nav_item:before { background: rgba(0,0,0,0) !important; } .primary_nav .nav_item+.nav_item { margin-left: 1px; } .primary_nav .nav_item+.nav_item:before { content: ""; height: 16px; display: block; width: 1px; background: #000; position: absolute; left: -1px; } .secondary-nav { width: 375px; height: 100vh; position: absolute; transform: translateX(-375px); left: 0; transition: transform 500ms cubic-bezier(0.56, 1.65, 0.77, 0.88); transition-timing-function: cubic-bezier(0.56, 1.65, 0.77, 0.88); font-weight: 400; border-color: #005dc7; } .secondary-nav:after { content: ""; background: url(/pf/resources/dist/images/bg-logo--bug-medium.svg?d=519); background-size: 100%; background-repeat: no-repeat; background-position: -54px 54px; opacity: .1; top: 0; left: 0; bottom: 0; right: 0; pointer-events: none; position: absolute; z-index: 2; } .secondary-nav .option { width: 56px; max-height: 56px; cursor: pointer; font-size: 10px; box-sizing: content-box; } .secondary-nav .option:focus { outline: 1px dotted #212121; outline: -webkit-focus-ring-color auto 1px; z-index: 1; } .secondary-nav .option .icon { padding: .45em; } .secondary-nav .option.active { background-color: #000; color: #fff; } .secondary-nav .option.active .icon>svg, .secondary-nav .option.active .icon>svg g, .secondary-nav .option.active .icon>svg path { fill: #fff; } .secondary-nav.open { transform: translateX(0); } .secondary-nav .secondary-nav-screen-container .secondary-nav-screen { display: none; } .secondary-nav .secondary-nav-screen-container .secondary-nav-screen.active { padding-bottom: 150px; display: block; } .secondary-nav .secondary-nav-screen-container .search_label { color: #444; font-size: 14px; line-height: 1.2; width: 75%; } .secondary-nav .secondary-nav-screen-container .search_input { border-radius: 5px; border-color: #5f5f5f; width: 75%; box-sizing: border-box; z-index: 3; } .secondary-nav .secondary-nav-screen-container .search_input::placeholder { color: #444; } .secondary-nav .secondary-nav-screen-container .search_button { margin-left: -32px; z-index: 5; width: 20px; align-self: flex-end; background-image: url(/pf/resources/dist/images/Search.svg?d=519); background-repeat: no-repeat; background-size: 20px; height: 16px; margin-top: -33px; margin-right: 37px; background-position: 12px 3px; } .secondary-nav .secondary-nav-screen-container .search_button:focus { background-color: #fff; } .secondary-nav .secondary-nav-options { background-color: #fff; z-index: 3; } .secondary-nav ul { margin: 0; } .secondary-nav h3 { color: #005dc7; } .secondary-nav a { display: inline-block; } .sign_in_settings_container .settings__toggle-btn { margin-left: 8px; } .sign_in { white-space: nowrap; font-size: 13px; } .sign_in div[role=button].focus_ring { border-radius: 3px; outline: none; } .sign_in .logged_out { padding-right: 4px; } .sign_in_icon { margin-bottom: 2px; } .todays_paper.focus_ring { border-radius: 3px; outline: none; } @supports (-webkit-hyphens: none) { .primary_nav .nav_item { outline: none; } } .theme-dark .fusion-app .hamburger { background-image: url(/pf/resources/dist/images/HamburgerMenu--theme-dark.svg?d=519); } .theme-dark .fusion-app .hamburger.active { background-image: url(/pf/resources/dist/images/overlay-close--theme-dark.svg?d=519); } .theme-dark .fusion-app .hamburger:hover { box-shadow: 0 0 0 2px #2e8fff; } .theme-dark .fusion-app .primary_nav .nav_item+.nav_item:before { background: #fff; } .theme-dark .fusion-app .secondary-nav { border-color: #2e8fff; } .theme-dark .fusion-app .secondary-nav .option { border-color: #fff; color: #fff; } .theme-dark .fusion-app .secondary-nav .option .icon>svg, .theme-dark .fusion-app .secondary-nav .option .icon>svg g, .theme-dark .fusion-app .secondary-nav .option .icon>svg path { fill: #fff; } .theme-dark .fusion-app .secondary-nav .option.active { background-color: #fff; color: #000; } .theme-dark .fusion-app .secondary-nav .option.active .icon>svg, .theme-dark .fusion-app .secondary-nav .option.active .icon>svg g, .theme-dark .fusion-app .secondary-nav .option.active .icon>svg path { fill: #000; } .theme-dark .fusion-app .secondary-nav .secondary-nav-screen input[type=text] { background-color: #000; border-color: #fff; color: #fff; caret-color: #fff; } .theme-dark .fusion-app .secondary-nav .secondary-nav-screen .search_button { background-color: #000; border-color: #fff; background-image: url(/pf/resources/dist/images/Search_White.svg?d=519); margin-right: 42px; } .theme-dark .fusion-app .secondary-nav .secondary-nav-screen .search_label { color: #fff; } .theme-dark .fusion-app .secondary-nav-options { background-color: #000; } .theme-dark .fusion-app .secondary-nav-screen-container h3 { color: #2e8fff; } .hide_text { display: none; } .author_body { margin-left: 8%; margin-right: 8%; } .section_header { padding: 0; font-size: 18px; line-height: 21px; } .section_header .title { padding-top: 3px; } .author_about { font-size: 20px; line-height: 25px; } .author_about p { margin: 20px 0; font-size: inherit; line-height: inherit; } .author_contact { font-size: 14px; line-height: 21px; } .author_contact .item>a { margin-left: 8px; } .author_contact li:last-child .border_bottom { border-bottom: none; } .theme-dark .fusion-app .author_body .center_line { border-top-color: #fff; } .theme-dark body { background-color: #000; } .author_card { padding: 16px; } .author_info { padding-left: 15px; } .author_header { height: 281px; } .author_header .bug { background-image: url(/pf/resources/dist/images/bg-logo--bug-white.svg?d=519); background-repeat: no-repeat; background-size: cover; opacity: .3; width: 415px; left: -50px; } .author_header h1 { font-size: 42px; line-height: 50px; } .author_header h2 { font-size: 18px; line-height: 22px; } .author_image { width: 125px; height: 125px; background-size: cover; background-repeat: no-repeat; background-position: center; } .leftRail_container { top: 65px; padding: 5px; display: flex; max-width: 215px; position: sticky; flex-direction: column; align-items: flex-start; } .leftRail_title { color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .6px; text-transform: capitalize; padding: 7px 55px 7px 15px; background-color: #d40000; border: 1px solid #979797; border-top-right-radius: 8px; font-family: "BentonSansCond"; border-bottom-right-radius: 8px; } .leftRail_subtitle { font-size: 18px; font-weight: 900; letter-spacing: .9px; background-color: #fff; padding: 5px 5px 5px 0; text-transform: capitalize; font-family: "BentonSansCond"; } .leftRail_news_container { width: 100%; display: flex; overflow: auto; scrollbar-width: auto; flex-direction: column; scrollbar-color: #989898 #fff; } .leftRail_news_container::-webkit-scrollbar { width: 10px; height: 47px; } .leftRail_news_container::-webkit-scrollbar-track { background: #fff; } .leftRail_news_container::-webkit-scrollbar-thumb { border-radius: 0; border: 0 solid #fff; background-color: #989898; } .leftRails_news_container { width: 100%; display: flex; justify-content: space-between; } .leftRail_arrow_container { width: 20px; height: 100%; display: flex; align-items: center; } .triangle_arrow { display: block; float: right; margin-top: .25em; border-color: rgba(0,0,0,0); border-style: solid; border-width: .5em .31em 0; width: 0 !important; height: 0 !important; } .triangle_arrow_right { border-width: .31em 0 .31em .5em; border-top-color: rgba(0,0,0,0); border-left-color: #333; } .selected_heading_arrow { width: 5px; height: 5px; margin: 10px 5px; } .leftRail_bold_title { font-weight: 1000; } .selected_heading { background-color: #fff !important; } .leftRail_news { height: 74px; padding: 15px; display: flex; cursor: pointer; max-height: 74px; flex-direction: column; align-items: flex-start; justify-content: center; background-color: #eee; border: 1px solid #979797; } .leftRail_news:not(:first-of-type) { border-top: none; } .leftRail_news:hover { background-color: #fff; } .leftRail_news_time { font-size: 12px; letter-spacing: .6px; color: #9e1511; font-family: "BentonSansCond"; } .leftRail_news_title { color: #333; font-size: 14px; overflow: hidden; display: -webkit-box; letter-spacing: .7px; -webkit-line-clamp: 3; text-overflow: ellipsis; font-family: "BentonSansCond"; -webkit-box-orient: vertical; } .search-form { padding: 16px 16px 0; display: flex; } .search-form-input { padding: 10px; font-size: 18px; line-height: 22px; border-top-left-radius: 3px; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 3px; border-top: 1px solid #767676; border-bottom: 1px solid #767676; border-left: 1px solid #767676; flex: 1 1 auto; margin: 0; } .search-form-input:focus { outline: 3px auto #005dc7; } .search-form-fieldset { border: none; } .search-form-submit { font-size: 18px; padding: 10px 20px; -webkit-appearance: none; appearance: none; line-height: 22px; background-color: #005dc7; color: #fff; text-align: center; border: 1px solid #005dc7; border-top-right-radius: 3px; border-top-left-radius: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 0; text-indent: -9999px; background-image: url(/pf/resources/dist/images/Search_White.svg?d=519); background-repeat: no-repeat; background-position: 50%; background-size: 60%; margin: 0; flex: 0 0 auto; } .saved-articles-feed { margin-bottom: 1em; padding: 2em .5em; } .font_miller-headline { font-family: "Miller-Headline"; } .font_benton_regular { font-family: "Benton"; } .saved-articles-feed-popup-img { width: 89px; height: 93px; } .saved-articles-feed-popup-title { line-height: 34px; font-size: 28px; margin-top: 16px; } .saved-articles-feed-popup-detail { margin-left: 13%; margin-right: 13%; margin-top: 16px; } .saved-articles-feed-headline { line-height: 34px; font-size: 28px; } .saved-articles-feed-count { color: #777; line-height: 29px; } .saved-articles-feed-desc, .saved-articles-feed-detail { color: #444; font-size: 18px; } .saved-articles-feed-desc { line-height: 21px; } .saved-articles-feed-detail { line-height: 26px; } .saved-articles-feed-delete { font-size: 22px; line-height: 26px; } .border_top_gray { border-top: 1px solid #777; } .saved-articles-feed-img-container { min-width: 35%; margin-left: auto; } .saved-articles-feed-dustbin { height: 20px; } .saved-articles-feed-fixed-width { max-width: 341px; } .bookmark-icon-margin { margin: -5px -5px 0 5px; } .todays-date { font-size: 24px; display: inline-block; border-bottom: 1px solid #000; } .tv-show-share-follow-bar .align_items_center.bar { justify-content: space-between; } .tv-show-share-follow-bar .bar { border-top: 1px solid #444; border-bottom: 1px solid #444; margin-bottom: 30px; } .tv-show-share-follow-bar .bar .bgt-logo svg { height: 24.5px; width: 108px; } .tv-show-share-follow-bar .no-sponsor { margin-top: -10px; } .tv-show-share-follow-bar .no-sponsor .bgt-logo svg { height: 6vw; width: 26vw; } .tv-show-share-follow-bar .social-medias svg { padding: 15px 7px; height: 4vw; width: 5vw; } .tv-show-share-follow-bar .social-medias a#Share\ on\ linkedIn { padding-right: 15px; } .tv-show-share-follow-bar .social-no-sponsor { width: 100%; display: flex; justify-content: space-between; align-items: center; } .tv-show-share-follow-bar .social-no-sponsor svg { height: 4.5vw; width: 5.5vw; } .tv-show-share-follow-bar .social-medias-right { gap: 15px; align-items: center; display: flex; } .tv-show-share-follow-bar .pop_out_share.tv-show { top: 7px; right: 5px; max-width: 300px; } .fusion-app .tv-show-wrapper { background-color: #000; width: 99vw; box-sizing: border-box; padding: 20px 31px 0; } .globe-tab { font-family: "BentonSansCond"; font-weight: 900; } .fusion-app .tv-show-tabs .globe-tabs-container { position: relative; z-index: 99; color: #fff; font-size: 14px; } .fusion-app .tv-show-tabs .globe-tabs-container span+span { margin-left: 23px; } .fusion-app .tv-show-tabs .globe-tabs-container .globe-tab { color: #fff; font-weight: 700; border-bottom: 4px solid rgba(0,0,0,0); } .fusion-app .tv-show-tabs .globe-tabs-container .globe-tab.active { border-bottom-color: #fff; } .fusion-app .tv-show-tabs .globe-tabs-container .globe-tab+.globe-tab { margin-left: 23px; } .fusion-app .tv-show-tabs .tabs-container span:hover { cursor: pointer; } .fusion-app .tv-show-tabs .input-container { display: flex; align-items: center; justify-content: space-between; border: 1px solid #fff; margin: 25px 1px; color: #ddd; padding: 10px 18px; outline: none; border-radius: 3px; background-color: #000; font-family: "BentonSansCond"; } .fusion-app .tv-show-tabs input { outline: none; border: none; background-color: #000; color: #fff; width: 100%; font-size: 14px; } .fusion-app .tv-show-tabs .input-container-border { margin-bottom: 30px; border-bottom: 1px solid #444; border-top: 1px solid #444; } .fusion-app .tv-show-tabs input::placeholder { color: #ddd; } .fusion-app .tv-show-tabs .input-container-no-border { border-top: 1px solid #444; margin-bottom: 20px; border-bottom: none; } .fusion-app .tv-show-tabs .input-container svg { cursor: pointer; height: 20px; } .fusion-app .tv-show-tabs .hide-search-bar { display: table-column; } .fusion-app .tv-show-tabs .content--episodes .stories-container, .fusion-app .tv-show-tabs .content--about .stories-container { display: none; } .fusion-app .tv-show-tabs .content--about .episodes-content-container { display: none; } .fusion-app .tv-show-tabs .content--stories .about-container, .fusion-app .tv-show-tabs .content--episodes .about-container { display: none; } .fusion-app .tv-show-tabs .ad-container { display: none; align-items: center; flex-direction: column; gap: 25px; } .fusion-app .tv-show-tabs .content--about .ad-container { display: none; } .fusion-app .tv-show-tabs .episodes-main-contianer { color: #fff; padding-top: 1px; padding-bottom: 20px; } .fusion-app .tv-show-tabs .episodes-container-title { z-index: 99; font-size: 12px; padding-top: 20px; border-top: 1px solid #444; } .fusion-app .tv-show-tabs .episodes-container-title~a .single-episode { margin-top: 14px; padding-bottom: 14px; } .fusion-app .tv-show-tabs .single-episode { display: flex; flex-direction: row; border-bottom: 1px solid #444; padding-bottom: 1rem; } .fusion-app .tv-show-tabs .single-episode-link-tile { order: 2; align-items: baseline; margin-left: 30px; } .fusion-app .tv-show-tabs .single-episode .video-description { order: 2; flex-grow: 2; line-height: 1.4; } .fusion-app .tv-show-tabs .single-episode .single-episode-date { font-size: 14px; line-height: 17px; font-weight: 400; } .fusion-app .tv-show-tabs a { color: #fff; } .fusion-app .tv-show-tabs a:hover { color: #fff; } .fusion-app .tv-show-tabs .single-episode-image { flex: 170px 0 0; width: 170px; height: 95px; background-repeat: round; background-size: contain; display: flex; cursor: pointer; margin-right: 6px; position: relative; } .fusion-app .tv-show-tabs .video-description { font-size: 14px; width: 50%; } .fusion-app .tv-show-tabs .video-duration { margin-left: .3rem; margin-bottom: .4rem; align-self: flex-end; position: static; padding: .2rem; width: auto; font-size: .8rem; background-color: #000; opacity: .7; } .fusion-app .tv-show-tabs .last { border-bottom: none; } .fusion-app .tv-show-tabs .border--top { border-top: 1px solid #444; padding-top: 15px; } .fusion-app .tv-show-tabs .episodes-container button.tv-show_button { padding: 15px 20px; border: 1px solid #2e8fff; color: #2e8fff; background: #000; font-family: "BentonSansCond"; font-size: 14px; font-weight: 700; text-align: center; border-radius: 3px; margin-bottom: 20px; width: 100%; cursor: pointer; } .fusion-app .tv-show-tabs .episodes-container button:hover { border: 1px solid #fff; color: #fff; transition: 1s ease all; } .fusion-app .tv-show-tabs .episodes-bottom-container { color: #fff; border-top: 1px solid #444; padding-top: 40px; overflow: visible; } .fusion-app .tv-show-tabs .episodes-bottom-container .podcast-title { z-index: 101; margin-bottom: 18px; } .fusion-app .tv-show-tabs .episodes-bottom-container .tile-container { left: -3px; top: -3px; } .fusion-app .tv-show-tabs .episodes-bottom-container .podcast-clip-container { margin: 0; padding: 3px 0 0; overflow-x: scroll; scroll-snap-type: x mandatory; } .fusion-app .tv-show-tabs .episodes-bottom-container button.prev--icon, .fusion-app .tv-show-tabs .episodes-bottom-container button.next--icon { z-index: 100; height: 100%; display: none; align-items: center; position: absolute; background-color: #000; top: 0; } .fusion-app .tv-show-tabs .episodes-bottom-container button.prev--icon { left: 0; } .fusion-app .tv-show-tabs .episodes-bottom-container button.next--icon { right: 0; } .fusion-app .tv-show-tabs .episodes-bottom-container .podcast-list-item { scroll-snap-align: start; } .fusion-app .tv-show-tabs .episodes-bottom-container .podcast-list-item:first-child { margin-left: 3px; } .fusion-app .tv-show-tabs .episodes-bottom-container .podcast-list-item a { display: inline-block; width: 118px; } .fusion-app .tv-show-tabs .episodes-bottom-container .podcast-list-item+.podcast-list-item { margin-left: 7px; } .fusion-app .tv-show-tabs .episodes-bottom-container .podcast-list-item .image { margin-bottom: 0; line-height: 0; } .fusion-app .tv-show-tabs .episodes-bottom-container .podcast-list-item .image, .fusion-app .tv-show-tabs .episodes-bottom-container .podcast-list-item img { height: 121px; } .fusion-app .tv-show-tabs .top { display: none; } .fusion-app .tv-show-tabs .article-title { font-weight: 700; font-family: "BentonSansCond"; font-size: 12px; } .fusion-app .tv-show-tabs .article-container h4 { font-size: 20px; font-weight: 700; font-family: "Miller-Headline"; } .fusion-app .tv-show-tabs .article-container span { color: #ddd; font-size: 12px; font-family: "BentonSansCond"; } .fusion-app .tv-show-tabs .mobile-top-ad { position: relative; margin: 32px 0; } .fusion-app .tv-show-tabs .mobile-bottom-ad { width: 100%; } .fusion-app .tv-show-tabs.show-tab-ads .single-episode--follows-ad { padding-top: 14px; border-top: 1px solid #444; } .fusion-app .tv-show-tabs .host-title { color: #fff; font-size: 12px; padding: 28px 1px 13px; } .fusion-app .tv-show-tabs .about-container { display: flex; flex-direction: column; gap: 30px; padding-bottom: 20px; } .fusion-app .tv-show-tabs .about-container a { width: 100%; } .fusion-app .tv-show-tabs .about-card { width: 100%; height: 21rem; color: #fff; box-shadow: inset 1px -222px 71px -100px rgba(0,0,0,.631372549); display: flex; background-position: center center; background-repeat: no-repeat; background-size: cover; margin-top: 3vw; } .fusion-app .tv-show-tabs .about-text { align-self: flex-end; padding: 10px 20px 10px 16px; } .fusion-app .tv-show-tabs .about-text h4 { font-size: 18px; } .fusion-app .tv-show-tabs .about-text p { font-size: 14px; line-height: 17px; } .fusion-app .tv-show-tabs .about-description { font-family: "Georgia"; font-size: 14px; color: #fff; padding-bottom: 20px; } .fusion-app .tv-show-tabs .about-main-card { width: 100%; } .fusion-app .tv-show-tabs .about-main-card:first-child { margin-bottom: 10px; } .about-article { border-bottom: 1px solid #444; } .host-container { display: flex; flex-direction: row; } .hosts-box { display: flex; flex-direction: column; } .fusion-app .tv-show-tabs .stories-carousel-title { z-index: 99; color: #fff; font-size: 12px; } .fusion-app .tv-show-tabs .stories-carousel-container { overflow: hidden; width: 109%; } .fusion-app .tv-show-tabs .stories-carousel-container+div[role=tabpanel] { margin-top: 80px; } .fusion-app .tv-show-tabs .stories-carousel-container .single-story+.single-story { margin-left: 15px; } .fusion-app .tv-show-tabs .stories-clip-container { margin: 0; padding: 0; overflow-x: scroll; } .fusion-app .tv-show-tabs .stories-carousel-padding { padding-bottom: 30px; } .fusion-app .tv-show-tabs .previous-icon, .fusion-app .tv-show-tabs .next-icon { display: none; position: absolute; align-items: center; background-color: #000; height: 100%; cursor: pointer; } .fusion-app .tv-show-tabs .previous-icon svg, .fusion-app .tv-show-tabs .next-icon svg { height: 30px; } .fusion-app .tv-show-tabs .previous-icon { left: 0; box-shadow: -5rem 0 4rem 7rem #000; } .fusion-app .tv-show-tabs .previous-icon.previous-icon:hover { border-bottom: 0; } .fusion-app .tv-show-tabs .next-icon { right: 0; box-shadow: 5rem 0 4rem 7rem #000; } .fusion-app .tv-show-tabs .next-icon.next-icon:hover { border-bottom: 0; } .fusion-app .tv-show-tabs .single-story { border: 1px solid #fff; color: #fff; width: 218px; } .fusion-app .tv-show-tabs .single-story img { max-height: 123px; width: auto; } .fusion-app .tv-show-tabs .single-story a { display: inline-block; width: 218px; } .fusion-app .tv-show-tabs .single-story .story-image-container { text-align: center; min-height: 129px; overflow: hidden; } .fusion-app .tv-show-tabs .single-story .story-top { min-height: 109px; padding: 7px; } .fusion-app .tv-show-tabs .single-story .duration { font-size: 12px; color: #fff; font-weight: 400; margin: 0 0 7px; } .fusion-app .tv-show-tabs .single-story h4 { font-size: 16px; line-height: 20px; color: #fff; order: 2; } .fusion-app .tv-show-tabs .bottom-icons { justify-content: end; margin-right: 15px; } .fusion-app .tv-show-tabs .bottom-icons span+span { margin-left: 15px; } .fusion-app .tv-show-tabs .bottom-icons span:hover { border-bottom: 0 !important; } .fusion-app .tv-show-tabs .bottom-icons svg { width: 1.5rem; } .tv-show-share-bar .social-medias { justify-content: space-between; } .fusion-app .jumplink-container ::-webkit-scrollbar { display: none; } .fusion-app .jumplink-container .jump-to-text { color: #fff; font-weight: 700; letter-spacing: -0.24px; margin-top: 40px; margin-bottom: 8px; display: flex; align-items: center; } .fusion-app .jumplink-container .jump-to-text .links-container { overflow-x: auto; display: flex; align-items: center; height: 40px; } .fusion-app .jumplink-container .jump-to-text .links-container .carousel-name { color: #fff; letter-spacing: 0; line-height: 16px; font-weight: 400; margin-left: 20px; font-size: 14px; padding: 10px; border-radius: 5px; background-color: rgba(255,255,255,.2); height: fit-content; } .fusion-app .jumplink-container .jump-to-text .links-container a:hover { color: #fff; } .fusion-app .tv-show-video-player-title .headline-container { color: #fff; gap: 2rem; } .fusion-app .tv-show-video-player-title .headline-date { margin-bottom: 10px; margin-top: 10px; font-size: 4.8vw; color: #fff; line-height: normal; } .fusion-app .tv-show-video-player-title .leaf { font-size: 4vw; } .fusion-app .tv-show-video-player-title .headline-title { font-size: 6vw; z-index: 99; color: #fff; } .fusion-app .tv-show-video-player-title .headline-title:hover { color: #fff; } .fusion-app .tv-show-video-player-title .hide-blurb-icon { height: 2rem; width: 2rem; background-color: #2e8fff; border-radius: 50%; cursor: pointer; } .fusion-app .tv-show-video-player-title .hide-blurb-icon svg { height: 2.2rem; width: 2.3rem; } .fusion-app .tv-show-video-player-title .blurb-container { color: #fff; font-size: 3vw; line-height: 6vw; } .fusion-app .tv-show-video-container { width: 100%; } .fusion-app .tv-show-video-container .tv-show-video-player { max-width: 1080px; aspect-ratio: 16/9; margin: 5px auto; width: calc(100vw - 10px); overflow: hidden; } .fusion-app .tv-show-video-container .tv-show-video-player .powa, .fusion-app .tv-show-video-container .tv-show-video-player img { object-fit: contain; } .fusion-app .tv-show-video-container .powa-bar-scrubber { background-color: rgba(43,143,255,.5); } .fusion-app .tv-show-video-container .powa-bar-scrubber-progress { background-color: rgba(43,143,255,.2); } .fusion-app .tv-show-video-container .powa-bar-scrubber-time { background-color: rgba(43,143,255,.9); } .fusion-app .tv-show-video-container .powa-bar-volume-level { background-color: rgba(43,143,255,.9); } .fusion-app .tv-show-video-container .powa-bar-subtitles-customize:active, .fusion-app .tv-show-video-container .powa-bar-subtitles-icon:active, .fusion-app .tv-show-video-container .powa-bar-audio-icon:active, .fusion-app .tv-show-video-container .powa-bar-play-pause:active, .fusion-app .tv-show-video-container .powa-bar-subtitles-track-showing, .fusion-app .tv-show-video-container .powa-bar-subtitles-enabled .powa-bar-subtitles-icon, .fusion-app .tv-show-video-container .powa-bar-fullscreen:active { color: #2b8fff; } .fusion-app .tv-show-video-container:hover { filter: brightness(0.9); } .fusion-app .tv-show-promo-shot { background-position: center center; background-repeat: no-repeat; background-size: cover; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .fusion-app .tv-show-promo-shot svg { height: 175px; width: 175px; padding: 44% !important; background: rgba(0,0,0,.3098039216); } .fusion-app .tv-show-about { margin-bottom: 30px; } .fusion-app .tv-show-about .globe-tabs-container .globe-tab-render { border-bottom: 1px solid #444; } .fusion-app .tv-show-about .globe-tabs-container .globe-tab { color: #fff; font-weight: 700; border-bottom: 4px solid rgba(0,0,0,0); } .fusion-app .tv-show-about .globe-tabs-container .globe-tab.active { border-bottom-color: #fff; } .fusion-app .tv-show-about .globe-tabs-container .globe-tab+.globe-tab { margin-left: 23px; } .fusion-app .tv-show-about .about-tabs-container { margin-bottom: 30px; } .fusion-app .tv-show-about .host-title { color: #fff; font-size: 12px; padding: 28px 1px 13px; } .fusion-app .tv-show-about .about-container-region { display: flex; flex-direction: column; padding-bottom: 20px; margin-top: 30px; } .fusion-app .tv-show-about .about-container-region.hidden { display: none; } .fusion-app .tv-show-about .about-card { width: 100%; margin-bottom: 25px; } .fusion-app .tv-show-about .about-card:after { content: ""; display: block; position: absolute; aspect-ratio: 16/16; box-shadow: inset 1px -295px 55px -159px rgba(0,0,0,.631372549); width: 100%; bottom: 0; } .fusion-app .tv-show-about .about-card img { width: 100%; object-fit: cover; } @supports (aspect-ratio: 16/16) { .fusion-app .tv-show-about .about-card img { aspect-ratio: 16/16; } } @supports (object-position: 0 -60px) { .fusion-app .tv-show-about .about-card img { object-position: 0 -60px; } } .fusion-app .tv-show-about .about-text { padding: 10px 20px 10px 16px; bottom: 0; z-index: 10; } .fusion-app .tv-show-about .about-text h4 { font-size: 18px; } .fusion-app .tv-show-about .about-text p { font-size: 14px; line-height: 17px; } .fusion-app .tv-show-about .about-container-description { font-size: 14px; padding-bottom: 20px; } .fusion-app .tv-show-about .content--episodes .stories-container, .fusion-app .tv-show-about .content--about .stories-container, .fusion-app .tv-show-about .content--about_your_hosts .stories-container { display: none; } .fusion-app .tv-show-about .content--about .episodes-content-container, .fusion-app .tv-show-about .content--about_your_hosts .episodes-content-container { display: none; } .fusion-app .tv-show-about .content--stories .about-container, .fusion-app .tv-show-about .content--episodes .about-container { display: none; } .fusion-app .tv-show-about .content--about .content--about_your_hosts .ad-container { display: none; } .fusion-app .tv-show-about .about-article { border-bottom: 1px solid #444; } .fusion-app .tv-show-about .host-container { display: flex; flex-direction: row; } .fusion-app .tv-show-about .host-title { color: #fff; font-size: 12px; padding: 28px 1px 13px; padding-bottom: 50px; } .fusion-app .tv-show-about .about-container { display: flex; flex-direction: column; margin-bottom: 30px; margin-top: 30px; } .fusion-app .tv-show-about .about-container.hidden { display: none; } .fusion-app .tv-show-about .about-container a { width: 100%; } .fusion-app .tv-show-up-next-related-articles { display: flex; flex-direction: row; width: 100%; } .fusion-app .tv-show-up-next-related-articles .container div { padding: unset; margin-left: unset; margin-right: unset; } .fusion-app .tv-show-up-next-related-articles .container h2 { margin-top: 10px; } .fusion-app .tv-show-up-next-related-articles .container .card:hover { color: #ddd; } .fusion-app .tv-show-up-next-related-articles .episodes-main-contianer { color: #fff; padding-top: 1px; padding-bottom: 20px; } .fusion-app .tv-show-up-next-related-articles .up-next-container { width: 100%; display: flex; flex-direction: column; } .fusion-app .tv-show-up-next-related-articles .up-next-container-title { position: relative; z-index: 99; font-size: 12px; font-weight: 700; font-family: "BentonSansCond"; padding-top: 20px; text-transform: uppercase; } .fusion-app .tv-show-up-next-related-articles .up-next-single-episode { flex-direction: row-reverse; justify-content: flex-end; border-bottom: 1px solid #444; padding-bottom: 1rem; margin-bottom: 1rem; } .fusion-app .tv-show-up-next-related-articles a { color: #fff; display: flex; justify-content: flex-start; } .fusion-app .tv-show-up-next-related-articles a:hover { color: #fff; } .fusion-app .tv-show-up-next-related-articles .single-episode-image { min-width: 41vw; height: 23vw; margin-right: 14px; background-position: 50%; background-repeat: no-repeat; background-size: cover; display: flex; cursor: pointer; } .fusion-app .tv-show-up-next-related-articles .video-description { font-size: 14px; font-family: "BentonSansCond"; } .fusion-app .tv-show-up-next-related-articles .video-duration { padding: .2rem; width: auto; margin-bottom: .4rem; margin-left: .3rem; font-size: .8rem; background-color: #000; opacity: .7; align-self: flex-end; font-family: "BentonSansCond"; } .fusion-app .tv-show-up-next-related-articles .last { border-bottom: none; } .fusion-app .tv-show-up-next-related-articles .border--top { border-top: 1px solid #444; padding-top: 15px; } .fusion-app .tv-show-up-next-related-articles .ad-container { display: flex; align-items: center; flex-direction: column; gap: 25px; } .fusion-app .tv-show-up-next-related-articles .top { display: none; } .fusion-app .tv-show-up-next-related-articles .mobile-top-ad { height: 15.6rem; background-color: #d8d8d8; position: relative; margin-bottom: 2rem; margin-right: .5rem; margin-left: .5rem; } .fusion-app .tv-show-up-next-related-articles .mobile-bottom-ad { height: 4.6rem; width: 100%; background-color: #d8d8d8; } .fusion-app .tv-show-up-next-related-articles .episodes-top-ad { align-self: center; background-color: #d8d8d8; display: block; width: 95%; height: 275px; } .fusion-app .tv-show-up-next-related-articles .related-articles { color: #fff; } .fusion-app .tv-show-up-next-related-articles .next-related-content { display: flex; flex-direction: column; width: 100%; min-width: 0; padding-right: 16px; } .fusion-app .tv-show-up-next-related-articles .next-related-content .ad-container { display: none; min-width: 320px; } .fusion-app .tv-show-up-next-related-articles .next-related-content .ad-container--mobile { display: block; } .fusion-app .input-main-container { margin-bottom: 32px; border-bottom: 1px solid #444; border-top: 1px solid #444; } .fusion-app .input-main-container .input-search-text { color: #fff; font-size: 18px; font-weight: 700; letter-spacing: -0.24px; line-height: 20px; margin-top: 40px; margin-bottom: 8px; } .fusion-app .input-main-container .input-container { border: 1px solid #fff; margin: 0 1px 25px; outline: none; border-radius: 3px; background-color: #000; padding-left: 24px; } .fusion-app .input-main-container .input-container .input-search-button { border: none; padding: 8px; } .fusion-app .input-main-container .input-container .input-search-button svg { height: 20px; } .fusion-app .input-main-container .has-focus { border-color: #2e8fff; } .fusion-app .input-main-container input { outline: none; border: none; color: #fff; background-color: #000; width: 100%; } .fusion-app .input-main-container input::placeholder { color: #ddd; } .fusion-app .tv-show-clip-carousel .story-time { font-family: "BentonSansCond"; color: #fff; font-size: 12px; margin-bottom: 5px; padding-left: 10px; margin-top: 10px; } .fusion-app .tv-show-clip-carousel .story-top h4 { order: 2; } .fusion-app .tv-show-clip-carousel .story-headline { font-family: "BentonSansCond"; padding-left: 10px; padding-right: 10px; font-weight: 700; color: #fff; font-size: .7rem; } .fusion-app .tv-show-clip-carousel .story-main-container { margin-bottom: 18px; align-items: center; width: 110%; overflow-y: hidden; } .fusion-app .tv-show-clip-carousel .story-main-container ul { list-style-type: none; display: flex; padding-inline-start: 1px; align-items: center; width: fit-content; padding-right: 2rem; } .fusion-app .tv-show-clip-carousel .list-box { border: 1px solid #fff; color: #fff; cursor: pointer; width: 40vw; height: 12rem; } .fusion-app .tv-show-clip-carousel .list-box.list-box img { width: 100%; object-fit: cover; object-position: left; } .fusion-app .tv-show-clip-carousel .list-box+.list-box { margin-left: 8px; } .fusion-app .tv-show-clip-carousel .story-main-container svg { display: none; } .fusion-app .tv-show-clip-carousel .title { position: relative; z-index: 99; color: #fff; font-family: "BentonSansCond"; font-weight: 700; font-size: 12px; text-transform: uppercase; } .fusion-app .tv-show-clip-carousel .previous { display: none; background-color: #000; } .fusion-app .tv-show-clip-carousel .next { display: none; box-shadow: 9rem 1px 3rem 12rem #000; } .podcast-carousel-container { color: #fff; border-top: 1px solid #444; padding-top: 40px; overflow: visible; } .tv_show_newsletter { display: flex; flex-direction: column; text-align: left; } .tv_show_newsletter .newsletter_grid { margin-bottom: 10px; } .tv_show_newsletter .newsletter_checkbox_container { display: flex; flex-wrap: wrap; } .tv_show_newsletter .newsletter-subscribed.invalid { color: #ac1700; } .tv_show_newsletter .newsletter-subscribed.valid { color: #1cb314; } .tv_show_newsletter .newsletter_checkbox { margin-right: 30px; margin-top: 10px; } .fusion-app .tv-show-up-next-related-articlesV2 { display: flex; flex-direction: row; width: 100%; } .fusion-app .tv-show-up-next-related-articlesV2 .container div { padding: unset; margin-left: unset; margin-right: unset; } .fusion-app .tv-show-up-next-related-articlesV2 .container h2 { margin-top: 10px; } .fusion-app .tv-show-up-next-related-articlesV2 .container .card:hover { color: #ddd; } .fusion-app .tv-show-up-next-related-articlesV2 a { color: #fff; display: flex; justify-content: flex-start; } .fusion-app .tv-show-up-next-related-articlesV2 a:hover { color: #fff; } .up-next-containerV2 .carousel-slides { padding: 10px 0 30px; } .fusion-app .tv-show-up-next-related-articlesV2 li.relatedarticle_listV2 { list-style: none; } .fusion-app .tv-show-up-next-related-articlesV2 li.relatedarticle_listV2 a { display: flex; flex-direction: column; margin: 10px 0; } .fusion-app .tv-show-up-next-related-articlesV2 li.relatedarticle_listV2 h4 { font-family: "BentonSansCond","Helvetica","Arial",sans-serif; padding: 5px 0; } .fusion-app .tv-show-up-next-related-articlesV2 li.relatedarticle_listV2 p.relatedarticle_date { font-family: "BentonSansCond","Helvetica","Arial",sans-serif; font-size: 14px; } .carousel-parent-container { scroll-margin-top: 70px; } .clip-carousel-v2 { flex-wrap: wrap; margin-top: 20px; } .clip-carousel-v2-title { z-index: 3; font-size: 14px; margin: 10px 0; } .clip-carousel-v2 .carousel-slides { width: 110%; overflow-x: scroll; overflow-y: hidden; scroll-snap-type: x mandatory; } .clip-carousel-v2 .carousel-nav-btn { display: none; } .tv-show-video-tile { margin-right: 8px; scroll-snap-align: start; } .tv-show-video-tile .linked-tile { min-width: 153px; height: 187px; width: 153px; border: 1px solid #fff; } .tv-show-video-tile .linked-tile .img-container { max-height: 85px; overflow: clip; } .tv-show-video-tile .linked-tile .img-container img { width: 153px; height: auto; } .tv-show-video-tile .linked-tile .date { bottom: 5px; left: 5px; } .tv-show-video-tile .linked-tile .headline { color: #fff; font-size: 14px; } .tv-show-video-tile .linked-tile .duration, .tv-show-video-tile .linked-tile .headline { margin: 5px; } .tv-show-video-tile .linked-tile .date, .tv-show-video-tile .linked-tile .duration { color: #ddd; font-size: 12px; line-height: 16px; } .podcast-tile { scroll-snap-align: start; margin-right: 7px; } .podcast-tile a { display: inline-block; width: 118px; } .podcast-tile .image { margin-bottom: 0; line-height: 0; } .podcast-tile .image, .podcast-tile img { height: 121px; } .heading-container .heading { width: 84%; } .heading-container .live_button_container { width: 15%; } .heading-container .live_button_container .live_icon_container .live_icon { height: 22px; width: 22px; border: 1px solid #205dc7; background-color: #f4f4f4; z-index: 1; } .heading-container .live_button_container .live_icon_container .live_icon.mobile_hover { background-color: #205dc7; fill: #fff; } .heading-container .live_button_container .live_icon_container .link_copied { width: 79px; height: 19px; background-color: #000; color: #fff; line-height: 22px; font-weight: 700; border-radius: 4px; margin: -8px; } .heading-container .live_update { height: 14px; width: 14px; } @font-face { font-family: "BentonSansCond"; font-weight: 400; font-display: swap; src: url(/pf/resources/dist/fonts/BentonSansCond-Regular.woff?d=519) format("woff"); } @font-face { font-family: "BentonSansCond"; font-weight: 700; font-display: swap; src: url(/pf/resources/dist/fonts/BentonSansCond-Bold.woff?d=519) format("woff"); } @font-face { font-family: "Benton"; font-weight: 400; font-display: swap; src: url(/pf/resources/dist/fonts/benton-regular.woff?d=519) format("woff"); } @font-face { font-family: "Benton"; font-weight: 700; font-display: swap; src: url(/pf/resources/dist/fonts/benton-bold.woff?d=519) format("woff"); } @font-face { font-family: "Miller"; font-weight: 400; font-display: swap; src: url(/pf/resources/dist/fonts/miller-regular.woff?d=519) format("woff"); } @font-face { font-family: "Miller"; font-weight: 700; font-display: swap; src: url(/pf/resources/dist/fonts/miller-bold.woff?d=519) format("woff"); } @font-face { font-family: "Miller-Banner"; font-weight: 400; font-display: swap; src: url(/pf/resources/dist/fonts/miller-banner-regular.woff?d=519) format("woff"); } @font-face { font-family: "Miller-Headline"; font-weight: 400; font-display: swap; src: url(/pf/resources/dist/fonts/miller-headline-roman.woff?d=519) format("woff"); } @font-face { font-family: "Miller-Headline"; font-weight: 700; font-display: swap; src: url(/pf/resources/dist/fonts/miller-headline-bold.woff?d=519) format("woff"); } .font_primary { font-family: BentonSansCond, Helvetica, Arial, sans-serif; } .font_secondary { font-family: Miller, Georgia, Times, Times New Roman, serif; } .font_tertiary { font-family: "Georgia"; } .font_benton { font-family: Benton, sans-serif; } .font_size_8 { font-size: 8px; } .font_size_10 { font-size: 10px; } .font_size_11 { font-size: 11px; } .font_size_12 { font-size: 12px; } .font_size_13 { font-size: 13px; } .font_size_14 { font-size: 14px; } .font_size_16 { font-size: 16px; } .font_size_18 { font-size: 18px; } .font_size_20 { font-size: 20px; } .font_size_28 { font-size: 28px; } .font_size_32 { font-size: 32px; } .font_size_40 { font-size: 40px; } .font_weight_initial { font-weight: initial; } .line_height_1-2 { line-height: 1.2; } .line_height_20 { line-height: 20px; } @font-face { font-family: "Ivar Display"; src: url("https://static.bostonglobe.com/fonts/ivardisplay/IvarDisplay-Regular.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivardisplay/IvarDisplay-Regular.woff") format("woff"); font-weight: 400; font-style: normal; } @font-face { font-family: "Ivar Display"; src: url("https://static.bostonglobe.com/fonts/ivardisplay/IvarDisplay-SemiBold.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivardisplay/IvarDisplay-SemiBold.woff") format("woff"); font-weight: 600; font-style: normal; } @font-face { font-family: "Ivar Display"; src: url("https://static.bostonglobe.com/fonts/ivardisplay/IvarDisplay-Bold.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivardisplay/IvarDisplay-Bold.woff") format("woff"); font-weight: 700; font-style: normal; } @font-face { font-family: "Ivar Display"; src: url("https://static.bostonglobe.com/fonts/ivardisplay/IvarDisplay-Italic.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivardisplay/IvarDisplay-Italic.woff") format("woff"); font-weight: 400; font-style: italic; } @font-face { font-family: "Ivar Display"; src: url("https://static.bostonglobe.com/fonts/ivardisplay/IvarDisplay-SemiBoldItalic.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivardisplay/IvarDisplay-SemiBoldItalic.woff") format("woff"); font-weight: 600; font-style: italic; } @font-face { font-family: "Ivar Display"; src: url("https://static.bostonglobe.com/fonts/ivardisplay/IvarDisplay-BoldItalic.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivardisplay/IvarDisplay-BoldItalic.woff") format("woff"); font-weight: 700; font-style: italic; } @font-face { font-family: "Ivar Display"; src: url("https://static.bostonglobe.com/fonts/ivardisplay/IvarDisplay-Medium.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivardisplay/IvarDisplay-Medium.woff") format("woff"); font-weight: 500; font-style: normal; } @font-face { font-family: "Ivar Display"; src: url("https://static.bostonglobe.com/fonts/ivardisplay/IvarDisplay-MediumItalic.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivardisplay/IvarDisplay-MediumItalic.woff") format("woff"); font-weight: 500; font-style: italic; } @font-face { font-family: "Ivar Fine"; src: url("https://static.bostonglobe.com/fonts/ivarfine/IvarFine-Regular.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivarfine/IvarFine-Regular.woff") format("woff"); font-weight: 400; font-style: normal; } @font-face { font-family: "Ivar Fine"; src: url("https://static.bostonglobe.com/fonts/ivarfine/IvarFine-Medium.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivarfine/IvarFine-Medium.woff") format("woff"); font-weight: 500; font-style: normal; } @font-face { font-family: "Ivar Fine"; src: url("https://static.bostonglobe.com/fonts/ivarfine/IvarFine-SemiBold.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivarfine/IvarFine-SemiBold.woff") format("woff"); font-weight: 600; font-style: normal; } @font-face { font-family: "Ivar Fine"; src: url("https://static.bostonglobe.com/fonts/ivarfine/IvarFine-Bold.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivarfine/IvarFine-Bold.woff") format("woff"); font-weight: 700; font-style: normal; } @font-face { font-family: "Ivar Headline"; src: url("https://static.bostonglobe.com/fonts/ivarheadline/IvarHeadline-Regular.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivarheadline/IvarHeadline-Regular.woff") format("woff"); font-weight: 400; font-style: normal; } @font-face { font-family: "Ivar Headline"; src: url("https://static.bostonglobe.com/fonts/ivarheadline/IvarHeadline-SemiBold.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivarheadline/IvarHeadline-SemiBold.woff") format("woff"); font-weight: 600; font-style: normal; } @font-face { font-family: "Ivar Headline"; src: url("https://static.bostonglobe.com/fonts/ivarheadline/IvarHeadline-Bold.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivarheadline/IvarHeadline-Bold.woff") format("woff"); font-weight: 700; font-style: normal; } @font-face { font-family: "Ivar Headline"; src: url("https://static.bostonglobe.com/fonts/ivarheadline/IvarHeadline-Italic.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivarheadline/IvarHeadline-Italic.woff") format("woff"); font-weight: 400; font-style: italic; } @font-face { font-family: "Ivar Headline"; src: url("https://static.bostonglobe.com/fonts/ivarheadline/IvarHeadline-SemiBoldItalic.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivarheadline/IvarHeadline-SemiBoldItalic.woff") format("woff"); font-weight: 600; font-style: italic; } @font-face { font-family: "Ivar Headline"; src: url("https://static.bostonglobe.com/fonts/ivarheadline/IvarHeadline-BoldItalic.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivarheadline/IvarHeadline-BoldItalic.woff") format("woff"); font-weight: 700; font-style: italic; } @font-face { font-family: "Ivar Headline"; src: url("https://static.bostonglobe.com/fonts/ivarheadline/IvarHeadline-Medium.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivarheadline/IvarHeadline-Medium.woff") format("woff"); font-weight: 500; font-style: normal; } @font-face { font-family: "Ivar Headline"; src: url("https://static.bostonglobe.com/fonts/ivarheadline/IvarHeadline-MediumItalic.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivarheadline/IvarHeadline-MediumItalic.woff") format("woff"); font-weight: 500; font-style: italic; } @font-face { font-family: "Ivar Text"; src: url("https://static.bostonglobe.com/fonts/ivartext/IvarText-Regular.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivartext/IvarText-Regular.woff") format("woff"); font-weight: 400; font-style: normal; } @font-face { font-family: "Ivar Text"; src: url("https://static.bostonglobe.com/fonts/ivartext/IvarText-SemiBold.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivartext/IvarText-SemiBold.woff") format("woff"); font-weight: 600; font-style: normal; } @font-face { font-family: "Ivar Text"; src: url("https://static.bostonglobe.com/fonts/ivartext/IvarText-Bold.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivartext/IvarText-Bold.woff") format("woff"); font-weight: 700; font-style: normal; } @font-face { font-family: "Ivar Text"; src: url("https://static.bostonglobe.com/fonts/ivartext/IvarText-Italic.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivartext/IvarText-Italic.woff") format("woff"); font-weight: 400; font-style: italic; } @font-face { font-family: "Ivar Text"; src: url("https://static.bostonglobe.com/fonts/ivartext/IvarText-SemiBoldItalic.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivartext/IvarText-SemiBoldItalic.woff") format("woff"); font-weight: 600; font-style: italic; } @font-face { font-family: "Ivar Text"; src: url("https://static.bostonglobe.com/fonts/ivartext/IvarText-BoldItalic.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivartext/IvarText-BoldItalic.woff") format("woff"); font-weight: 700; font-style: italic; } @font-face { font-family: "Ivar Text"; src: url("https://static.bostonglobe.com/fonts/ivartext/IvarText-Medium.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivartext/IvarText-Medium.woff") format("woff"); font-weight: 500; font-style: normal; } @font-face { font-family: "Ivar Text"; src: url("https://static.bostonglobe.com/fonts/ivartext/IvarText-MediumItalic.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/ivartext/IvarText-MediumItalic.woff") format("woff"); font-weight: 500; font-style: italic; } @font-face { font-family: Staff; src: url("https://static.bostonglobe.com/fonts/staff/Staff-Light.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/staff/Staff-Light.woff") format("woff"); font-weight: 300; font-style: normal; } @font-face { font-family: Staff; src: url("https://static.bostonglobe.com/fonts/staff/Staff-Regular.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/staff/Staff-Regular.woff") format("woff"); font-weight: 400; font-style: normal; } @font-face { font-family: Staff; src: url("https://static.bostonglobe.com/fonts/staff/Staff-Medium.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/staff/Staff-Medium.woff") format("woff"); font-weight: 500; font-style: normal; } @font-face { font-family: Staff; src: url("https://static.bostonglobe.com/fonts/staff/Staff-SemiBold.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/staff/Staff-SemiBold.woff") format("woff"); font-weight: 600; font-style: normal; } @font-face { font-family: Staff; src: url("https://static.bostonglobe.com/fonts/staff/Staff-Bold.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/staff/Staff-Bold.woff") format("woff"); font-weight: 700; font-style: normal; } @font-face { font-family: Staff; src: url("https://static.bostonglobe.com/fonts/staff/Staff-Black.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/staff/Staff-Black.woff") format("woff"); font-weight: 900; font-style: normal; } @font-face { font-family: Staff; src: url("https://static.bostonglobe.com/fonts/staff/Staff-LightItalic.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/staff/Staff-LightItalic.woff") format("woff"); font-weight: 300; font-style: italic; } @font-face { font-family: Staff; src: url("https://static.bostonglobe.com/fonts/staff/Staff-Italic.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/staff/Staff-Italic.woff") format("woff"); font-weight: 400; font-style: italic; } @font-face { font-family: Staff; src: url("https://static.bostonglobe.com/fonts/staff/Staff-MediumItalic.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/staff/Staff-MediumItalic.woff") format("woff"); font-weight: 500; font-style: italic; } @font-face { font-family: Staff; src: url("https://static.bostonglobe.com/fonts/staff/Staff-SemiBoldItalic.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/staff/Staff-SemiBoldItalic.woff") format("woff"); font-weight: 600; font-style: italic; } @font-face { font-family: Staff; src: url("https://static.bostonglobe.com/fonts/staff/Staff-BoldItalic.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/staff/Staff-BoldItalic.woff") format("woff"); font-weight: 700; font-style: italic; } @font-face { font-family: Staff; src: url("https://static.bostonglobe.com/fonts/staff/Staff-BlackItalic.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/staff/Staff-BlackItalic.woff") format("woff"); font-weight: 900; font-style: italic; } @font-face { font-family: "VTC Carrie"; src: url("https://static.bostonglobe.com/fonts/vtccarrie/VTCCarrie-Regular.woff2") format("woff2"),url("https://static.bostonglobe.com/fonts/vtccarrie/VTCCarrie-Regular.woff") format("woff"); font-weight: 400; font-style: normal; } .font_ivar-display { font-family: Ivar Display, Georgia, Times, Times New Roman, serif; } .font_ivar-fine { font-family: Ivar Fine, Georgia, Times, Times New Roman, serif; } .font_ivar-headline { font-family: Ivar Headline, Georgia, Times, Times New Roman, serif; } .font_ivar-text { font-family: Ivar Text, Georgia, Times, Times New Roman, serif; } .font_staff { font-family: Staff, Helvetica, Arial, sans-serif; } .font_vtc-carrie { font-family: VTC Carrie, Helvetica, Arial, sans-serif; } @media (min-width: 768px) { .bg-link-as-button { width: auto; } } @media only screen and (min-width: 661px) { .byline { font-size: 14px; } .byline _:default:not(:root:root), .byline .author, .byline _:default:not(:root:root), .byline .affiliation { display: inline-block; white-space: pre; } .cta_b_l_h { font-size: 12px; line-height: 15px; margin-left: .75em; } .cta_b_l_t { font-weight: 400; font-size: 12px; line-height: 15px; margin-left: .75em; } .cta_banner_link span { display: block; text-transform: uppercase; } .comic-single { width: 65%; padding-left: 16px; padding-right: 16px; } .comic-single-name { display: inline-block; } .comic-single-details, .comic-single .sharebar { padding-left: 0; } .comic-single .image { margin-top: 10px; } .comic-landing .comic-card .image { margin-bottom: 16px; } .comic-landing .comic-card { width: 23.3%; margin-right: .85%; } .comic-landing { flex-basis: 100% !important; justify-content: normal; padding-left: 4.5%; } .comic-card-name { margin-top: 25px; } .bg-elections-nav-wrapper .bg-elections-nav-list { width: 100%; } .bg-elections-nav-wrapper .bg-elections-nav-list.not-mobile .bg-elections-nav-item { flex-basis: 33%; } .bg-elections-nav-wrapper .bg-elections-nav-list.not-mobile.closed { flex-basis: 33%; } .bg-elections-nav-wrapper .bg-elections-nav-list.not-mobile.closed li:nth-child(n+7) { display: none; } .bg-elections-nav-wrapper .bg-elections-nav-list.not-mobile.open li:nth-child(n+7) { display: list-item; } .bg-elections-nav-wrapper .bg-elections-nav-list.split-nav.not-mobile .bg-elections-nav-item { flex-basis: 50%; } .bg-elections-nav-wrapper .bg-elections-nav-list.split-nav.not-mobile.closed li:nth-child(n+3) { display: none; } .bg-elections-nav-wrapper .bg-elections-nav-item:nth-child(even) { background-color: rgba(0,0,0,0); } .bg-elections-nav-wrapper .bg-elections-nav-item:nth-child(even):hover { background-color: #d9d9d9; } .bg-elections-nav-wrapper .bg-elections-nav-toggle { width: 120px; font-size: 14px; } .elephant_ear { width: 150px; max-height: 48px; border-radius: 30px 0 0 30px; order: 3; flex-grow: 1; max-width: 150px; } .emancipator-masthead-menu.at-page-top { margin-top: 10px; align-self: flex-start; } .emancipator-masthead-logo { margin-left: auto; margin-top: auto; } .emancipator-masthead-title { display: block; } .emancipator-masthead-social { display: flex; } .emancipator-masthead-social-secondaryNav { display: none; } .emancipator-masthead-secondaryNav { width: 300px; } .emancipator-masthead-secondaryNav-list-item:last-of-type { display: none; } .emancipator-masthead-secondaryNav-list-item.emancipator-masthead-secondaryNav-list-item-without-border { border-bottom: none; } .article-railless .emancipator-masthead-spacer { width: auto; padding-top: auto; } .emancipator-search-container.initial-state #queryly_advanced_container, .emancipator-search-container.results-count-0 #queryly_advanced_container { min-height: 500px; } .navigation_masthead { padding: 0 0 0 5px; } .navigation_masthead { min-height: 50px; border-bottom-width: 1px; } .gallery .toolbar .fa { font-size: 14px; } .gallery .photos .button .fa { font-size: 45px; width: 80px; } .difficulty-picker .game-image { width: 166px; } .difficulty-picker .title { font-size: 36px; margin-top: 15px; } .difficulty-picker .description { margin: 30px 0; } .difficulty-picker .difficulty-set .bg-link-as-button { width: 224px; } #nav-bar+header, #nav-bar+.top, #app-bar+header, #app-bar+.top { margin-top: 60px; } #ad_billboard { min-height: 90px; } .hs-sports-dash-links { background-color: #fff; margin: 30px -25px; } .hs-sports-dash-link { display: inline-block; margin-right: 15px; } .hs-sports-dash-divide { text-align: left; } .hs-sports-widget { display: block; } .hs-sports-widget .widget-instrux { margin: 15px 0; } .hs-sports-widget .required-instrux { margin: 15px 0 0; text-align: left; } .hs-sports-widget.with-error .desktop-search { margin-top: 19px; align-self: flex-start; } .hs-sport-list-container, .hs-school-list-container { width: 32%; margin-bottom: 0; } .hs-sports-controls { flex-flow: row wrap; align-items: flex-start; } .hs-sports-school-list:focus { border-radius: 3px !important; } .hs-sports-school-list.withError .error-msg { margin-bottom: 0; } .hs-sports-sport-list { font-size: 17px; padding: 17px 5px 15px; background-size: 12px; } .mobile-search { display: none; } .desktop-search { width: 32%; font-size: 17px; display: inline-block; padding: 19px 0 15px; align-self: flex-end; } .desktop-search.scoreboards-search { position: relative; top: -1px; } .react-datepicker { width: auto; } .react-datepicker__input-container input { font-size: 17px; padding: 19px 5px 15px; background-size: 12px; } .logo_masthead { height: 25px; width: 50px; border-right: 1px solid; border-left: 1px solid; } .logo_masthead--mobile { display: none; } .logo_masthead--desktop { display: block; } .logo_masthead--no-hamburger { border-left: none; } .fusion-app { padding-bottom: 0 !important; } .fusion-app .gutter_15p--tablet { margin: 0 15%; } .fusion-app .gutter_16--tablet { margin: 0 16px; } .fusion-app .article-railless .article.is-emancipator-header .byline { font-size: 18px; } .fusion-app .article-railless .article.is-emancipator-body .container.link-related_links_link { padding-top: 30px; float: right; margin-right: 0%; margin-left: 12px; max-width: 41%; width: 302px; min-height: 214px; background-size: 265px; } .fusion-app .article.live-updates h2 { font-size: 28px; line-height: 36px; margin: 10px 0; } .fusion-app .article.live-updates h3 { font-size: 24px; line-height: 32.4px; } .fusion-app .article.live-updates .paragraph { font-size: 18px; line-height: 32.4px; } .fusion-app .article.live-updates .list { font-size: 18px; line-height: 32.4px; } .fusion-app .article-right-rail .live-updates { margin-left: 61px; } .fusion-app .article-right-rail main .live-updates-header .subheader { margin-left: 61px; } .fusion-app .article-right-rail main .live-updates-header .headline { margin-left: 61px; } .fusion-app .article-right-rail .right .hs-sports-dash .hs-sports-dash-links { background-color: #fff; } .fusion-app .article-right-rail .right .hs-sports-dash .required-instrux { margin: 15px 0 0; } .fusion-app .article-right-rail .right .hs-sports-dash .desktop-search { display: block; } .fusion-app .article-right-rail .right .hs-sports-dash .mobile-search { display: none; } .fusion-app .article-right-rail .right .hs-sports-dash .hs-sports-dash-divide { text-align: center; } .fusion-app .section_page .top-rail .hs-sports-dash .hs-sports-dash-links, .fusion-app .section_page .middle-rail .hs-sports-dash .hs-sports-dash-links, .fusion-app .section_page .lower-rail .hs-sports-dash .hs-sports-dash-links, .fusion-app .section_page .basement-1-rail .hs-sports-dash .hs-sports-dash-links { background-color: #fff; } .fusion-app .section_page .top-rail .hs-sports-dash .required-instrux, .fusion-app .section_page .middle-rail .hs-sports-dash .required-instrux, .fusion-app .section_page .lower-rail .hs-sports-dash .required-instrux, .fusion-app .section_page .basement-1-rail .hs-sports-dash .required-instrux { margin: 15px 0 0; } .fusion-app .section_page .top-rail .hs-sports-dash .desktop-search, .fusion-app .section_page .middle-rail .hs-sports-dash .desktop-search, .fusion-app .section_page .lower-rail .hs-sports-dash .desktop-search, .fusion-app .section_page .basement-1-rail .hs-sports-dash .desktop-search { display: block; } .fusion-app .section_page .top-rail .hs-sports-dash .mobile-search, .fusion-app .section_page .middle-rail .hs-sports-dash .mobile-search, .fusion-app .section_page .lower-rail .hs-sports-dash .mobile-search, .fusion-app .section_page .basement-1-rail .hs-sports-dash .mobile-search { display: none; } .fusion-app .section_page .top-rail .hs-sports-dash .hs-sports-dash-divide, .fusion-app .section_page .middle-rail .hs-sports-dash .hs-sports-dash-divide, .fusion-app .section_page .lower-rail .hs-sports-dash .hs-sports-dash-divide, .fusion-app .section_page .basement-1-rail .hs-sports-dash .hs-sports-dash-divide { text-align: center; } .fusion-app .article-left-rail .left .hs-sports-dash .hs-sports-dash-links { background-color: #fff; } .fusion-app .article-left-rail .left .hs-sports-dash .required-instrux { margin: 15px 0 0; } .fusion-app .article-left-rail .left .hs-sports-dash .desktop-search { display: block; } .fusion-app .article-left-rail .left .hs-sports-dash .mobile-search { display: none; } .fusion-app .article-left-rail .left .hs-sports-dash .hs-sports-dash-divide { text-align: center; } p { font-size: 18px; } .pop_out_manage.pop_out_manage { top: 7px; right: 200px; } .m_pop .item, .s_pop .item { border-bottom: none; } .m_pop .item.border_top, .s_pop .item.border_top { border-top: 1px solid #000; } .m_pop .recirc_headline, .s_pop .recirc_headline { font-size: 16px; line-height: 22px; } .m_pop .item:nth-child(2n) .content { border-left: 1px solid #000; } .theme-dark .fusion-app .m_pop .item.border_top, .theme-dark .fusion-app .s_pop .item.border_top { border-color: #ddd; } .theme-dark .fusion-app .m_pop .item:nth-child(2n) .content { border-color: #ddd; } .related_links.float_right { max-width: 275px; } .section_feed_image_container { min-width: 20%; } .section_feed_item .image img { max-height: 146px; } .sharebar--article { display: flex; } .tagline { font-size: 16px; line-height: 26px; } .container.column--tablet { flex-direction: column; } .container.row--tablet { flex-direction: row; } .margin_top_30--tablet { margin-top: 30px; } .margin_top_40--tablet { margin-top: 40px; } .margin_horizontal--tablet { margin-left: 8px; margin-right: 8px; } .margin_horizontal_0--tablet { margin: 0; } .margin_horizontal_15--tablet { margin-left: 15%; margin-right: 15%; } .padding_top_16--tablet { padding-top: 16px; } .padding_left--tablet { padding-left: 16px; } .padding_right--tablet { padding-right: 16px; } .padding_horizontal--tablet { padding-left: 8px; padding-right: 8px; } .height_min_600--tablet { min-height: 600px; } .width_half--tablet { width: 50%; } .width_40--tablet { width: 40%; } .width_60--tablet { width: 60%; } .width_75--tablet { width: 75%; } .border_bottom--mobile { border-bottom-style: none; } .border_bottom--desktop { border-bottom-style: solid; } .grid>.col.tablet-2 { flex-basis: 16.6%; max-width: 16.6%; } .grid>.col.tablet-3 { flex-basis: 25%; max-width: 25%; } .grid>.col.tablet-4 { flex-basis: 33.33%; max-width: 33.33%; } .grid>.col.tablet-5 { flex-basis: 41.67%; max-width: 41.67%; } .grid>.col.tablet-6 { flex-basis: 50%; max-width: 50%; } .grid>.col.tablet-7 { flex-basis: 58.33%; max-width: 58.33%; } .grid>.col.tablet-8 { flex-basis: 66.67%; max-width: 66.67%; } .grid>.col.tablet-9 { flex-basis: 75%; max-width: 75%; } .grid>.col.tablet-10 { flex-basis: 83.33%; max-width: 83.33%; } .grid>.col.tablet-11 { flex-basis: 91.66%; max-width: 91.66%; } .grid>.col.tablet-12 { flex-basis: 100%; max-width: 100%; } .float_left--tablet { float: left; } .sticky--tablet { position: -webkit-sticky; position: sticky; } .stick_1200--tablet { height: 1150px; padding-bottom: 50px; } .stick_1200--tablet .sticky_box { z-index: 200; } .absolute--tablet { position: absolute; } .absolute_right--tablet { position: absolute; right: 0; } .right_15--tablet { right: 15px; } .foreground_front--tablet { z-index: 1009; } .foreground_far--tablet { z-index: 99; } .hidden--tablet { display: none; } .s_c .headline[style*="font-size: 84px"] { font-size: 72px !important; } .s_c .headline[style*="font-size: 96px"] { font-size: 72px !important; } .s_c .headline[style*="font-size: 108px"] { font-size: 72px !important; } .live-updates-header .headline.headline { font-size: 40px; line-height: 48px; } .live-updates-header .subheader.subheader { font-size: 24px; margin-top: 20px; line-height: 36px; } .live-updates .pinned-item { padding: 20px; } .m_m .title { margin-bottom: 40px; } .m_m .tile { margin-bottom: 40px; } .m_m .tile_title, .m_m .tile_image, .m_m .tile_details { flex: 1; } .m_m .tile_image { margin-right: none; } .m_m .tile_image .image img { max-height: 90px; } .m_m .tile_details { order: 3; } .elections-menu.republican a:nth-child(n+2) { background-color: #b04343 !important; border-color: #b04343 !important; } .elections-menu.democrat a:nth-child(n+2) { background-color: #6db3bf !important; border-color: #6db3bf !important; } .weather-widget { max-width: 300px; margin: 0 0 16px 20px; } .weather-seven-day { width: 94%; margin: 0 auto 20px; padding: 0 5px 25px; } .weather-seven-day .weather-7D-tile { margin-left: 10px; margin-top: 35px; flex-basis: calc(14.2857142857% - 14px); } .weather-seven-day .weather-7D-tile-desc { margin-bottom: 8px; font-size: 17px; } .ua-prompt.popup .prompt-btn-container { justify-content: flex-end; } .ua-prompt.horizontal { flex-direction: row; justify-content: center; text-align: left; } .ua-prompt.horizontal.success { text-align: center; } .ua-prompt.horizontal .prompt-info { flex: 0 0 calc(50% - 16px); margin-bottom: 0; padding: 0 16px 0 0; } .ua-prompt.horizontal .prompt-btn { margin: 0; } .ua-prompt.horizontal .prompt-btn-container { flex: 0 0 50%; display: flex; justify-content: flex-end; align-items: center; } .navigation_masthead_container { flex-direction: row; align-items: stretch; } .hamburger_container { width: 48px; margin-left: 8px; margin-right: 4px; flex-grow: 1; flex-shrink: 0; } .logo-container { border-left: none; padding: 0; flex-grow: 0; flex-shrink: 0; } .primary_nav { display: block; height: 20px; overflow: hidden; flex-shrink: 1; } .sign_in_settings_container { order: 2; display: flex; padding-left: 16px; flex-grow: 1; flex-shrink: 0; justify-content: flex-end; } .sign_in { display: flex; order: 2; } .sign_in.hidden--tablet { display: none; } .search-form-submit { background-image: none; text-indent: 0; } .tv-show-share-follow-bar .pop_out_share.tv-show { top: 26px; right: 15px; max-width: none; } .fusion-app .tv-show-tabs .globe-tabs-container span+span { margin-left: 38px; } .fusion-app .tv-show-tabs .globe-tabs-container .globe-tab+.globe-tab { margin-left: 38px; } .fusion-app .tv-show-tabs .video-description { font-size: 18px; } .fusion-app .tv-show-about .globe-tabs-container .globe-tab+.globe-tab { margin-left: 38px; } .fusion-app .tv-show-clip-carousel .list-box+.list-box { margin-left: 26px; } .clip-carousel-v2 { overflow: hidden; } .clip-carousel-v2-title { font-size: 18px; margin: 20px 0; } .clip-carousel-v2 .carousel-slides { overflow: hidden; width: 100%; z-index: 0; margin-left: -52px; } .clip-carousel-v2 .carousel-nav-btn { display: flex; z-index: 1; opacity: 1; transition: opacity .5s; height: 100%; background: none #000; width: 56px; justify-content: center; box-shadow: 12rem 1px 3rem 12rem #000; } .clip-carousel-v2 .carousel-nav-btn.focus_ring:focus, .clip-carousel-v2 .carousel-nav-btn.focus_visible_ring:focus { box-shadow: 12rem 1px 3rem 12rem #000; border: 1px solid #2e8fff; } .clip-carousel-v2 .carousel-nav-btn.opacity-hidden { opacity: 0; } .clip-carousel-v2 .carousel-nav-btn.prev { box-shadow: -12rem 1px 3rem 12rem #000; z-index: 2; } .clip-carousel-v2 .carousel-nav-btn.prev.focus_ring:focus, .clip-carousel-v2 .carousel-nav-btn.prev.focus_visible_ring:focus { box-shadow: -12rem 1px 3rem 12rem #000; border: 1px solid #2e8fff; } .clip-carousel-v2 .carousel-nav-btn.prev svg { margin-right: 7px; } .tv-show-video-tile { margin-right: 26px; } .tv-show-video-tile.last-tile { margin-right: 0; } .tv-show-video-tile .linked-tile { width: 274px; height: 287px; } .tv-show-video-tile .linked-tile .img-container { max-height: 154px; } .tv-show-video-tile .linked-tile .img-container img { width: 274px; } .tv-show-video-tile .linked-tile .date { bottom: 10px; left: 10px; } .tv-show-video-tile .linked-tile .headline { font-size: 18px; } .tv-show-video-tile .linked-tile .duration, .tv-show-video-tile .linked-tile .headline { margin: 10px; } .tv-show-video-tile .linked-tile .date, .tv-show-video-tile .linked-tile .duration { font-size: 14px; } .podcast-carousel .next, .video-carousel .next { box-shadow: 10rem 1px 3rem 12rem #000; } .podcast-carousel .next.focus_ring:focus, .podcast-carousel .next.focus_visible_ring:focus, .video-carousel .next.focus_ring:focus, .video-carousel .next.focus_visible_ring:focus { box-shadow: 10rem 1px 3rem 12rem #000; } .video-carousel .next { margin-left: 30px; } .podcast-carousel .next { margin-left: 34px; } } @media only screen and (min-width: 960px) { .comic-landing .comic-card { width: 22%; margin-right: 2%; margin-left: 0; } .comic-card-name { margin-top: 15px; } .bg-elections-nav-wrapper .bg-elections-nav-list.not-mobile .bg-elections-nav-item { flex-basis: 16.6%; } .bg-elections-nav-wrapper .bg-elections-nav-list.split-nav.not-mobile .bg-elections-nav-item { flex-basis: 33%; } .bg-elections-nav-wrapper .bg-elections-nav-list.split-nav.not-mobile.closed li:nth-child(n+3) { display: list-item; } .bg-elections-nav-wrapper .bg-elections-nav-list.split-nav.not-mobile.closed li:nth-child(n+4) { display: none; } .emancipator-footer-wrapper { padding: 40px 20px 4px 65px; display: flex; } .emancipator-footer-top { width: 491px; } .emancipator-footer-content { display: flex; margin-top: 0; } .emancipator-footer-copy { width: 373px; } .emancipator-footer-links { margin-top: 0; margin-bottom: 0; } .emancipator-footer-links:nth-of-type(2) { margin-left: 115px; } .emancipator-footer-small { text-align: left; } .emancipator-footer-social-copy { float: left; width: 33%; margin-right: 96px; } .emancipator-donate-link { margin-top: 16px; margin-bottom: -5px; } .emancipator-social { flex-grow: 1; clear: none; } .navigation .footer_items_wrap { height: 196px; } .navigation .footer_items_wrap:after { content: ""; background-image: url(/pf/resources/dist/images/bg-logo-large--full.svg?d=519); background-position: center; background-repeat: no-repeat; background-size: contain; opacity: .1; top: 0; left: 0; bottom: 0; right: 0; position: absolute; height: 200px; top: 50px; opacity: .05; } .navigation .footer_link .slash:after { content: ""; } .navigation .footer_link .slash.slash--desktop:after { content: "/"; } .navigation .footer_follow_us span { width: 115px; } .gallery .photos .button .fa { font-size: 50px; } .article .heading.railless { max-width: 50%; margin: 0 auto; } .hs-sports-sport-list { font-size: 18px; padding: 17px 15px; } .desktop-search { width: 31%; font-size: 18px; } .react-datepicker__input-container input { font-size: 18px; padding: 17px 15px 16px; background-size: 18px; } .article-railless .link-related_links_link { max-width: 50%; margin: 20px auto; } .image .railless_img { width: 66%; } .image.railless_img--inline { max-width: 25%; } .list_feed { font-size: 17px; } .list.railless { max-width: 50%; } .link-list-title.h3 { font-size: 34px; } .link-list-deck { font-size: 18px; line-height: 26px; } .link-list-item-header.float_left, .link-list-item-header.float_right { max-width: 64%; } .link-list-item-copy, .link-list-item-address { font-size: 18px; } .article-railless .link-list { max-width: 50%; margin: 20px auto; } .article-railless .link-list-item-header.float_left { max-width: 53%; } .article-railless .link-list .image.railless_img--inline { max-width: 43%; } .newsletter.emancipator.column .input { display: flex; flex-direction: column; } .newsletter.emancipator.column .newsletter_widget_input { width: 100%; border-radius: 3px; margin-bottom: 20px; flex: auto; } .newsletter.emancipator.column .newsletter_widget_button { width: 100%; border-radius: 3px; flex: auto; } .html_block.railless .youtube-embed { padding-bottom: 28.13%; max-width: 50%; margin: 0 auto; } .fusion-app .gutter_20p--desktop { margin: 0 20%; } .fusion-app .gutter_16--desktop { margin: 0 16px; } .fusion-app .article { -webkit-text-size-adjust: initial; } .fusion-app .article .body .image.article_rail_img--inline, .fusion-app .article .lead .image.article_rail_img--inline { max-width: 33%; } .fusion-app .article-railless .article.is-emancipator-body .tagline { max-width: 50%; } .fusion-app .article-railless .article.is-emancipator-body .container.link-related_links_link { padding-top: 45px; margin-right: 17%; max-width: 33%; width: 275px; min-height: 209px; background-size: 275px; } .fusion-app .article-right-rail .right .hs-sports-dash .hs-school-list-container, .fusion-app .article-right-rail .right .hs-sports-dash .hs-sport-list-container { width: 100%; margin-bottom: 20px; } .fusion-app .article-right-rail .right .hs-sports-dash .desktop-search { display: none; } .fusion-app .article-right-rail .right .hs-sports-dash .mobile-search { display: block; } .fusion-app .article-right-rail .right .hs-sports-dash .required-instrux { margin: -15px 0 20px; margin-left: auto; } .fusion-app .article-right-rail .right .hs-sports-dash .hs-sports-dash-links { padding: 0; margin: 30px 0 0; } .fusion-app .article-right-rail .right .hs-sports-dash .hs-sports-dash-link { display: block; } .fusion-app .section_page .top-rail .hs-sports-dash .hs-school-list-container, .fusion-app .section_page .top-rail .hs-sports-dash .hs-sport-list-container, .fusion-app .section_page .middle-rail .hs-sports-dash .hs-school-list-container, .fusion-app .section_page .middle-rail .hs-sports-dash .hs-sport-list-container, .fusion-app .section_page .lower-rail .hs-sports-dash .hs-school-list-container, .fusion-app .section_page .lower-rail .hs-sports-dash .hs-sport-list-container, .fusion-app .section_page .basement-1-rail .hs-sports-dash .hs-school-list-container, .fusion-app .section_page .basement-1-rail .hs-sports-dash .hs-sport-list-container { width: 100%; margin-bottom: 20px; } .fusion-app .section_page .top-rail .hs-sports-dash .desktop-search, .fusion-app .section_page .middle-rail .hs-sports-dash .desktop-search, .fusion-app .section_page .lower-rail .hs-sports-dash .desktop-search, .fusion-app .section_page .basement-1-rail .hs-sports-dash .desktop-search { display: none; } .fusion-app .section_page .top-rail .hs-sports-dash .mobile-search, .fusion-app .section_page .middle-rail .hs-sports-dash .mobile-search, .fusion-app .section_page .lower-rail .hs-sports-dash .mobile-search, .fusion-app .section_page .basement-1-rail .hs-sports-dash .mobile-search { display: block; } .fusion-app .section_page .top-rail .hs-sports-dash .required-instrux, .fusion-app .section_page .middle-rail .hs-sports-dash .required-instrux, .fusion-app .section_page .lower-rail .hs-sports-dash .required-instrux, .fusion-app .section_page .basement-1-rail .hs-sports-dash .required-instrux { margin: -15px 0 20px; margin-left: auto; } .fusion-app .section_page .top-rail .hs-sports-dash .hs-sports-dash-links, .fusion-app .section_page .middle-rail .hs-sports-dash .hs-sports-dash-links, .fusion-app .section_page .lower-rail .hs-sports-dash .hs-sports-dash-links, .fusion-app .section_page .basement-1-rail .hs-sports-dash .hs-sports-dash-links { padding: 0; margin: 30px 0; } .fusion-app .section_page .top-rail .hs-sports-dash .hs-sports-dash-link, .fusion-app .section_page .middle-rail .hs-sports-dash .hs-sports-dash-link, .fusion-app .section_page .lower-rail .hs-sports-dash .hs-sports-dash-link, .fusion-app .section_page .basement-1-rail .hs-sports-dash .hs-sports-dash-link { display: block; } .fusion-app .article-left-rail .left .hs-sports-dash .hs-school-list-container, .fusion-app .article-left-rail .left .hs-sports-dash .hs-sport-list-container { width: 100%; margin-bottom: 20px; } .fusion-app .article-left-rail .left .hs-sports-dash .desktop-search { display: none; } .fusion-app .article-left-rail .left .hs-sports-dash .mobile-search { display: block; } .fusion-app .article-left-rail .left .hs-sports-dash .required-instrux { margin: -15px 0 20px; margin-left: auto; } .fusion-app .article-left-rail .left .hs-sports-dash .hs-sports-dash-links { padding: 0; margin: 30px 0 0; } .fusion-app .article-left-rail .left .hs-sports-dash .hs-sports-dash-link { display: block; } .railless.paragraph { max-width: 50%; margin: 20px auto; } .pop_out { width: 320px; } .m_pop .dec, .s_pop .dec { font-size: 14px; } .m_pop .item:nth-child(odd) .content { padding-left: 0; } .m_pop .item:nth-child(even) .content { padding-right: 0; } .s_pop .item:nth-child(3n+1) .content { padding-left: 0; } .s_pop .item:nth-child(3n+3) .content { padding-right: 0; } .s_pop .item:nth-child(3n+2) .content, .s_pop .item:nth-child(3n+3) .content { border-left: 1px solid #000; } .theme-dark .fusion-app .s_pop .item:nth-child(3n+2) .content, .theme-dark .fusion-app .s_pop .item:nth-child(3n+3) .content { border-color: #ddd; } .align_items_center--desktop { align-items: center; } .container.column--desktop { flex-direction: column; } .container.row--desktop { flex-direction: row; } .margin_top_40--desktop { margin-top: 40px; } .margin_top_64--desktop { margin-top: 64px; } .margin_left-desktop { margin-left: 8px; } .margin_left_16-desktop { margin-left: 16px; } .margin_right-desktop { margin-right: 8px; } .margin_right_16-desktop { margin-right: 16px; } .margin_horizontal_16--desktop { margin-left: 16px; margin-right: 16px; } .padding_bottom_16--desktop { padding-bottom: 16px; } .width_full--desktop { width: 100%; } .width_qtr--desktop { width: 25%; } .width_half--desktop { width: 50%; } .border_horizontal--desktop { border-bottom: 1px solid; border-top: 1px solid; border-left: 0; border-right: 0; } .border_left--desktop { border-left-style: solid; } .border_right--desktop { border-right-style: solid; } .border_top_none--desktop { border-top: 0; } .background_gray_20--mobile { background-color: initial; } .background_white--mobile { background-color: initial; } .background_white--desktop { background-color: #fff; } .theme-dark .fusion-app .background_white--mobile { background-color: initial; } .theme-dark .fusion-app .background_white--desktop { background-color: #000; } .theme-dark .fusion-app .background_gray_10--mobile { background-color: initial; } .theme-dark .fusion-app .background_gray_10--desktop { background-color: #1a1a1a; } .theme-dark .fusion-app .background_gray_20--mobile { background-color: initial; } .theme-dark .fusion-app .background_gray_20--desktop { background-color: #333; } .grid>.col.desktop-1 { flex-basis: 8.3%; max-width: 8.3%; } .grid>.col.desktop-2 { flex-basis: 16.6%; max-width: 16.6%; } .grid>.col.desktop-3 { flex-basis: 25%; max-width: 25%; } .grid>.col.desktop-4 { flex-basis: 33.33%; max-width: 33.33%; } .grid>.col.desktop-5 { flex-basis: 41.67%; max-width: 41.67%; } .grid>.col.desktop-6 { flex-basis: 50%; max-width: 50%; } .grid>.col.desktop-7 { flex-basis: 58.33%; max-width: 58.33%; } .grid>.col.desktop-8 { flex-basis: 66.67%; max-width: 66.67%; } .grid>.col.desktop-9 { flex-basis: 75%; max-width: 75%; } .grid>.col.desktop-10 { flex-basis: 83.33%; max-width: 83.33%; } .grid>.col.desktop-11 { flex-basis: 91.66%; max-width: 91.66%; } .grid>.col.desktop-12 { flex-basis: 100%; max-width: 100%; } .float_left--desktop { float: left; } .float_left--desktop--railless { margin-left: 17%; float: left; } .float_right--desktop { float: right; } .float_right--desktop--railless { margin-right: 17%; float: right; } .hidden--desktop { display: none; } .s_c .headline[style*="font-size: 84px"] { font-size: 84px !important; } .s_c .headline[style*="font-size: 96px"] { font-size: 84px !important; } .s_c .headline[style*="font-size: 108px"] { font-size: 84px !important; } .m_m .tile_image .image img { max-height: 159px; } .race-page-social-share-wrapper { width: 25%; margin: 25px auto; } .elections-intro { width: 65%; } .elections-intro h1 { line-height: 36px; font-size: 40px; } .elections-intro p { font-size: 20px; line-height: 33px; } .weather-widget { width: 91%; max-width: none; } .weather-seven-day { margin: 20px 16px; padding: 0 20px 25px 0; } .weather-seven-day .weather-7D-tile { flex-basis: calc(14.2857142857% - 35px); } .weather-seven-day .weather-7D-tile:first-child { margin-left: 6px; } .scoreboard__list { width: auto; } .scoreboard__item { justify-content: flex-end; width: 100%; } .scoreboard__link { align-items: center; font-size: 16px; } .scoreboard__logo { position: relative; margin-right: 10px; } .scoreboard__scores { flex-direction: row; margin-right: 0; } .scoreboard__info { display: inline-block; margin: 0 5px 0 0; } .scoreboard__info--leading { order: 1; } .scoreboard__info--trailing { order: 2; } .scoreboard__team-name-short { display: none; } .scoreboard__team-name-full { display: inline-block; margin-right: 5px; } .scoreboard__score { width: auto; } .scoreboard__score:after { content: ","; display: inline; } .scoreboard__time { width: auto; } .scoreboard__time--inline { float: none; display: inline-block; } .scoreboard__unit { display: inline; } .scoreboard__next-score { float: left; width: auto; border: none; background-image: none; } .scoreboard__next-score-text { padding: 0; } .scoreboard__next-score-text { display: inline-block; } .author_about { padding-right: 25px; } .fusion-app .tv-show-up-next-related-articles .single-episode-image { margin-right: 30px; } .heading-container .live_button_container .live_icon_container .live_icon:hover { background-color: #205dc7; fill: #fff; } .heading-container .live_update:hover { fill: #fff; } } @media only screen and (min-width: 1200px) { .comic-landing .comic-card { width: 23%; margin-right: 2%; } .comic-landing { padding-left: 11.8%; } .grid>.col.ws-1 { flex-basis: 8.3%; max-width: 8.3%; } .grid>.col.ws-2 { flex-basis: 16.6%; max-width: 16.6%; } .grid>.col.ws-3 { flex-basis: 25%; max-width: 25%; } .grid>.col.ws-4 { flex-basis: 33.33%; max-width: 33.33%; } .grid>.col.ws-5 { flex-basis: 41.67%; max-width: 41.67%; } .grid>.col.ws-6 { flex-basis: 50%; max-width: 50%; } .grid>.col.ws-7 { flex-basis: 58.33%; max-width: 58.33%; } .grid>.col.ws-8 { flex-basis: 66.67%; max-width: 66.67%; } .grid>.col.ws-9 { flex-basis: 75%; max-width: 75%; } .grid>.col.ws-10 { flex-basis: 83.33%; max-width: 83.33%; } .grid>.col.ws-12 { flex-basis: 100%; max-width: 100%; } .s_c .headline[style*="font-size: 96px"] { font-size: 96px !important; } .s_c .headline[style*="font-size: 108px"] { font-size: 96px !important; } .weather-seven-day .weather-7D-tile { margin-left: 34px; } } @media only screen and (max-width: 660px) { .comic-card-footer { padding-left: 24px; font-size: 12px; } .emancipator-masthead-menu { margin-top: 10px; } .emancipator-masthead-logo { margin-left: 7px; background-image: url(/pf/resources/dist/images/emancipator-logo-knockout-yellow.svg?d=519); width: 218px; margin-right: 10px; height: 25px; background-size: contain; } .emancipator-masthead-logo.at-page-top { background-image: url(/pf/resources/dist/images/emancipator-social-bug.svg?d=519); background-size: cover; width: 42px; height: 42px; margin-left: 0; } .gallery .photos .button .fa { font-size: 22px; } .article.header h1 { font-size: 24px; line-height: 28px; } .article.header h2 { font-size: 18px; line-height: 24px; } .list.unordered, .list.ordered { padding: 18px 0 13px; } .newsletter { text-align: center; } .newsletter .newsletter_widget_image { align-self: center; } .newsletter.emancipator { margin-left: 0; margin-right: 0; } .newsletter.emancipator.column { width: 100%; margin-left: 0; margin-right: 0; } .newsletter_cta { display: flex; flex-direction: column; align-items: center; } .has_image .newsletter_grid--2 { order: -1; } @supports (-webkit-overflow-scrolling: touch) { .html_block .fragment iframe { width: 85vw; } } .html_block.hasRail.twitter { margin: 20px auto !important; } .html_block.hasRail.facebook-post .fb-post>span { width: auto !important; } .html_block.hasRail.facebook-post .fb-post iframe { width: auto !important; } .html_block.railless.twitter { margin: 20px auto !important; } .html_block.railless.facebook-post .fb-post>span { width: auto !important; } .html_block.railless.facebook-post .fb-post iframe { width: auto !important; } .html_block { max-width: 100vw; } @supports (-webkit-overflow-scrolling: touch) { .html_block { max-width: 100%; } } .fusion-app .gutter_20_28--mobile { margin: 20px 28px; } .fusion-app .gutter_20_0--mobile { margin: 20px 0; } .fusion-app .article>.body>.link, .fusion-app .article .photos .img_caption .caption, .fusion-app .article .html_block:not(.facebook) { margin: 20px 28px; } .fusion-app .sticky_container.sticky_mobile .sticky_box { width: 100%; background: #fff; } .fusion-app .sticky_container.js-mobile-not-fixed-helper { position: static !important; } .fusion-app .sticky_container.js-mobile-not-fixed-helper .sticky_box { position: static !important; } .theme-dark .fusion-app .sticky_container.sticky_mobile .sticky_box { background: #000; } .pop_out_top_right_corner--mobile { top: 0; right: 0; } .article_padding { padding: 20px 28px; } .m_pop .item .content, .s_pop .item .content { padding: 0; } .related_links.float_right { float: initial; } .section_menu .iconDisplay.hidden { display: inline; } .section_dropdown .item { width: 100%; border-bottom: 1px solid #000; } .breadcrumbs a { border-left: none; } .align_left.mobile { margin-left: auto; margin-right: auto; } .align_right.mobile { margin-left: auto; margin-right: auto; } .container.column--mobile { flex-direction: column; } .container.row--mobile { flex-direction: row; } .flex--mobile { display: flex; } .margin_top_16--mobile { margin-top: 16px; } .margin_bottom_32--mobile { margin-bottom: 32px; } .margin_horizontal_0--mobile { margin: 0; } .margin_horizontal_28--mobile { margin: 0; } .margin_horizontal_40--mobile { margin-left: 40px; margin-right: 40px; } .padding_top--mobile { padding-top: 8px; } .padding_right_16--mobile { padding-right: 16px; } .padding_horizontal_16--mobile { padding-left: 16px; padding-right: 16px; } .width_full--mobile { width: 100%; } .width_40--mobile { width: 40%; } .width_60--mobile { width: 60%; } .width_75--mobile { width: 75%; } .width_100px--mobile { width: 100px; } .overflow_x_hidden--mobile { overflow-x: hidden; } .color_black--mobile { color: #000; } amp-carousel figcaption { font-size: 12px; } .float_left--mobile { float: left; } .fixed--mobile { position: fixed; } .display_block--mobile { display: block; } .hidden--mobile { display: none; } .s_c .headline[style*="font-size: 72px"] { font-size: 64px !important; } .s_c .headline[style*="font-size: 84px"] { font-size: 64px !important; } .s_c .headline[style*="font-size: 96px"] { font-size: 64px !important; } .s_c .headline[style*="font-size: 108px"] { font-size: 64px !important; } .s_c .i_h-h[class*=d-h-sm] .deck, .s_c .i_h-h[class*=d-h-sm] .headline, .s_c .i_h-h[class*=d-h-sm] .overline, .s_c .i_h-h[class*=d-h-sm] .links, .s_c .i_d-h[class*=d-h-sm] .deck, .s_c .i_d-h[class*=d-h-sm] .headline, .s_c .i_d-h[class*=d-h-sm] .overline, .s_c .i_d-h[class*=d-h-sm] .links, .s_c [class*=_d-h][class*=d-h-sm] .deck, .s_c [class*=_d-h][class*=d-h-sm] .headline, .s_c [class*=_d-h][class*=d-h-sm] .overline, .s_c [class*=_d-h][class*=d-h-sm] .links { max-width: 100%; } .s_c .i_h-h .headline, .s_c .i_d-h .headline, .s_c [class*=_d-h] .headline { margin-top: 8px; } .s_c .i_h-h.text_align_center .overline, .s_c .i_d-h.text_align_center .overline, .s_c [class*=_d-h].text_align_center .overline { max-width: 94%; } .s_c .i_h-h .card, .s_c .i_d-h .card, .s_c [class*=_d-h] .card { padding-bottom: .8rem; } .s_c .i_h-h .headline, .s_c .i_h-h .deck, .s_c .i_h-h .links, .s_c .i_d-h .headline, .s_c .i_d-h .deck, .s_c .i_d-h .links, .s_c [class*=_d-h] .headline, .s_c [class*=_d-h] .deck, .s_c [class*=_d-h] .links { max-width: 100%; } .s_c .i_h-h .image, .s_c .i_d-h .image, .s_c [class*=_d-h] .image { width: 100%; } .s_c .i_h-h.img_l .overline, .s_c .i_d-h.img_l .overline, .s_c [class*=_d-h].img_l .overline { clear: left; float: left; } .s_c .i_h-h.img_l .overline:not(.w_border), .s_c .i_d-h.img_l .overline:not(.w_border), .s_c [class*=_d-h].img_l .overline:not(.w_border) { max-width: 100%; } .s_c .w_bg.img_l .deck, .s_c .w_bg.img_l .headline, .s_c .w_bg.img_l .overline:not(.w_border), .s_c .w_bg.img_l .links { padding-left: 16px; } .s_c .w_bg.img_r .deck, .s_c .w_bg.img_r .headline, .s_c .w_bg.img_r .overline:not(.w_border), .s_c .w_bg.img_r .links { padding-right: 16px; } .m_m .tile_image .image img { max-height: 77px; } .primary-state-results .padding_right_32 { padding-right: 0; } .see-all-races-btn { display: block; font-family: BentonSansCond, Helvetica, Arial, sans-serif; font-size: 14px; letter-spacing: .14px; font-weight: 700; } .see-all-races-btn.is-opened svg { transform: rotate(180deg); } .see-all-races-btn.is-closed svg { position: relative; top: -2px; } .see-all-races-btn.is-closed~.elections-social { border-top: 0; padding: 0; margin: 10px 0; } .elections-menu.hide-elections-menu { display: none; } .elections-menu div[class*=primaryMenu] a { display: list-item !important; list-style-position: inside !important; background-color: #ede5e5 !important; border-color: #ede5e5 !important; border-radius: 0 !important; color: #222 !important; } .elections-menu div[class*=primaryMenu] a:first-child { margin-bottom: 24px; } .elections-menu div[class*=primaryMenu] a:nth-child(even) { background: none; } .elections-menu div[class*=primaryMenu] hr { display: none; } .elections-menu div[class*=primaryMenu] hr~a:nth-of-type(even) { background-color: none !important; } .elections-menu hr+a { margin-top: 24px; } .weather-widget { max-width: 300px; margin: 0 auto 25px; } .weather-seven-day { flex-direction: column; margin: 0 16px; padding: 17px 20px 0; margin-bottom: 25px; } .weather-seven-day .tile-dayname-month-day, .weather-seven-day .tile-desc-hl { display: block; } .weather-seven-day .tile-dayname-month-day { display: block; min-width: 54px; } .weather-seven-day .weather-7D-tile { text-align: left; flex-direction: row; border-bottom: 1px solid #e1e1e1; margin-bottom: 12px; padding: 8px 0; margin-top: 0; margin-left: 0; flex-basis: auto; min-height: 62px; } .weather-seven-day .weather-7D-tile:last-child { margin-bottom: 0; border-bottom: 0; } .weather-seven-day .weather-7D-tile-dayname { display: block; } .weather-seven-day .weather-7D-tile-month { margin-top: 5px; } .weather-seven-day .weather-7D-tile-icon { margin: -15px 20px 0; } .weather-seven-day .weather-7D-tile-desc { display: block; margin-bottom: 3px; } .sign_in_settings_container.scroll { display: none; } .fusion-app .jumplink-container .jump-to-text { font-size: 14px; letter-spacing: -0.19px; line-height: 40px; margin-bottom: 4px; white-space: nowrap; } .fusion-app .tv-show-up-next-related-articles { flex-direction: column; } .fusion-app .tv-show-up-next-related-articles .episodes-main-contianer { padding-bottom: 0; } .fusion-app .tv-show-up-next-related-articles .next-related-content { padding-right: 0; } .fusion-app .input-main-container .input-search-text { font-size: 14px; letter-spacing: -0.19px; line-height: 16px; margin-bottom: 4px; } .fusion-app .tv-show-up-next-related-articlesV2 { flex-direction: column; } .carousel-parent-container { scroll-margin-top: 115px; } .heading-container { position: relative; } .heading-container .heading { width: 330px; flex-shrink: 0; } .heading-container .live_button_container { width: auto; position: absolute; right: 0; margin-top: 20px; } .heading-container .live_button_container .live_icon_container { flex-direction: row-reverse; } } @media screen and (min-width: 960px) { .froomle-recommendation-ul li:first-child img, .froomle-recommendation-ul li:nth-child(2) img, .froomle-recommendation-ul li:nth-child(3) img { border-right: 2px solid gray; } } @media only screen and (min-width: 661px)and (max-width: 959px) { .hs-sports-school-list { font-size: 17px; padding: 17px 5px 15px; background-size: 12px; } .m_pop .item.border_top--tablet-only, .s_pop .item.border_top--tablet-only { border-top: 1px solid #000; } .m_pop .item:nth-child(odd) .content, .s_pop .item:nth-child(odd) .content { padding-left: 0; } .m_pop .item:nth-child(even) .content, .s_pop .item:nth-child(even) .content { padding-right: 0; } .s_pop .item .content { border-left: 1px solid #000; } .s_pop .item:nth-child(2n-1) .content { border-left: none; } .s_pop .item:nth-child(9n) { display: none; } .theme-dark .fusion-app .m_pop .item.border_top--tablet-only, .theme-dark .fusion-app .s_pop .item.border_top--tablet-only { border-color: #ddd; } .theme-dark .fusion-app .s_pop .item .content { border-color: #ddd; } .margin_horizontal_15--tablet-only { margin-left: 15%; margin-right: 15%; } .width_full--tablet-only { width: 100%; } .border_bottom--tablet-only { border-bottom-style: solid; } .hidden--tablet-only { display: none; } .fusion-app .tv-show-tabs .episodes-container-title~a .single-episode { margin-top: 25px; padding-bottom: 25px; } .fusion-app .tv-show-tabs .single-episode { flex-direction: column; } .fusion-app .tv-show-tabs .single-episode-link-tile { margin-left: 0; } .fusion-app .tv-show-tabs .single-episode-image { flex: 100% 0 0; width: 100%; height: auto; padding-top: 56%; margin-right: 0; } .fusion-app .tv-show-tabs .video-description { margin-top: 8px; } .fusion-app .tv-show-tabs .video-duration { position: absolute; bottom: .4rem; left: .3rem; } .fusion-app .tv-show-up-next-related-articles .up-next-single-episode { flex-direction: column-reverse; } .fusion-app .tv-show-up-next-related-articles .single-episode-image { width: 100%; height: 0; padding-bottom: 56%; margin-right: 0; margin-bottom: 7px; position: relative; } .fusion-app .tv-show-up-next-related-articles .video-duration { position: absolute; bottom: 0; } } @media only screen and (max-width: 390px) { .logo_masthead--anniversary { display: none; } .logo_masthead--standard { display: block; } } @media only screen and (min-width: 650px) { .newsletter-banner-text-container { width: 100%; padding: 30px 0; } .newsletter-menu { margin-bottom: 25px; } .newsletter-menu-list { gap: 30px; } .newsletter-lp-grid { grid-template-columns: repeat(2, 1fr); } .newsletter-sticky { height: 124px; padding: 0 5%; } .newsletter-sticky-main { padding-top: 15px; flex-direction: row; justify-content: space-between; } .newsletter-sticky-description { padding-top: 15px; } .newsletter-sticky-main-title-margin-left { margin-left: -34px; } .newsletter-sticky-main-detail-padding-left { padding-left: 0; } .newsletter-sticky-form { min-width: 350px; align-self: center; } } @media only screen and (min-width: 775px) { .newsletter-sticky-description { padding-top: 0; } .newsletter-sticky-main-title { font-size: 28px; } .newsletter-sticky-main-detail { font-size: 18px; } .newsletter-emailaddr-input { height: 40px; } .newsletter-emailaddr-submit { height: 43px; padding: 0 30px; } } @media only screen and (min-width: 970px) { .newsletter-banner-text-container :first-child { font-size: 46px; } .newsletter-banner-text-container :last-child { font-size: 28px; } .newsletter-menu { max-width: 900px; } .newsletter-menu-link { padding-bottom: 1px; font-size: 18px; line-height: 26px; } .newsletter-menu-item-hide { display: block; } .newsletter-menu-item.newsletter-sub-menu-display { display: none; } .newsletter-menu-more-button { font-size: 18px; line-height: 26px; } .newsletter-lp-grid { grid-template-columns: repeat(3, 1fr); } } @media only screen and (min-width: 1300px) { .newsletter-lp-grid { grid-template-columns: repeat(4, 1fr); } .newsletter-sticky { padding: 0; } } @media screen and (min-width: 700px) { .newsletter-banner { padding-bottom: 20px; } } @media only screen and (max-width: 660px)and (min-height: 437px) { .fusion-app .sticky_container.js-mobile-fixed-helper .sticky_box { position: fixed !important; top: auto; left: 0; right: 0; background: #fff; } .fusion-app .sticky_container.js-mobile-fixed-helper .sticky_box.isLoggedIn { bottom: 0; } .theme-dark .fusion-app .sticky_container.js-mobile-fixed-helper .sticky_box { background: #000; } } @media (-webkit-min-device-pixel-ratio: 0) { .pop_out .pop_out_exit:focus { outline-color: -webkit-focus-ring-color; outline-style: auto; } } @media only screen and (min-width: 450px) { .section_feed_item .overline { min-width: 250px; } } @media only screen and (min-width: 450px)and (min-width: 575px) { .section_feed_item .overline { max-width: 330px; } } @media only screen and (min-width: 450px)and (min-width: 660px) { .section_feed_item .overline { max-width: 355px; } } @media only screen and (min-width: 450px)and (min-width: 810px) { .section_feed_item .overline { max-width: 495px; } } @media only screen and (min-width: 450px)and (min-width: 960px) { .section_feed_item .overline { max-width: 332px; } } @media only screen and (min-width: 450px)and (min-width: 1200px) { .section_feed_item .overline { max-width: 430px; } } @media only screen and (min-width: 1440px) { .s_c .headline[style*="font-size: 108px"] { font-size: 108px !important; } .elections-intro { width: 90%; } .elections-intro h1:before { height: 70px; } .weather-widget { width: 100%; } } @media all and (-ms-high-contrast: none) { .masthead_scroll .navigation_masthead_container { justify-content: flex-start; } .cta_button { height: 50px; } .newsletter .newsletter_sign_up { min-width: 55%; } .s_c { display: inline-block; } .s_c figure { display: inline; } .related_links .image figure { display: inline; } .related_links .links { display: flex; } .related_links .links .symbol { display: inline-table; } .related_links .links .link a { text-decoration: none; } .s_c_f.column { flex-direction: row; } .footer_items_wrap { margin: 0 auto; display: block; } .footer_items_wrap .footer_items { padding-top: 20px; } .footer_items_wrap .footer_items .footer_item { padding-bottom: 20px; margin-top: 28px; } .sharebar.visibility .share--email button, .sharebar.visibility .share--print { background: none; } } @media all and (-ms-high-contrast: none)and (min-width: 960px) { .footer_items_wrap { background-color: #fff; } } @media only screen and (min-width: 670px) { .timer-container--electoral-leaderboard.show-full-width.dem-winner { transform: translateY(-50%) translateX(-50%) translateX(19px); } .timer-container--electoral-leaderboard.show-full-width.gop-winner { transform: translateY(-50%) translateX(-50%) translateX(-19px); } } @media print { .masthead_scroll, .navigation_masthead_container, .footer_content, .arc_ad, .article-right-rail>.right, .article-left-rail>.left, .byline>.sharebar, .newsletter, .related_links, .link-related_links_link, .r_f, .meter-progress-bar.meter-progress-bar--visible, .paywall, .continue_button, .topics, .gallery, .video, .scoreboard, .bcSlideOut, .photo.hidden.transparent { display: none; } .padding_right--tablet { padding-right: 8px; } .padding_left--tablet { padding-left: 8px; } .hidden { display: inherit; } } @media only screen and (min-width: 660px) { .savedArticle-wrapper-width { width: 598px; } } @media screen and (max-width: 959px) { .leftRail_container { display: none; } } @media only screen and (max-width: 600px) { .saved-articles-feed-dustbin { height: 15px; } .saved-articles-feed-count, .saved-articles-feed-detail { font-size: 12px; line-height: 17px; } .saved-articles-feed-headline { font-size: 14px; line-height: 17px; } .saved-articles-feed-desc { font-size: 12px; line-height: 14px; } .saved-articles-feed-delete { font-size: 14px; line-height: 17px; } .saved-articles-feed-fixed-width { max-width: 206px; } .saved-articles-feed-img-container { min-width: 40%; } .saved-articles-feed-popup-img { width: 43px; height: 45px; } .saved-articles-feed-popup-title { font-size: 14px; line-height: 17px; margin-top: 8px; margin-left: 5%; margin-right: 5%; } .saved-articles-feed-popup-detail { margin-top: 8px; margin-left: 0; margin-right: 0; } .saved-articles-feed-popup-desc { font-size: 12px; font-weight: 400; } } @media screen and (min-width: 670px) { .todays-date { font-size: 32px; } } @media (max-width: 600px) { .tv-show-share-follow-bar .padding_horizontal_16 { padding: 0 !important; } .tv-show-share-follow-bar .bar { border-top: none !important; } .tv-show-share-follow-bar .social-medias { border-top: 1px solid #444; } .tv-show-share-follow-bar .sponsor-logo.desktop-sponsor { position: unset !important; } .fusion-app .tv-show-clip-carousel .focus_ring:focus { height: 285px; } .up-next-containerV2 .carousel-slides { margin: 0 25px; } } @media (min-width: 600px) { .tv-show-share-follow-bar .bar { display: flex; } .tv-show-share-follow-bar .no-sponsor { margin-top: 15px; } .tv-show-share-follow-bar .no-sponsor .bgt-logo svg { width: 13vw; height: 3vw; } .tv-show-share-follow-bar .social-medias { justify-content: flex-end; } .tv-show-share-follow-bar .social-medias .bgt-logo { margin-right: 35px; } .tv-show-share-follow-bar .social-no-sponsor svg { height: 2vw; width: 2.5vw; } .tv-show-share-follow-bar .social-medias-right { gap: 36px; } .tv-show-share-follow-bar .sponsor-logo.desktop-sponsor { display: inline-block; } .tv-show-share-follow-bar .sponsor-logo.desktop-sponsor.tv-show-follow-bar { position: unset !important; } .fusion-app .tv-show-wrapper { padding: 20px 31px 7%; } .fusion-app .tv-show-tabs .globe-tabs-container { font-size: 18px; } .fusion-app .tv-show-tabs .globe-tabs-container .globe-tab { font-size: 18px; } .fusion-app .tv-show-tabs .input-container { padding: 10px 30px; } .fusion-app .tv-show-tabs input { font-size: 13px; } .fusion-app .tv-show-tabs .input-container svg { height: 25px; } .fusion-app .tv-show-tabs .episodes-main-contianer { padding-bottom: 50px; padding-top: 10px; width: 100%; display: flex; justify-content: space-between; } .fusion-app .tv-show-tabs .single-episode .single-episode-date { font-size: 18px; line-height: 22px; } .fusion-app .tv-show-tabs .border--top { border-top: none; padding-top: auto; } .fusion-app .tv-show-tabs .episodes-container button.tv-show_button { margin-bottom: 30px; } .fusion-app .tv-show-tabs .episodes-bottom-container .podcast-clip-container { overflow: hidden; height: auto; scroll-snap-type: none; padding-left: 3px; } .fusion-app .tv-show-tabs .episodes-bottom-container button.prev--icon, .fusion-app .tv-show-tabs .episodes-bottom-container button.next--icon { display: flex; } .fusion-app .tv-show-tabs .episodes-bottom-container .podcast-list-item { scroll-snap-align: none; } .fusion-app .tv-show-tabs .episodes-bottom-container .podcast-list-item:first-child { margin-left: 0; } .fusion-app .tv-show-tabs .episodes-bottom-container .podcast-list-item a { width: 180px; } .fusion-app .tv-show-tabs .episodes-bottom-container .podcast-list-item+.podcast-list-item { margin-left: 30px; } .fusion-app .tv-show-tabs .episodes-bottom-container .podcast-list-item .image, .fusion-app .tv-show-tabs .episodes-bottom-container .podcast-list-item img { width: 100%; height: auto; } .fusion-app .tv-show-tabs .host-title { font-size: 14px; padding: initial; } .fusion-app .tv-show-tabs .about-container { flex-direction: column; gap: 40px; padding-bottom: 100px; width: 100%; } .fusion-app .tv-show-tabs .about-container a { width: 50%; } .fusion-app .tv-show-tabs .about-text { padding: 30px; } .fusion-app .tv-show-tabs .about-text h4 { font-size: 46px; } .fusion-app .tv-show-tabs .about-description { font-size: 18px; } .fusion-app .tv-show-tabs .about-main-card { width: 50%; } .fusion-app .tv-show-tabs .about-main-card:first-child { margin-bottom: 0; margin-right: 50px; } .hosts-box { flex-direction: row; } .fusion-app .tv-show-tabs .stories-carousel-title { font-size: 14px; } .fusion-app .tv-show-tabs .stories-carousel-container { width: 100%; } .fusion-app .tv-show-tabs .stories-carousel-container .single-story+.single-story { margin-left: 32px; } .fusion-app .tv-show-tabs .stories-clip-container { overflow: hidden; } .fusion-app .tv-show-tabs .previous-icon, .fusion-app .tv-show-tabs .next-icon { display: flex; } .fusion-app .tv-show-tabs .single-story .story-top { padding: 15px; } .fusion-app .tv-show-tabs .single-story .duration { margin: 0 0 15px; font-size: 14px; } .fusion-app .tv-show-tabs .single-story h4 { font-size: 18px; line-height: 22px; } .fusion-app .tv-show-tabs .bottom-icons svg { width: 2rem; } .tv-show-share-bar .social-medias { justify-content: flex-end; } .fusion-app .tv-show-video-player-title .hide-blurb-icon { height: 3rem; width: 3rem; } .fusion-app .tv-show-video-player-title .hide-blurb-icon svg { height: 3.5rem; width: 3.5rem; } .fusion-app .tv-show-about .globe-tabs-container .globe-tab { font-size: 18px; } .fusion-app .tv-show-about .host-title { font-size: 14px; padding: initial; } .fusion-app .tv-show-about .about-container-region { width: 100%; } .fusion-app .tv-show-about .about-text { padding: 30px; } .fusion-app .tv-show-about .about-text h4 { font-size: 46px; } .fusion-app .tv-show-about .about-container-description { font-size: 18px; } .fusion-app .tv-show-about .about-main-card+.about-main-card { margin-left: 50px; } .fusion-app .tv-show-about .host-title { font-size: 14px; padding: initial; } .fusion-app .tv-show-about .about-container { flex-direction: column; width: 100%; } .fusion-app .tv-show-up-next-related-articles .up-next-container { gap: 20px; } .fusion-app .tv-show-up-next-related-articles .up-next-container-title { padding-top: auto; font-size: 14px; } .fusion-app .tv-show-up-next-related-articles .video-description { font-size: 16px; width: 100%; } .fusion-app .tv-show-up-next-related-articles .ad-container { position: relative; } .fusion-app .tv-show-up-next-related-articles .mobile-top-ad { display: none; } .fusion-app .tv-show-up-next-related-articles .mobile-bottom-ad { display: none; } .fusion-app .tv-show-up-next-related-articles .episodes-top-ad { display: none; } .fusion-app .input-main-container .input-container .input-search-button svg { height: 25px; } .fusion-app .tv-show-clip-carousel .title { font-size: 14px; padding-top: 10px; } .fusion-app .tv-show-clip-carousel .next { display: block; cursor: pointer; background-color: #000; } .podcast-tile { margin-right: 30px; } .podcast-tile.last-tile { margin-right: 0; } .podcast-tile { scroll-snap-align: none; } .podcast-tile a { width: 180px; } .podcast-tile .image, .podcast-tile img { width: 100%; height: auto; } } @media (min-width: 481px)and (max-width: 599px) { .tv-show-share-follow-bar .bar .bgt-logo svg { margin-right: 1rem; } } @media (min-width: 600px)and (max-width: 1280px) { .tv-show-share-follow-bar .bar .bgt-logo svg { width: 12vw; height: 3vw; } .tv-show-share-follow-bar .social-medias svg { height: 2vw; width: 2.5vw; } .fusion-app .tv-show-tabs .top { background-color: #d8d8d8; display: block; width: 21vw; height: 20%; left: 0; top: 0; position: relative; } .fusion-app .tv-show-tabs .about-card { margin-top: 1vw; height: 45vw; box-shadow: rgba(0,0,0,.631372549) 1px -304px 71px -103px inset; } .fusion-app .tv-show-tabs .about-text p { font-size: 1.8vw; line-height: 2vw; } .fusion-app .tv-show-video-player-title .headline-date { font-size: 2.5vw; width: 100%; } .fusion-app .tv-show-video-player-title .headline-title { font-size: 4.5vw; line-height: 5vw; } .fusion-app .tv-show-video-player-title .blurb-container { padding-right: 10rem; font-size: 1.5vw; line-height: 3vw; } .fusion-app .tv-show-about .about-text p { font-size: 1.8vw; line-height: 2vw; } .fusion-app .tv-show-up-next-related-articles .top { background-color: #d8d8d8; display: block; width: 21vw; height: 20%; left: 0; top: 0; position: relative; } .fusion-app .tv-show-clip-carousel .story-headline { font-size: .9rem; } .fusion-app .tv-show-clip-carousel .story-main-container { overflow: hidden; width: 100%; } .fusion-app .tv-show-clip-carousel .story-main-container ul { width: 97%; } .fusion-app .tv-show-clip-carousel .list-box { height: 16rem; width: 28%; } .fusion-app .tv-show-clip-carousel .story-main-container svg { display: block; height: 5rem; width: 2rem; } } @media (min-width: 1281px) { .tv-show-share-follow-bar .bar .bgt-logo svg { width: 150px; height: 34px; } .tv-show-share-follow-bar .social-medias svg { height: 33px; width: 35px; } .tv-show-share-follow-bar .social-icons>* { width: 65px; } .tv-show-share-follow-bar .social-icons>*+* { margin-left: 1rem; } .fusion-app .tv-show-tabs .video-description { width: 100%; } .fusion-app .tv-show-tabs .top { background-color: #d8d8d8; display: block; width: 270px; height: 320px; left: 0; top: 0; position: relative; } .fusion-app .tv-show-tabs .about-card { margin-top: 1vw; height: 38vw; box-shadow: rgba(0,0,0,.631372549) 1px -304px 71px -103px inset; } .fusion-app .tv-show-tabs .about-text p { font-size: 18px; line-height: 24px; } .fusion-app .tv-show-video-player-title .headline-date { font-size: 28px; } .fusion-app .tv-show-video-player-title .headline-title { font-size: 64px; } .fusion-app .tv-show-video-player-title .blurb-container { padding-right: 11rem; font-size: 18px; line-height: 32px; } .fusion-app .tv-show-about .about-card { box-shadow: inset 1px -315px 71px -103px rgba(0,0,0,.631372549); } @supports (aspect-ratio: 18/22) { .fusion-app .tv-show-about .about-card img { aspect-ratio: 18/22; } } .fusion-app .tv-show-about .about-text p { font-size: 18px; line-height: 24px; } .fusion-app .tv-show-up-next-related-articles .episodes-main-contianer { padding-bottom: 30px; padding-top: 10px; width: 100%; display: flex; justify-content: space-between; } .fusion-app .tv-show-up-next-related-articles .single-episode-image { min-width: 19vw; height: 12vw; } .fusion-app .tv-show-up-next-related-articles .video-description { font-size: 18px; width: 100%; } .fusion-app .tv-show-up-next-related-articles .top { background-color: #d8d8d8; display: block; width: 270px; height: 320px; left: 0; top: 0; position: relative; } .fusion-app .tv-show-clip-carousel .story-time { font-size: 14px; margin-bottom: 10px; } .fusion-app .tv-show-clip-carousel .story-headline { font-size: 16px; line-height: 22px; } .fusion-app .tv-show-clip-carousel .story-main-container { margin-right: initial; width: auto; margin-bottom: 30px; overflow: hidden; } .fusion-app .tv-show-clip-carousel .story-main-container ul { width: 97%; } .fusion-app .tv-show-clip-carousel .list-box { padding-bottom: 100px; width: 28%; } .fusion-app .tv-show-clip-carousel .story-main-container svg { display: block; height: 19rem; width: 2rem; } .fusion-app .tv-show-clip-carousel .previous { display: block; position: absolute; left: 9rem; cursor: pointer; box-shadow: -1rem 0 1rem 2rem #000; } } @media (min-width: 960px) { .fusion-app .tv-show-wrapper { padding: 20px 146px 0; max-width: 1400px; } @supports (aspect-ratio: 18/24) { .fusion-app .tv-show-about .about-card img { aspect-ratio: 18/24; } } @supports (object-position: 0 -30px) { .fusion-app .tv-show-about .about-card img { object-position: 0 -30px; } } .fusion-app .tv-show-about .about-card:after { bottom: 4px; box-shadow: inset 1px -280px 71px -103px rgba(0,0,0,.631372549); } } @media (min-width: 661px) { .fusion-app .tv-show-tabs .episodes-content-container { width: 60%; padding-right: 16px; min-width: 0; } .fusion-app .tv-show-tabs .ad-container { display: block; position: relative; width: 40%; min-width: 300px; } .fusion-app .tv-show-tabs .episodes-container-title { padding-top: auto; border-top: none; font-size: 14px; } .fusion-app .tv-show-tabs .mobile-top-ad { display: none; margin: 0; } .fusion-app .tv-show-tabs .mobile-bottom-ad { display: none; } .fusion-app .tv-show-tabs.show-tab-ads .single-episode--follows-ad { padding-top: 0; border-top: none; } .fusion-app .tv-show-up-next-related-articles .border--top { border-top: none; padding-top: auto; } .fusion-app .tv-show-up-next-related-articles .next-related-content .ad-container { display: block; } .fusion-app .tv-show-up-next-related-articles .next-related-content .ad-container--mobile { display: none; } } @media (min-width: 600)and (max-width: 1280px) { .fusion-app .tv-show-tabs .video-description { font-size: 16px; width: 100%; } } @media (min-width: 600px)and (max-width: 960px) { .fusion-app .tv-show-about .about-card { margin-bottom: 0; } @supports (aspect-ratio: 18/20) { .fusion-app .tv-show-about .about-card img { aspect-ratio: 18/20; } } @supports (object-position: 0 -30px) { .fusion-app .tv-show-about .about-card img { object-position: 0 -30px; } } .fusion-app .tv-show-about .about-card:after { bottom: 4px; box-shadow: inset 1px -235px 71px -103px rgba(0,0,0,.631372549); } .fusion-app .tv-show-clip-carousel .previous { box-shadow: -5.5rem 0 .6rem 6.2rem #000; background-color: #000; display: block; position: absolute; left: 1rem; cursor: pointer; } } @media (min-width: 661px)and (max-width: 1280px) { .fusion-app .tv-show-up-next-related-articles .episodes-main-contianer { padding-bottom: 30px; padding-top: 10px; width: 100%; display: flex; justify-content: space-between; gap: 100px; } } @media (min-width: 960px)and (max-width: 1280px) { .fusion-app .tv-show-up-next-related-articles .single-episode-image { min-width: 17.5vw; height: 10vw; } } @media (min-width: 480px)and (max-width: 599px) { .fusion-app .tv-show-clip-carousel .list-box { width: 30vw; } } @media (min-width: 961px)and (max-width: 1281px) { .fusion-app .tv-show-clip-carousel .previous { box-shadow: -6.25rem 0 1rem 7rem #000; background-color: #000; display: block; position: absolute; left: 4rem; cursor: pointer; } } @media (min-width: 1270px) { .fusion-app .tv-show-clip-carousel .next { margin: -13.4rem; } } @media (min-width: 600px)and (max-width: 954px) { .fusion-app .tv-show-clip-carousel .focus_ring:focus { height: 285px; width: 50px; left: 5px; } } @media (min-width: 955px) { .fusion-app .tv-show-clip-carousel .focus_ring:focus { height: 315px; } } </style><script type="application/ld+json">[{"@context":"http://schema.org","@type":"Organization","url":"https://www.bostonglobe.com","logo":"https://www.bostonglobe.com/pf/resources/dist/images/bg-logo--bug-medium.svg?d=519","sameAs":["https://www.facebook.com/globe","https://twitter.com/BostonGlobe","https://www.instagram.com/bostonglobe","https://www.linkedin.com/company/the-boston-globe/"],"contactPoint":[{"@type":"ContactPoint","telephone":"+1-888-694-5623","contactType":"customer service"}]},{"@context":"http://schema.org","@type":"WebSite","url":"https://www.bostonglobe.com"}]</script><script>bg = {"user":{},"page":{"exemptFromMeter":false,"fbiaArticleTier":"metered","id":"/","ugcTopicID":null,"methodeUUID":null,"sectionPath":"/"},"globalTracking":{"pageLoadReportSuiteIDs":"nytbostonglobecom,nytbgglobal","customLinkReportSuiteIDs":"nytbostonglobecom","page":"homepage | BGC Homepage","siteSection":"","primaryTaxonomy":"","otherSections":null,"contentRestrictions":null,"contentCreator":null,"pageLayout":null,"pageOrAssetType":"Section Front","storyThread":"unavailable","CMS":"Arc","publicationName":"BostonGlobe.com","articleID":null,"environmentTier":"Live","codeVersion":"2.9.0","articleHeadline":null,"gallery":null,"featuresToRender":"global/Masthead,global/PushAlertPrompt,global/LiveUpdates,global/BreakingNews,global/Scoreboard,global/Analytics,global/Refresh,global/ArcAd,global/Logo,global/Spacer,global/TrendingBar,global/Spacer,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/Spacer,global/StoryCard,global/StoryCard,global/StoryCard,global/TitleBar,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/Spacer,global/TitleBar,global/StoryCard,global/Spacer,global/StoryCard,global/VideoPlaylist,global/FeatureFeed,global/Spacer,global/Froomle,global/ArcAd,global/HtmlFlex,global/Spacer,global/TitleBar,global/StoryCardFeed,global/TitleBar,global/StoryCard,global/StoryCard,global/StoryCard,global/Spacer,global/StoryCard,global/StoryCard,global/StoryCard,global/Spacer,global/Spacer,global/ArcAd,global/Spacer,global/Spacer,global/TitleBar,global/StoryCard,global/StoryCardFeed,global/Subscribe,global/Spacer,global/SponsoredContent,global/Spacer,global/Spacer,global/ArcAd,global/TitleBar,global/StoryCardFeed,global/Spacer,global/TitleBar,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/Spacer,global/Spacer,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/Spacer,global/StoryCardFeed,global/Spacer,global/Spacer,global/StoryCardFeed,global/AuthorsFeed,global/Spacer,global/ArcAd,global/ArcAd,global/Spacer,global/Newsletter,global/Spacer,global/Spacer,global/ArcAd,global/Spacer,global/StoryCardFeed,global/AuthorsFeed,global/Spacer,global/Spacer,global/TitleBar,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCard,global/StoryCardFeed,global/StoryCardFeed,global/StoryCardFeed,global/StoryCardFeed,global/StoryCardFeed,global/StoryCardFeed,global/StoryCardFeed,global/StoryCardFeed,global/StoryCardFeed,global/StoryCardFeed,global/StoryCardFeed,global/StoryCardFeed,global/StoryCardFeed,global/StoryCardFeed,global/StoryCardFeed,global/StoryCardFeed,global/StoryCardFeed,global/StoryCardFeed,global/Footer","oneTrustActive":true,"isVideoAnalytics":true,"videoType":"daily news","videoCategory":"general Globe","videoUuid":"/","firstPublishDate":"","videoSections":[],"dayOfTheWeek":"monday","videoName":"","videoHost":"","videoDuration":"0:00"}}</script><script src="https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js"></script> <script>(window.BOOMR_mq=window.BOOMR_mq||[]).push(["addVar",{"rua.upush":"false","rua.cpush":"false","rua.upre":"false","rua.cpre":"false","rua.uprl":"false","rua.cprl":"false","rua.cprf":"false","rua.trans":"","rua.cook":"false","rua.ims":"false","rua.ufprl":"false","rua.cfprl":"false","rua.isuxp":"false","rua.texp":"norulematch","rua.ceh":"false","rua.ueh":"false","rua.ieh.st":"0"}]);</script> <script>!function(e){var n="https://s.go-mpulse.net/boomerang/";if("False"=="True")e.BOOMR_config=e.BOOMR_config||{},e.BOOMR_config.PageParams=e.BOOMR_config.PageParams||{},e.BOOMR_config.PageParams.pci=!0,n="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="WF9RM-SUC4U-LCG2N-XVJGZ-JDWVY",function(){function e(){if(!o){var e=document.createElement("script");e.id="boomr-scr-as",e.src=window.BOOMR.url,e.async=!0,i.parentNode.appendChild(e),o=!0}}function t(e){o=!0;var n,t,a,r,d=document,O=window;if(window.BOOMR.snippetMethod=e?"if":"i",t=function(e,n){var t=d.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),e=e||d.body,e.appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]\./))return window.BOOMR.snippetMethod="s",void t(i.parentNode,"boomr-async");a=document.createElement("IFRAME"),a.src="about:blank",a.title="",a.role="presentation",a.loading="eager",r=(a.frameElement||a).style,r.width=0,r.height=0,r.border=0,r.display="none",i.parentNode.appendChild(a);try{O=a.contentWindow,d=O.document.open()}catch(_){n=document.domain,a.src="javascript:var d=document.open();d.domain='"+n+"';void(0);",O=a.contentWindow,d=O.document.open()}if(n)d._boomrl=function(){this.domain=n,t()},d.write("<bo"+"dy onload='document._boomrl();'>");else if(O._boomrl=function(){t()},O.addEventListener)O.addEventListener("load",O._boomrl,!1);else if(O.attachEvent)O.attachEvent("onload",O._boomrl);d.close()}function a(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=12,window.BOOMR.url=n+"WF9RM-SUC4U-LCG2N-XVJGZ-JDWVY";var i=document.currentScript||document.getElementsByTagName("script")[0],o=!1,r=document.createElement("link");if(r.relList&&"function"==typeof r.relList.supports&&r.relList.supports("preload")&&"as"in r)window.BOOMR.snippetMethod="p",r.href=window.BOOMR.url,r.rel="preload",r.as="script",r.addEventListener("load",e),r.addEventListener("error",function(){t(!0)}),setTimeout(function(){if(!o)t(!0)},3e3),BOOMR_lstart=(new Date).getTime(),i.parentNode.appendChild(r);else t(!1);if(window.addEventListener)window.addEventListener("load",a,!1);else if(window.attachEvent)window.attachEvent("onload",a)}}(),"".length>0)if(e&&"performance"in e&&e.performance&&"function"==typeof e.performance.setResourceTimingBufferSize)e.performance.setResourceTimingBufferSize();!function(){if(BOOMR=e.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var n=""=="true"?1:0,t="",a="bdpnbesi6575az2dcy7a-f-6ca5cf7be-clientnsv4-s.akamaihd.net",i="false"=="true"?2:1,o={"ak.v":"39","ak.cp":"711654","ak.ai":parseInt("653675",10),"ak.ol":"0","ak.cr":0,"ak.ipv":4,"ak.proto":"http/1.1","ak.rid":"28ad2e4f","ak.r":40730,"ak.a2":n,"ak.m":"dscr","ak.n":"ff","ak.bpcip":"8.222.208.0","ak.cport":37384,"ak.gh":"72.247.127.204","ak.quicv":"","ak.tlsv":"tls1.2","ak.0rtt":"","ak.0rtt.ed":"","ak.csrc":"-","ak.acc":"reno","ak.t":"1732449854","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==L6BSZqX/cNdkcilv4gkzdmg8S3Kzy9JkD3H4BCO1ctRJMgs8W1VJbBlURgXBSeOAP6FHgVTjvaFKWUebW+egfESb/Mm9xhrlb49nQxUUzlIitG5FGeeM8v1catSth+hsqr67v/l5jCTHEnOJSS3B9iZJ1ZzIntBUTUuKxY3BGiD2pNE2Gp21y+GS/eIdBPHTleqUw1jFbXBPBXCYwHmwgQL5oo7Yj6/4XURlSwPKMjsYHhnOti6+lECk/zkvKmVn28R+E+00kJv0qimtMTyZnqSt7BVYTEz7tfkrqu4VaPhsVTzStePQYWZDtMlHq1+6RANW8zzoCl+C37WxfMQk7lbHhO/4WJFtHGeKyU0RoZZaIzqEF4xvTY7+xf2KNZFYUrU0WxPmw6Jbl8fygx2ljfHpSmSHV1AB6d71X23GR/Y=","ak.pv":"56","ak.dpoabenc":"","ak.tf":i};if(""!==t)o["ak.ruds"]=t;var r={i:!1,av:function(n){var t="http.initiator";if(n&&(!n[t]||"spa_hard"===n[t]))o["ak.feo"]=void 0!==e.aFeoApplied?1:0,BOOMR.addVar(o)},rv:function(){var e=["ak.bpcip","ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.0rtt.ed","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(e)}};BOOMR.plugins.AK={akVars:o,akDNSPreFetchDomain:a,init:function(){if(!r.i){var e=BOOMR.subscribe;e("before_beacon",r.av,null,null),e("onbeacon",r.rv,null,null),r.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script></head><body class="overflow_x_hidden"><script type="text/javascript"> if (window.meterObject) { window.meterObject.updateBaseURL('https://www.bostonglobe.com'); window.meterObject.updateLoginURL('https://pages.bostonglobe.com/login/'); window.meterObject.authentication.changeREGIEndpoint('https://api.bostonglobe.com/profiles/'); window.bg.page.exemptFromMeter = true; window.formatPageLayout = ({ layout }) => { var _window, _window$meterObject, _window2, _window2$bg, _window2$bg$page; const userLoggedOut = !window.bg.user.loggedIn; const { paywall, incognitoPaywall } = ((_window = window) === null || _window === void 0 ? void 0 : (_window$meterObject = _window.meterObject) === null || _window$meterObject === void 0 ? void 0 : _window$meterObject.meterState) || {}; const isPaywallUp = paywall || incognitoPaywall || false; const isMeterExempt = ((_window2 = window) === null || _window2 === void 0 ? void 0 : (_window2$bg = _window2.bg) === null || _window2$bg === void 0 ? void 0 : (_window2$bg$page = _window2$bg.page) === null || _window2$bg$page === void 0 ? void 0 : _window2$bg$page.exemptFromMeter) || false; let pageLayout = ''; const rails = { ArticleRightRailTest: 'Rail test', ArticleRightRail: 'Rail', ArticleLeftRail: 'Left Rail' }; const railLayout = rails === null || rails === void 0 ? void 0 : rails[layout]; const railPageLayouts = ['Left Rail', 'Rail', 'Rail test', 'Railless']; if (railLayout) { pageLayout = railLayout; } else if (layout === 'PageRailLess') { pageLayout = 'Railless'; } else { pageLayout = layout; } if (railPageLayouts === null || railPageLayouts === void 0 ? void 0 : railPageLayouts.includes(pageLayout)) { if (userLoggedOut && !isMeterExempt && isPaywallUp) { pageLayout += ' | Truncated'; } else { pageLayout += ' | Open'; } } return pageLayout; }; const pageLayout = window.formatPageLayout({layout: 'HomePage', loggedIn: window.bg.user.loggedIn});; if (window.meterObject) { window.meterObject.executeMeter({ dataLayer: window.bg || {}, layout: pageLayout || '' });} }</script><script type="text/javascript"> window.updateChartbeatData = function(){ window._cbq = (window._cbq || []); if (window && window.meterObject && window.meterObject.helperFunctions) { const accountType = window.meterObject.helperFunctions.getChartbeatUserStatus(window.meterObject.userInfo); window._cbq.push(['_acct', accountType]); } else { window._cbq.push(['_acct', 'anon']); } }; window.formatPageLayout = ({ layout }) => { var _window, _window$meterObject, _window2, _window2$bg, _window2$bg$page; const userLoggedOut = !window.bg.user.loggedIn; const { paywall, incognitoPaywall } = ((_window = window) === null || _window === void 0 ? void 0 : (_window$meterObject = _window.meterObject) === null || _window$meterObject === void 0 ? void 0 : _window$meterObject.meterState) || {}; const isPaywallUp = paywall || incognitoPaywall || false; const isMeterExempt = ((_window2 = window) === null || _window2 === void 0 ? void 0 : (_window2$bg = _window2.bg) === null || _window2$bg === void 0 ? void 0 : (_window2$bg$page = _window2$bg.page) === null || _window2$bg$page === void 0 ? void 0 : _window2$bg$page.exemptFromMeter) || false; let pageLayout = ''; const rails = { ArticleRightRailTest: 'Rail test', ArticleRightRail: 'Rail', ArticleLeftRail: 'Left Rail' }; const railLayout = rails === null || rails === void 0 ? void 0 : rails[layout]; const railPageLayouts = ['Left Rail', 'Rail', 'Rail test', 'Railless']; if (railLayout) { pageLayout = railLayout; } else if (layout === 'PageRailLess') { pageLayout = 'Railless'; } else { pageLayout = layout; } if (railPageLayouts === null || railPageLayouts === void 0 ? void 0 : railPageLayouts.includes(pageLayout)) { if (userLoggedOut && !isMeterExempt && isPaywallUp) { pageLayout += ' | Truncated'; } else { pageLayout += ' | Open'; } } return pageLayout; }; window.omniturePageView = () => { var _globalTracking$prima; const { globalTracking, meterStatus, user } = window.bg; const s_account = globalTracking.pageLoadReportSuiteIDs; const QueryString = () => { const vars = {}; window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi, (m, key, value) => { vars[key] = value; }); return vars; }; const queryParams = QueryString(); /* eslint-disable */ const formattedLeafString = globalTrackingObj => globalTrackingObj.storyThread.substring(0, 1).toUpperCase() + globalTrackingObj.storyThread.substring(1); const getPage = globalTrackingObj => { switch (globalTrackingObj.pageLayout) { case 'NotFoundPage': return 'Page Not Found'; case 'LeafPage': if (globalTrackingObj.siteSection !== 'Member Center') { return `${globalTrackingObj.siteSection} | ${formattedLeafString(globalTrackingObj)} | ${globalTrackingObj.articleHeadline}`; } else { return globalTracking.page; } default: return globalTracking.page; } }; const getProp4 = globalTrackingObj => { switch (globalTrackingObj.pageLayout) { case 'HomePage': return undefined; case 'NotFoundPage': return 'Curated'; case 'SearchPage': return globalTrackingObj.featuresToRender.indexOf('Search/QuerylySearch') > -1 ? 'queryly' : 'Google Search Engine'; case 'TagPage': return 'Automated'; case 'LeafPage': return 'LeafPage'; default: return globalTrackingObj.pageLayout; } }; const getPageType = globalTrackingObj => { switch (globalTrackingObj.pageLayout) { case 'HomePage': return 'homepage'; case 'NotFoundPage': return 'Error page'; case 'SearchPage': return 'Search Page'; case 'LeafPage': if (window.meterObject && window.meterObject.meterState && window.meterObject.meterState.paywall) { return globalTrackingObj.pageOrAssetType; } else { return `${formattedLeafString(globalTrackingObj)} Page`; } case 'ComicPage': return 'Comics Page'; default: return globalTrackingObj.pageOrAssetType; } }; const getProp6 = globalTrackingObj => { const pageType = getPageType(globalTrackingObj); if (pageType.toLowerCase() === 'video page') { const videoType = globalTrackingObj.videoType; if (videoType === 'segment') return `${pageType} | Segment`; if (videoType === 'episode') return `${pageType} | Episode`; } return pageType; }; /* eslint-enable */ const getProp22 = globalTrackingObj => { if (globalTrackingObj.pageLayout === 'SearchPage' && window.location.search) { const { q } = QueryString(window.location.search); if (q) { return decodeURIComponent(q.toLowerCase().replace(/\+/g, '%20')); } return null; } return null; }; const getProp49 = globalTrackingObj => { if (globalTrackingObj.pageLayout === 'LeafPage') { // https://bostonglobe.atlassian.net/browse/ARC-5403 // // gallery leaf has a content restriction field // // mollie is fine with this applied there too return globalTrackingObj.contentRestrictions || 'non-exempt'; } return globalTrackingObj.contentRestrictions; }; const getProp67 = globalTrackingObj => { if (globalTrackingObj.pageLayout === 'HomePage' || globalTrackingObj.pageLayout === 'AuthorPage' || globalTrackingObj.pageOrAssetType && globalTrackingObj.pageOrAssetType.toLowerCase().indexOf('section') !== -1) { return undefined; } return globalTrackingObj.articleID; }; const updateMeterAnalyticsValues = () => { // When paywall is shown prop28 - FMPaywall cookie value // When progressBar is shown prop27 - freeviewcount if (window.meterObject && window.meterObject.meterState && window.meterObject.meterState.paywall) { window.s.prop28 = window.bg.globalTracking.paywallCount; } else if (window.meterObject && window.meterObject.meterState && window.meterObject.meterState.progressBar) { window.s.prop27 = globalTracking.freeviewArticleCount; } window.s.prop35 = user.loggedIn === 'true' ? 'logged in' : 'logged out'; window.s.eVar4 = globalTracking.daysOnMeter; window.s.eVar5 = globalTracking.daysSinceFirstVisit; window.s.eVar6 = globalTracking.originalMeterCookieDate; window.s.eVar7 = globalTracking.currentMeterCookieDate; // CONSUMER-2518 only populated when paywall is shown window.s.eVar71 = globalTracking.pageNameBehindPaywall; window.s.eVar72 = globalTracking.siteSectionBehindPaywall; window.s.eVar73 = globalTracking.primaryTaxonomyBehindPaywall; window.s.eVar75 = globalTracking.contentCreatorBehindPaywall; }; const googleAnalyticsUTM = () => { const { utm_source: utmSource, utm_medium: utmMedium, utm_campaign: utmCampaign } = queryParams; const utmArray = [utmSource, utmMedium, utmCampaign]; const utmString = utmArray.map(utmValue => typeof utmValue === 'string' && utmValue !== '' ? decodeURIComponent(utmValue).replace(/\|/g, ':') : 'none').join('|').toLocaleLowerCase(); return utmString; }; // NOTE: list2Prop derived from page ==> return `${this.config.query.ansValue} | BGC Homepage` // { page } from AnalyticsFormatter.js const list2Prop = globalTracking.pageLayout === 'TagPage' ? globalTracking.page.split(' |')[1] : globalTracking.taxonomyTags; window.s = s_gi(s_account); s.trackingServer = 'metrics.bostonglobe.com'; s.trackingServerSecure = 'smetrics.bostonglobe.com'; s.trackDownloadLinks = true; s.trackExternalLinks = true; s.trackInlineStats = true; s.linkLeaveQueryString = false; s.linkInternalFilters = 'localhost,facebook.com/sharer,twitter.com/intent,mailto,bostonglobe.com'; s.linkExternalFilters = ''; s.linkTrackVars = 'None'; s.linkTrackEvents = 'None'; s.usePlugins = true; s.p_gpv = new Function('k', 'u', '' + "var s=this,v='',i=u.indexOf('?'),q;if(k&&i>-1){q=u.substring(i+1);v" + "=s.pt(q,'&','p_gvf',k)}return v"); s.p_gvf = new Function('t', 'k', '' + "if(t){var s=this,i=t.indexOf('='),p=i<0?t:t.substring(0,i),v=i<0?'T" + "rue':t.substring(i+1);if(p.toLowerCase()==k.toLowerCase())return s." + "epa(v)}return ''"); s.getPreviousValue = new Function('v', 'c', 'el', '' + "var s=this,t=new Date,i,j,r='';t.setTime(t.getTime()+1800000);if(el" + "){if(s.events){i=s.split(el,',');j=s.split(s.events,',');for(x in i" + '){for(y in j){if(i[x]==j[y]){if(s.c_r(c)) r=s.c_r(c);v?s.c_w(c,v,t)' + ":s.c_w(c,'no value',t);return r}}}}}else{if(s.c_r(c)) r=s.c_r(c);v?" + "s.c_w(c,v,t):s.c_w(c,'no value',t);return r}"); s.manageVars = new Function('c', 'l', 'f', '' + 'var s=this,vl,la,vla;l=l?l:"";f=f?f:1 ;if(!s[c])return false;vl="pa' + 'geName,purchaseID,channel,server,pageType,campaign,state,zip,events' + ',products,transactionID";for(var n=1;n<76;n++){vl+=",prop"+n+",eVar' + '"+n+",hier"+n;}if(l&&(f==1||f==2)){if(f==1){vl=l;}if(f==2){la=s.spl' + 'it(l,",");vla=s.split(vl,",");vl="";for(x in la){for(y in vla){if(l' + 'a[x]==vla[y]){vla[y]="";}}}for(y in vla){vl+=vla[y]?","+vla[y]:"";}' + '}s.pt(vl,",",c,0);return true;}else if(l==""&&f==1){s.pt(vl,",",c,0' + ');return true;}else{return false;}'); s.wd = window; s.fl = new Function('x', 'l', '' + 'return x?(""+x).substring(0,l):x'); s.pt = new Function('x', 'd', 'f', 'a', '' + 'var s=this,t=x,z=0,y,r,l="length";while(t){y=t.indexOf(d);y=y<0?t[l' + ']:y;t=t.substring(0,y);r=s[f](t,a);if(r)return r;z+=y+d[l];t=x.subs' + 'tring(z,x[l]);t=z<x[l]?t:""}return""'); s.rep = new Function('x', 'o', 'n', '' + 'var a=new Array,i=0,j;if(x){if(x.split)a=x.split(o);else if(!o)for(' + 'i=0;i<x.length;i++)a[a.length]=x.substring(i,i+1);else while(i>=0){' + 'j=x.indexOf(o,i);a[a.length]=x.substring(i,j<0?x.length:j);i=j;if(i' + '>=0)i+=o.length}}x="";j=a.length;if(a&&j>0){x=a[0];if(j>1){if(a.joi' + 'n)x=a.join(n);else for(i=1;i<j;i++)x+=n+a[i]}}return x'); s.ape = new Function('x', '' + 'var s=this,h="0123456789ABCDEF",f="+~!*()\\"",i,c=s.charSet,n,l,e,y' + '="";c=c?c.toUpperCase():"";if(x){x=""+x;if(s.em==3){x=encodeURIComp' + 'onent(x);for(i=0;i<f.length;i++){n=f.substring(i,i+1);if(x.indexOf(' + 'n)>=0)x=s.rep(x,n,"%"+n.charCodeAt(0).toString(16).toUpperCase())}}' + 'else if(c=="AUTO"&&("").charCodeAt){for(i=0;i<x.length;i++){c=x.sub' + 'string(i,i+1);n=x.charCodeAt(i);if(n>127){l=0;e="";while(n||l<4){e=' + 'h.substring(n%16,n%16+1)+e;n=(n-n%16)/16;l++}y+="%u"+e}else if(c=="' + '+")y+="%2B";else y+=escape(c)}x=y}else x=s.rep(escape(""+x),"+","%2' + 'B");if(c&&c!="AUTO"&&s.em==1&&x.indexOf("%u")<0&&x.indexOf("%U")<0)' + '{i=x.indexOf("%");while(i>=0){i++;if(h.substring(8).indexOf(x.subst' + 'ring(i,i+1).toUpperCase())>=0)return x.substring(0,i)+"u00"+x.subst' + 'ring(i);i=x.indexOf("%",i)}}}return x'); s.epa = new Function('x', '' + 'var s=this,y,tcf;if(x){x=s.rep(""+x,"+"," ");if(s.em==3){tcf=new Fu' + 'nction("x","var y,e;try{y=decodeURIComponent(x)}catch(e){y=unescape' + '(x)}return y");return tcf(x)}else return unescape(x)}return y'); s.parseUri = new Function('u', '' + 'if(u){u=u+"";u=u.indexOf(":")<0&&u.indexOf("//")!=0?(u.indexOf("/")' + '==0?"/":"//")+u:u}u=u?u+"":window.location.href;var e,a=document.cr' + 'eateElement("a"),l=["href","protocol","host","hostname","port","pat' + 'hname","search","hash"],p,r={href:u,toString:function(){return this' + '.href}};a.setAttribute("href",u);for(e=1;e<l.length;e++){p=l[e];r[p' + ']=a[p]||""}delete a;p=r.pathname||"";if(p.indexOf("/")!=0)r.pathnam' + 'e="/"+p;return r'); s.gtfs = new Function('' + 'var w=window,l=w.location,d=document,u;if(!l.origin)l.origin=l.prot' + 'ocol+"//"+l.hostname+(l.port?":"+l.port:"");u=l!=w.parent.location?' + 'd.referrer:d.location;return{location:s.parseUri(u)}'); const s_doPlugins = function () { // 's_pv' and 's_p6' are cookie names // marketing.adobe.com/resources/help/en_US/sc/implement/getPreviousValue.html s.prop37 = s.getPreviousValue(s.pageName, 's_pv'); s.prop73 = s.getPreviousValue(s.prop6, 's_p6'); }; const videoName = (video => { if (video && video.length > 0) { return video.reduce((all, vid) => all ? `${vid.headlines}_${all}` : vid.headlines, ''); } })(globalTracking.video); s.doPlugins = s_doPlugins; s.pageName = getPage(globalTracking); s.channel = globalTracking.pageLayout === 'HomePage' ? 'homepage' : globalTracking.siteSection; s.campaign = queryParams.s_campaign; // props s.prop1 = globalTracking.pageLayout === 'HomePage' ? 'homepage' : globalTracking.primaryTaxonomy; s.prop2 = queryParams.rss_id; s.prop3 = globalTracking.contentCreator; s.prop4 = getProp4(globalTracking); s.prop5 = globalTracking.otherSections; s.prop6 = getProp6(globalTracking); s.prop7 = queryParams.p1; s.prop8 = globalTracking.publishDate; s.prop9 = globalTracking.wordCount; s.prop14 = (gallery => { if (gallery && gallery.length > 0) { return gallery.reduce((all, item) => all ? `${item.headlines}_${all}` : item.headlines, ''); } })(globalTracking.gallery); s.prop15 = videoName; s.prop17 = globalTracking.CMS; s.prop18 = globalTracking.environmentTier; s.prop19 = googleAnalyticsUTM(); s.prop22 = getProp22(globalTracking); // s.prop23 = ''; s.prop26 = queryParams.s_campaign; if (window.meterObject && window.meterObject.meterState && window.meterObject.meterState.paywall) { window.s.prop28 = window.bg.globalTracking.paywallCount; } else if (window.meterObject && window.meterObject.meterState && window.meterObject.meterState.progressBar) { window.s.prop27 = globalTracking.freeviewArticleCount; } s.prop35 = user.loggedIn === 'true' ? 'logged in' : 'logged out'; s.prop41 = globalTracking.publicationName; s.prop42 = globalTracking.loginType; s.prop43 = globalTracking.pageUrl; s.prop45 = globalTracking.pageLayout === 'HomePage' || globalTracking.pageOrAssetType && globalTracking.pageOrAssetType.toLowerCase().indexOf('section') !== -1 ? undefined : globalTracking.paywallType; // if user access today's headline article from email, paywall=true and meterNumber="0", // we don't want this according to consumer-3059, set prop48=1 for above situation. if (globalTracking.pageLayout === 'HomePage') { window.s.prop48 = undefined; } else if (globalTracking.meterNumber === '0' || globalTracking.meterNumber === 0) { window.s.prop48 = 1; } else { window.s.prop48 = globalTracking.meterNumber; } // s.prop48 = globalTracking.pageLayout === 'HomePage' ? undefined : globalTracking.meterNumber; s.prop49 = getProp49(globalTracking); s.prop63 = globalTracking.codeVersion; s.prop67 = getProp67(globalTracking); s.prop68 = globalTracking.articleHeadline; s.prop70 = globalTracking.testVariant; // eVars s.eVar1 = queryParams.p1; // s.eVar2 = ''; // s.eVar3 = ''; s.eVar4 = globalTracking.daysOnMeter; s.eVar5 = globalTracking.daysSinceFirstVisit; s.eVar6 = globalTracking.originalMeterCookieDate; s.eVar7 = globalTracking.currentMeterCookieDate; // s.eVar10 = ''; s.eVar12 = globalTracking.registrationID; s.eVar15 = globalTracking.pageLayout === 'NotFoundPage' ? 'Page Not Found' : globalTracking.page; s.eVar19 = googleAnalyticsUTM(); s.eVar20 = s.prop35; s.eVar21 = meterStatus.incognito ? 'Private' : undefined; s.eVar41 = globalTracking.publicationName; s.eVar42 = s.prop42; s.eVar45 = s.prop45; s.eVar67 = s.prop67; s.eVar68 = globalTracking.BCSessionID; s.eVar70 = globalTracking.testVariant; // GLOBE-303-310 - this is null on tag and gallery pages, needs the includes check const bgtLandingPage = globalTracking === null || globalTracking === void 0 ? void 0 : (_globalTracking$prima = globalTracking.primaryTaxonomy) === null || _globalTracking$prima === void 0 ? void 0 : _globalTracking$prima.includes('boston-globe-today'); if (getProp4(globalTracking) === 'LeafPage' || bgtLandingPage) { s.prop15 = globalTracking.videoName; s.eVar17 = globalTracking.videoName; s.prop59 = globalTracking.videoDuration; s.prop60 = globalTracking.videoType; s.prop61 = globalTracking.videoCategory; s.prop62 = globalTracking.videoHost; s.prop64 = globalTracking.firstPublishDate; s.prop65 = globalTracking.videoUuid; s.prop66 = globalTracking.dayOfTheWeek; s.prop75 = globalTracking.videoSections; } // use analytics determined by the meter updateMeterAnalyticsValues(); // lists s.list1 = globalTracking.featuresToRender; s.list2 = list2Prop; // events const events = []; if (queryParams.event && queryParams.event !== '') { queryParams.event.split(',').forEach(event => events.push(event)); } if (globalTracking.events && globalTracking.events !== '') { globalTracking.events.split(',').forEach(event => events.push(event)); } let onetrustStorageConsent; try { onetrustStorageConsent = JSON.parse(localStorage.getItem('consent_one_trust_bgmp') || '{}'); } catch (err) { onetrustStorageConsent = {}; } if (globalTracking.oneTrustActive && onetrustStorageConsent && onetrustStorageConsent.C0002 === false) { return; } s.linkTrackEvents = events.toString(); s.events = events.toString(); s.t(); // Switch account for all other omniture events s.account = globalTracking.customLinkReportSuiteIDs; s.linkTrackVars = 'None'; s.linkTrackEvents = 'None'; }; window.track = function(){var globalTracking = window.bg.globalTracking; var user = window.bg.user;globalTracking.pageLayout = 'HomePage';globalTracking.pageUrl = window.location.href;globalTracking.trackEvent = props => { try { const { instance, eventName, dynamic, videoGlobalTracking = { isVideoAnalytics: false } } = props; const { globalTracking, meterStatus, user } = window.bg; let combinedEventName = eventName; const QueryString = () => { const vars = {}; window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi, (m, key, value) => { vars[key] = value; }); return vars; }; const queryParams = QueryString(); /* eslint-disable */ const formattedLeafString = globalTrackingObj => globalTrackingObj.storyThread.substring(0, 1).toUpperCase() + globalTrackingObj.storyThread.substring(1); const getPage = globalTrackingObj => { switch (globalTrackingObj.pageLayout) { case 'LeafPage': return `${globalTrackingObj.siteSection} | ${formattedLeafString(globalTrackingObj)} | ${globalTrackingObj.articleHeadline}`; default: return globalTracking.page; } }; const getProp4 = globalTrackingObj => { switch (globalTrackingObj.pageLayout) { case 'HomePage': return undefined; case 'TagPage': return 'Automated'; case 'LeafPage': return 'LeafPage'; default: return globalTrackingObj.pageLayout; } }; const getPageType = globalTrackingObj => { switch (globalTrackingObj.pageLayout) { case 'HomePage': return 'homepage'; case 'NotFoundPage': return 'Error page'; case 'SearchPage': return 'Search Page'; case 'LeafPage': if (window.meterObject && window.meterObject.meterState && window.meterObject.meterState.paywall) { return globalTrackingObj.pageOrAssetType; } else { return `${formattedLeafString(globalTrackingObj)} Page`; } case 'ComicPage': return 'Comics Page'; default: return globalTrackingObj.pageOrAssetType; } }; const getProp6 = globalTrackingObj => { const pageType = getPageType(globalTrackingObj); if ((pageType === null || pageType === void 0 ? void 0 : pageType.toLowerCase()) === 'video page') { const videoType = globalTrackingObj.videoType; if (videoType === 'segment') return `${pageType} | Segment`; if (videoType === 'episode') return `${pageType} | Episode`; } return pageType; }; const googleAnalyticsUTM = () => { const { utm_source: utmSource, utm_medium: utmMedium, utm_campaign: utmCampaign } = queryParams; const utmArray = [utmSource, utmMedium, utmCampaign]; const utmString = utmArray.map(utmValue => typeof utmValue === 'string' && utmValue !== '' ? decodeURIComponent(utmValue).replace(/\|/g, ':') : 'none').join('|').toLocaleLowerCase(); return utmString; }; /* eslint-enable */ // NOTE: list2Prop derived from page ==> return `${this.config.query.ansValue} | BGC Homepage` // { page } from AnalyticsFormatter.js const list2Prop = globalTracking.pageLayout === 'TagPage' ? globalTracking.page.split(' |')[0] : globalTracking.taxonomyTags; window.s.account = globalTracking.customLinkReportSuiteIDs; window.s.pageName = getPage(globalTracking); window.s.channel = globalTracking.pageLayout === 'HomePage' ? 'homepage' : globalTracking.siteSection; window.s.campaign = queryParams.s_campaign; // lists window.s.list1 = globalTracking.featuresToRender; window.s.list2 = list2Prop; // props window.s.prop1 = globalTracking.pageLayout === 'HomePage' ? 'homepage' : globalTracking.primaryTaxonomy; window.s.prop2 = queryParams.rss_id; window.s.prop3 = globalTracking.contentCreator; window.s.prop4 = getProp4(globalTracking); window.s.prop5 = globalTracking.otherSections; window.s.prop6 = getProp6(globalTracking); window.s.prop7 = queryParams.p1; window.s.prop8 = globalTracking.publishDate; window.s.prop9 = globalTracking.wordCount; window.s.prop13 = props.galleryPage; window.s.prop14 = props.galleryName ? props.galleryName : (gallery => { if (gallery && gallery.length > 0) { return gallery.reduce((all, item) => all ? `${item.headlines}_${all}` : item.headlines, ''); } return null; })(globalTracking.gallery); window.s.prop15 = (video => { if (video && video.length > 0) { return video.reduce((all, vid) => all ? `${vid.headlines}_${all}` : vid.headlines, ''); } return null; })(globalTracking.video); window.s.prop17 = 'Arc'; window.s.prop18 = globalTracking.environmentTier; window.s.prop19 = googleAnalyticsUTM(); window.s.prop26 = queryParams.s_campaign; if (window.meterObject && window.meterObject.meterState && window.meterObject.meterState.paywall) { window.s.prop28 = window.bg.globalTracking.paywallCount; } else if (window.meterObject && window.meterObject.meterState && window.meterObject.meterState.progressBar) { window.s.prop27 = globalTracking.freeviewArticleCount; } window.s.prop35 = user.loggedIn === 'true' ? 'logged in' : 'logged out'; window.s.prop41 = globalTracking.publicationName; window.s.prop42 = globalTracking.loginType; window.s.prop43 = globalTracking.pageUrl; // if user access today's headline article from email, paywall=true and meterNumber="0", // we don't want this according to consumer-3059, set prop48=1 for above situation. if (globalTracking.pageLayout === 'HomePage') { window.s.prop48 = undefined; } else if (globalTracking.meterNumber === '0' || globalTracking.meterNumber === 0) { window.s.prop48 = 1; } else { window.s.prop48 = globalTracking.meterNumber; } // window.s.prop48 = globalTracking.pageLayout === 'HomePage' ? undefined : globalTracking.meterNumber; window.s.prop63 = globalTracking.codeVersion; window.s.prop67 = globalTracking.pageLayout === 'HomePage' || globalTracking.pageOrAssetType && globalTracking.pageOrAssetType.toLowerCase().indexOf('section') !== -1 || globalTracking.pageOrAssetType === 'Election Results' ? undefined : globalTracking.articleID; window.s.prop68 = globalTracking.articleHeadline; // eVars window.s.eVar1 = queryParams.p1; window.s.eVar4 = globalTracking.daysOnMeter; window.s.eVar5 = globalTracking.daysSinceFirstVisit; window.s.eVar6 = globalTracking.originalMeterCookieDate; window.s.eVar7 = globalTracking.currentMeterCookieDate; window.s.eVar12 = globalTracking.registrationID; window.s.eVar15 = globalTracking.page; window.s.eVar19 = googleAnalyticsUTM(); window.s.eVar21 = meterStatus.incognito ? 'Private' : undefined; window.s.eVar41 = globalTracking.publicationName; window.s.eVar42 = window.s.prop42; window.s.eVar67 = globalTracking.pageLayout === 'HomePage' || globalTracking.pageOrAssetType && globalTracking.pageOrAssetType.toLowerCase().indexOf('section') !== -1 || globalTracking.pageOrAssetType === 'Election Results' ? undefined : globalTracking.articleID; window.s.eVar68 = globalTracking.BCSessionID; if (videoGlobalTracking === null || videoGlobalTracking === void 0 ? void 0 : videoGlobalTracking.isVideoAnalytics) { window.s.eVar17 = videoGlobalTracking.videoName; window.s.prop15 = (video => { if (video && video.length > 0) { return video.reduce((all, vid) => all ? `${vid.headlines}_${all}` : vid.headlines, ''); } return null; })(videoGlobalTracking.video); window.s.prop59 = videoGlobalTracking.videoDuration; window.s.prop60 = videoGlobalTracking.videoType; window.s.prop61 = videoGlobalTracking.videoCategory; window.s.prop62 = videoGlobalTracking.videoHost; window.s.prop64 = videoGlobalTracking.firstPublishDate; window.s.prop65 = videoGlobalTracking.videoUuid; window.s.prop66 = videoGlobalTracking.dayOfTheWeek; window.s.prop75 = videoGlobalTracking.videoSections; } const tvEVarValues = 'eVar12,eVar15,eVar17,channel,prop1,prop4,prop5,prop6,prop15,'; const tvPropVideoValues1 = 'prop17,prop18,prop35,prop42,prop59,prop60,'; const tvPropVideoValues2 = 'prop61,prop62,prop64,prop65,prop66,prop75,events'; const tvEVarPropValues = `${tvEVarValues}${tvPropVideoValues1}${tvPropVideoValues2}`; // based on `eventName` choose which props/events/etc to add to s switch (eventName) { case 'BGHeader_ElephantEar_Message': // click window.s.linkTrackVars = 'eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18,prop35'; break; case 'BGHeader_LogIn': // click to go to login page window.s.linkTrackVars = 'eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18,events'; window.s.linkTrackEvents = 'event15'; window.s.events = 'event15'; break; case 'BGHeader_LogOut': // click to go to logout page window.s.linkTrackVars = 'eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18,events'; window.s.linkTrackEvents = 'event16'; window.s.events = 'event16'; break; case 'BGHeader_Search': // click to open Queryly Instant Search overlay window.s.linkTrackVars = 'eVar12,eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18,prop35,prop42'; break; case 'Article_ScrollDepth_50': // article 50% completed window.s.linkTrackVars = 'eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18,prop27,prop35,events'; window.s.linkTrackEvents = 'event53'; window.s.events = 'event53'; break; case 'Article_ScrollDepth_100': // article 100% completed window.s.linkTrackVars = 'eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18,prop27,prop35,events'; window.s.linkTrackEvents = 'event54'; window.s.events = 'event54'; break; case 'Article_ContinueReading_Truncated': window.s.linkTrackVars = 'eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18,prop27'; break; case 'BGHeader_ShareTool_FB': // facebook button case 'BGHeader_ShareTool_Twitter': // twitter button case 'Article_ShareTool_FB': case 'Article_ShareTool_Twitter': case 'Article_Quote_Rail_FB': case 'Article_Quote_Rail_Twitter': case 'Article_Quote_Inline_FB': case 'Article_Quote_Inline_Twitter': case 'Article_Pullout_Rail_FB': case 'Article_Pullout_Rail_Twitter': case 'Article_Pullout_Inline_Twitter': case 'Article_Pullout_Inline_FB': window.s.linkTrackVars = 'eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18,events'; window.s.linkTrackEvents = 'event26'; window.s.events = 'event26'; break; case 'HP_Follow_Facebook': case 'HP_Follow_Twitter': case 'HP_Follow_Instagram': case 'SectionFront_Follow_Facebook': case 'SectionFront_Follow_Twitter': case 'SectionFront_Follow_Instagram': case 'TagFront_Follow_Facebook': case 'TagFront_Follow_Twitter': case 'TagFront_Follow_Instagram': case 'Article_Follow_Facebook': case 'Article_Follow_Twitter': case 'Article_Follow_Instagram': case 'Author_Follow_Facebook': case 'Author_Follow_Twitter': case 'Author_Follow_Instagram': window.s.linkTrackVars = 'eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18,events'; window.s.linkTrackEvents = 'event24'; window.s.events = 'event24'; break; case 'Article_Comments_Submit': window.s.linkTrackVars = 'eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18,events'; window.s.linkTrackEvents = 'event5'; window.s.events = 'event5'; break; case 'Article_Newsletter_Inline_Submit': window.s.prop71 = props.newsletterID; window.s.linkTrackVars = 'eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18,prop43,prop71,events'; window.s.linkTrackEvents = 'event39'; window.s.events = 'event39=1'; break; case 'Article_Photos_Gallery_Next': case 'Article_Photos_Gallery_Previous': window.s.linkTrackVars = 'eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18,prop13,prop14'; break; case 'TagPage_LoadMore': window.s.linkTrackVars = 'eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18'; break; case 'NewsletterPage_Newsletter_Email_Submit': window.s.linkTrackVars = 'eVar15,prop17,prop18,prop43,prop71,events'; window.s.linkTrackEvents = 'event39'; if (props.selectedNewsletterListIds) { window.s.prop71 = props.selectedNewsletterListIds.join(','); window.s.events = `event39=${props.selectedNewsletterListIds.length}`; } break; case 'PushNotification_Inline_Signup': window.s.linkTrackVars = 'eVar12,eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18,prop35,prop42,events'; window.s.linkTrackEvents = 'event56'; window.s.events = 'event56'; break; case 'PushNotification_Inline_Success': window.s.linkTrackVars = 'eVar12,eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18,prop35,prop42,events'; window.s.linkTrackEvents = 'event57'; window.s.events = 'event57'; break; case 'PushNotification_Popup_Signup': window.s.linkTrackVars = 'eVar12,eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18,prop35,prop42,events'; window.s.linkTrackEvents = 'event59'; window.s.events = 'event59'; break; case 'PushNotification_Popup_Success': window.s.linkTrackVars = 'eVar12,eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18,prop35,prop42,events'; window.s.linkTrackEvents = 'event60'; window.s.events = 'event60'; break; case 'PushNotification_Browser_Success': window.s.linkTrackVars = 'eVar12,eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18,prop35,prop42,events'; window.s.linkTrackEvents = 'event61'; window.s.events = 'event61'; break; case 'Weather_Widget_Location': combinedEventName += dynamic; window.s.linkTrackVars = 'eVar15,eVar42,channel,prop1,prop4,prop5,prop6,prop35,prop43,events'; window.s.linkTrackEvents = 'event70'; window.s.events = 'event70'; break; case 'Article_ShareTool_SavedArticles_Bookmark': case 'SavedArticles_Delete': window.s.linkTrackVars = 'eVar15,channel,prop1,prop4,prop5,prop6,prop35,prop43'; window.s.linkTrackEvents = 'none'; break; case 'video_complete': window.s.linkTrackVars = tvEVarPropValues; window.s.linkTrackEvents = 'event83'; window.s.events = 'event83'; break; case 'video_end': window.s.linkTrackVars = tvEVarPropValues; window.s.linkTrackEvents = 'event82'; window.s.events = 'event82'; break; case 'video_error': window.s.linkTrackVars = tvEVarPropValues; window.s.linkTrackEvents = 'event81'; window.s.events = 'event81'; break; case 'video_start': window.s.linkTrackVars = tvEVarPropValues; window.s.linkTrackEvents = 'event80'; window.s.events = 'event80'; break; case 'video_playback_0': window.s.linkTrackVars = tvEVarPropValues; window.s.linkTrackEvents = 'event84'; window.s.events = 'event84'; break; case 'video_playback_25': window.s.linkTrackVars = tvEVarPropValues; window.s.linkTrackEvents = 'event85'; window.s.events = 'event85'; break; case 'video_playback_50': window.s.linkTrackVars = tvEVarPropValues; window.s.linkTrackEvents = 'event86'; window.s.events = 'event86'; break; case 'video_playback_75': window.s.linkTrackVars = tvEVarPropValues; window.s.linkTrackEvents = 'event87'; window.s.events = 'event87'; break; case 'video_playback_100': window.s.linkTrackVars = tvEVarPropValues; window.s.linkTrackEvents = 'event88'; window.s.events = 'event88'; break; case 'video_ad_complete': window.s.linkTrackVars = tvEVarPropValues; window.s.linkTrackEvents = 'event92'; window.s.events = 'event92'; break; case 'video_ad_error': window.s.linkTrackVars = tvEVarPropValues; window.s.linkTrackEvents = 'event91'; window.s.events = 'event91'; break; case 'video_ad_skip': window.s.linkTrackVars = tvEVarPropValues; window.s.linkTrackEvents = 'event90'; window.s.events = 'event90'; break; case 'video_ad_start': window.s.linkTrackVars = tvEVarPropValues; window.s.linkTrackEvents = 'event89'; window.s.events = 'event89'; break; case 'Games_Player_Load': window.s.linkTrackVars = 'eVar15,channel,prop1,prop6,prop17,prop18,prop35,prop43'; window.s.linkTrackEvents = 'none'; break; default: // BGMenu_Open, BGHeader_Gear, BGHeader_ShareTool_Email_Click, BG_ShareTool_Email_Send, BGMenu_Tile_.* window.s.linkTrackVars = 'eVar15,channel,prop1,prop4,prop5,prop6,prop17,prop18'; } // send data let onetrustStorageConsent; try { onetrustStorageConsent = JSON.parse(localStorage.getItem('consent_one_trust_bgmp') || '{}'); } catch (err) { onetrustStorageConsent = {}; } if (globalTracking.oneTrustActive && onetrustStorageConsent && onetrustStorageConsent.C0002 === false) { return; } window.s.tl(instance, 'o', combinedEventName); window.s.linkTrackVars = 'None'; window.s.linkTrackEvents = 'None'; } catch (err) { /* eslint-disable-next-line no-console */ console.log(`There was an error tracking the event ${props.eventName}:`, err); } };window.updateChartbeatData();if (!window.bg.globalTracking.primaryTaxonomy.includes("boston-globe-today")){window.omniturePageView();}};</script><script type="text/javascript">if (window.meterObject && window.meterObject.meterState.result){ window.track(); }else if (window.meterObject) { window.meterObject.observationController.addEventObserver("meterStateChange",window.track);}</script><a href="#main" class="skip-to-main | font_primary">Skip to main content</a><div id="fusion-app" class="fusion-app"><section class="home_page | font_primary"><section class="container grid margin_center width_max_1440"><header id="nav-bar" class="hp | nav_bar foreground_near width_full"><div class="masthead_scroll | background_main border_bottom--desktop foreground_near relative width_full visible fixed"><div class="navigation_masthead_container | border_bottom--mobile justify_space_between relative"><nav class="navigation_masthead | background_main flex relative" aria-label="Secondary links"><div class="hamburger_container | container flex row justify_center align_items_center"><button class="hamburger | js-secondary-hamburger pointer focus_ring" aria-expanded="false" aria-label="Secondary Menu"></button></div><div id="secondary-nav" class="secondary-nav | border_bottom border_ludicrously_thick" aria-hidden="true"><div class="secondary-nav-options-container | background_main height_full container flex row"><div class="secondary-nav-options container flex column border_right" role="tablist" aria-orientation="vertical" aria-label="Secondary Menu"><button class="container | column flex justify_center align_items_center option flex_1 border border_bottom active first-subnav-option" data-option="Sections" data-optionindex="0" role="tab" aria-controls="sections-panel" aria-selected="true" aria-label="Sections" tabindex="-1" id="sections"><div class="icon"><svg width="25" height="25" xmlns="http://www.w3.org/2000/svg"><path d="M15.314 10.916l-.068 4.873c-.507.27-.845.44-1.32.777-.372-.236-.744-.474-1.184-.745V9.528l2.572 1.388zm.373-4.232c0 .744-.677 1.117-2.945 2.54v-2.17c0-1.082.068-1.69.1-2.132h-.472c.067.474.102 1.05.102 2.133v8.633c-1.423-.848-3.15-1.728-4.977-1.863 1.727-.982 3.452-2.302 3.452-4.233v-4.23c0-1.354.542-2.167 1.964-3.385a61.06 61.06 0 0 1 2.44 3.858c.203.338.34.677.34.846l-.003.004zm-4.434-5.28l-.068-.204c-1.422 0-2.2-.17-2.946-.304C7.53.794 6.92.658 6.072.658c-2.235 0-3.69 1.152-3.69 3.013 0 .78.168 1.22.676 1.797l.202-.203c-.27-.34-.405-.678-.405-1.05 0-.812.676-1.523 2.165-1.523 1.118 0 2.133.204 3.013.407C6.14 4.483 4.99 5.5 4.99 8.444c-.272-.102-.644-.17-1.152-.17-1.42 0-2.166.95-2.166 1.862 0 .407.1.848.373 1.152l.237-.135c-.102-.204-.17-.407-.17-.61 0-.61.474-1.083 1.354-1.083.78 0 1.354.338 1.624.813 0 2.064-.405 3.114-1.488 3.114v.236c1.624 0 3.588-1.184 3.588-3.08v-3.79c0-3.116 1.828-4.57 4.063-5.35zm7.075 8.563L15.314 7.97c1.15-.71 1.524-.914 1.93-1.218.71-.508.914-.813.914-1.117 0-.238-.1-.677-.643-1.49-.677-1.016-1.32-1.997-2.674-3.892-1.894 1.286-2.943 2.063-4.94 3.622A3.707 3.707 0 0 0 8.48 6.82c0 .44.034 2.707.034 4.196 0 1.15-.202 1.76-1.42 2.775-2.945 0-4.706 1.898-4.706 3.793 0 .813.27 1.66.88 2.335l.204-.204a2.693 2.693 0 0 1-.677-1.793c0-1.016.746-2.133 3.08-2.133 2.574 0 4.977 1.76 6.365 2.607 1.997-1.693 3.25-2.404 5.822-3.252v-4.298c0-.304.1-.608.27-.88l-.002.003z"/><image/></svg></div><span class="font_primary capitalize">Sections</span></button><button class="container | column flex justify_center align_items_center option flex_1 border border_bottom" data-option="Search" data-optionindex="1" role="tab" aria-controls="search-panel" aria-selected="false" aria-label="Search" tabindex="-1" id="search"><div class="icon"><svg width="25" height="25" viewBox="0 0 35 40" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="evenodd"><path d="M12.536 7.336c-4.157 4.573-4.157 12.015 0 16.588 4.158 4.573 10.922 4.573 15.08 0 4.159-4.573 4.158-12.015 0-16.588-4.158-4.574-10.922-4.574-15.08 0zm-2.347-2.58c5.453-5.997 14.323-5.997 19.773 0 5.452 5.996 5.452 15.752.002 21.748-5.452 5.997-14.322 5.997-19.775 0-5.45-5.996-5.45-15.753 0-21.748z"/><path d="M6.314 38.12l7.972-11.845-1.425-1.71-1.425-1.708-9.87 9.566a3.544 3.544 0 0 0-.56.545c-1.341 1.607-1.341 4.216-.001 5.826 1.342 1.608 3.515 1.608 4.856-.002.174-.208.325-.434.453-.672"/></g></svg></div><span class="font_primary capitalize">Search</span></button><button class="container | column flex justify_center align_items_center option flex_1 border border_bottom" data-option="ePaper" data-optionindex="2" role="tab" aria-controls="more-panel" aria-selected="false" aria-label="ePaper" tabindex="-1" id="more"><div class="icon"><svg width="25" height="25" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M36.91 0.209961C37.4 0.209961 37.79 0.599961 37.79 1.08996V33.97C37.79 36.1 36.11 37.79 33.97 37.79H4.31996C2.01996 37.79 0.209961 35.98 0.209961 33.68V7.25996C0.209961 6.60996 0.739961 6.08996 1.37996 6.08996H6.07996V1.08996C6.07996 0.599961 6.46996 0.209961 6.95996 0.209961H36.91ZM6.07996 8.42996H2.55996V33.67C2.55996 34.67 3.31996 35.43 4.31996 35.43C5.31996 35.43 6.07996 34.67 6.07996 33.67V8.42996ZM19.59 31.33H12.55C12.06 31.33 11.67 31.72 11.67 32.21C11.67 32.7 12.06 33.09 12.55 33.09H19.59C20.08 33.09 20.47 32.7 20.47 32.21C20.47 31.72 20.07 31.33 19.59 31.33ZM31.62 26.63H23.99C23.5 26.63 23.11 27.02 23.11 27.51V32.21C23.11 32.7 23.5 33.09 23.99 33.09H31.62C32.11 33.09 32.5 32.7 32.5 32.21V27.51C32.5 27.03 32.11 26.63 31.62 26.63ZM19.59 26.63H12.55C12.06 26.63 11.67 27.02 11.67 27.51C11.67 28 12.06 28.39 12.55 28.39H19.59C20.08 28.39 20.47 28 20.47 27.51C20.47 27.03 20.07 26.63 19.59 26.63ZM31.62 21.64H12.54C12.05 21.64 11.66 22.03 11.66 22.52C11.66 23.01 12.05 23.4 12.54 23.4H31.62C32.11 23.4 32.5 23.01 32.5 22.52C32.5 22.04 32.11 21.64 31.62 21.64ZM21.94 5.49996H12.55C12.06 5.49996 11.67 5.88996 11.67 6.37996V17.53C11.67 18.02 12.06 18.41 12.55 18.41H21.94C22.43 18.41 22.82 18.02 22.82 17.53V6.37996C22.82 5.88996 22.42 5.49996 21.94 5.49996ZM31.62 15.77H26.63C26.14 15.77 25.75 16.16 25.75 16.65C25.75 17.14 26.14 17.53 26.63 17.53H31.62C32.11 17.53 32.5 17.14 32.5 16.65C32.5 16.17 32.11 15.77 31.62 15.77ZM31.62 11.07H26.63C26.14 11.07 25.75 11.46 25.75 11.95C25.75 12.44 26.14 12.83 26.63 12.83H31.62C32.11 12.83 32.5 12.44 32.5 11.95C32.5 11.47 32.11 11.07 31.62 11.07ZM31.62 6.37996H26.63C26.14 6.37996 25.75 6.76996 25.75 7.25996C25.75 7.74996 26.14 8.13996 26.63 8.13996H31.62C32.11 8.13996 32.5 7.74996 32.5 7.25996C32.5 6.76996 32.11 6.37996 31.62 6.37996Z" fill="black"/> </svg></div><span class="font_primary capitalize">ePaper</span></button><button class="container | column flex justify_center align_items_center option flex_1 border border_bottom" data-option="Podcasts" data-optionindex="3" role="tab" aria-controls="podcast-panel" aria-selected="false" aria-label="Podcasts" tabindex="-1" id="podcast"><div class="icon"><svg width="25" height="25" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="evenodd"><path d="M16.74 16.889c-.214 0-.385-.191-.385-.426 0-.236.17-.427.386-.427h2.473v-.805H16.74c-.215 0-.386-.19-.386-.427 0-.236.17-.426.386-.426h2.473v-.357c0-.151-.01-.3-.022-.447h-2.451c-.215 0-.386-.193-.386-.428s.17-.425.386-.425h2.327c-.53-2.382-2.465-4.15-4.781-4.15-2.312 0-4.246 1.76-4.777 4.13h2.32c.215 0 .387.192.387.427s-.172.426-.386.426H9.379c-.012.154-.02.309-.02.467v.338h2.472c.214 0 .386.191.386.427 0 .235-.172.425-.386.425H9.359v.808h2.472c.214 0 .386.19.386.425 0 .237-.172.428-.386.428H9.359l.001 1.865h9.854V16.89H16.74zm-7.381 6.56c0 3.01 2.204 5.451 4.923 5.451 2.727 0 4.932-2.441 4.932-5.45v-2.896H9.36l-.001 2.896zm6.193 13.746h5.07c.7 0 1.267.63 1.267 1.403 0 .774-.566 1.402-1.267 1.402H7.95c-.7 0-1.27-.628-1.27-1.402 0-.773.57-1.403 1.27-1.403h5.068v-4.302c-4.967-.718-7.304-5.624-7.304-8.317V20.67c0-.773.573-1.402 1.27-1.402.698 0 1.268.629 1.268 1.402v3.905c.005.569 1.151 5.609 6.033 5.609 5.012 0 6.035-5.38 6.035-5.61v-3.904c0-.773.569-1.402 1.267-1.402s1.27.629 1.27 1.402v3.905c0 2.693-2.335 7.6-7.305 8.317v4.302zM5.04 14.286c-.417 0-.754-.293-.754-.653 0-7.814 5.896-9.629 6.146-9.702.395-.116.823.067.957.409.133.34-.077.71-.47.827-.215.065-5.124 1.633-5.124 8.466 0 .36-.338.653-.755.653"/><path d="M.778 14.286c-.43 0-.778-.288-.778-.643C0 2.667 8.607.136 8.973.034c.407-.114.848.067.986.403.137.335-.08.7-.485.814-.327.093-7.919 2.381-7.919 12.392 0 .355-.348.643-.777.643"/><g><path d="M23.531 14.286c.417 0 .755-.293.755-.653 0-7.814-5.896-9.629-6.147-9.702-.395-.116-.823.067-.956.409-.133.34.077.71.47.827.214.065 5.124 1.633 5.124 8.466 0 .36.338.653.754.653"/><path d="M27.794 14.286c.43 0 .777-.288.777-.643 0-10.976-8.606-13.507-8.973-13.609-.407-.114-.848.067-.985.403-.138.335.08.7.485.814.326.093 7.918 2.381 7.918 12.392 0 .355.348.643.778.643"/></g></g></svg></div><span class="font_primary capitalize">Podcasts</span></button><button class="container | column flex justify_center align_items_center option flex_1 border border_bottom" data-option="Newsletters" data-optionindex="4" role="tab" aria-controls="newsletters-panel" aria-selected="false" aria-label="Newsletters" tabindex="-1" id="newsletters"><div class="icon"><?xml version="1.0" encoding="UTF-8"?> <svg width="25" height="25" viewBox="0 0 56 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --> <title>email</title> <desc>Created with Sketch.</desc> <defs></defs> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="icons" transform="translate(-704.000000, -1268.000000)" fill="#000000"> <g id="email" transform="translate(704.000000, 1268.000000)"> <path d="M30.0973948,26.11455 C29.5279132,26.6837424 28.8233999,26.9797225 28.0014677,26.9797225 C27.2000839,26.9797225 26.4750223,26.6865884 25.8879279,26.11455 L20.627562,21.0316613 L1.03328616,40 L54.9520365,40 L35.3900508,21.0316613 L30.0973948,26.11455 L30.0973948,26.11455 Z M55.9970645,1.01316258 L36.4321434,20.0241907 L56,38.9782995 L55.9970645,1.01316258 Z M26.9681816,25.1526147 C27.2470514,25.4201352 27.5846307,25.5567414 28.0014677,25.5567414 C28.4271112,25.5567414 28.7705614,25.4144433 29.0494313,25.1497688 L54.9813912,0 L1.03328616,0 L26.9652461,25.1526147 L26.9681816,25.1526147 Z M0,38.9811455 L19.5884049,20.0213447 L0,1.01031661 L0,38.9811455 Z"></path> </g> </g> </g> </svg></div><span class="font_primary capitalize">Newsletters</span></button><button class="container | column flex justify_center align_items_center option flex_1 border border_bottom" data-option="More" data-optionindex="5" role="tab" aria-controls="undefined-panel" aria-selected="false" aria-label="More" tabindex="-1"><div class="icon"><svg width="25" height="25" viewBox="0 0 41 41" xmlns="http://www.w3.org/2000/svg"><path d="M23.443 17.318h16.744V.576H23.444v16.742zM0 17.318h16.741V.576H0v16.742zM23.443 40.76h16.744V24.016H23.444V40.76zM0 40.76h16.741V24.016H0V40.76z" fill="#000" fill-rule="evenodd"/></svg></div><span class="font_primary capitalize">More</span></button></div><div class="secondary-nav-screen-container flex_2 overflow_y_scroll border_10 border_right"><div class="secondary-nav-screen active" data-screen="Sections" aria-labelledby="sections" id="sections-panel" role="tabpanel"><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://www.bostonglobe.com/globe-today/?p1=BGMenu_Sections" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Watch: Globe Today</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://epaper.bostonglobe.com/html5/reader/production/default.aspx?pubname=&pubid=2c60291d-c20c-4780-9829-b3d9a12687cf&p1=BGMenu_Sections" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Epaper</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/sports/?p1=BGMenu_Sections" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Sports</a></h3><ul class="padding_left_24 border_top border_thick"><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/sports/baseball/redsox/?p1=BGMenu_Sections" tabindex="-1">Red Sox</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/sports/football/patriots/?p1=BGMenu_Sections" tabindex="-1">Patriots</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/sports/hockey/bruins/?p1=BGMenu_Sections" tabindex="-1">Bruins</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/sports/basketball/celtics/?p1=BGMenu_Sections" tabindex="-1">Celtics</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/sports/soccer/revolution/?p1=BGMenu_Sections" tabindex="-1">Revolution</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/sports/high-schools/?p1=BGMenu_Sections" tabindex="-1">High Schools</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/sports/colleges/?p1=BGMenu_Sections" tabindex="-1">Colleges</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/sports/tv-radio/?p1=BGMenu_Sections" tabindex="-1">TV & Radio</a></li></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/metro/?p1=BGMenu_Sections" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Metro</a></h3><ul class="padding_left_24 border_top border_thick"><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/weather/?p1=BGMenu_Sections" tabindex="-1">Weather</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/politics/?p1=BGMenu_Sections" tabindex="-1">Politics</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/transportation/?p1=BGMenu_Sections" tabindex="-1">Transportation</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/education/?p1=BGMenu_Sections" tabindex="-1">Education</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/new-england/massachusetts/cambridge-somerville/?p1=BGMenu_Sections" tabindex="-1">Camberville</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/new-england/massachusetts/?p1=BGMenu_Sections" tabindex="-1">Around Mass.</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/investigations/?p1=BGMenu_Sections" tabindex="-1">Investigations</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/obituaries/?p1=BGMenu_Sections" tabindex="-1">Obituaries</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="https://www.legacy.com/us/obituaries/bostonglobe/browse" tabindex="-1">Death Notices</a></li></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/games/?p1=BGMenu_Sections" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Games & Puzzles</a></h3><ul class="padding_left_24 border_top border_thick"><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/games/crossword/?p1=BGMenu_Sections" tabindex="-1">Crossword</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/games/mini-crossword/?p1=BGMenu_Sections" tabindex="-1">Mini Crossword</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/games/sudoku/?p1=BGMenu_Sections" tabindex="-1">Sudokus</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/games/word-flower/?p1=BGMenu_Sections" tabindex="-1">Word Flower</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/games/wordrow/?p1=BGMenu_Sections" tabindex="-1">WordroW</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/games/jigsaw/?p1=BGMenu_Sections" tabindex="-1">Jigsaw</a></li></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/business/?p1=BGMenu_Sections" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Business</a></h3><ul class="padding_left_24 border_top border_thick"><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="https://www.bostonglobe.com/business/tech-power-players/2024/?p1=BGMenu_Sections" tabindex="-1">Tech Power Players</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/business/technology/?p1=BGMenu_Sections" tabindex="-1">Technology</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/business/economy/?p1=BGMenu_Sections" tabindex="-1">Economy</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/business/real-estate/residential/?p1=BGMenu_Sections" tabindex="-1">Housing</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/business/real-estate/?p1=BGMenu_Sections" tabindex="-1">Real Estate</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/business/jobs/?p1=BGMenu_Sections" tabindex="-1">Jobs</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/business/biotech/?p1=BGMenu_Sections" tabindex="-1">Biotech</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/business/future-of-work/?p1=BGMenu_Sections" tabindex="-1">Future of Work</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/business/fine-print/?p1=BGMenu_Sections" tabindex="-1">The Fine Print</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/business/bold-types/?p1=BGMenu_Sections" tabindex="-1">Bold Types</a></li></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/nation/politics/?p1=BGMenu_Sections" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Politics</a></h3><ul class="padding_left_24 border_top border_thick"><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/nation/politics/elections/?p1=BGMenu_Sections" tabindex="-1">2024 Election</a></li></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/metro/money-power-inequality/?p1=BGMenu_Sections" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Money, Power, Inequality</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/science/environment/climate/?p1=BGMenu_Sections" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Climate</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/metro/investigations/spotlight/?p1=BGMenu_Sections" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Spotlight</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/opinion/?p1=BGMenu_Sections" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Opinion</a></h3><ul class="padding_left_24 border_top border_thick"><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/opinion/ideas/?p1=BGMenu_Sections" tabindex="-1">Ideas</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/opinion/columns/?p1=BGMenu_Sections" tabindex="-1">Columns and Op-eds</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/opinion/editorials/?p1=BGMenu_Sections" tabindex="-1">Editorials</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/opinion/letters/?p1=BGMenu_Sections" tabindex="-1">Letters</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/opinion/cartoons/?p1=BGMenu_Sections" tabindex="-1">Cartoons</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="https://www.bostonglobe.com/opinion/podcasts/say-more/?p1=BGMenu_Sections" tabindex="-1">Say More podcast</a></li></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/metro/new-england/new-hampshire/?p1=BGMenu_Sections" tabindex="-1" class="focus_ring color_main hover_color_gray_90">New Hampshire</a></h3><ul class="padding_left_24 border_top border_thick"><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/new-england/new-hampshire/business/?p1=BGMenu_Sections" tabindex="-1">Business</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/new-england/new-hampshire/politics/?p1=BGMenu_Sections" tabindex="-1">Politics</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/new-england/new-hampshire/education/?p1=BGMenu_Sections" tabindex="-1">Education</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/new-england/new-hampshire/crime/?p1=BGMenu_Sections" tabindex="-1">Crime</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/new-england/new-hampshire/health/?p1=BGMenu_Sections" tabindex="-1">Health</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/new-england/new-hampshire/commentary/?p1=BGMenu_Sections" tabindex="-1">Commentary</a></li></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/metro/new-england/rhode-island/?p1=BGMenu_Sections" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Rhode Island</a></h3><ul class="padding_left_24 border_top border_thick"><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/new-england/rhode-island/things-to-do/?p1=BGMenu_Sections" tabindex="-1">Things to Do</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/new-england/rhode-island/podcast/?p1=BGMenu_Sections" tabindex="-1">Rhode Island Podcast</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/new-england/rhode-island/food-dining/?p1=BGMenu_Sections" tabindex="-1">RI Food & Dining</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/new-england/rhode-island/politics/?p1=BGMenu_Sections" tabindex="-1">Politics</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/new-england/rhode-island/business/?p1=BGMenu_Sections" tabindex="-1">Business</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/new-england/rhode-island/arts/?p1=BGMenu_Sections" tabindex="-1">Arts</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/new-england/rhode-island/crime/?p1=BGMenu_Sections" tabindex="-1">Crime</a></li></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/world/?p1=BGMenu_Sections" tabindex="-1" class="focus_ring color_main hover_color_gray_90">World</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/nation/special-reports/coronavirus/?p1=BGMenu_Sections" tabindex="-1" class="focus_ring color_main hover_color_gray_90">COVID</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/magazine/?p1=BGMenu_Sections" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Globe Magazine</a></h3><ul class="padding_left_24 border_top border_thick"><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/magazine/miss-conduct/?p1=BGMenu_Sections" tabindex="-1">Miss Conduct</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/magazine/dinner-with-cupid/?p1=BGMenu_Sections" tabindex="-1">Dinner with Cupid</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/magazine/perspective/?p1=BGMenu_Sections" tabindex="-1">Perspective</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/magazine/women-and-power/2023/?p1=BGMenu_Sections" tabindex="-1">Women & Power 2023</a></li></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/lifestyle/?p1=BGMenu_Sections" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Lifestyle</a></h3><ul class="padding_left_24 border_top border_thick"><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/metro/special-reports/a-beautiful-resistance/?p1=BGMenu_Sections" tabindex="-1">A Beautiful Resistance</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/lifestyle/food-dining/?p1=BGMenu_Sections" tabindex="-1">Food & Dining</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/games-comics/comics/?p1=BGMenu_Sections" tabindex="-1">Comics</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/games-comics/crossword/?p1=BGMenu_Sections" tabindex="-1">Crossword</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/games/?p1=BGMenu_Sections" tabindex="-1">Games</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/lifestyle/travel/?p1=BGMenu_Sections" tabindex="-1">Travel</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/lifestyle/names/?p1=BGMenu_Sections" tabindex="-1">Names</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="https://www.bostonglobe.com/lifestyle/relationships/love-letters/?p1=BGMenu_Sections" tabindex="-1">Love Letters</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="https://www.boston.com/category/real-estate/?p1=header_mainnav" tabindex="-1">Real Estate</a></li></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/arts/?p1=BGMenu_Sections" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Arts</a></h3><ul class="padding_left_24 border_top border_thick"><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/arts/books/?p1=BGMenu_Sections" tabindex="-1">Books</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/arts/movies/?p1=BGMenu_Sections" tabindex="-1">Movies</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/arts/music/?p1=BGMenu_Sections" tabindex="-1">Music</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/arts/tv/?p1=BGMenu_Sections" tabindex="-1">Television</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/arts/visual-arts/?p1=BGMenu_Sections" tabindex="-1">Visual Arts</a></li><li class="font_primary border border_bottom border_light list_bullet_inside padding_left_16"><a class="sub_section_item | focus_ring capitalize margin_top margin_bottom color_main hover_color_gray_90" href="/arts/performing-arts/?p1=BGMenu_Sections" tabindex="-1">Theater/Dance</a></li></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://www.boston.com/category/cars/?s_campaign=bg:bgmenu:cars" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Cars</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://www.boston.com/category/real-estate/" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Real Estate</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://globeevents.splashthat.com" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Events</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div></div><div class="secondary-nav-screen " data-screen="Search" aria-labelledby="search" id="search-panel" role="tabpanel"><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://www.bostonglobe.com/search/?p1=BGMenu_Search" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Search</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div></div><div class="secondary-nav-screen " data-screen="ePaper" aria-labelledby="more" id="more-panel" role="tabpanel"><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://epaper.bostonglobe.com/html5/reader/production/default.aspx?pubname=&pubid=2c60291d-c20c-4780-9829-b3d9a12687cf&p1=BGMenu_E-Paper" tabindex="-1" class="focus_ring color_main hover_color_gray_90">ePaper</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div></div><div class="secondary-nav-screen " data-screen="Podcasts" aria-labelledby="podcast" id="podcast-panel" role="tabpanel"><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://apps.bostonglobe.com/metro/investigations/2023/12/charles-stuart/murder-in-boston-charles-stuart-podcast/?p1=BGMenu_Podcasts" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Murder in Boston</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://www.boston.com/love-letters-podcast/" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Love Letters</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/opinion/podcasts/say-more/?p1=BGMenu_Podcasts" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Say More</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://www.bostonglobe.com/metro/new-england/rhode-island/podcast/?p1=BGMenu_Podcasts" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Rhode Island Report</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/magazine/special-reports/prostate-cancer/?p1=BGMenu_Podcasts" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Mr. 80 Percent</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://apps.bostonglobe.com/spotlight/gladiator/?p1=BGMenu_Podcasts" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Gladiator</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://www.statnews.com/readout-loud/" tabindex="-1" class="focus_ring color_main hover_color_gray_90">STAT: The Readout Loud</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://www.bostonglobe.com/multimedia/audio/podcast/globe-podcast/?p1=BGMenu_Podcasts" tabindex="-1" class="focus_ring color_main hover_color_gray_90">The Globe</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://www.bostonglobe.com/podcasts?p1=BGMenu_Podcasts" tabindex="-1" class="focus_ring color_main hover_color_gray_90">All Podcasts</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div></div><div class="secondary-nav-screen " data-screen="Newsletters" aria-labelledby="newsletters" id="newsletters-panel" role="tabpanel"><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://cloudpages.bostonglobe.com/TodaysHeadlinesSU?p1=BGMenu_Newsletters" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Today's Headlines</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://cloudpages.bostonglobe.com/BreakingNewsSU?p1=BGMenu_Newsletters" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Breaking News Alerts</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/newsletters/starting-point/?p1=BGMenu_Newsletters" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Starting Point</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://www.bostonglobe.com/2023/01/03/opinion/sign-up-today-opinion/?p1=BGMenu_Newsletters" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Today in Opinion</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://cloudpages.bostonglobe.com/PopularSU?p1=BGMenu_Newsletters" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Globe's Most Popular</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://www.bostonglobe.com/2023/09/27/metro/cambridge-somerville-and-boston-surrounding-areas/?p1=BGMenu_Newsletters" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Camberville & beyond</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://mailchi.mp/bostonglobe.com/rhode-island-e-mail-alerts-signup-page?p1=BGMenu_Newsletters" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Rhode Island News</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://cloudpages.bostonglobe.com/NHMorningSU?p1=BGMenu_Newsletters" tabindex="-1" class="focus_ring color_main hover_color_gray_90">New Hampshire News</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://www.bostonglobe.com/newsletters?p1=BGMenu_Newsletters" tabindex="-1" class="focus_ring color_main hover_color_gray_90">All Newsletters</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div></div><div class="secondary-nav-screen " data-screen="More" id="undefined-panel" role="tabpanel"><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/games?p1=BGMenu_More" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Games & Puzzles</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://www.bostonglobe.com/magazine/?p1=BGMenu_More" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Magazine</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/metro/obituaries?p1=BGMenu_More" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Obituaries</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="/games-comics/comics?p1=BGMenu_More" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Comics</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://globeevents.splashthat.com/" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Events</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div><div class="margin_top_32 margin_right_32"><h3 class="section_title | padding_left_16 font_primary uppercase bold"><a href="https://manage.bostonglobe.com/cs/mc/login.aspx?p1=BGMenu_More" tabindex="-1" class="focus_ring color_main hover_color_gray_90">Manage my Account</a></h3><ul class="padding_left_24 border_top border_thick"></ul></div></div></div></div></div><div class="logo-container | align_items_center border_left container flex justify_space_between padding_horizontal row border_left"><a href="https://www.bostonglobe.com?p1=BGHeader_Logo" target="_self" class="logo_masthead_link hover_ring focus_ring"><div class="show-light"><img class="logo_masthead logo_masthead--desktop" src="/pf/resources/images/bg-logo--bug-medium.svg?d=519" alt="The Boston Globe"/><img class="logo_masthead logo_masthead--mobile" src="/pf/resources/images/bg-logo--full.svg?d=519" alt="The Boston Globe"/></div><div class="show-dark"><img class="logo_masthead logo_masthead--desktop" src="/pf/resources/images/bg-logo--bug-theme-dark.svg?d=519" alt="The Boston Globe"/><img class="logo_masthead logo_masthead--mobile" src="/pf/resources/images/bg-logo--full-theme-dark.svg?d=519" alt="The Boston Globe"/></div></a></div><div class="masthead-extras"></div></nav><nav class="container | flex align_items_center uppercase" aria-label="Global links"><div class="primary_nav | container navigation flex align_items_center" id="primary_nav_links"><a target="_self" href="/multimedia/epaper/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">ePaper</a><a target="_self" href="/metro/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Metro</a><a target="_self" href="/metro/weather/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Weather</a><a target="_self" href="/nation/politics/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Politics</a><a target="_self" href="/sports/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Sports</a><a target="_self" href="/business/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Business</a><a target="_self" href="/globe-today/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Watch: Globe Today</a><a target="_self" href="/games/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Puzzles</a><a target="_self" href="/metro/new-england/rhode-island/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Rhode Island</a><a target="_self" href="/magazine/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Globe Magazine</a><a target="_self" href="/opinion/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Opinion</a><a target="_self" href="/business/healthcare//?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Health</a><a target="_self" href="/arts/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Arts</a><a target="_self" href="/lifestyle/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Lifestyle</a><a target="_self" href="/metro/education/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Education</a><a target="_self" href="/metro/new-england/massachusetts/cambridge-somerville/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Camberville</a><a target="_self" href="/metro/money-power-inequality/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Money, Power, Inequality</a><a target="_self" href="/metro/investigations/spotlight/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Spotlight</a><a target="_self" href="/business/technology/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Technology</a><a target="_self" href="/science/environment/climate/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Climate</a><a target="_self" href="https://boston.com/section/cars?s_campaign=bg:mainnav:cars/&p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Cars</a><a target="_self" href="https://www.boston.com/category/real-estate//?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Real Estate</a><a target="_self" href="https://globeevents.splashthat.com/?p1=BGHeader_MainNav" class="nav_item | focus_ring color_main hover_color_gray_90 pointer">Events</a></div></nav><div class="sign_in_settings_container"><button class="queryly_search_button | container hidden--mobile justify_center align_items_center"><img src="https://www.queryly.com/images/globe_searchicon.svg" alt="Search The Boston Globe"/></button></div></div></div></header><section id="hp-header" class="hp | header container column width_full"><section class="smartbar"><div class="smartbar__slot smartbar__slot--scoreboard scoreboard"></div></section><div id="sticky_container" class="sticky_container | js-scroll-position-top js-mobile-not-fixed-helper sticky_mobile align_items_start flex justify_center padding_vertical_16 width_full"><div class="sticky_box | sticky--tablet top_4rem width_full"><div class="arc_ad | background_transparent border_box border_none container color_gray column text_align_center width_full margin_none ad_position_ad_billboard" id="ad_position_sticky_ad_billboard"><div id="bg_homepage_ad_billboard"></div></div></div></div><div class="height_60 margin_top_16 hidden--mobile"><span class="display_block margin_center margin_bottom_16" style="width:441px"><svg height="60px" viewBox="0 0 440 59" preserveAspectRatio="xMinYMid" version="1.1"> <title>The Boston Globe</title> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="icons" transform="translate(-55.000000, -409.000000)" fill="#231F20"> <path d="M145.438047,453.077004 L144.848207,452.483966 C141.702608,455.844304 140.326529,456.733544 137.96717,456.733544 C136.19765,456.733544 134.133211,455.646413 131.282532,452.978059 L131.282532,444.87405 L145.438047,434.003376 L135.804211,424.417089 C131.577452,427.776792 130.889092,428.36983 127.842013,430.741983 C126.171014,432.02637 125.187734,432.619409 124.106575,433.113501 C124.302975,434.299578 124.499375,435.979747 124.499375,437.165823 L124.499375,455.251266 C122.828375,456.832489 121.255896,457.524473 120.076216,457.524473 C118.503097,457.524473 117.323417,456.536288 117.323417,454.856119 L117.323417,430.643038 C116.340778,427.579536 114.472738,425.603165 110.83582,424.318143 L101.890343,431.631223 L101.890343,414.632911 C101.890343,412.162447 103.266422,409.88924 104.544622,409.296202 L104.544622,409 C100.907063,409 98.3513042,411.371518 97.2701445,414.138818 L95.6970252,410.877426 L95.1071854,410.976371 L95.1071854,454.460337 C91.5687865,456.338397 87.734828,458.413713 83.5074297,458.413713 C82.7211899,458.413713 82.03347,458.413713 81.2465905,458.314768 L81.2465905,421.155696 C83.1146297,421.353587 84.2943092,421.451898 85.3754689,421.451898 C87.0464683,421.451898 88.127628,421.155696 88.9145075,420.760549 L93.7311059,410.877426 L92.9448661,410.680169 C91.0768269,414.435654 90.0941871,415.028058 86.0638285,415.028058 C84.1957894,415.028058 80.0669109,414.533965 75.9386722,414.039873 C72.0061938,413.54578 67.9758353,413.051687 65.9113961,413.051687 C59.8165983,413.051687 56.2781994,417.301265 56.2781994,421.649789 C56.2781994,423.428903 56.8680392,425.207383 58.0477187,426.788607 L58.7354387,426.294514 C57.9491989,425.306329 57.457879,424.021941 57.457879,422.93481 C57.457879,421.155696 58.8339585,419.574472 62.5693972,419.574472 C64.0439966,419.574472 69.2540347,420.068565 74.1691529,420.463712 C68.5656751,423.231012 63.9454768,426.195569 58.5390386,430.346836 C56.1796795,433.509283 55,437.56097 55,441.711603 C55,452.385021 63.0607171,463.948313 80.8537905,463.948313 C86.0638285,460.983122 93.7311059,456.536288 93.7311059,456.536288 L100.809183,462.959493 L105.724301,458.117511 L101.890343,454.06519 L101.890343,433.410337 C103.561342,431.13713 105.429381,430.148945 106.903341,430.148945 C108.57498,430.148945 110.14746,431.335021 110.5409,433.509283 L110.5409,458.314768 C111.130739,460.390084 113.587979,462.367089 116.045858,463.058438 L124.794295,456.437342 L134.919451,463.45422 L145.438047,453.077004 Z M139.244729,437.165823 L131.282532,443.589663 L131.282532,429.753798 L131.577452,429.456961 L139.244729,437.165823 Z M80.2639507,458.215822 C75.3488325,457.622784 71.1214342,455.745359 67.9758353,452.879113 C74.0706331,448.432279 75.4467126,445.86287 75.4467126,440.921308 L75.4467126,420.85886 L75.6437524,420.661603 C77.6096717,420.85886 78.6908314,420.957805 80.2639507,421.056751 L80.2639507,458.215822 Z M69.056995,445.763924 C69.056995,448.728481 68.5656751,450.507595 66.9931955,451.890928 C63.355637,448.135443 61.3897176,442.798734 61.3897176,436.770675 C61.3897176,433.410337 61.9795574,430.840928 63.159237,429.061814 C65.1251563,427.2827 67.4845154,425.603165 69.056995,424.713291 L69.056995,432.323207 L69.056995,445.763924 Z M234.008055,430.346836 L222.703219,424.120252 C219.2627,427.579536 214.839542,430.346836 209.825904,433.113501 C210.514263,435.189452 210.317224,437.857806 210.317224,441.21751 C210.317224,449.420464 210.415743,453.867933 208.941144,456.041561 L221.425659,463.750422 C224.866178,460.192827 228.601617,457.425528 233.615255,454.658228 C233.221815,453.373206 233.123295,452.088819 233.123295,450.902742 L233.123295,436.868987 C233.123295,432.718354 233.516735,431.236076 234.008055,430.346836 Z M205.894065,438.944937 L197.144988,433.113501 C200.486987,431.038185 201.568787,430.445147 202.747826,429.555907 C204.812266,428.073629 205.402105,427.184388 205.402105,426.294514 C205.402105,425.603165 205.107185,424.318143 203.534706,421.945991 C201.568787,418.981434 199.700747,416.115189 195.768909,410.581224 C190.263951,414.336709 187.216232,416.609282 181.416354,421.155696 C179.056995,423.033122 177.288115,425.998312 177.288115,429.753798 C177.288115,431.038185 177.385996,437.659916 177.385996,442.008439 C177.385996,445.368143 176.796156,447.147257 173.257757,450.112448 C164.70508,450.112448 159.593562,455.646413 159.593562,461.181013 C159.593562,463.552531 160.379802,466.023629 162.149321,468 L162.739161,467.406962 C161.658001,466.220886 160.773241,464.34346 160.773241,462.169198 C160.773241,459.204008 162.935561,455.943249 169.718718,455.943249 C177.189596,455.943249 184.169153,461.082067 188.199511,463.552531 C193.999389,458.611604 197.636308,456.536288 205.107185,454.06519 L205.107185,441.514346 C205.107185,440.624472 205.402105,439.735232 205.894065,438.944937 Z M185.348832,413.940927 L185.151793,413.348523 C181.023554,413.348523 178.762715,412.853796 176.599756,412.458649 C174.535317,412.162447 172.765797,411.7673 170.308558,411.7673 C163.82032,411.7673 159.593562,415.127004 159.593562,420.562658 C159.593562,422.835865 160.084882,424.120252 161.559481,425.800421 L162.149321,425.207383 C161.363081,424.219198 160.969641,423.231012 160.969641,422.143881 C160.969641,419.771729 162.935561,417.696413 167.260839,417.696413 C170.504958,417.696413 173.454157,418.289451 176.009916,418.882489 C170.504958,422.93481 167.162959,425.899367 167.162959,434.497468 C166.37608,434.200632 165.29492,434.003376 163.82032,434.003376 C159.692082,434.003376 157.529123,436.770675 157.529123,439.43903 C157.529123,440.624472 157.824043,441.909494 158.610282,442.798734 L159.298642,442.403586 C159.003722,441.810548 158.807322,441.21751 158.807322,440.624472 C158.807322,438.845992 160.183402,437.462025 162.739161,437.462025 C165,437.462025 166.670999,438.45021 167.457879,439.834177 C167.457879,445.86287 166.278199,448.926371 163.132601,448.926371 L163.132601,449.617721 C167.850679,449.617721 173.552677,446.159072 173.552677,440.624472 L173.552677,429.555907 C173.552677,420.463712 178.860595,416.214134 185.348832,413.940927 Z M226.045858,458.512658 L225.652418,458.80886 L217.886621,454.06519 L217.886621,429.061814 L226.045858,433.706539 L226.045858,458.512658 Z M198.226148,429.35865 C198.226148,431.532278 196.260229,432.619409 189.674111,436.770675 L189.674111,430.445147 C189.674111,427.2827 189.870511,425.504219 189.969031,424.219198 L188.592311,424.219198 C188.789351,425.603165 188.887231,427.2827 188.887231,430.445147 L188.887231,455.646413 C184.758993,453.17595 179.745355,450.60654 174.436797,450.210759 C179.450435,447.345148 184.464073,443.490717 184.464073,437.857806 L184.464073,425.504219 C184.464073,421.550843 186.036552,419.179325 190.165431,415.621096 C193.40955,420.463712 194.687109,422.539029 197.243508,426.887552 C197.832708,427.875738 198.226148,428.863923 198.226148,429.35865 Z M197.144988,441.711603 L196.948588,455.943249 C195.473989,456.733544 194.490709,457.227637 193.11463,458.215822 C192.03347,457.524473 190.951671,456.832489 189.674111,456.041561 L189.674111,437.659916 L197.144988,441.711603 Z M341.059496,456.437342 L340.371136,455.646413 L337.029137,458.512658 C335.357498,458.512658 334.177818,457.326582 334.177818,455.449157 C334.177818,453.768988 334.276338,434.200632 334.374858,430.840928 C333.096659,428.271519 331.425659,426.294514 327.690221,425.010127 L318.744744,431.631223 C318.744744,428.863923 317.171625,426.39346 314.124546,424.812236 L308.914508,429.259705 L311.666667,432.224261 C311.666667,432.224261 311.568787,449.617721 311.568787,452.483966 C311.568787,455.350211 309.504347,457.425528 309.504347,457.425528 L317.663584,463.45422 L321.988863,458.117511 L318.744744,455.15232 L318.744744,433.410337 C320.317224,431.335021 321.988863,430.445147 323.463462,430.445147 C325.134462,430.445147 326.510541,431.631223 326.903981,433.311392 C327.001861,434.596414 327.001861,436.67173 327.001861,438.845992 C327.001861,442.205695 327.001861,454.06519 326.903981,458.709915 C327.493821,460.785866 330.5409,463.651477 332.506819,463.651477 L341.059496,456.437342 Z M305.375469,455.053375 C304.982669,453.768988 304.884149,452.483966 304.884149,451.29789 L304.884149,430.544092 L294.169153,424.516034 C290.728634,427.974683 286.796156,430.445147 281.783157,433.212447 C282.078077,434.200632 282.274477,435.781856 282.274477,436.868987 L282.274477,454.362026 C280.701998,456.041561 279.128878,457.03038 277.752799,457.03038 C276.376719,457.03038 275,456.437342 273.525401,454.856119 C273.525401,453.472151 273.62392,438.45021 273.62392,429.259705 L281.291838,429.259705 L281.291838,427.381645 L273.62392,427.085443 C273.62392,427.085443 273.72244,419.870674 273.82032,418.388396 L272.935561,418.388396 L262.221204,429.753798 C257.601006,429.061814 254.159848,427.381645 249.146849,423.922996 C245.214371,427.974683 242.560732,429.852743 237.842013,432.125316 C238.038413,434.497468 238.136933,435.781856 238.136933,438.154008 C238.136933,440.921308 238.136933,441.810548 237.940533,444.182701 L244.231731,448.629535 L238.333333,454.856119 C235.777574,457.524473 234.794295,459.698735 234.794295,461.872362 C234.794295,463.849367 235.581174,465.430591 236.760854,466.912869 L237.448574,466.517722 C236.662334,465.331646 236.171014,463.948313 236.171014,462.663291 C236.171014,460.587975 237.252174,458.80886 240.299253,458.80886 C243.346971,458.80886 246.68897,460.785866 250.031609,463.45422 C253.767048,459.994937 256.519207,457.72173 260.648085,455.646413 L260.648085,445.566033 C260.648085,444.379957 260.746605,443.885864 261.041525,443.09557 L254.749687,438.845992 L262.810404,430.049999 L266.546483,430.049999 C266.546483,439.043248 266.447963,450.60654 266.447963,451.890928 C266.447963,453.472151 266.153043,455.449157 265.071883,457.03038 L274.01736,463.651477 L281.684638,456.634599 L292.793073,463.948313 C297.118352,459.895991 300.558871,457.227637 305.375469,455.053375 Z M297.708192,458.709915 L297.314752,459.006751 L289.450435,454.164135 L289.450435,429.456961 L297.708192,434.398523 L297.708192,458.709915 Z M257.109046,434.694725 L248.851929,443.688608 L245.214371,441.020253 L245.214371,429.061814 C248.94981,431.631223 251.112769,433.01519 257.109046,434.694725 Z M253.864928,458.512658 C251.014249,455.943249 247.08241,453.768988 240.791212,453.768988 L250.424409,443.490717 L253.767048,446.455274 L253.864928,458.512658 Z M440.5409,429.951054 L428.744744,423.82405 C425.107185,427.184388 421.568787,429.654852 416.850068,432.02637 C417.144988,432.916245 417.439908,436.572785 417.439908,438.845992 L417.439908,455.15232 C416.358748,456.338397 415.276949,456.931435 414.195789,456.931435 C413.11463,456.931435 411.93495,456.437342 410.460351,455.350211 L410.460351,415.818987 C410.460351,413.54578 411.83643,410.877426 413.60595,410.877426 L413.60595,410.581224 C409.969031,410.581224 406.724912,412.261393 405.742272,415.028058 C404.857513,413.54578 403.480793,412.261393 401.416354,412.261393 L401.318474,412.65654 C402.498153,412.65654 403.677833,416.016878 403.677833,419.179325 L403.677833,450.902742 C403.677833,453.966244 403.284393,455.547468 402.104714,457.227637 L409.969031,462.959493 L417.341388,456.536288 L428.744744,463.45422 C433.070022,459.401898 435.625781,457.03038 440.44238,454.164135 C440.14746,452.681857 440.04958,449.815612 440.04958,448.629535 L440.04958,434.596414 C440.04958,432.224261 440.14746,430.939874 440.5409,429.951054 Z M398.270755,414.632911 L397.385996,413.842616 L394.142517,417.301265 C394.142517,417.301265 385.78688,414.533965 379.003722,410.581224 C369.664806,417.696413 362.587368,422.73692 353.445491,429.259705 C351.282532,432.521097 350.102853,436.770675 350.102853,441.415401 C350.102853,454.06519 361.702608,463.948313 376.349443,463.948313 C385.88476,459.895991 392.667917,454.26308 397.680915,447.444093 C397.975835,446.060126 398.074355,444.083755 398.074355,442.996624 C398.074355,433.805485 391.881038,428.666667 385.29492,427.085443 L398.270755,414.632911 Z M433.266422,457.72173 L432.676583,458.117511 L424.320946,452.780802 L424.320946,429.160759 L433.167903,433.509283 L433.266422,457.72173 Z M387.850679,423.132067 L377.332723,432.521097 L377.332723,417.993249 C381.068161,419.475527 384.41016,421.254641 387.850679,423.132067 Z M391.684638,446.554219 C391.684638,449.420464 391.389718,451.396835 390.603478,453.768988 C387.752799,456.634599 383.525401,458.314768 378.708802,458.314768 L377.332723,458.314768 L377.332723,432.916245 C378.217482,432.817299 379.003722,432.718354 379.789962,432.718354 C386.868039,432.718354 391.684638,439.142194 391.684638,446.554219 Z M376.349443,458.215822 C371.139405,457.820675 367.109046,456.041561 363.963448,453.373206 C368.780046,450.013502 371.827765,448.333333 371.827765,443.194515 L371.827765,417.598102 C372.319085,417.20232 372.810404,416.807173 373.302364,416.412025 C374.383524,416.807173 375.268283,417.20232 376.349443,417.598102 L376.349443,458.215822 Z M365.732967,446.851055 C365.732967,449.51941 364.946727,451.199579 363.177208,452.582911 C359.146849,448.629535 357.18093,443.09557 357.18093,437.56097 C357.18093,429.259705 360.031609,426.097258 363.963448,423.231012 C364.553287,422.73692 365.143127,422.341772 365.732967,421.945991 L365.732967,446.851055 Z M495,453.077004 L494.41016,452.483966 C491.362441,455.547468 489.592922,456.832489 487.823403,456.832489 C486.054523,456.832489 484.382884,455.745359 480.844485,452.978059 L480.844485,444.87405 L494.70508,433.706539 C491.460961,430.939874 484.776324,424.219198 484.776324,424.219198 C481.040885,427.579536 478.877926,429.456961 473.667888,433.113501 C473.864928,434.200632 474.061328,435.683545 474.061328,436.868987 L474.061328,452.582911 C474.061328,453.670042 473.962808,454.460337 473.570008,455.745359 L484.481404,463.45422 L495,453.077004 Z M468.35997,454.95443 C467.86801,450.507595 467.96653,438.45021 467.96653,432.817299 C467.96653,429.160759 464.820931,426.492405 460.889092,424.812236 L452.828375,431.631223 L452.828375,416.807173 C452.828375,414.336709 454.302335,411.668354 456.071854,411.668354 L456.071854,411.174262 C452.238536,411.174262 448.011137,414.237764 447.323417,416.214134 C446.438658,414.731856 444.374219,413.842616 442.408299,413.842616 L442.309779,414.632911 C444.275699,414.632911 446.143738,417.993249 446.143738,423.922996 C446.143738,435.880801 446.045218,447.345148 446.045218,452.286075 C446.045218,453.867933 445.848818,454.95443 444.964058,456.239451 L457.055134,463.651477 C461.675332,459.302953 463.444852,458.018566 468.35997,454.95443 Z M488.413243,437.066877 L480.844485,443.292826 L480.844485,429.160759 L488.413243,437.066877 Z M461.478932,445.269832 C461.478932,449.617721 461.281892,458.117511 461.281892,458.413713 L460.986973,458.709915 L452.828375,453.571097 L452.828375,433.410337 C454.105935,431.433967 455.875454,430.445147 457.448574,430.445147 C459.315973,430.445147 460.692053,431.829114 461.380412,433.706539 C461.380412,434.497468 461.478932,439.735232 461.478932,445.269832 Z" id="Boston-Globe-Full-Logo" class="full-logo"></path> </g> </g> </svg></span></div><span class="spacer | border_bottom border_1 display_block width_full" style="margin-bottom:0px;margin-top:8px"></span><div class="trending_bar_container | margin_horizontal--tablet hidden--mobile"><div class="trending_bar | flex width_full border_1 border_bottom"><div class="trending_bar_title | align_self_center bold color_red font_primary padding_left_2 padding_right uppercase">TRENDING:</div><div id="trending_bar_items" class="trending_bar_items | flex_inline align_self_center flex_1 font_primary padding white_space_nowrap uppercase"><a href="/2024/11/23/metro/hyannis-advocates-want-honor-civil-rights-leader-with-mural-town-official-suggested-painting-kennedys-there-instead/?p1=HP_TrendingBar" class="trending_bar_item | focus_ring color_main float_left">Hyannis Civil Rights</a><div class="trending_bar_item | padding_horizontal_16 float_left">|</div><a href="/2024/11/24/metro/thanksgiving-forecast-new-england-noreaster/?p1=HP_TrendingBar" class="trending_bar_item | focus_ring color_main float_left">nor’easter</a><div class="trending_bar_item | padding_horizontal_16 float_left">|</div><a href="/2024/11/23/metro/overdue-hiker-dead-new-hampshire-white-mountains/?p1=HP_TrendingBar" class="trending_bar_item | focus_ring color_main float_left">n.h. hiker</a><div class="trending_bar_item | padding_horizontal_16 float_left">|</div><a href="/2024/11/23/metro/teachers-strikes-continue-beverly-marblehead/?p1=HP_TrendingBar" class="trending_bar_item | focus_ring color_main float_left">teacher strikes</a><div class="trending_bar_item | padding_horizontal_16 float_left">|</div><a href="/2024/11/23/sports/sunday-basketball-notes-76ers-joel-embiid-paul-george/?p1=HP_TrendingBar" class="trending_bar_item | focus_ring color_main float_left">76ers</a><div class="trending_bar_item | padding_horizontal_16 float_left">|</div><a href="/2024/11/22/metro/dartmouth-alpha-phi-charged-won-jang-death/?p1=HP_TrendingBar" class="trending_bar_item | focus_ring color_main float_left">dartmouth sorority</a><div class="trending_bar_item | padding_horizontal_16 float_left">|</div><a href="/2024/11/22/metro/alice-brock-arlo-guthrie-song/?p1=HP_TrendingBar" class="trending_bar_item | focus_ring color_main float_left">Alice Brock</a><div class="trending_bar_item | padding_horizontal_16 float_left">|</div><a href="/2024/11/23/metro/portland-maine-homeless-crackdown/?p1=HP_TrendingBar" class="trending_bar_item | focus_ring color_main float_left">Portland homeless</a><div class="trending_bar_item | padding_horizontal_16 float_left">|</div><a href="/2024/11/22/business/housing-vote-needham-referendum/?p1=HP_TrendingBar" class="trending_bar_item | focus_ring color_main float_left">MBTA housing</a><div class="trending_bar_item | padding_horizontal_16 float_left">|</div><a href="/2024/11/23/sports/bruins-red-wings-game-score-brad-marchand/?p1=HP_TrendingBar" class="trending_bar_item | focus_ring color_main float_left">bruins</a></div></div></div><span class="spacer | display_block width_full" style="margin-bottom:16px;margin-top:0px"></span></section></section><main id="main" class="container grid margin_center width_max_1440"><section id="hp-top-fw" class="hp | top-fw col grid width_full"><div id="c0fSoQqyBJ7f56m" class="chain | align_items_start default grid width_full"></div></section><section id="hp-top-main" class="hp | top-main align_items_start col grid mobile_12 desktop-8 ws-9"><div id="c0f3xjQty1W73gr" class="chain | align_items_start col ws-4 desktop-5 tablet-5 default grid width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-12 desktop-12 tablet-12 grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h_d"><a class="card color_inherit" href="/2024/11/24/metro/thanksgiving-forecast-new-england-noreaster/" aria-label="Potential Thanksgiving nor’easter looms for much of New England"><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:28px"><span id="headline-f0fI7ivkqPE25oa">Potential Thanksgiving nor’easter looms for much of New England</span></h2><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fI7ivkqPE25oa" class="display_block">Timing of this storm is looking like late Thanksgiving night through much of Black Friday could get messy.<!-- --> </span></div></div></a><span class="links | bold border_box false inline_block font_primary padding_bottom_half width_full" style="line-height:1.3"><span class="symbol | margin_right float_left background_red" style="width:9.600000000000001px;height:9.600000000000001px;margin-top:4px"></span><a href="/2024/11/24/nation/united-states-winter-storms-thanksgiving/" class="" target="_self" style="color:black;font-size:12px;letter-spacing:.5px">Forecasts warn of possible winter storms across US during Thanksgiving week</a></span></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-12 desktop-12 tablet-12 grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block img_r padding_bottom margin_top margin_left margin_right margin_bottom width_full i_o_h_d-hw"><a class="card color_inherit" href="/2024/11/23/metro/teachers-strikes-continue-beverly-marblehead/" aria-label="Teachers strikes continue in Beverly, Marblehead as Sunday deadline nears "><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:20px"><div id="" class="image | relative margin_left_16 margin_bottom_10 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fRuThWheyF6jS"><img id="img-f0fRuThWheyF6jS-image" alt="Striking teachers and supporters stood on the picket line Friday in Beverly to call attention to pay, paid parental leave, and other contract issues." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HYZ3MRSWQ4YTSQNVVX6AYJV5T4.jpg?auth=a181871edddc8daf1aa3621190cf1831f897181e7c2c35ff9c569f5152cb4ae5&width=1440&height=959&focal=1311,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HYZ3MRSWQ4YTSQNVVX6AYJV5T4.jpg?auth=a181871edddc8daf1aa3621190cf1831f897181e7c2c35ff9c569f5152cb4ae5&width=1440&height=959&focal=1311,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HYZ3MRSWQ4YTSQNVVX6AYJV5T4.jpg?auth=a181871edddc8daf1aa3621190cf1831f897181e7c2c35ff9c569f5152cb4ae5&width=1280&height=853&focal=1311,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HYZ3MRSWQ4YTSQNVVX6AYJV5T4.jpg?auth=a181871edddc8daf1aa3621190cf1831f897181e7c2c35ff9c569f5152cb4ae5&width=1024&height=682&focal=1311,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HYZ3MRSWQ4YTSQNVVX6AYJV5T4.jpg?auth=a181871edddc8daf1aa3621190cf1831f897181e7c2c35ff9c569f5152cb4ae5&width=820&height=546&focal=1311,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HYZ3MRSWQ4YTSQNVVX6AYJV5T4.jpg?auth=a181871edddc8daf1aa3621190cf1831f897181e7c2c35ff9c569f5152cb4ae5&width=600&height=399&focal=1311,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HYZ3MRSWQ4YTSQNVVX6AYJV5T4.jpg?auth=a181871edddc8daf1aa3621190cf1831f897181e7c2c35ff9c569f5152cb4ae5&width=420&height=279&focal=1311,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HYZ3MRSWQ4YTSQNVVX6AYJV5T4.jpg?auth=a181871edddc8daf1aa3621190cf1831f897181e7c2c35ff9c569f5152cb4ae5&width=240&height=159&focal=1311,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HYZ3MRSWQ4YTSQNVVX6AYJV5T4.jpg?auth=a181871edddc8daf1aa3621190cf1831f897181e7c2c35ff9c569f5152cb4ae5&width=1440&height=959&focal=1311,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HYZ3MRSWQ4YTSQNVVX6AYJV5T4.jpg?auth=a181871edddc8daf1aa3621190cf1831f897181e7c2c35ff9c569f5152cb4ae5&width=1440&height=959&focal=1311,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HYZ3MRSWQ4YTSQNVVX6AYJV5T4.jpg?auth=a181871edddc8daf1aa3621190cf1831f897181e7c2c35ff9c569f5152cb4ae5&width=1280&height=853&focal=1311,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HYZ3MRSWQ4YTSQNVVX6AYJV5T4.jpg?auth=a181871edddc8daf1aa3621190cf1831f897181e7c2c35ff9c569f5152cb4ae5&width=1024&height=682&focal=1311,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HYZ3MRSWQ4YTSQNVVX6AYJV5T4.jpg?auth=a181871edddc8daf1aa3621190cf1831f897181e7c2c35ff9c569f5152cb4ae5&width=820&height=546&focal=1311,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HYZ3MRSWQ4YTSQNVVX6AYJV5T4.jpg?auth=a181871edddc8daf1aa3621190cf1831f897181e7c2c35ff9c569f5152cb4ae5&width=600&height=399&focal=1311,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HYZ3MRSWQ4YTSQNVVX6AYJV5T4.jpg?auth=a181871edddc8daf1aa3621190cf1831f897181e7c2c35ff9c569f5152cb4ae5&width=420&height=279&focal=1311,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HYZ3MRSWQ4YTSQNVVX6AYJV5T4.jpg?auth=a181871edddc8daf1aa3621190cf1831f897181e7c2c35ff9c569f5152cb4ae5&width=240&height=159&focal=1311,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="headline-f0fRuThWheyF6jS">Teachers strikes continue in Beverly, Marblehead as Sunday deadline nears </span><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fRuThWheyF6jS" class="display_block">Governor Maura Healey has urged the sides to strike a deal this weekend or develop plans to reopen schools so students can return to classes Monday while the talks continue.<!-- --> </span></div></h2></div></a><span class="links | bold border_box false inline_block font_primary padding_bottom_half width_full" style="line-height:1.3"><span class="symbol | margin_right float_left background_red" style="width:9.600000000000001px;height:9.600000000000001px;margin-top:4px"></span><a href="/2024/11/22/metro/glouchester-marblehead-strike-beverly-union-teachers/" class="" target="_self" style="color:black;font-size:12px;letter-spacing:.5px">Gloucester reaches deal with educators, ending first of three North Shore strikes</a></span></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-12 desktop-12 tablet-12 grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h_d"><a class="card color_inherit" href="/2024/11/23/metro/terence-kent-sexual-misconduct-lexington-police/" aria-label="Mass. State Police Trooper suspended without pay related to sexual misconduct"><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:20px"><span id="headline-f0fezfhpEDRQ4bW">Mass. State Police Trooper suspended without pay related to sexual misconduct</span></h2><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fezfhpEDRQ4bW" class="display_block">The Lexington Police Department and the Middlesex County District Attorney’s Office are conducting an independent investigation into State Trooper Terence Kent for unspecified reasons related to sexual misconduct.<!-- --> </span></div></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-12 desktop-12 tablet-12 grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block img_r padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h_d-hw"><a class="card color_inherit" href="/2024/11/23/lifestyle/boston-globe-horn-book-bpl/" aria-label="Boston Globe-Horn Book Awards to present literary celebration at Boston Public Library "><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:20px"><div id="" class="image | relative margin_left_16 margin_bottom_10 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fjGfRimkEi6IB"><img id="img-f0fjGfRimkEi6IB-image" alt="Jacqueline Woodson, pictured in 2020, is one of the authors who will appear at the Boston Globe-Horn Book Awards at the BPL on Monday." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=1440&height=959&focal=3008,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=1440&height=959&focal=3008,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=1280&height=853&focal=3008,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=1024&height=682&focal=3008,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=820&height=546&focal=3008,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=600&height=399&focal=3008,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=420&height=279&focal=3008,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=240&height=159&focal=3008,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=1440&height=959&focal=3008,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=1440&height=959&focal=3008,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=1280&height=853&focal=3008,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=1024&height=682&focal=3008,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=820&height=546&focal=3008,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=600&height=399&focal=3008,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=420&height=279&focal=3008,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=240&height=159&focal=3008,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="headline-f0fjGfRimkEi6IB">Boston Globe-Horn Book Awards to present literary celebration at Boston Public Library </span><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fjGfRimkEi6IB" class="display_block">The Horn Book’s centennial year includes an awards ceremony Monday that’s open to the public.<!-- --> </span></div></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-12 desktop-12 tablet-12 grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block img_r padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h_d-hw"><a class="card color_inherit" href="/2024/11/23/metro/overdue-hiker-dead-new-hampshire-white-mountains/" aria-label="Overdue hiker found dead in New Hampshire’s White Mountains, officials say"><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:20px"><div id="" class="image | relative margin_left_16 margin_bottom_10 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fPsLwnDoMo17i"><img id="img-f0fPsLwnDoMo17i-image" alt="A view from Interstate 93 of part of the White Mountains was photographed in January." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=1440&height=959&focal=2800,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=1440&height=959&focal=2800,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=1280&height=853&focal=2800,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=1024&height=682&focal=2800,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=820&height=546&focal=2800,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=600&height=399&focal=2800,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=420&height=279&focal=2800,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=240&height=159&focal=2800,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=1440&height=959&focal=2800,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=1440&height=959&focal=2800,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=1280&height=853&focal=2800,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=1024&height=682&focal=2800,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=820&height=546&focal=2800,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=600&height=399&focal=2800,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=420&height=279&focal=2800,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=240&height=159&focal=2800,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="headline-f0fPsLwnDoMo17i">Overdue hiker found dead in New Hampshire’s White Mountains, officials say</span><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fPsLwnDoMo17i" class="display_block">Christopher Huyler’s body was found around 1 a.m. at approximately 2,800 feet in elevation, near a steep, icy slide in the Coppermine Brook valley, officials said.<!-- --> </span></div></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-12 desktop-12 tablet-12 grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block img_r padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h_d-hw"><a class="card color_inherit" href="/2024/11/24/world/israel-crackdown-palestinian-dissent-gaza-war/" aria-label="Israel cracks down on Palestinian citizens who speak out against the war in Gaza"><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:20px"><div id="" class="image | relative margin_left_16 margin_bottom_10 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fbVYUy2Cgz5a0"><img id="img-f0fbVYUy2Cgz5a0-image" alt="Palestinian citizens of Israel march against Israel's military operations in the Gaza Strip, in Umm al-Fahm, Israel, on Nov. 15." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/I335C4CUCOCLP2TRFZSDP7HGX4.jpg?auth=1f9583a298a6af87be7f8833bb618cd183781aa57be0c4cb741b8d4c8eeb52d6&width=1440&height=959&focal=2808,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/I335C4CUCOCLP2TRFZSDP7HGX4.jpg?auth=1f9583a298a6af87be7f8833bb618cd183781aa57be0c4cb741b8d4c8eeb52d6&width=1440&height=959&focal=2808,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/I335C4CUCOCLP2TRFZSDP7HGX4.jpg?auth=1f9583a298a6af87be7f8833bb618cd183781aa57be0c4cb741b8d4c8eeb52d6&width=1280&height=853&focal=2808,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/I335C4CUCOCLP2TRFZSDP7HGX4.jpg?auth=1f9583a298a6af87be7f8833bb618cd183781aa57be0c4cb741b8d4c8eeb52d6&width=1024&height=682&focal=2808,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/I335C4CUCOCLP2TRFZSDP7HGX4.jpg?auth=1f9583a298a6af87be7f8833bb618cd183781aa57be0c4cb741b8d4c8eeb52d6&width=820&height=546&focal=2808,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/I335C4CUCOCLP2TRFZSDP7HGX4.jpg?auth=1f9583a298a6af87be7f8833bb618cd183781aa57be0c4cb741b8d4c8eeb52d6&width=600&height=399&focal=2808,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/I335C4CUCOCLP2TRFZSDP7HGX4.jpg?auth=1f9583a298a6af87be7f8833bb618cd183781aa57be0c4cb741b8d4c8eeb52d6&width=420&height=279&focal=2808,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/I335C4CUCOCLP2TRFZSDP7HGX4.jpg?auth=1f9583a298a6af87be7f8833bb618cd183781aa57be0c4cb741b8d4c8eeb52d6&width=240&height=159&focal=2808,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/I335C4CUCOCLP2TRFZSDP7HGX4.jpg?auth=1f9583a298a6af87be7f8833bb618cd183781aa57be0c4cb741b8d4c8eeb52d6&width=1440&height=959&focal=2808,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/I335C4CUCOCLP2TRFZSDP7HGX4.jpg?auth=1f9583a298a6af87be7f8833bb618cd183781aa57be0c4cb741b8d4c8eeb52d6&width=1440&height=959&focal=2808,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/I335C4CUCOCLP2TRFZSDP7HGX4.jpg?auth=1f9583a298a6af87be7f8833bb618cd183781aa57be0c4cb741b8d4c8eeb52d6&width=1280&height=853&focal=2808,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/I335C4CUCOCLP2TRFZSDP7HGX4.jpg?auth=1f9583a298a6af87be7f8833bb618cd183781aa57be0c4cb741b8d4c8eeb52d6&width=1024&height=682&focal=2808,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/I335C4CUCOCLP2TRFZSDP7HGX4.jpg?auth=1f9583a298a6af87be7f8833bb618cd183781aa57be0c4cb741b8d4c8eeb52d6&width=820&height=546&focal=2808,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/I335C4CUCOCLP2TRFZSDP7HGX4.jpg?auth=1f9583a298a6af87be7f8833bb618cd183781aa57be0c4cb741b8d4c8eeb52d6&width=600&height=399&focal=2808,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/I335C4CUCOCLP2TRFZSDP7HGX4.jpg?auth=1f9583a298a6af87be7f8833bb618cd183781aa57be0c4cb741b8d4c8eeb52d6&width=420&height=279&focal=2808,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/I335C4CUCOCLP2TRFZSDP7HGX4.jpg?auth=1f9583a298a6af87be7f8833bb618cd183781aa57be0c4cb741b8d4c8eeb52d6&width=240&height=159&focal=2808,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="headline-f0fbVYUy2Cgz5a0">Israel cracks down on Palestinian citizens who speak out against the war in Gaza</span><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fbVYUy2Cgz5a0" class="display_block">In the year since the war in Gaza broke out, Israel’s government has been cracking down on dissent among its Palestinian citizens.<!-- --> </span></div></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-12 desktop-12 tablet-12 grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h_d"><a class="card color_inherit" href="/2024/11/23/metro/karen-read-case-robert-alessi-lawyer/" aria-label="Karen Read team seeking to add another out-of-state lawyer"><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:20px"><span id="headline-f0fO62dPtC7F3RS">Karen Read team seeking to add another out-of-state lawyer</span></h2><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fO62dPtC7F3RS" class="display_block">Karen Read’s lawyers on Friday filed a motion to add Robert Alessi, a New York City-based attorney.<!-- --> </span></div></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-12 desktop-12 tablet-12 grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/23/metro/brockton-shooting-man-dead-police/" aria-label="After man killed in Brockton, some residents weigh safety concerns: ‘It makes me sad’"><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:20px"><span id="headline-f0f5wClxnrJG6bv">After man killed in Brockton, some residents weigh safety concerns: ‘It makes me sad’</span></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-12 desktop-12 tablet-12 grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full o_h"><a class="card color_inherit" href="/2024/11/23/metro/pedestrian-hit-and-run-driver-framingham/" aria-label="Pedestrian struck by hit-and-run driver in Framingham, police say"><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:20px"><span id="headline-f0fhMxIpX7Rm5Qa">Pedestrian struck by hit-and-run driver in Framingham, police say</span></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-12 desktop-12 tablet-12 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/20/metro/mother-and-4-month-old-son-murder-hartford-springfield/" aria-label="Suspect in custody after Springfield woman and 4-month-old son fatally shot in Hartford "><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:20px"><span id="headline-f0f8OG71Wzrm9Xx">Suspect in custody after Springfield woman and 4-month-old son fatally shot in Hartford </span></h2></div></a></div></div></div><div id="c0f3qjhh3Ldj2Kf" class="chain | align_items_start border_left border_1 border_foreground col ws-8 desktop-7 tablet-7 default grid width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block text_align_center padding_bottom margin_top margin_left margin_right margin_bottom width_full i_o_h_d"><a class="card color_inherit" href="/2024/11/24/sports/island-cup-nantucket-marthas-vineyard-high-school-football-fenway-park/" aria-label="The Island Cup goes off-island: Storied rivalry between Nantucket and Martha’s Vineyard adds new chapter"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fYR8WaHOBP2ES"><img id="img-f0fYR8WaHOBP2ES-image" alt="For Martha's Vineyard, a 6-4 season can have a fantastic finish with a victory in the 2024 Island Cup, which will be played at Fenway Park on Tuesday." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=720&height=479&focal=1500,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=1440&height=959&focal=1500,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=1280&height=853&focal=1500,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=1024&height=682&focal=1500,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=820&height=546&focal=1500,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=600&height=399&focal=1500,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=420&height=279&focal=1500,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=240&height=159&focal=1500,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=1440&height=959&focal=1500,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=1440&height=959&focal=1500,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=1280&height=853&focal=1500,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=1024&height=682&focal=1500,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=820&height=546&focal=1500,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=600&height=399&focal=1500,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=420&height=279&focal=1500,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=240&height=159&focal=1500,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="overline-f0fYR8WaHOBP2ES" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">high school football</span><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:32px"><span id="headline-f0fYR8WaHOBP2ES">The Island Cup goes off-island: Storied rivalry between Nantucket and Martha’s Vineyard adds new chapter</span></h2><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fYR8WaHOBP2ES" class="display_block">The schools will face off for the 75th time Tuesday at Fenway Park in a game that matters deeply to the dedicated islanders on both sides.<!-- --> </span></div></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-12 desktop-12 tablet-12 grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block img_r padding_bottom margin_top margin_left margin_right margin_bottom width_full i_o_h_d-hw"><a class="card color_inherit" href="/2024/11/23/metro/wwii-soldiers-remains-return-80-years-after-to-rhode-island/" aria-label="A WWII soldier finally comes home to R.I. thanks to a bracelet, a class ring, and DNA testing "><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:24px"><span id="overline-f0fAOHraOCl92iR" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">RHODE ISLAND</span><div id="" class="image | relative margin_left_16 margin_bottom_10 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fAOHraOCl92iR"><img id="img-f0fAOHraOCl92iR-image" alt="Army Sergeant Hagop Jack Zarifian was killed in action in Germany during World War II in April 1945. After his remains were found there last year, Zarifian will finally be laid to rest in the United States in Providence, R.I., on Saturday." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=1440&height=959&focal=203,188" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=1440&height=959&focal=203,188 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=1280&height=853&focal=203,188 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=1024&height=682&focal=203,188 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=820&height=546&focal=203,188 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=600&height=399&focal=203,188 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=420&height=279&focal=203,188 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=240&height=159&focal=203,188 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=1440&height=959&focal=203,188" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=1440&height=959&focal=203,188 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=1280&height=853&focal=203,188 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=1024&height=682&focal=203,188 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=820&height=546&focal=203,188 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=600&height=399&focal=203,188 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=420&height=279&focal=203,188 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=240&height=159&focal=203,188 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="headline-f0fAOHraOCl92iR">A WWII soldier finally comes home to R.I. thanks to a bracelet, a class ring, and DNA testing </span><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fAOHraOCl92iR" class="display_block">US Army Sgt. Hagop Jack Zarifian will be laid to rest in Providence on Saturday, nearly 80 years after he was killed in action in Germany.<!-- --> </span></div></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block img_r padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h_d-h-sm"><a class="card color_inherit" href="/2024/11/23/metro/portland-maine-homeless-crackdown/" aria-label="‘You can’t wait for perfect’: Portland mixes care, crackdown in homeless crisis"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fVRBhCUJMz2bU"><img id="img-f0fVRBhCUJMz2bU-image" alt="Michael Smith rested in his bed at the homeless services center in Portland. Smith, an Army veteran, has PTSD." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KBHVDJLXTBA4B6HIPLCMUKW6CU.jpg?auth=8b8333cf323ea7def55b42f4990c1ebb442169376dadca449d42cbb688bd8276&width=360&height=239&focal=1074,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KBHVDJLXTBA4B6HIPLCMUKW6CU.jpg?auth=8b8333cf323ea7def55b42f4990c1ebb442169376dadca449d42cbb688bd8276&width=1440&height=959&focal=1074,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KBHVDJLXTBA4B6HIPLCMUKW6CU.jpg?auth=8b8333cf323ea7def55b42f4990c1ebb442169376dadca449d42cbb688bd8276&width=1280&height=853&focal=1074,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KBHVDJLXTBA4B6HIPLCMUKW6CU.jpg?auth=8b8333cf323ea7def55b42f4990c1ebb442169376dadca449d42cbb688bd8276&width=1024&height=682&focal=1074,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KBHVDJLXTBA4B6HIPLCMUKW6CU.jpg?auth=8b8333cf323ea7def55b42f4990c1ebb442169376dadca449d42cbb688bd8276&width=820&height=546&focal=1074,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KBHVDJLXTBA4B6HIPLCMUKW6CU.jpg?auth=8b8333cf323ea7def55b42f4990c1ebb442169376dadca449d42cbb688bd8276&width=600&height=399&focal=1074,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KBHVDJLXTBA4B6HIPLCMUKW6CU.jpg?auth=8b8333cf323ea7def55b42f4990c1ebb442169376dadca449d42cbb688bd8276&width=420&height=279&focal=1074,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KBHVDJLXTBA4B6HIPLCMUKW6CU.jpg?auth=8b8333cf323ea7def55b42f4990c1ebb442169376dadca449d42cbb688bd8276&width=240&height=159&focal=1074,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KBHVDJLXTBA4B6HIPLCMUKW6CU.jpg?auth=8b8333cf323ea7def55b42f4990c1ebb442169376dadca449d42cbb688bd8276&width=1440&height=959&focal=1074,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KBHVDJLXTBA4B6HIPLCMUKW6CU.jpg?auth=8b8333cf323ea7def55b42f4990c1ebb442169376dadca449d42cbb688bd8276&width=1440&height=959&focal=1074,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KBHVDJLXTBA4B6HIPLCMUKW6CU.jpg?auth=8b8333cf323ea7def55b42f4990c1ebb442169376dadca449d42cbb688bd8276&width=1280&height=853&focal=1074,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KBHVDJLXTBA4B6HIPLCMUKW6CU.jpg?auth=8b8333cf323ea7def55b42f4990c1ebb442169376dadca449d42cbb688bd8276&width=1024&height=682&focal=1074,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KBHVDJLXTBA4B6HIPLCMUKW6CU.jpg?auth=8b8333cf323ea7def55b42f4990c1ebb442169376dadca449d42cbb688bd8276&width=820&height=546&focal=1074,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KBHVDJLXTBA4B6HIPLCMUKW6CU.jpg?auth=8b8333cf323ea7def55b42f4990c1ebb442169376dadca449d42cbb688bd8276&width=600&height=399&focal=1074,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KBHVDJLXTBA4B6HIPLCMUKW6CU.jpg?auth=8b8333cf323ea7def55b42f4990c1ebb442169376dadca449d42cbb688bd8276&width=420&height=279&focal=1074,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KBHVDJLXTBA4B6HIPLCMUKW6CU.jpg?auth=8b8333cf323ea7def55b42f4990c1ebb442169376dadca449d42cbb688bd8276&width=240&height=159&focal=1074,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:20px"><span id="headline-f0fVRBhCUJMz2bU">‘You can’t wait for perfect’: Portland mixes care, crackdown in homeless crisis</span></h2><div class="deck | border_box inline_block font_primary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fVRBhCUJMz2bU" class="display_block">Although the camps are gone, hard questions remain about the limits of compassion, patience, and responsibility in this gentrifying port city.<!-- --> </span></div></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block img_r padding_bottom margin_top margin_left margin_right margin_bottom width_full i_o_h_d-h-sm"><a class="card color_inherit" href="/2024/11/22/metro/maura-healey-emergency-shelter-migrant-families-six-month-limit/" aria-label="Facing a cost of more than $1 billion, Healey proposes dramatic changes to emergency shelter system"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fslK9vj5Hh6GG"><img id="img-f0fslK9vj5Hh6GG-image" alt="Governor Maura Healey speaks to reporters earlier this month at the State House." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UCPFULC7ZSJQP26Q4LNRMCUL2A.jpg?auth=49312e5e3b26b03e3016f90cfe8cff7cb46d7de57230e68566d3735ac5f8cd09&width=360&height=239&focal=4096,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UCPFULC7ZSJQP26Q4LNRMCUL2A.jpg?auth=49312e5e3b26b03e3016f90cfe8cff7cb46d7de57230e68566d3735ac5f8cd09&width=1440&height=959&focal=4096,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UCPFULC7ZSJQP26Q4LNRMCUL2A.jpg?auth=49312e5e3b26b03e3016f90cfe8cff7cb46d7de57230e68566d3735ac5f8cd09&width=1280&height=853&focal=4096,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UCPFULC7ZSJQP26Q4LNRMCUL2A.jpg?auth=49312e5e3b26b03e3016f90cfe8cff7cb46d7de57230e68566d3735ac5f8cd09&width=1024&height=682&focal=4096,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UCPFULC7ZSJQP26Q4LNRMCUL2A.jpg?auth=49312e5e3b26b03e3016f90cfe8cff7cb46d7de57230e68566d3735ac5f8cd09&width=820&height=546&focal=4096,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UCPFULC7ZSJQP26Q4LNRMCUL2A.jpg?auth=49312e5e3b26b03e3016f90cfe8cff7cb46d7de57230e68566d3735ac5f8cd09&width=600&height=399&focal=4096,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UCPFULC7ZSJQP26Q4LNRMCUL2A.jpg?auth=49312e5e3b26b03e3016f90cfe8cff7cb46d7de57230e68566d3735ac5f8cd09&width=420&height=279&focal=4096,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UCPFULC7ZSJQP26Q4LNRMCUL2A.jpg?auth=49312e5e3b26b03e3016f90cfe8cff7cb46d7de57230e68566d3735ac5f8cd09&width=240&height=159&focal=4096,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UCPFULC7ZSJQP26Q4LNRMCUL2A.jpg?auth=49312e5e3b26b03e3016f90cfe8cff7cb46d7de57230e68566d3735ac5f8cd09&width=1440&height=959&focal=4096,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UCPFULC7ZSJQP26Q4LNRMCUL2A.jpg?auth=49312e5e3b26b03e3016f90cfe8cff7cb46d7de57230e68566d3735ac5f8cd09&width=1440&height=959&focal=4096,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UCPFULC7ZSJQP26Q4LNRMCUL2A.jpg?auth=49312e5e3b26b03e3016f90cfe8cff7cb46d7de57230e68566d3735ac5f8cd09&width=1280&height=853&focal=4096,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UCPFULC7ZSJQP26Q4LNRMCUL2A.jpg?auth=49312e5e3b26b03e3016f90cfe8cff7cb46d7de57230e68566d3735ac5f8cd09&width=1024&height=682&focal=4096,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UCPFULC7ZSJQP26Q4LNRMCUL2A.jpg?auth=49312e5e3b26b03e3016f90cfe8cff7cb46d7de57230e68566d3735ac5f8cd09&width=820&height=546&focal=4096,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UCPFULC7ZSJQP26Q4LNRMCUL2A.jpg?auth=49312e5e3b26b03e3016f90cfe8cff7cb46d7de57230e68566d3735ac5f8cd09&width=600&height=399&focal=4096,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UCPFULC7ZSJQP26Q4LNRMCUL2A.jpg?auth=49312e5e3b26b03e3016f90cfe8cff7cb46d7de57230e68566d3735ac5f8cd09&width=420&height=279&focal=4096,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UCPFULC7ZSJQP26Q4LNRMCUL2A.jpg?auth=49312e5e3b26b03e3016f90cfe8cff7cb46d7de57230e68566d3735ac5f8cd09&width=240&height=159&focal=4096,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:20px"><span id="headline-f0fslK9vj5Hh6GG">Facing a cost of more than $1 billion, Healey proposes dramatic changes to emergency shelter system</span></h2><div class="deck | border_box inline_block font_primary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fslK9vj5Hh6GG" class="display_block">The Legislature passed a law in the spring setting a nine-month limit. But state officials say they want to lower the cap to six months.<!-- --> </span></div></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-12 desktop-12 tablet-12 grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block img_r padding_bottom margin_top margin_left margin_right margin_bottom width_full i_o_h_d-h-sm"><a class="card color_inherit" href="/2024/11/22/metro/alice-brock-arlo-guthrie-song/" aria-label="Alice Brock, whose restaurant inspired Arlo Guthrie’s classic song, dies at 83"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fm1FMAh6Jo5BD"><img id="img-f0fm1FMAh6Jo5BD-image" alt="Ms. Brock, in 2008 in Provincetown. She told the Globe that year, “Every morning I’m so grateful to wake up to another beautiful day in paradise."" class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5D5LVBW54NHHFIO3K4WTTPX5SE.jpg?auth=bb5282de04ef285cd5bf77355d16f389676b53e59a3495f4c710c206b9f2eeaa&width=1440&height=959&focal=1728,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5D5LVBW54NHHFIO3K4WTTPX5SE.jpg?auth=bb5282de04ef285cd5bf77355d16f389676b53e59a3495f4c710c206b9f2eeaa&width=1440&height=959&focal=1728,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5D5LVBW54NHHFIO3K4WTTPX5SE.jpg?auth=bb5282de04ef285cd5bf77355d16f389676b53e59a3495f4c710c206b9f2eeaa&width=1280&height=853&focal=1728,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5D5LVBW54NHHFIO3K4WTTPX5SE.jpg?auth=bb5282de04ef285cd5bf77355d16f389676b53e59a3495f4c710c206b9f2eeaa&width=1024&height=682&focal=1728,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5D5LVBW54NHHFIO3K4WTTPX5SE.jpg?auth=bb5282de04ef285cd5bf77355d16f389676b53e59a3495f4c710c206b9f2eeaa&width=820&height=546&focal=1728,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5D5LVBW54NHHFIO3K4WTTPX5SE.jpg?auth=bb5282de04ef285cd5bf77355d16f389676b53e59a3495f4c710c206b9f2eeaa&width=600&height=399&focal=1728,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5D5LVBW54NHHFIO3K4WTTPX5SE.jpg?auth=bb5282de04ef285cd5bf77355d16f389676b53e59a3495f4c710c206b9f2eeaa&width=420&height=279&focal=1728,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5D5LVBW54NHHFIO3K4WTTPX5SE.jpg?auth=bb5282de04ef285cd5bf77355d16f389676b53e59a3495f4c710c206b9f2eeaa&width=240&height=159&focal=1728,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5D5LVBW54NHHFIO3K4WTTPX5SE.jpg?auth=bb5282de04ef285cd5bf77355d16f389676b53e59a3495f4c710c206b9f2eeaa&width=1440&height=959&focal=1728,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5D5LVBW54NHHFIO3K4WTTPX5SE.jpg?auth=bb5282de04ef285cd5bf77355d16f389676b53e59a3495f4c710c206b9f2eeaa&width=1440&height=959&focal=1728,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5D5LVBW54NHHFIO3K4WTTPX5SE.jpg?auth=bb5282de04ef285cd5bf77355d16f389676b53e59a3495f4c710c206b9f2eeaa&width=1280&height=853&focal=1728,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5D5LVBW54NHHFIO3K4WTTPX5SE.jpg?auth=bb5282de04ef285cd5bf77355d16f389676b53e59a3495f4c710c206b9f2eeaa&width=1024&height=682&focal=1728,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5D5LVBW54NHHFIO3K4WTTPX5SE.jpg?auth=bb5282de04ef285cd5bf77355d16f389676b53e59a3495f4c710c206b9f2eeaa&width=820&height=546&focal=1728,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5D5LVBW54NHHFIO3K4WTTPX5SE.jpg?auth=bb5282de04ef285cd5bf77355d16f389676b53e59a3495f4c710c206b9f2eeaa&width=600&height=399&focal=1728,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5D5LVBW54NHHFIO3K4WTTPX5SE.jpg?auth=bb5282de04ef285cd5bf77355d16f389676b53e59a3495f4c710c206b9f2eeaa&width=420&height=279&focal=1728,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5D5LVBW54NHHFIO3K4WTTPX5SE.jpg?auth=bb5282de04ef285cd5bf77355d16f389676b53e59a3495f4c710c206b9f2eeaa&width=240&height=159&focal=1728,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:20px"><span id="headline-f0fm1FMAh6Jo5BD">Alice Brock, whose restaurant inspired Arlo Guthrie’s classic song, dies at 83</span></h2><div class="deck | border_box inline_block font_primary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fm1FMAh6Jo5BD" class="display_block">“Alice was a lifelong friend,” said folksinger Arlo Guthrie of Ms. Brock, a former restaurateur who prepared the 1965 Thanksgiving dinner that was the jumping off point for his famous song "Alice's Restaurant."<!-- --> </span></div></div></a><span class="links | bold border_box false inline_block font_primary padding_bottom_half width_full" style="line-height:1.3"><span class="symbol | margin_right float_left background_red" style="width:9.600000000000001px;height:9.600000000000001px;margin-top:4px"></span><a href="/metro/2015/12/02/did-happen-and-the-berkshire-eagle-covered/3i1Bf2HdztFpr4OXBIN9KK/story.html" class="" target="_self" style="color:black;font-size:12px;letter-spacing:.5px">Alice’s Restaurant’ incident did happen, and Berkshire Eagle covered it</a></span></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block img_r padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h_d-h-sm"><a class="card color_inherit" href="/2024/11/23/nation/brooke-rollins-agriculture-chief/" aria-label="Trump taps Brooke Rollins as agriculture chief, completing proposed slate of Cabinet secretaries"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fENT8cyPtq5YS"><img id="img-f0fENT8cyPtq5YS-image" alt="Brooke Rollins speaks before Republican presidential nominee former President Donald Trump speaks at a campaign rally at Madison Square Garden, Sunday, Oct. 27, 2024, in New York." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LDNZ3NOGTWEIUAPRBQ65NFPFLA.jpg?auth=fbe57525f8b6eb007556ff01af4e2755f253d117b1f15c29bbe0db4d00061d7d&width=360&height=239&focal=2060,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LDNZ3NOGTWEIUAPRBQ65NFPFLA.jpg?auth=fbe57525f8b6eb007556ff01af4e2755f253d117b1f15c29bbe0db4d00061d7d&width=1440&height=959&focal=2060,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LDNZ3NOGTWEIUAPRBQ65NFPFLA.jpg?auth=fbe57525f8b6eb007556ff01af4e2755f253d117b1f15c29bbe0db4d00061d7d&width=1280&height=853&focal=2060,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LDNZ3NOGTWEIUAPRBQ65NFPFLA.jpg?auth=fbe57525f8b6eb007556ff01af4e2755f253d117b1f15c29bbe0db4d00061d7d&width=1024&height=682&focal=2060,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LDNZ3NOGTWEIUAPRBQ65NFPFLA.jpg?auth=fbe57525f8b6eb007556ff01af4e2755f253d117b1f15c29bbe0db4d00061d7d&width=820&height=546&focal=2060,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LDNZ3NOGTWEIUAPRBQ65NFPFLA.jpg?auth=fbe57525f8b6eb007556ff01af4e2755f253d117b1f15c29bbe0db4d00061d7d&width=600&height=399&focal=2060,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LDNZ3NOGTWEIUAPRBQ65NFPFLA.jpg?auth=fbe57525f8b6eb007556ff01af4e2755f253d117b1f15c29bbe0db4d00061d7d&width=420&height=279&focal=2060,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LDNZ3NOGTWEIUAPRBQ65NFPFLA.jpg?auth=fbe57525f8b6eb007556ff01af4e2755f253d117b1f15c29bbe0db4d00061d7d&width=240&height=159&focal=2060,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LDNZ3NOGTWEIUAPRBQ65NFPFLA.jpg?auth=fbe57525f8b6eb007556ff01af4e2755f253d117b1f15c29bbe0db4d00061d7d&width=1440&height=959&focal=2060,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LDNZ3NOGTWEIUAPRBQ65NFPFLA.jpg?auth=fbe57525f8b6eb007556ff01af4e2755f253d117b1f15c29bbe0db4d00061d7d&width=1440&height=959&focal=2060,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LDNZ3NOGTWEIUAPRBQ65NFPFLA.jpg?auth=fbe57525f8b6eb007556ff01af4e2755f253d117b1f15c29bbe0db4d00061d7d&width=1280&height=853&focal=2060,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LDNZ3NOGTWEIUAPRBQ65NFPFLA.jpg?auth=fbe57525f8b6eb007556ff01af4e2755f253d117b1f15c29bbe0db4d00061d7d&width=1024&height=682&focal=2060,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LDNZ3NOGTWEIUAPRBQ65NFPFLA.jpg?auth=fbe57525f8b6eb007556ff01af4e2755f253d117b1f15c29bbe0db4d00061d7d&width=820&height=546&focal=2060,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LDNZ3NOGTWEIUAPRBQ65NFPFLA.jpg?auth=fbe57525f8b6eb007556ff01af4e2755f253d117b1f15c29bbe0db4d00061d7d&width=600&height=399&focal=2060,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LDNZ3NOGTWEIUAPRBQ65NFPFLA.jpg?auth=fbe57525f8b6eb007556ff01af4e2755f253d117b1f15c29bbe0db4d00061d7d&width=420&height=279&focal=2060,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LDNZ3NOGTWEIUAPRBQ65NFPFLA.jpg?auth=fbe57525f8b6eb007556ff01af4e2755f253d117b1f15c29bbe0db4d00061d7d&width=240&height=159&focal=2060,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:20px"><span id="headline-f0fENT8cyPtq5YS">Trump taps Brooke Rollins as agriculture chief, completing proposed slate of Cabinet secretaries</span></h2><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fENT8cyPtq5YS" class="display_block">President-elect Donald Trump said Saturday that he will nominate former White House aide Brooke Rollins to be his agriculture secretary.<!-- --> </span></div></div></a><span class="links | bold border_box false inline_block font_primary padding_bottom_half width_full" style="line-height:1.3"><span class="symbol | margin_right float_left background_red" style="width:9.600000000000001px;height:9.600000000000001px;margin-top:4px"></span><a href="/2024/11/23/nation/brooke-rollins-agriculture-chief/" class="" target="_self" style="color:black;font-size:12px;letter-spacing:.5px">What to know about Brooke Rollins</a></span></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-4 desktop-4 tablet-4 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/23/metro/in-massachusetts-trump-gained-where-cost-of-living-hit-hard/" aria-label="In Mass. towns where cost of living outpaced income, Trump saw more gains, data show"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:18px"><span id="headline-f0fMaqgxiqQl5dW">In Mass. towns where cost of living outpaced income, Trump saw more gains, data show</span></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-4 desktop-4 tablet-4 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/23/nation/look-how-some-trumps-picks-lead-health-agencies-could-help-carry-out-kennedys-overhaul/" aria-label="A look at how some of Trump’s picks to lead health agencies could help carry out Kennedy’s overhaul"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:18px"><span id="headline-f0faSL1dioo24yQ">A look at how some of Trump’s picks to lead health agencies could help carry out Kennedy’s overhaul</span></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-4 desktop-4 tablet-4 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/22/nation/gaetz-says-he-wont-rejoin-congress/" aria-label="Matt Gaetz says he won’t return to Congress after withdrawing his bid for attorney general"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:18px"><span id="headline-f0fk5ykT5UZg4LI">Matt Gaetz says he won’t return to Congress after withdrawing his bid for attorney general</span></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-12 desktop-12 tablet-12 grid padding_horizontal width_full"><div class="card | border_top border_1 inline_block img_r padding_top margin_top margin_left margin_right margin_bottom width_full i_o_h_d-h-sm"><a class="card color_inherit" href="/2024/11/23/metro/hyannis-advocates-want-honor-civil-rights-leader-with-mural-town-official-suggested-painting-kennedys-there-instead/" aria-label="Hyannis advocates want to honor civil rights leader with mural. Town official suggested painting Kennedys there instead."><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fh5AfdnzOT6Xq"><img id="img-f0fh5AfdnzOT6Xq-image" alt="Eugenia Fortes stood on the public beach dedicated to her, the Eugenia Fortes Beach in Hyannis Port in 2004. She is honored for her "ability and courage to speak where others dared not, preserved rights of access for all," says the plaque on the other side of the rock she's leaning against." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3W565WGXOZB7NJHGXZ7TAISGN4.jpg?auth=8f3b5107cca57772991de84effc544d6a4b463ff05f87f7a7ed041b0c497ae3f&width=1440&height=959&focal=1752,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3W565WGXOZB7NJHGXZ7TAISGN4.jpg?auth=8f3b5107cca57772991de84effc544d6a4b463ff05f87f7a7ed041b0c497ae3f&width=1440&height=959&focal=1752,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3W565WGXOZB7NJHGXZ7TAISGN4.jpg?auth=8f3b5107cca57772991de84effc544d6a4b463ff05f87f7a7ed041b0c497ae3f&width=1280&height=853&focal=1752,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3W565WGXOZB7NJHGXZ7TAISGN4.jpg?auth=8f3b5107cca57772991de84effc544d6a4b463ff05f87f7a7ed041b0c497ae3f&width=1024&height=682&focal=1752,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3W565WGXOZB7NJHGXZ7TAISGN4.jpg?auth=8f3b5107cca57772991de84effc544d6a4b463ff05f87f7a7ed041b0c497ae3f&width=820&height=546&focal=1752,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3W565WGXOZB7NJHGXZ7TAISGN4.jpg?auth=8f3b5107cca57772991de84effc544d6a4b463ff05f87f7a7ed041b0c497ae3f&width=600&height=399&focal=1752,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3W565WGXOZB7NJHGXZ7TAISGN4.jpg?auth=8f3b5107cca57772991de84effc544d6a4b463ff05f87f7a7ed041b0c497ae3f&width=420&height=279&focal=1752,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3W565WGXOZB7NJHGXZ7TAISGN4.jpg?auth=8f3b5107cca57772991de84effc544d6a4b463ff05f87f7a7ed041b0c497ae3f&width=240&height=159&focal=1752,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3W565WGXOZB7NJHGXZ7TAISGN4.jpg?auth=8f3b5107cca57772991de84effc544d6a4b463ff05f87f7a7ed041b0c497ae3f&width=1440&height=959&focal=1752,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3W565WGXOZB7NJHGXZ7TAISGN4.jpg?auth=8f3b5107cca57772991de84effc544d6a4b463ff05f87f7a7ed041b0c497ae3f&width=1440&height=959&focal=1752,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3W565WGXOZB7NJHGXZ7TAISGN4.jpg?auth=8f3b5107cca57772991de84effc544d6a4b463ff05f87f7a7ed041b0c497ae3f&width=1280&height=853&focal=1752,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3W565WGXOZB7NJHGXZ7TAISGN4.jpg?auth=8f3b5107cca57772991de84effc544d6a4b463ff05f87f7a7ed041b0c497ae3f&width=1024&height=682&focal=1752,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3W565WGXOZB7NJHGXZ7TAISGN4.jpg?auth=8f3b5107cca57772991de84effc544d6a4b463ff05f87f7a7ed041b0c497ae3f&width=820&height=546&focal=1752,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3W565WGXOZB7NJHGXZ7TAISGN4.jpg?auth=8f3b5107cca57772991de84effc544d6a4b463ff05f87f7a7ed041b0c497ae3f&width=600&height=399&focal=1752,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3W565WGXOZB7NJHGXZ7TAISGN4.jpg?auth=8f3b5107cca57772991de84effc544d6a4b463ff05f87f7a7ed041b0c497ae3f&width=420&height=279&focal=1752,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3W565WGXOZB7NJHGXZ7TAISGN4.jpg?auth=8f3b5107cca57772991de84effc544d6a4b463ff05f87f7a7ed041b0c497ae3f&width=240&height=159&focal=1752,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:20px"><span id="headline-f0fh5AfdnzOT6Xq">Hyannis advocates want to honor civil rights leader with mural. Town official suggested painting Kennedys there instead.</span></h2><div class="deck | border_box inline_block font_primary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fh5AfdnzOT6Xq" class="display_block">Eugenia Fortes, known as the "Rosa Parks of Cape Cod," helped establish the local branch of the NAACP.<!-- --> </span></div></div></a></div></div></div><div id="c0fLN5UGP4kz1fT" class="chain | align_items_start col ws-12 default grid width_full"><span class="spacer | border_top border_1 display_block width_full" style="margin-bottom:16px;margin-top:16px"></span><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-4 desktop-4 tablet-4 grid padding_horizontal width_full"><div class="card | inline_block padding_null margin_top margin_left margin_right margin_bottom width_full i_o_h_d"><a class="card color_inherit" href="/2024/11/23/sports/sunday-football-notes-patriots-nfl-play-action-passes/" aria-label="Why the Patriots, and all NFL teams, need to call more play-action passes"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fMMPIKiyNq5mN"><img id="img-f0fMMPIKiyNq5mN-image" alt="Patriots quarterback Drake Maye has four touchdowns and two interceptions on play-action passes, with better stats across the board than without play-action." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E56BTLOKF3L4Q5LBH7UVU43MYY.JPG?auth=e0ebf5fb7765aeb754e28173ace9f20205068df0684921aa817a53fcaa245a57&width=480&height=319&focal=2641,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E56BTLOKF3L4Q5LBH7UVU43MYY.JPG?auth=e0ebf5fb7765aeb754e28173ace9f20205068df0684921aa817a53fcaa245a57&width=1440&height=959&focal=2641,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E56BTLOKF3L4Q5LBH7UVU43MYY.JPG?auth=e0ebf5fb7765aeb754e28173ace9f20205068df0684921aa817a53fcaa245a57&width=1280&height=853&focal=2641,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E56BTLOKF3L4Q5LBH7UVU43MYY.JPG?auth=e0ebf5fb7765aeb754e28173ace9f20205068df0684921aa817a53fcaa245a57&width=1024&height=682&focal=2641,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E56BTLOKF3L4Q5LBH7UVU43MYY.JPG?auth=e0ebf5fb7765aeb754e28173ace9f20205068df0684921aa817a53fcaa245a57&width=820&height=546&focal=2641,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E56BTLOKF3L4Q5LBH7UVU43MYY.JPG?auth=e0ebf5fb7765aeb754e28173ace9f20205068df0684921aa817a53fcaa245a57&width=600&height=399&focal=2641,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E56BTLOKF3L4Q5LBH7UVU43MYY.JPG?auth=e0ebf5fb7765aeb754e28173ace9f20205068df0684921aa817a53fcaa245a57&width=420&height=279&focal=2641,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E56BTLOKF3L4Q5LBH7UVU43MYY.JPG?auth=e0ebf5fb7765aeb754e28173ace9f20205068df0684921aa817a53fcaa245a57&width=240&height=159&focal=2641,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E56BTLOKF3L4Q5LBH7UVU43MYY.JPG?auth=e0ebf5fb7765aeb754e28173ace9f20205068df0684921aa817a53fcaa245a57&width=1440&height=959&focal=2641,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E56BTLOKF3L4Q5LBH7UVU43MYY.JPG?auth=e0ebf5fb7765aeb754e28173ace9f20205068df0684921aa817a53fcaa245a57&width=1440&height=959&focal=2641,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E56BTLOKF3L4Q5LBH7UVU43MYY.JPG?auth=e0ebf5fb7765aeb754e28173ace9f20205068df0684921aa817a53fcaa245a57&width=1280&height=853&focal=2641,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E56BTLOKF3L4Q5LBH7UVU43MYY.JPG?auth=e0ebf5fb7765aeb754e28173ace9f20205068df0684921aa817a53fcaa245a57&width=1024&height=682&focal=2641,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E56BTLOKF3L4Q5LBH7UVU43MYY.JPG?auth=e0ebf5fb7765aeb754e28173ace9f20205068df0684921aa817a53fcaa245a57&width=820&height=546&focal=2641,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E56BTLOKF3L4Q5LBH7UVU43MYY.JPG?auth=e0ebf5fb7765aeb754e28173ace9f20205068df0684921aa817a53fcaa245a57&width=600&height=399&focal=2641,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E56BTLOKF3L4Q5LBH7UVU43MYY.JPG?auth=e0ebf5fb7765aeb754e28173ace9f20205068df0684921aa817a53fcaa245a57&width=420&height=279&focal=2641,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E56BTLOKF3L4Q5LBH7UVU43MYY.JPG?auth=e0ebf5fb7765aeb754e28173ace9f20205068df0684921aa817a53fcaa245a57&width=240&height=159&focal=2641,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="overline-f0fMMPIKiyNq5mN" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">Ben Volin | Sunday football notes</span><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:24px"><span id="headline-f0fMMPIKiyNq5mN">Why the Patriots, and all NFL teams, need to call more play-action passes</span></h2><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fMMPIKiyNq5mN" class="display_block">Entering Week 12, the Patriots rank 30th in frequency of play-action passes, while Drake Maye ranks 33rd of 36 quarterbacks (17.7 percent) and Jacoby Brissett ranks 36th (13.4 percent).<!-- --> </span></div></div></a><span class="links | bold border_box false inline_block font_primary padding_bottom_half width_full" style="line-height:1.3"><span class="symbol | margin_right float_left background_red" style="width:9.600000000000001px;height:9.600000000000001px;margin-top:4px"></span><a href="/2024/11/22/sports/nfl-patriots-dolphins-preview/" class="" target="_self" style="color:black;font-size:12px;letter-spacing:.5px">Facing the Dolphins, the Patriots have a chance to show how much they’ve improved</a></span></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-4 desktop-4 tablet-4 grid padding_horizontal width_full"><div class="card | inline_block padding_null margin_top margin_left margin_right margin_bottom width_full i_h_d"><a class="card color_inherit" href="/2024/11/23/sports/bruins-red-wings-game-score-brad-marchand/" aria-label="The captain comes through, as Brad Marchand’s third-period goal lifts Bruins over Red Wings "><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fVgWdClbtl4AN"><img id="img-f0fVgWdClbtl4AN-image" alt="Boston captain Brad Marchand (second from left) celebrates with teammates Nikita Zadorov (91) and David Pastrnak after scoring the go-ahead goal 8:30 into the third period in Saturday's 2-1 win in Detroit. " class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/FDOOV7ABX37B3XGSVL4A74SE6E.jpg?auth=15ef0c5b65eadde98a9528512782ae55b8f77364aef5f7fded7677df25de7b21&width=480&height=319&focal=1278,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/FDOOV7ABX37B3XGSVL4A74SE6E.jpg?auth=15ef0c5b65eadde98a9528512782ae55b8f77364aef5f7fded7677df25de7b21&width=1440&height=959&focal=1278,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/FDOOV7ABX37B3XGSVL4A74SE6E.jpg?auth=15ef0c5b65eadde98a9528512782ae55b8f77364aef5f7fded7677df25de7b21&width=1280&height=853&focal=1278,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/FDOOV7ABX37B3XGSVL4A74SE6E.jpg?auth=15ef0c5b65eadde98a9528512782ae55b8f77364aef5f7fded7677df25de7b21&width=1024&height=682&focal=1278,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/FDOOV7ABX37B3XGSVL4A74SE6E.jpg?auth=15ef0c5b65eadde98a9528512782ae55b8f77364aef5f7fded7677df25de7b21&width=820&height=546&focal=1278,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/FDOOV7ABX37B3XGSVL4A74SE6E.jpg?auth=15ef0c5b65eadde98a9528512782ae55b8f77364aef5f7fded7677df25de7b21&width=600&height=399&focal=1278,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/FDOOV7ABX37B3XGSVL4A74SE6E.jpg?auth=15ef0c5b65eadde98a9528512782ae55b8f77364aef5f7fded7677df25de7b21&width=420&height=279&focal=1278,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/FDOOV7ABX37B3XGSVL4A74SE6E.jpg?auth=15ef0c5b65eadde98a9528512782ae55b8f77364aef5f7fded7677df25de7b21&width=240&height=159&focal=1278,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/FDOOV7ABX37B3XGSVL4A74SE6E.jpg?auth=15ef0c5b65eadde98a9528512782ae55b8f77364aef5f7fded7677df25de7b21&width=1440&height=959&focal=1278,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/FDOOV7ABX37B3XGSVL4A74SE6E.jpg?auth=15ef0c5b65eadde98a9528512782ae55b8f77364aef5f7fded7677df25de7b21&width=1440&height=959&focal=1278,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/FDOOV7ABX37B3XGSVL4A74SE6E.jpg?auth=15ef0c5b65eadde98a9528512782ae55b8f77364aef5f7fded7677df25de7b21&width=1280&height=853&focal=1278,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/FDOOV7ABX37B3XGSVL4A74SE6E.jpg?auth=15ef0c5b65eadde98a9528512782ae55b8f77364aef5f7fded7677df25de7b21&width=1024&height=682&focal=1278,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/FDOOV7ABX37B3XGSVL4A74SE6E.jpg?auth=15ef0c5b65eadde98a9528512782ae55b8f77364aef5f7fded7677df25de7b21&width=820&height=546&focal=1278,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/FDOOV7ABX37B3XGSVL4A74SE6E.jpg?auth=15ef0c5b65eadde98a9528512782ae55b8f77364aef5f7fded7677df25de7b21&width=600&height=399&focal=1278,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/FDOOV7ABX37B3XGSVL4A74SE6E.jpg?auth=15ef0c5b65eadde98a9528512782ae55b8f77364aef5f7fded7677df25de7b21&width=420&height=279&focal=1278,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/FDOOV7ABX37B3XGSVL4A74SE6E.jpg?auth=15ef0c5b65eadde98a9528512782ae55b8f77364aef5f7fded7677df25de7b21&width=240&height=159&focal=1278,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:24px"><span id="headline-f0fVgWdClbtl4AN">The captain comes through, as Brad Marchand’s third-period goal lifts Bruins over Red Wings </span></h2><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fVgWdClbtl4AN" class="display_block">Jeremy Swayman made 18 saves in his return to the net, handing interim coach Joe Sacco his second win in as many games. <!-- --> </span></div></div></a><span class="links | bold border_box false inline_block font_primary padding_bottom_half width_full" style="line-height:1.3"><span class="symbol | margin_right float_left background_red" style="width:9.600000000000001px;height:9.600000000000001px;margin-top:4px"></span><a href="/2024/11/23/sports/bruins-jeremy-swayman-joe-sacco-red-wings/" class="" target="_self" style="color:black;font-size:12px;letter-spacing:.5px">Jeremy Swayman rewards Joe Sacco, makes 19 saves to earn win in Detroit</a></span></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-4 desktop-4 tablet-4 grid padding_horizontal width_full"><div class="card | inline_block padding_null margin_top margin_left margin_right margin_bottom width_full i_o_h_d"><a class="card color_inherit" href="/2024/11/23/metro/trump-sexual-assault-allegations-women-2024-election-cabinet/" aria-label="Trump is back after winning more women’s votes. Some fear it’s a sign the country has moved backward on #MeToo and more."><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0ffck0tMz4X3KU"><img id="img-f0ffck0tMz4X3KU-image" alt="Women reacted as they listened to a speaker during a rally at the Women's March on Washington, D.C., on Jan 21, 2017." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HETKYTH6III6PKHMI7QRHXBVUU.jpg?auth=65e2c960c2cf5edd1c366540fc229fadb93502e13174ea30978951a2af394b0b&width=480&height=319&focal=1600,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HETKYTH6III6PKHMI7QRHXBVUU.jpg?auth=65e2c960c2cf5edd1c366540fc229fadb93502e13174ea30978951a2af394b0b&width=1440&height=959&focal=1600,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HETKYTH6III6PKHMI7QRHXBVUU.jpg?auth=65e2c960c2cf5edd1c366540fc229fadb93502e13174ea30978951a2af394b0b&width=1280&height=853&focal=1600,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HETKYTH6III6PKHMI7QRHXBVUU.jpg?auth=65e2c960c2cf5edd1c366540fc229fadb93502e13174ea30978951a2af394b0b&width=1024&height=682&focal=1600,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HETKYTH6III6PKHMI7QRHXBVUU.jpg?auth=65e2c960c2cf5edd1c366540fc229fadb93502e13174ea30978951a2af394b0b&width=820&height=546&focal=1600,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HETKYTH6III6PKHMI7QRHXBVUU.jpg?auth=65e2c960c2cf5edd1c366540fc229fadb93502e13174ea30978951a2af394b0b&width=600&height=399&focal=1600,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HETKYTH6III6PKHMI7QRHXBVUU.jpg?auth=65e2c960c2cf5edd1c366540fc229fadb93502e13174ea30978951a2af394b0b&width=420&height=279&focal=1600,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HETKYTH6III6PKHMI7QRHXBVUU.jpg?auth=65e2c960c2cf5edd1c366540fc229fadb93502e13174ea30978951a2af394b0b&width=240&height=159&focal=1600,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HETKYTH6III6PKHMI7QRHXBVUU.jpg?auth=65e2c960c2cf5edd1c366540fc229fadb93502e13174ea30978951a2af394b0b&width=1440&height=959&focal=1600,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HETKYTH6III6PKHMI7QRHXBVUU.jpg?auth=65e2c960c2cf5edd1c366540fc229fadb93502e13174ea30978951a2af394b0b&width=1440&height=959&focal=1600,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HETKYTH6III6PKHMI7QRHXBVUU.jpg?auth=65e2c960c2cf5edd1c366540fc229fadb93502e13174ea30978951a2af394b0b&width=1280&height=853&focal=1600,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HETKYTH6III6PKHMI7QRHXBVUU.jpg?auth=65e2c960c2cf5edd1c366540fc229fadb93502e13174ea30978951a2af394b0b&width=1024&height=682&focal=1600,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HETKYTH6III6PKHMI7QRHXBVUU.jpg?auth=65e2c960c2cf5edd1c366540fc229fadb93502e13174ea30978951a2af394b0b&width=820&height=546&focal=1600,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HETKYTH6III6PKHMI7QRHXBVUU.jpg?auth=65e2c960c2cf5edd1c366540fc229fadb93502e13174ea30978951a2af394b0b&width=600&height=399&focal=1600,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HETKYTH6III6PKHMI7QRHXBVUU.jpg?auth=65e2c960c2cf5edd1c366540fc229fadb93502e13174ea30978951a2af394b0b&width=420&height=279&focal=1600,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HETKYTH6III6PKHMI7QRHXBVUU.jpg?auth=65e2c960c2cf5edd1c366540fc229fadb93502e13174ea30978951a2af394b0b&width=240&height=159&focal=1600,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:24px"><span id="headline-f0ffck0tMz4X3KU">Trump is back after winning more women’s votes. Some fear it’s a sign the country has moved backward on #MeToo and more.</span></h2><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0ffck0tMz4X3KU" class="display_block">Donald Trump received more support from women than ever before, despite allegations of sexual misconduct and a jury verdict that found him liable for sexual abuse. Many women are demoralized.<!-- --> </span></div></div></a></div></div></div></section><section id="hp-top-rail" class="hp | top-rail col grid inline_block mobile_12 desktop-4 ws-3"><div id="c0flFYKKc2OG3x" class="chain | align_items_start col ws-12 desktop-12 tablet-12 default grid width_full"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 align_items_center flex " style="line-height:1.55"><a href="/opinion/" class="title | background_main bold color_main font_primary uppercase font_size_14 padding_right ">Opinion</a><div class="bar | border_foreground border_top border_half flex_2 height_1"></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_null margin_top margin_left margin_right margin_bottom width_full i_o_h_d"><a class="card color_inherit" href="/2024/11/24/opinion/opinion-renee-graham-trump-cabinet/" aria-label="Disqualifying, extreme, and incompetent — Trump’s DEI Cabinet picks"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fmCWOQDSi03AI-4-0-1"><img id="img-f0fmCWOQDSi03AI-4-0-1-image" alt="Pete Hegseth, the nominee for defense secretary, at a Fox News event in Nashville in 2021." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3Q26PZACSIUF6DAHSZ7B6JERNY.jpg?auth=66e1d6d4b5928d2ca658d64ec316b6f124ddf956db29a236bfe7b13c6ca90d21&width=720&height=479&focal=1100,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3Q26PZACSIUF6DAHSZ7B6JERNY.jpg?auth=66e1d6d4b5928d2ca658d64ec316b6f124ddf956db29a236bfe7b13c6ca90d21&width=1440&height=959&focal=1100,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3Q26PZACSIUF6DAHSZ7B6JERNY.jpg?auth=66e1d6d4b5928d2ca658d64ec316b6f124ddf956db29a236bfe7b13c6ca90d21&width=1280&height=853&focal=1100,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3Q26PZACSIUF6DAHSZ7B6JERNY.jpg?auth=66e1d6d4b5928d2ca658d64ec316b6f124ddf956db29a236bfe7b13c6ca90d21&width=1024&height=682&focal=1100,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3Q26PZACSIUF6DAHSZ7B6JERNY.jpg?auth=66e1d6d4b5928d2ca658d64ec316b6f124ddf956db29a236bfe7b13c6ca90d21&width=820&height=546&focal=1100,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3Q26PZACSIUF6DAHSZ7B6JERNY.jpg?auth=66e1d6d4b5928d2ca658d64ec316b6f124ddf956db29a236bfe7b13c6ca90d21&width=600&height=399&focal=1100,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3Q26PZACSIUF6DAHSZ7B6JERNY.jpg?auth=66e1d6d4b5928d2ca658d64ec316b6f124ddf956db29a236bfe7b13c6ca90d21&width=420&height=279&focal=1100,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3Q26PZACSIUF6DAHSZ7B6JERNY.jpg?auth=66e1d6d4b5928d2ca658d64ec316b6f124ddf956db29a236bfe7b13c6ca90d21&width=240&height=159&focal=1100,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3Q26PZACSIUF6DAHSZ7B6JERNY.jpg?auth=66e1d6d4b5928d2ca658d64ec316b6f124ddf956db29a236bfe7b13c6ca90d21&width=1440&height=959&focal=1100,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3Q26PZACSIUF6DAHSZ7B6JERNY.jpg?auth=66e1d6d4b5928d2ca658d64ec316b6f124ddf956db29a236bfe7b13c6ca90d21&width=1440&height=959&focal=1100,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3Q26PZACSIUF6DAHSZ7B6JERNY.jpg?auth=66e1d6d4b5928d2ca658d64ec316b6f124ddf956db29a236bfe7b13c6ca90d21&width=1280&height=853&focal=1100,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3Q26PZACSIUF6DAHSZ7B6JERNY.jpg?auth=66e1d6d4b5928d2ca658d64ec316b6f124ddf956db29a236bfe7b13c6ca90d21&width=1024&height=682&focal=1100,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3Q26PZACSIUF6DAHSZ7B6JERNY.jpg?auth=66e1d6d4b5928d2ca658d64ec316b6f124ddf956db29a236bfe7b13c6ca90d21&width=820&height=546&focal=1100,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3Q26PZACSIUF6DAHSZ7B6JERNY.jpg?auth=66e1d6d4b5928d2ca658d64ec316b6f124ddf956db29a236bfe7b13c6ca90d21&width=600&height=399&focal=1100,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3Q26PZACSIUF6DAHSZ7B6JERNY.jpg?auth=66e1d6d4b5928d2ca658d64ec316b6f124ddf956db29a236bfe7b13c6ca90d21&width=420&height=279&focal=1100,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3Q26PZACSIUF6DAHSZ7B6JERNY.jpg?auth=66e1d6d4b5928d2ca658d64ec316b6f124ddf956db29a236bfe7b13c6ca90d21&width=240&height=159&focal=1100,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="overline-f0fmCWOQDSi03AI-4-0-1" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;color:darkred;font-size:12px;letter-spacing:.75px">RENÉE GRAHAM</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:20px"><span id="headline-f0fmCWOQDSi03AI-4-0-1">Disqualifying, extreme, and incompetent — Trump’s DEI Cabinet picks</span></h2><div class="deck | border_box inline_block font_primary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fmCWOQDSi03AI-4-0-1" class="display_block">This isn’t a presidential transition. It’s a national stress test to see if democracy will continue to bend or finally break.<!-- --> </span></div></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-6 desktop-6 tablet-6 grid padding_horizontal width_full"><div class="card | inline_block padding_null margin_top margin_left margin_right margin_bottom width_full o_h"><a class="card color_inherit" href="/2024/11/24/opinion/ai-anthropomorphism-characterai-notebook-lm/" aria-label="How to stop believable bots from duping us all"><div><span id="overline-f0fFRlkZDSi031T-4-0-2" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;color:darkred;font-size:12px;letter-spacing:.75px">IDEAS | EVAN SELINGER</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fFRlkZDSi031T-4-0-2">How to stop believable bots from duping us all</span></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-6 desktop-6 tablet-6 grid padding_horizontal width_full"><div class="card | inline_block padding_null margin_top margin_left margin_right margin_bottom width_full o_h"><a class="card color_inherit" href="/2024/11/24/opinion/training-be-state-cop-shouldnt-be-game-survival/" aria-label="Training to be a state cop shouldn’t be a game of survival"><div><span id="overline-f0fqeJbVDSi03OL-4-0-5" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;color:darkred;font-size:12px;letter-spacing:.75px">EDITORIAL</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fqeJbVDSi03OL-4-0-5">Training to be a state cop shouldn’t be a game of survival</span></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-6 desktop-6 tablet-6 grid padding_horizontal width_full"><div class="card | inline_block padding_null margin_top margin_left margin_right margin_bottom width_full o_h"><a class="card color_inherit" href="/2024/11/24/opinion/social-security-myths-insolvency/" aria-label="The myths that hide why Social Security is unsustainable"><div><span id="overline-f0fxo9M7ESi03th-4-0-4" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;color:darkred;font-size:12px;letter-spacing:.75px">JEFF JACOBY</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fxo9M7ESi03th-4-0-4">The myths that hide why Social Security is unsustainable</span></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-6 desktop-6 tablet-6 grid padding_horizontal width_full"><div class="card | inline_block padding_null margin_top margin_left margin_right margin_bottom width_full o_h"><a class="card color_inherit" href="/2024/11/24/opinion/letters-to-the-editor-mass-special-education-inequity/" aria-label="Many Mass. students are not getting the special education they need"><div><span id="overline-f0fJybj3ESi03Y8-4-0-3" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;color:darkred;font-size:12px;letter-spacing:.75px">LETTERS</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fJybj3ESi03Y8-4-0-3">Many Mass. students are not getting the special education they need</span></h2></div></a></div></div><span class="spacer | display_block width_full" style="margin-bottom:16px;margin-top:nullpx"></span></div><div id="c0fVNf990hvY2xf" class="chain | align_items_start default grid width_full"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 align_items_center flex " style="line-height:1.55"><a href="https://www.globesanta.org/" class="title | background_main bold color_main font_primary uppercase font_size_14 padding_right ">Globe Santa</a><div class="bar | border_foreground border_top border_half flex_2 height_1"></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block img_r padding_none margin_top margin_left margin_right margin_bottom width_full i_h-h"><a class="card color_inherit" href="/2024/11/21/metro/globe-santa-inflation-holiday-christmas-present/" aria-label="Exhibit A: Her gas bill"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fyIFjZZgvY25P"><img id="img-f0fyIFjZZgvY25P-image" alt="" class="height_a width_full invisible width_full" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DH6C7263HJBOBCKLZB3SNEMHQ4.jpg?auth=814afb3ce1b0eb70517c8a7b757bbca37c273c92505855e18581aadc11031dc5&width=1440&focal=1465,1295" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DH6C7263HJBOBCKLZB3SNEMHQ4.jpg?auth=814afb3ce1b0eb70517c8a7b757bbca37c273c92505855e18581aadc11031dc5&width=1440&focal=1465,1295 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DH6C7263HJBOBCKLZB3SNEMHQ4.jpg?auth=814afb3ce1b0eb70517c8a7b757bbca37c273c92505855e18581aadc11031dc5&width=1440&focal=1465,1295 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DH6C7263HJBOBCKLZB3SNEMHQ4.jpg?auth=814afb3ce1b0eb70517c8a7b757bbca37c273c92505855e18581aadc11031dc5&width=1440&focal=1465,1295 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DH6C7263HJBOBCKLZB3SNEMHQ4.jpg?auth=814afb3ce1b0eb70517c8a7b757bbca37c273c92505855e18581aadc11031dc5&width=1440&focal=1465,1295 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DH6C7263HJBOBCKLZB3SNEMHQ4.jpg?auth=814afb3ce1b0eb70517c8a7b757bbca37c273c92505855e18581aadc11031dc5&width=1440&focal=1465,1295 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DH6C7263HJBOBCKLZB3SNEMHQ4.jpg?auth=814afb3ce1b0eb70517c8a7b757bbca37c273c92505855e18581aadc11031dc5&width=1440&focal=1465,1295 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DH6C7263HJBOBCKLZB3SNEMHQ4.jpg?auth=814afb3ce1b0eb70517c8a7b757bbca37c273c92505855e18581aadc11031dc5&width=1440&focal=1465,1295 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DH6C7263HJBOBCKLZB3SNEMHQ4.jpg?auth=814afb3ce1b0eb70517c8a7b757bbca37c273c92505855e18581aadc11031dc5&width=1440&focal=1465,1295" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DH6C7263HJBOBCKLZB3SNEMHQ4.jpg?auth=814afb3ce1b0eb70517c8a7b757bbca37c273c92505855e18581aadc11031dc5&width=1440&focal=1465,1295 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DH6C7263HJBOBCKLZB3SNEMHQ4.jpg?auth=814afb3ce1b0eb70517c8a7b757bbca37c273c92505855e18581aadc11031dc5&width=1440&focal=1465,1295 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DH6C7263HJBOBCKLZB3SNEMHQ4.jpg?auth=814afb3ce1b0eb70517c8a7b757bbca37c273c92505855e18581aadc11031dc5&width=1440&focal=1465,1295 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DH6C7263HJBOBCKLZB3SNEMHQ4.jpg?auth=814afb3ce1b0eb70517c8a7b757bbca37c273c92505855e18581aadc11031dc5&width=1440&focal=1465,1295 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DH6C7263HJBOBCKLZB3SNEMHQ4.jpg?auth=814afb3ce1b0eb70517c8a7b757bbca37c273c92505855e18581aadc11031dc5&width=1440&focal=1465,1295 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DH6C7263HJBOBCKLZB3SNEMHQ4.jpg?auth=814afb3ce1b0eb70517c8a7b757bbca37c273c92505855e18581aadc11031dc5&width=1440&focal=1465,1295 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DH6C7263HJBOBCKLZB3SNEMHQ4.jpg?auth=814afb3ce1b0eb70517c8a7b757bbca37c273c92505855e18581aadc11031dc5&width=1440&focal=1465,1295 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:18px"><span id="headline-f0fyIFjZZgvY25P">Exhibit A: Her gas bill</span></h2></div></a><span class="links | bold border_box false inline_block font_primary padding_bottom_half width_full" style="line-height:1.3"><span class="symbol | margin_right float_left background_red" style="width:9.600000000000001px;height:9.600000000000001px;margin-top:4px"></span><a href="https://www.globesanta.org/" class="" target="_self" style="color:black;font-size:12px;letter-spacing:.5px">Donate to Globe Santa</a></span></div></div></div><div id="c0fFDZEDFxkT30B" class="chain | align_items_start border_top border_1 border_foreground default grid width_full"><span class="spacer | display_block width_full" style="margin-bottom:undefinedpx;margin-top:8px"></span><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i"><a class="card color_inherit" href="https://www.bostonglobe.com/globe-today/" aria-label="Introducing Boston Globe Today"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0frElibdJ6p5YY"><img id="img-f0frElibdJ6p5YY-image" alt="BGT" class="height_a width_full invisible width_full" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/YKQDVWBT4JHARA66ZTTQCEWLDY.png?auth=534beb4361d3a05fbc731b9b0c7d32befdd2ff0a01677c80077d0d1656d28cda&width=1440" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/YKQDVWBT4JHARA66ZTTQCEWLDY.png?auth=534beb4361d3a05fbc731b9b0c7d32befdd2ff0a01677c80077d0d1656d28cda&width=1440 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/YKQDVWBT4JHARA66ZTTQCEWLDY.png?auth=534beb4361d3a05fbc731b9b0c7d32befdd2ff0a01677c80077d0d1656d28cda&width=1440 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/YKQDVWBT4JHARA66ZTTQCEWLDY.png?auth=534beb4361d3a05fbc731b9b0c7d32befdd2ff0a01677c80077d0d1656d28cda&width=1440 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/YKQDVWBT4JHARA66ZTTQCEWLDY.png?auth=534beb4361d3a05fbc731b9b0c7d32befdd2ff0a01677c80077d0d1656d28cda&width=1440 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/YKQDVWBT4JHARA66ZTTQCEWLDY.png?auth=534beb4361d3a05fbc731b9b0c7d32befdd2ff0a01677c80077d0d1656d28cda&width=1440 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/YKQDVWBT4JHARA66ZTTQCEWLDY.png?auth=534beb4361d3a05fbc731b9b0c7d32befdd2ff0a01677c80077d0d1656d28cda&width=1440 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/YKQDVWBT4JHARA66ZTTQCEWLDY.png?auth=534beb4361d3a05fbc731b9b0c7d32befdd2ff0a01677c80077d0d1656d28cda&width=1440 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/YKQDVWBT4JHARA66ZTTQCEWLDY.png?auth=534beb4361d3a05fbc731b9b0c7d32befdd2ff0a01677c80077d0d1656d28cda&width=1440" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/YKQDVWBT4JHARA66ZTTQCEWLDY.png?auth=534beb4361d3a05fbc731b9b0c7d32befdd2ff0a01677c80077d0d1656d28cda&width=1440 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/YKQDVWBT4JHARA66ZTTQCEWLDY.png?auth=534beb4361d3a05fbc731b9b0c7d32befdd2ff0a01677c80077d0d1656d28cda&width=1440 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/YKQDVWBT4JHARA66ZTTQCEWLDY.png?auth=534beb4361d3a05fbc731b9b0c7d32befdd2ff0a01677c80077d0d1656d28cda&width=1440 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/YKQDVWBT4JHARA66ZTTQCEWLDY.png?auth=534beb4361d3a05fbc731b9b0c7d32befdd2ff0a01677c80077d0d1656d28cda&width=1440 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/YKQDVWBT4JHARA66ZTTQCEWLDY.png?auth=534beb4361d3a05fbc731b9b0c7d32befdd2ff0a01677c80077d0d1656d28cda&width=1440 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/YKQDVWBT4JHARA66ZTTQCEWLDY.png?auth=534beb4361d3a05fbc731b9b0c7d32befdd2ff0a01677c80077d0d1656d28cda&width=1440 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/YKQDVWBT4JHARA66ZTTQCEWLDY.png?auth=534beb4361d3a05fbc731b9b0c7d32befdd2ff0a01677c80077d0d1656d28cda&width=1440 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div></div></a></div></div></div><div id="c0femQ6mp4HU56f" class="chain | align_items_start default grid width_full"><span class="spacer | display_block width_full" style="margin-bottom:16px;margin-top:undefinedpx"></span></div></section><section id="hp-middle-fw" class="hp | middle-fw col grid width_full"><div id="c0f1oJJVFvLN2AX" class="chain | align_items_start default grid width_full"><div id="fusion-static-enter:f0fBOsgwmCkq1hx" style="display:none" data-fusion-component="f0fBOsgwmCkq1hx"></div><div class="html_flex_feature | border_box width_full"><div style="margin:0 10px 0 10px" class="html_flex_feature_content"><div class=""><div class="iframe-container4"> <iframe id="responsive-iframe4" srcdoc=' <style> @font-face { font-family: BentonSansCond-Regular; src: url("https://apps.bostonglobe.com/common/font/bentonsanscond-regular.woff2") format("woff2"), url("https://apps.bostonglobe.com/common/font/bentonsanscond-regular.woff") format("woff"); } @font-face { font-family: BentonSansCond-Bold; src: url("https://apps.bostonglobe.com/common/font/bentonsanscond-bold.woff2") format("woff2"), url("https://apps.bostonglobe.com/common/font/bentonsanscond-bold.woff") format("woff"); } .owlcontainerhp { display: block; height: auto; margin-left: auto; margin-right: auto; background-color: #fff; } .hpslider_containerhpversion { display: block; max-width: 1440px; height:auto; margin-left: auto; margin-right: auto; overflow: hidden; /* Add this line to hide the bottom scroll bar */ } .gamehphed:hover { opacity: .5; text-decoration: underline .5px; } .numbers-container { font-family: "BentonSansCond-regular", "Impact", "Arial Narrow", "Helvetica", sans-serif; line-height: 1.2; font-size: 14px; text-align: left; letter-spacing: .5px; color: #919191; display: block; margin: 16px 15px 6px 0px; } .owlheder { font-family: "BentonSansCond-Bold", "Impact", "Arial Narrow", "Helvetica", sans-serif; line-height: 1.2; font-size: 14px; text-align: left; letter-spacing: .5px; display: block; margin: 5px 5px 2px 0px; color: #000; } .owlblurb { font-family: "BentonSansCond-Regular", "Impact", "Arial Narrow", "Helvetica", sans-serif; line-height: 1.2; font-size: 12px; text-align: left; letter-spacing: .5px; display: block; margin: 2px 5px 2px 0px; color: #000; } .owlcustomnavigation4 { width: 0%; display: flex; justify-content: space-between; align-items: center; padding: 10px 0px; margin: 0px 0px 10px 0px; box-sizing: border-box; } .owlcustomnavigation4 .dots-container { display: flex; align-items: center; } .owlcustomnavigation4 .dot { height: 0px; width: 0px; background-color: #fff; border-radius: 50%; margin: 6px 5px; } .owlcustomnavigation4 .dot.active { background-color: #fff; } .owlcustomnavigation4 .btn { font-size: 14px; display: inline-block; transform: rotate(0deg); padding: 6px 7px; background: #dbdbdb; color: #000; margin: 5px 5px; cursor: pointer; border-radius: 100%; border: 1px solid #000; } .owlcustomnavigation4 .btn:hover { background: #666666; color: #fff; } .owlcustomnavigation4 .dot.active { background-color: #fff; } .itemsliderspace, .owlheder, .owlblurb, .owlcustomnavigation4 { width: 100%; box-sizing: border-box; } .owl-item { display: flex; flex-direction: column; align-items: stretch; margin: 0px 0px ; cursor: pointer; } .itemsliderspace:hover { opacity: .5; text-decoration: underline .5px; } .owlpicturecontainer { position: relative; width: 100%; max-width: 100%; overflow: hidden; margin-right: 10px } .image-wrapper { position: relative; width: 100%; padding-top: 100%; /* 1:1 aspect ratio */ } .image-wrapper img { display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; border-radius: 12px; } .itemsliderspace { display: flex; /* Change to display flex */ align-items: flex-start; margin-right: 20px; /* Add margin between slides */ width: calc(100% - 20px); /* Adjust width to accommodate margin */ box-sizing: border-box; /* Include padding and border in the elements total width and height */ } .itemsliderspace { flex: 0 0 100%; /* Adjust the width of the image */ width: calc(100% - 20px); /* Adjust width to accommodate margin */ margin-right: 10px; /* Add space between the image and text */ } .owltext-container { flex: 0 0 60%; /* Take 60% width of the container */ margin-right: 0; /* Add space between the image and text */ } .owlheder, .owlblurb { width: 100%; /* Make text take full width */ margin-right: 0; /* Remove margin between slides */ } @media (min-width: 700px) { .itemsliderspace { display: flex; /* Change to display flex */ align-items: flex-start; margin-right: 20px; /* Add margin between slides */ width: calc(100% - 20px); /* Adjust width to accommodate margin */ box-sizing: border-box; /* Include padding and border in the elements total width and height */ } .owlpicturecontainer { position: relative; width: 100%; max-width: 100%; overflow: hidden; margin-right: 10px } .itemsliderspace { flex: 0 0 100%; /* Adjust the width of the image */ width: calc(100% - 20px); /* Adjust width to accommodate margin */ margin-right: 10px; /* Add space between the image and text */ } .owltext-container { flex: 0 0 60%; /* Take 60% width of the container */ margin-right: 0; /* Add space between the image and text */ } .owlheder, .owlblurb { width: 100%; /* Make text take full width */ margin-right: 0; /* Remove margin between slides */ } } @media (min-width: 1200px) { .owlcustomnavigation4 { width: 0%; display: flex; justify-content: space-between; align-items: center; background-color: #fff; padding: 10px 0px; margin: 0px 0px 10px 0px; box-sizing: border-box; } .owlcustomnavigation4 .dots-container { display: flex; align-items: center; } .owlcustomnavigation4 .dot { height: 8px; width: 8px; background-color: #fff; border-radius: 50%; margin: 6px 5px; } .owlcustomnavigation4 .dot.active { background-color: #fff; } .owlcustomnavigation4 .btn { font-size: 0px; display: inline-block; transform: rotate(0deg); padding: 0px 0px; background: #fff; color: #000; margin: 0px 0px; cursor: pointer; border-radius: 100%; border: 0px solid #000; } .owlcustomnavigation4 .btn:hover { background: #666666; color: #fff; } .owlcustomnavigation4 .dot.active { background-color: #fff; }} .theme-dark .gamehphed { color: #fff; } .theme-dark .owlheder { color: #fff; } .theme-dark .owlblurb { color: #fff; } .gamehphed { position: relative; margin: 10px auto; /* Adjust margin for positioning */ font-family: "Benton", Helvetica, Arial, sans-serif; font-size: .9em; line-height: 1; text-transform: uppercase; font-weight: 600; color: #626262; } .gamehphed span { display: inline-block; position: relative; } .gamehphed:after { content: ""; position: absolute; border-bottom: 1px solid black; width: calc(100% - 100px); /* Adjust the width as needed */ top: 50%; left: calc(100px + 45px); /* Adjust the left position */ } </style> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css"> <div class="owlcontainerhp"> <div class="hpslider_containerhpversion"> <a style= "text-decoration: none; " href="https://www.bostonglobe.com/games/?p1=HP_Slider" target="_parent"> <div class="gamehphed-container"> <p class="gamehphed"><span>Games & Puzzles</span></p> </div> </a> <div class="owl-carousel1" id="slider-carousel1"> <div class="itemsliderspace"> <div class="owlpicturecontainer"> <a style= "text-decoration: none;" href="https://www.bostonglobe.com/games/crossword/?p1=HP_Slider" target="_parent"> <div class="image-wrapper"> <img src="https://www.bostonglobe.com/resizer/ZPoXJNw5qRD_deKI4N4emYwybJU=/arc-anglerfish-arc2-prod-bostonglobe/public/SX5VCYBCBBAKXGGUPWL2GZGVT4.jpg" alt="Image"> </div> </div> <div class="owltext-container"> <div> <p class="owlheder">Crossword</p> <p class="owlblurb"></p></a> </div> </div> </div> <div class="itemsliderspace"> <div class="owlpicturecontainer"> <a style= "text-decoration: none;" href="https://www.bostonglobe.com/games/mini-crossword/?p1=HP_Slider" target="_parent"> <div class="image-wrapper"> <img src="https://www.bostonglobe.com/resizer/JT0C0vbEtI2a5lfyMdvBMdAlT88=/arc-anglerfish-arc2-prod-bostonglobe/public/JBYVQOHGKFHRRJMBX7F5OFKVDY.jpg" alt="Image"> </div> </div> <div class="owltext-container"> <div> <p class="owlheder">Mini Crossword</p> <p class="owlblurb"></p></a> </div> </div> </div> <div class="itemsliderspace"> <div class="owlpicturecontainer"> <a style= "text-decoration: none;" href="https://www.bostonglobe.com/games/sudoku/?p1=HP_Slider" target="_parent"> <div class="image-wrapper"> <img src="https://www.bostonglobe.com/resizer/l8PY1o7BhtNGymmjwf6XqQC0QiQ=/arc-anglerfish-arc2-prod-bostonglobe/public/4US34CXN7ZAE5IUHXHML4CXWEA.jpg" alt="Image"> </div> </div> <div class="owltext-container"> <div> <p class="owlheder">Sudoku</p> <p class="owlblurb"></p></a> </div> </div> </div> <div class="itemsliderspace"> <div class="owlpicturecontainer"> <a style= "text-decoration: none;" href="https://www.bostonglobe.com/games/word-flower/?p1=HP_Slider" target="_parent"> <div class="image-wrapper"> <img src="https://www.bostonglobe.com/resizer/IpA12TQ4PlMapnzL_Au8GgQXS9k=/arc-anglerfish-arc2-prod-bostonglobe/public/K7PDQA7I6RBHFJXDFDO32QLCEI.jpg" alt="Image"> </div> </div> <div class="owltext-container"> <div> <p class="owlheder">Word Flower</p> <p class="owlblurb"></p></a> </div> </div> </div> <div class="itemsliderspace"> <div class="owlpicturecontainer"> <a style= "text-decoration: none;" href="https://www.bostonglobe.com/games/wordrow/?p1=HP_Slider" target="_parent"> <div class="image-wrapper"> <img src="https://www.bostonglobe.com/resizer/9tW382X6ksquRvQe195Eb71Kfe4=/arc-anglerfish-arc2-prod-bostonglobe/public/CGRPZGANSFDPLEXQLEDQWZBLIU.jpg" alt="Image"> </div> </div> <div class="owltext-container"> <div> <p class="owlheder">WordroW</p> <p class="owlblurb"></p></a> </div> </div> </div> <div class="itemsliderspace"> <div class="owlpicturecontainer"> <a style= "text-decoration: none;" href="https://www.bostonglobe.com/games/jigsaw/?p1=HP_Slider" target="_parent"> <div class="image-wrapper"> <img src="https://www.bostonglobe.com/resizer/JUFwg818-IXqW7Yie4ZB54_dQtg=/arc-anglerfish-arc2-prod-bostonglobe/public/675C6XFWMNCIHHZXF7LE6JMTWE.jpg" alt="Image"> </div> </div> <div class="owltext-container"> <div> <p class="owlheder">Jigsaw</p> <p class="owlblurb"></p></a> </div> </div> </div> </div> <div class="owlcustomnavigation4"> <div class="dots-container"> <!-- Dots will be dynamically generated here --> </div> <div> <a class="btn gray prev4" ><i class="icon ion-ios-arrow-left">←</i></a> <a class="btn gray next4" ><i class="icon ion-ios-arrow-right">→</i></a> </div> </div> </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.js"></script> <script> $(document).ready(function() { var owl = $("#slider-carousel1"); owl.owlCarousel({ items: 6, itemsDesktop: [1200, 4], itemsDesktopSmall: [620, 3], itemsTablet: [601, 2], itemsTablet: [400, 2], itemsMobile: false, pagination: false, autoplay: false, autoplayHoverPause: true, afterAction: function() { var currentIndex = this.currentItem; updateDots(currentIndex); $(".itemsliderspace").css("margin-right", ""); $(".owl-item").eq(currentIndex + 2).find(".itemsliderspace").css("margin-right", "20px"); }, slideBy: 1 }); $(".next4").click(function() { owl.trigger("owl.next"); owl.trigger("owl.stop"); // Stop autoplay when next button is clicked }); $(".prev4").click(function() { owl.trigger("owl.prev"); owl.trigger("owl.stop"); // Stop autoplay when prev button is clicked }); updateDots(0); setTimeout(function() { owl.trigger("owl.next"); owl.trigger("owl.play", 4000); }, 4000); }); function updateDots(currentIndex) { $(".dots-container").empty(); var totalSlides = $("#slider-carousel1 .owl-item").length; for (var i = 0; i < totalSlides; i++) { var dotClass = (i === currentIndex) ? "dot active" : "dot"; var dot = $("<div>").addClass(dotClass); $(".dots-container").append(dot); } } </script> ' style="width:100%; border:none;overflow:hidden;"></iframe> </div> <script> window.addEventListener("DOMContentLoaded", function() { function updateIframeHeight() { // Wait for all images to load completely var images = iframe.contentWindow.document.querySelectorAll("img"); var allImagesLoaded = Array.from(images).every(function(image) { return image.complete; }); console.log('allImagesLoaded', allImagesLoaded) // If all images are loaded, calculate the height if (allImagesLoaded) { // Retrieve the height of the container within the iframe var containerHeight = iframe.contentWindow.document.querySelector(".hpslider_containerhpversion").scrollHeight; // Add padding to the container height containerHeight += 36; // Adjust as needed // Set the height of the iframe iframe.style.height = containerHeight + "px"; } } function observeIframe() { // Create a MutationObserver to detect changes in the content var observer = new MutationObserver(function(mutations) { mutations.forEach((m) => { if (m.type === 'childList') { // If the content changes, update the iframe height updateIframeHeight(); } }) }); // Start observing changes in the iframe content observer.observe(iframe.contentWindow.document.body, { subtree: true, childList: true }); // Initial height calculation updateIframeHeight(); } function checkIfIframeLoaded() { if (iframeDoc.readyState === 'complete') { observeIframe(); } } var iframe = document.getElementById("responsive-iframe4"); var iframeDoc = iframe.contentDocument || iframe.contentWindow.document; checkIfIframeLoaded(); setTimeout(() => { updateIframeHeight(); checkIfIframeLoaded(); }, 1000) }); </script></div></div></div><div id="fusion-static-exit:f0fBOsgwmCkq1hx" style="display:none" data-fusion-component="f0fBOsgwmCkq1hx"></div></div><div id="c0fM7W7LHur53sr" class="chain | align_items_start default grid width_full"></div><div class="arc_ad | background_transparent border_box border_none container color_gray column text_align_center width_full ad_position_ad_billboard2" id="ad_position_ad_billboard2"><div id="bg_homepage_ad_billboard2"></div></div></section><section id="hp-middle-main" class="hp | middle-main align_items_start col grid mobile_12 desktop-8 ws-9"><div id="c0fi8x5FGD0g3up" class="chain | align_items_start default grid width_full"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 align_items_center flex " style="line-height:1.55"><a href="https://www.bostonglobe.com/tag/thanksgiving/" class="title | background_main bold color_main font_primary uppercase font_size_14 padding_right ">Thanksgiving</a><div class="bar | border_foreground border_top border_half flex_2 height_1"></div></div><div class="s_c_f | align_items_start col ws-12 desktop-12 tablet-12 grid width_full" style="margin-top:undefinedpx"><div class="container | align_items_start inline_block col ws-3 desktop-3 tablet-3 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/20/lifestyle/thanksgiving-dinner-recipes-feast/" aria-label="All the fixings for a contemporary Thanksgiving feast"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fwUtUnUHPY3pH-77LZL46QFFAKLF5GD2V7JVJHCU-0"><img id="img-f0fwUtUnUHPY3pH-77LZL46QFFAKLF5GD2V7JVJHCU-0-image" alt="A contemporary Thanksgiving feast includes (clockwise from bottom left): Pan-Braised Cabbage with Herbs, Miso-Maple Butternut, Spinach-Rice Pilaf, Salted Caramel Pecan Pie, Parmesan Brussels Sprouts, Roast Turkey with Spice Rub." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=1440&height=810&focal=1000,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=1440&height=810&focal=1000,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=1280&height=720&focal=1000,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=1024&height=576&focal=1000,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=820&height=461&focal=1000,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=600&height=337&focal=1000,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=420&height=236&focal=1000,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=240&height=135&focal=1000,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=1440&height=810&focal=1000,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=1440&height=810&focal=1000,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=1280&height=720&focal=1000,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=1024&height=576&focal=1000,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=820&height=461&focal=1000,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=600&height=337&focal=1000,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=420&height=236&focal=1000,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=240&height=135&focal=1000,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fwUtUnUHPY3pH-77LZL46QFFAKLF5GD2V7JVJHCU-0">All the fixings for a contemporary Thanksgiving feast</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block col ws-3 desktop-3 tablet-3 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/21/metro/umass-amherst-minutemen-marching-band-macys-thanksgiving-day-parade/" aria-label="UMass Amherst marching band ready to take its star turn in the Macy’s Thanksgiving Day parade "><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fwUtUnUHPY3pH-HFEILW62SJDPJNFVXKZQAEJ4AE-1"><img id="img-f0fwUtUnUHPY3pH-HFEILW62SJDPJNFVXKZQAEJ4AE-1-image" alt="The UMass Amherst marching band played during halftime at McGuirk Alumni Stadium." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VMPB4ILPHS4UIIAUWOYCUKUHCY.jpg?auth=e2af4ed3d7f8ed31b745d42c96f528a64f825a32b5dfeb8eea75d7aa5d3bf7ea&width=1440&height=810&focal=2560,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VMPB4ILPHS4UIIAUWOYCUKUHCY.jpg?auth=e2af4ed3d7f8ed31b745d42c96f528a64f825a32b5dfeb8eea75d7aa5d3bf7ea&width=1440&height=810&focal=2560,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VMPB4ILPHS4UIIAUWOYCUKUHCY.jpg?auth=e2af4ed3d7f8ed31b745d42c96f528a64f825a32b5dfeb8eea75d7aa5d3bf7ea&width=1280&height=720&focal=2560,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VMPB4ILPHS4UIIAUWOYCUKUHCY.jpg?auth=e2af4ed3d7f8ed31b745d42c96f528a64f825a32b5dfeb8eea75d7aa5d3bf7ea&width=1024&height=576&focal=2560,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VMPB4ILPHS4UIIAUWOYCUKUHCY.jpg?auth=e2af4ed3d7f8ed31b745d42c96f528a64f825a32b5dfeb8eea75d7aa5d3bf7ea&width=820&height=461&focal=2560,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VMPB4ILPHS4UIIAUWOYCUKUHCY.jpg?auth=e2af4ed3d7f8ed31b745d42c96f528a64f825a32b5dfeb8eea75d7aa5d3bf7ea&width=600&height=337&focal=2560,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VMPB4ILPHS4UIIAUWOYCUKUHCY.jpg?auth=e2af4ed3d7f8ed31b745d42c96f528a64f825a32b5dfeb8eea75d7aa5d3bf7ea&width=420&height=236&focal=2560,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VMPB4ILPHS4UIIAUWOYCUKUHCY.jpg?auth=e2af4ed3d7f8ed31b745d42c96f528a64f825a32b5dfeb8eea75d7aa5d3bf7ea&width=240&height=135&focal=2560,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VMPB4ILPHS4UIIAUWOYCUKUHCY.jpg?auth=e2af4ed3d7f8ed31b745d42c96f528a64f825a32b5dfeb8eea75d7aa5d3bf7ea&width=1440&height=810&focal=2560,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VMPB4ILPHS4UIIAUWOYCUKUHCY.jpg?auth=e2af4ed3d7f8ed31b745d42c96f528a64f825a32b5dfeb8eea75d7aa5d3bf7ea&width=1440&height=810&focal=2560,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VMPB4ILPHS4UIIAUWOYCUKUHCY.jpg?auth=e2af4ed3d7f8ed31b745d42c96f528a64f825a32b5dfeb8eea75d7aa5d3bf7ea&width=1280&height=720&focal=2560,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VMPB4ILPHS4UIIAUWOYCUKUHCY.jpg?auth=e2af4ed3d7f8ed31b745d42c96f528a64f825a32b5dfeb8eea75d7aa5d3bf7ea&width=1024&height=576&focal=2560,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VMPB4ILPHS4UIIAUWOYCUKUHCY.jpg?auth=e2af4ed3d7f8ed31b745d42c96f528a64f825a32b5dfeb8eea75d7aa5d3bf7ea&width=820&height=461&focal=2560,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VMPB4ILPHS4UIIAUWOYCUKUHCY.jpg?auth=e2af4ed3d7f8ed31b745d42c96f528a64f825a32b5dfeb8eea75d7aa5d3bf7ea&width=600&height=337&focal=2560,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VMPB4ILPHS4UIIAUWOYCUKUHCY.jpg?auth=e2af4ed3d7f8ed31b745d42c96f528a64f825a32b5dfeb8eea75d7aa5d3bf7ea&width=420&height=236&focal=2560,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VMPB4ILPHS4UIIAUWOYCUKUHCY.jpg?auth=e2af4ed3d7f8ed31b745d42c96f528a64f825a32b5dfeb8eea75d7aa5d3bf7ea&width=240&height=135&focal=2560,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fwUtUnUHPY3pH-HFEILW62SJDPJNFVXKZQAEJ4AE-1">UMass Amherst marching band ready to take its star turn in the Macy’s Thanksgiving Day parade </span></h2></div></a></div></div></div><div class="container | align_items_start inline_block col ws-3 desktop-3 tablet-3 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/21/arts/planes-trains-and-automobiles-thanksgiving-movie/" aria-label="‘Planes, Trains & Automobiles’ is the perfect Thanksgiving movie"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fwUtUnUHPY3pH-REYHSH4M55HNJO53O35EL7FR4Y-2"><img id="img-f0fwUtUnUHPY3pH-REYHSH4M55HNJO53O35EL7FR4Y-2-image" alt="Steve Martin and John Candy in 1987's "Planes, Trains and Automobiles."" class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VP4JJQMEBQ7M4YE5SOKOBKSZ5U.jpg?auth=1505cca61df666bbfc9cf536cb09b161cddee8a388011cc2877f98036532518d&width=1440&height=810&focal=2378,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VP4JJQMEBQ7M4YE5SOKOBKSZ5U.jpg?auth=1505cca61df666bbfc9cf536cb09b161cddee8a388011cc2877f98036532518d&width=1440&height=810&focal=2378,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VP4JJQMEBQ7M4YE5SOKOBKSZ5U.jpg?auth=1505cca61df666bbfc9cf536cb09b161cddee8a388011cc2877f98036532518d&width=1280&height=720&focal=2378,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VP4JJQMEBQ7M4YE5SOKOBKSZ5U.jpg?auth=1505cca61df666bbfc9cf536cb09b161cddee8a388011cc2877f98036532518d&width=1024&height=576&focal=2378,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VP4JJQMEBQ7M4YE5SOKOBKSZ5U.jpg?auth=1505cca61df666bbfc9cf536cb09b161cddee8a388011cc2877f98036532518d&width=820&height=461&focal=2378,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VP4JJQMEBQ7M4YE5SOKOBKSZ5U.jpg?auth=1505cca61df666bbfc9cf536cb09b161cddee8a388011cc2877f98036532518d&width=600&height=337&focal=2378,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VP4JJQMEBQ7M4YE5SOKOBKSZ5U.jpg?auth=1505cca61df666bbfc9cf536cb09b161cddee8a388011cc2877f98036532518d&width=420&height=236&focal=2378,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VP4JJQMEBQ7M4YE5SOKOBKSZ5U.jpg?auth=1505cca61df666bbfc9cf536cb09b161cddee8a388011cc2877f98036532518d&width=240&height=135&focal=2378,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VP4JJQMEBQ7M4YE5SOKOBKSZ5U.jpg?auth=1505cca61df666bbfc9cf536cb09b161cddee8a388011cc2877f98036532518d&width=1440&height=810&focal=2378,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VP4JJQMEBQ7M4YE5SOKOBKSZ5U.jpg?auth=1505cca61df666bbfc9cf536cb09b161cddee8a388011cc2877f98036532518d&width=1440&height=810&focal=2378,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VP4JJQMEBQ7M4YE5SOKOBKSZ5U.jpg?auth=1505cca61df666bbfc9cf536cb09b161cddee8a388011cc2877f98036532518d&width=1280&height=720&focal=2378,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VP4JJQMEBQ7M4YE5SOKOBKSZ5U.jpg?auth=1505cca61df666bbfc9cf536cb09b161cddee8a388011cc2877f98036532518d&width=1024&height=576&focal=2378,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VP4JJQMEBQ7M4YE5SOKOBKSZ5U.jpg?auth=1505cca61df666bbfc9cf536cb09b161cddee8a388011cc2877f98036532518d&width=820&height=461&focal=2378,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VP4JJQMEBQ7M4YE5SOKOBKSZ5U.jpg?auth=1505cca61df666bbfc9cf536cb09b161cddee8a388011cc2877f98036532518d&width=600&height=337&focal=2378,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VP4JJQMEBQ7M4YE5SOKOBKSZ5U.jpg?auth=1505cca61df666bbfc9cf536cb09b161cddee8a388011cc2877f98036532518d&width=420&height=236&focal=2378,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/VP4JJQMEBQ7M4YE5SOKOBKSZ5U.jpg?auth=1505cca61df666bbfc9cf536cb09b161cddee8a388011cc2877f98036532518d&width=240&height=135&focal=2378,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fwUtUnUHPY3pH-REYHSH4M55HNJO53O35EL7FR4Y-2">‘Planes, Trains & Automobiles’ is the perfect Thanksgiving movie</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block col ws-3 desktop-3 tablet-3 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/21/business/high-grocery-prices-thanksgiving-plans-survey/" aria-label="Shoppers expect to pay more for Thanksgiving this year. They’re in for a tasty surprise."><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fwUtUnUHPY3pH-NEAUWR3NO5EZZGVHTSWYUZPPD4-3"><img id="img-f0fwUtUnUHPY3pH-NEAUWR3NO5EZZGVHTSWYUZPPD4-3-image" alt="Turkeys were on sale at a Walmart store in Secaucus, N.J., this month. Turkey prices declined this year for the first time since 2018, a Globe data analysis showed." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/2BXLRTYY6FLAKEMSYRGIM5CHBQ.jpg?auth=5d9d33607a3e13f68fd097461dcb3e1c64f859a241de0d3b702eb4769d6d9948&width=1440&height=810&focal=1598,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/2BXLRTYY6FLAKEMSYRGIM5CHBQ.jpg?auth=5d9d33607a3e13f68fd097461dcb3e1c64f859a241de0d3b702eb4769d6d9948&width=1440&height=810&focal=1598,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/2BXLRTYY6FLAKEMSYRGIM5CHBQ.jpg?auth=5d9d33607a3e13f68fd097461dcb3e1c64f859a241de0d3b702eb4769d6d9948&width=1280&height=720&focal=1598,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/2BXLRTYY6FLAKEMSYRGIM5CHBQ.jpg?auth=5d9d33607a3e13f68fd097461dcb3e1c64f859a241de0d3b702eb4769d6d9948&width=1024&height=576&focal=1598,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/2BXLRTYY6FLAKEMSYRGIM5CHBQ.jpg?auth=5d9d33607a3e13f68fd097461dcb3e1c64f859a241de0d3b702eb4769d6d9948&width=820&height=461&focal=1598,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/2BXLRTYY6FLAKEMSYRGIM5CHBQ.jpg?auth=5d9d33607a3e13f68fd097461dcb3e1c64f859a241de0d3b702eb4769d6d9948&width=600&height=337&focal=1598,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/2BXLRTYY6FLAKEMSYRGIM5CHBQ.jpg?auth=5d9d33607a3e13f68fd097461dcb3e1c64f859a241de0d3b702eb4769d6d9948&width=420&height=236&focal=1598,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/2BXLRTYY6FLAKEMSYRGIM5CHBQ.jpg?auth=5d9d33607a3e13f68fd097461dcb3e1c64f859a241de0d3b702eb4769d6d9948&width=240&height=135&focal=1598,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/2BXLRTYY6FLAKEMSYRGIM5CHBQ.jpg?auth=5d9d33607a3e13f68fd097461dcb3e1c64f859a241de0d3b702eb4769d6d9948&width=1440&height=810&focal=1598,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/2BXLRTYY6FLAKEMSYRGIM5CHBQ.jpg?auth=5d9d33607a3e13f68fd097461dcb3e1c64f859a241de0d3b702eb4769d6d9948&width=1440&height=810&focal=1598,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/2BXLRTYY6FLAKEMSYRGIM5CHBQ.jpg?auth=5d9d33607a3e13f68fd097461dcb3e1c64f859a241de0d3b702eb4769d6d9948&width=1280&height=720&focal=1598,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/2BXLRTYY6FLAKEMSYRGIM5CHBQ.jpg?auth=5d9d33607a3e13f68fd097461dcb3e1c64f859a241de0d3b702eb4769d6d9948&width=1024&height=576&focal=1598,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/2BXLRTYY6FLAKEMSYRGIM5CHBQ.jpg?auth=5d9d33607a3e13f68fd097461dcb3e1c64f859a241de0d3b702eb4769d6d9948&width=820&height=461&focal=1598,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/2BXLRTYY6FLAKEMSYRGIM5CHBQ.jpg?auth=5d9d33607a3e13f68fd097461dcb3e1c64f859a241de0d3b702eb4769d6d9948&width=600&height=337&focal=1598,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/2BXLRTYY6FLAKEMSYRGIM5CHBQ.jpg?auth=5d9d33607a3e13f68fd097461dcb3e1c64f859a241de0d3b702eb4769d6d9948&width=420&height=236&focal=1598,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/2BXLRTYY6FLAKEMSYRGIM5CHBQ.jpg?auth=5d9d33607a3e13f68fd097461dcb3e1c64f859a241de0d3b702eb4769d6d9948&width=240&height=135&focal=1598,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fwUtUnUHPY3pH-NEAUWR3NO5EZZGVHTSWYUZPPD4-3">Shoppers expect to pay more for Thanksgiving this year. They’re in for a tasty surprise.</span></h2></div></a></div></div></div></div></div><span class="spacer | display_block width_full" style="margin-bottom:24px;margin-top:nullpx"></span><div id="c0ffRpi3xYXi268" class="chain | align_items_start col ws-12 desktop-12 tablet-12 default grid width_full"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 align_items_center flex " style="line-height:1.55"><h4 class="title | background_main bold color_main font_primary uppercase font_size_14 padding_right ">More recent News</h4><div class="bar | border_foreground border_top border_half flex_2 height_1"></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-4 desktop-4 tablet-4 grid padding_horizontal width_full"><div class="card | inline_block img_r padding_null margin_top margin_left margin_right margin_bottom width_full i_h_d-hw"><a class="card color_inherit" href="/2024/11/23/world/israel-strikes-lebanon-deaths-diplomats-ceasefire/" aria-label="Israeli strikes in central Beirut kill at least 20 as diplomats push for a cease-fire"><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:20px"><div id="" class="image | relative margin_left_16 margin_bottom_10 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0f53wWBic8q6rq"><img id="img-f0f53wWBic8q6rq-image" alt="Rescue workers and people search for victims at the site of an Israeli airstrike in Beirut, Lebanon, on Nov. 23." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Y7VP7YUBNGELPC2VBUOC66S4HM.jpg?auth=67f06e08397fe86bca6d79fbd045e0c3333e9962190627eca9ea607a85e27946&width=480&height=319&focal=8160,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Y7VP7YUBNGELPC2VBUOC66S4HM.jpg?auth=67f06e08397fe86bca6d79fbd045e0c3333e9962190627eca9ea607a85e27946&width=1440&height=959&focal=8160,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Y7VP7YUBNGELPC2VBUOC66S4HM.jpg?auth=67f06e08397fe86bca6d79fbd045e0c3333e9962190627eca9ea607a85e27946&width=1280&height=853&focal=8160,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Y7VP7YUBNGELPC2VBUOC66S4HM.jpg?auth=67f06e08397fe86bca6d79fbd045e0c3333e9962190627eca9ea607a85e27946&width=1024&height=682&focal=8160,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Y7VP7YUBNGELPC2VBUOC66S4HM.jpg?auth=67f06e08397fe86bca6d79fbd045e0c3333e9962190627eca9ea607a85e27946&width=820&height=546&focal=8160,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Y7VP7YUBNGELPC2VBUOC66S4HM.jpg?auth=67f06e08397fe86bca6d79fbd045e0c3333e9962190627eca9ea607a85e27946&width=600&height=399&focal=8160,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Y7VP7YUBNGELPC2VBUOC66S4HM.jpg?auth=67f06e08397fe86bca6d79fbd045e0c3333e9962190627eca9ea607a85e27946&width=420&height=279&focal=8160,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Y7VP7YUBNGELPC2VBUOC66S4HM.jpg?auth=67f06e08397fe86bca6d79fbd045e0c3333e9962190627eca9ea607a85e27946&width=240&height=159&focal=8160,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Y7VP7YUBNGELPC2VBUOC66S4HM.jpg?auth=67f06e08397fe86bca6d79fbd045e0c3333e9962190627eca9ea607a85e27946&width=1440&height=959&focal=8160,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Y7VP7YUBNGELPC2VBUOC66S4HM.jpg?auth=67f06e08397fe86bca6d79fbd045e0c3333e9962190627eca9ea607a85e27946&width=1440&height=959&focal=8160,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Y7VP7YUBNGELPC2VBUOC66S4HM.jpg?auth=67f06e08397fe86bca6d79fbd045e0c3333e9962190627eca9ea607a85e27946&width=1280&height=853&focal=8160,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Y7VP7YUBNGELPC2VBUOC66S4HM.jpg?auth=67f06e08397fe86bca6d79fbd045e0c3333e9962190627eca9ea607a85e27946&width=1024&height=682&focal=8160,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Y7VP7YUBNGELPC2VBUOC66S4HM.jpg?auth=67f06e08397fe86bca6d79fbd045e0c3333e9962190627eca9ea607a85e27946&width=820&height=546&focal=8160,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Y7VP7YUBNGELPC2VBUOC66S4HM.jpg?auth=67f06e08397fe86bca6d79fbd045e0c3333e9962190627eca9ea607a85e27946&width=600&height=399&focal=8160,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Y7VP7YUBNGELPC2VBUOC66S4HM.jpg?auth=67f06e08397fe86bca6d79fbd045e0c3333e9962190627eca9ea607a85e27946&width=420&height=279&focal=8160,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Y7VP7YUBNGELPC2VBUOC66S4HM.jpg?auth=67f06e08397fe86bca6d79fbd045e0c3333e9962190627eca9ea607a85e27946&width=240&height=159&focal=8160,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="headline-f0f53wWBic8q6rq">Israeli strikes in central Beirut kill at least 20 as diplomats push for a cease-fire</span><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0f53wWBic8q6rq" class="display_block">Lebanese officials say Israeli airstrikes have killed at least 20 people and injured dozens in central Beirut, as the once-rare attacks on the heart of Lebanon’s capital continue without warning.<!-- --> </span></div></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-4 desktop-4 tablet-4 grid padding_horizontal width_full"><div class="card | inline_block img_r padding_null margin_top margin_left margin_right margin_bottom width_full i_o_h_d-hw"><a class="card color_inherit" href="/2024/11/22/metro/dartmouth-alpha-phi-charged-won-jang-death/" aria-label="Dartmouth sorority criminally charged for party that preceded student’s death, police say"><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:20px"><span id="overline-f0f7k0aTq2ru5S8" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">NH CRIME</span><div id="" class="image | relative margin_left_16 margin_bottom_10 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0f7k0aTq2ru5S8"><img id="img-f0f7k0aTq2ru5S8-image" alt="Dartmouth College in Hanover, N.H., as seen from the Dartmouth Green on May, 1, 2024." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HD3NGOXPV7KGJ2JDSVRA4NOKUM.jpg?auth=b07cfeb54de0aecb363945a1319297ba91d6c7236ec6bc30526061b9243e8dc5&width=480&height=319&focal=3543,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HD3NGOXPV7KGJ2JDSVRA4NOKUM.jpg?auth=b07cfeb54de0aecb363945a1319297ba91d6c7236ec6bc30526061b9243e8dc5&width=1440&height=959&focal=3543,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HD3NGOXPV7KGJ2JDSVRA4NOKUM.jpg?auth=b07cfeb54de0aecb363945a1319297ba91d6c7236ec6bc30526061b9243e8dc5&width=1280&height=853&focal=3543,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HD3NGOXPV7KGJ2JDSVRA4NOKUM.jpg?auth=b07cfeb54de0aecb363945a1319297ba91d6c7236ec6bc30526061b9243e8dc5&width=1024&height=682&focal=3543,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HD3NGOXPV7KGJ2JDSVRA4NOKUM.jpg?auth=b07cfeb54de0aecb363945a1319297ba91d6c7236ec6bc30526061b9243e8dc5&width=820&height=546&focal=3543,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HD3NGOXPV7KGJ2JDSVRA4NOKUM.jpg?auth=b07cfeb54de0aecb363945a1319297ba91d6c7236ec6bc30526061b9243e8dc5&width=600&height=399&focal=3543,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HD3NGOXPV7KGJ2JDSVRA4NOKUM.jpg?auth=b07cfeb54de0aecb363945a1319297ba91d6c7236ec6bc30526061b9243e8dc5&width=420&height=279&focal=3543,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HD3NGOXPV7KGJ2JDSVRA4NOKUM.jpg?auth=b07cfeb54de0aecb363945a1319297ba91d6c7236ec6bc30526061b9243e8dc5&width=240&height=159&focal=3543,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HD3NGOXPV7KGJ2JDSVRA4NOKUM.jpg?auth=b07cfeb54de0aecb363945a1319297ba91d6c7236ec6bc30526061b9243e8dc5&width=1440&height=959&focal=3543,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HD3NGOXPV7KGJ2JDSVRA4NOKUM.jpg?auth=b07cfeb54de0aecb363945a1319297ba91d6c7236ec6bc30526061b9243e8dc5&width=1440&height=959&focal=3543,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HD3NGOXPV7KGJ2JDSVRA4NOKUM.jpg?auth=b07cfeb54de0aecb363945a1319297ba91d6c7236ec6bc30526061b9243e8dc5&width=1280&height=853&focal=3543,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HD3NGOXPV7KGJ2JDSVRA4NOKUM.jpg?auth=b07cfeb54de0aecb363945a1319297ba91d6c7236ec6bc30526061b9243e8dc5&width=1024&height=682&focal=3543,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HD3NGOXPV7KGJ2JDSVRA4NOKUM.jpg?auth=b07cfeb54de0aecb363945a1319297ba91d6c7236ec6bc30526061b9243e8dc5&width=820&height=546&focal=3543,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HD3NGOXPV7KGJ2JDSVRA4NOKUM.jpg?auth=b07cfeb54de0aecb363945a1319297ba91d6c7236ec6bc30526061b9243e8dc5&width=600&height=399&focal=3543,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HD3NGOXPV7KGJ2JDSVRA4NOKUM.jpg?auth=b07cfeb54de0aecb363945a1319297ba91d6c7236ec6bc30526061b9243e8dc5&width=420&height=279&focal=3543,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HD3NGOXPV7KGJ2JDSVRA4NOKUM.jpg?auth=b07cfeb54de0aecb363945a1319297ba91d6c7236ec6bc30526061b9243e8dc5&width=240&height=159&focal=3543,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="headline-f0f7k0aTq2ru5S8">Dartmouth sorority criminally charged for party that preceded student’s death, police say</span><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0f7k0aTq2ru5S8" class="display_block">Two fraternity members were individually charged as well for allegedly providing alcohol to persons younger than 21 shortly before Won Jang went missing.<!-- --> </span></div></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-4 desktop-4 tablet-4 grid padding_horizontal width_full"><div class="card | inline_block img_r padding_null margin_top margin_left margin_right margin_bottom width_full i_h_d-hw"><a class="card color_inherit" href="/2024/11/24/sports/five-takeaways-nov-24-massachusetts-high-school-football-soccer/" aria-label="Five takeaways from a Saturday full of soccer champions and football semifinals"><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:20px"><div id="" class="image | relative margin_left_16 margin_bottom_10 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fxmcvZpxzc6a6"><img id="img-f0fxmcvZpxzc6a6-image" alt="Newton North’s Seth Rao (No. 3) celebrates his first-half goal as teammates Bishrelt Bat-Erdene, (left) and Lorenzo Grimaldi (center) give chase." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=480&height=319&focal=1000,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=1440&height=959&focal=1000,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=1280&height=853&focal=1000,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=1024&height=682&focal=1000,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=820&height=546&focal=1000,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=600&height=399&focal=1000,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=420&height=279&focal=1000,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=240&height=159&focal=1000,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=1440&height=959&focal=1000,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=1440&height=959&focal=1000,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=1280&height=853&focal=1000,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=1024&height=682&focal=1000,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=820&height=546&focal=1000,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=600&height=399&focal=1000,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=420&height=279&focal=1000,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=240&height=159&focal=1000,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="headline-f0fxmcvZpxzc6a6">Five takeaways from a Saturday full of soccer champions and football semifinals</span><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fxmcvZpxzc6a6" class="display_block">An unprecedented run to the title from Newton North boys' soccer, the unstoppable force of Fairhaven's Justin Marques, and celebrating some high school dynasties.<!-- --> </span></div></h2></div></a></div></div><span class="spacer | display_block width_full" style="margin-bottom:8px;margin-top:nullpx"></span><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-4 desktop-4 tablet-4 grid padding_horizontal width_full"><div class="card | inline_block img_r padding_null margin_top margin_left margin_right margin_bottom width_full i_h_d-hw"><a class="card color_inherit" href="/2024/11/22/business/housing-vote-needham-referendum/" aria-label="First Milton, now Needham: Another town is set to vote on controversial MBTA housing plan"><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:20px"><div id="" class="image | relative margin_left_16 margin_bottom_10 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fTwsRgmQi94jR"><img id="img-f0fTwsRgmQi94jR-image" alt="Needham Town Meeting recently approved a plan to zone for housing near the town's commuter rail stations. Opponents this week filed signatures to force a referendum early next year." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ALQKZRVTUMI6PGKL6VUAKXIAOA.jpg?auth=d2113731a1a6753c5ee09ab4ba484b987dbe06955a1cfe0007f4bb8cb2c38444&width=480&height=319&focal=3840,996" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ALQKZRVTUMI6PGKL6VUAKXIAOA.jpg?auth=d2113731a1a6753c5ee09ab4ba484b987dbe06955a1cfe0007f4bb8cb2c38444&width=1440&height=959&focal=3840,996 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ALQKZRVTUMI6PGKL6VUAKXIAOA.jpg?auth=d2113731a1a6753c5ee09ab4ba484b987dbe06955a1cfe0007f4bb8cb2c38444&width=1280&height=853&focal=3840,996 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ALQKZRVTUMI6PGKL6VUAKXIAOA.jpg?auth=d2113731a1a6753c5ee09ab4ba484b987dbe06955a1cfe0007f4bb8cb2c38444&width=1024&height=682&focal=3840,996 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ALQKZRVTUMI6PGKL6VUAKXIAOA.jpg?auth=d2113731a1a6753c5ee09ab4ba484b987dbe06955a1cfe0007f4bb8cb2c38444&width=820&height=546&focal=3840,996 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ALQKZRVTUMI6PGKL6VUAKXIAOA.jpg?auth=d2113731a1a6753c5ee09ab4ba484b987dbe06955a1cfe0007f4bb8cb2c38444&width=600&height=399&focal=3840,996 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ALQKZRVTUMI6PGKL6VUAKXIAOA.jpg?auth=d2113731a1a6753c5ee09ab4ba484b987dbe06955a1cfe0007f4bb8cb2c38444&width=420&height=279&focal=3840,996 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ALQKZRVTUMI6PGKL6VUAKXIAOA.jpg?auth=d2113731a1a6753c5ee09ab4ba484b987dbe06955a1cfe0007f4bb8cb2c38444&width=240&height=159&focal=3840,996 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ALQKZRVTUMI6PGKL6VUAKXIAOA.jpg?auth=d2113731a1a6753c5ee09ab4ba484b987dbe06955a1cfe0007f4bb8cb2c38444&width=1440&height=959&focal=3840,996" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ALQKZRVTUMI6PGKL6VUAKXIAOA.jpg?auth=d2113731a1a6753c5ee09ab4ba484b987dbe06955a1cfe0007f4bb8cb2c38444&width=1440&height=959&focal=3840,996 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ALQKZRVTUMI6PGKL6VUAKXIAOA.jpg?auth=d2113731a1a6753c5ee09ab4ba484b987dbe06955a1cfe0007f4bb8cb2c38444&width=1280&height=853&focal=3840,996 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ALQKZRVTUMI6PGKL6VUAKXIAOA.jpg?auth=d2113731a1a6753c5ee09ab4ba484b987dbe06955a1cfe0007f4bb8cb2c38444&width=1024&height=682&focal=3840,996 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ALQKZRVTUMI6PGKL6VUAKXIAOA.jpg?auth=d2113731a1a6753c5ee09ab4ba484b987dbe06955a1cfe0007f4bb8cb2c38444&width=820&height=546&focal=3840,996 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ALQKZRVTUMI6PGKL6VUAKXIAOA.jpg?auth=d2113731a1a6753c5ee09ab4ba484b987dbe06955a1cfe0007f4bb8cb2c38444&width=600&height=399&focal=3840,996 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ALQKZRVTUMI6PGKL6VUAKXIAOA.jpg?auth=d2113731a1a6753c5ee09ab4ba484b987dbe06955a1cfe0007f4bb8cb2c38444&width=420&height=279&focal=3840,996 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ALQKZRVTUMI6PGKL6VUAKXIAOA.jpg?auth=d2113731a1a6753c5ee09ab4ba484b987dbe06955a1cfe0007f4bb8cb2c38444&width=240&height=159&focal=3840,996 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="headline-f0fTwsRgmQi94jR">First Milton, now Needham: Another town is set to vote on controversial MBTA housing plan</span><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fTwsRgmQi94jR" class="display_block">Voters in Needham will be asked to weigh in on a plan to allow dense multifamily housing in key commercial areas near the Commuter Rail.<!-- --> </span></div></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-4 desktop-4 tablet-4 grid padding_horizontal width_full"><div class="card | inline_block img_r padding_null margin_top margin_left margin_right margin_bottom width_full i_o_h_d-hw"><a class="card color_inherit" href="/2024/11/23/world/climate-talks-forge-deal-money-after-bitter-fight/" aria-label="Climate talks forge a deal on money after a bitter fight"><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:20px"><div id="" class="image | relative margin_left_16 margin_bottom_10 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fes1K9XS6w6c"><img id="img-f0fes1K9XS6w6c-image" alt="Mukhtar Babayev, COP29 president, (right) embraced Simon Stiell, United Nations climate chief, after reaching a deal for money to curb climate change at the COP29 UN Climate Summit." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/GFABN6WCOUNMIBM6URU2J6YJZQ.jpg?auth=18bf43f580a001bb9773859961ee2fd8dd7dafa83cce13dfa1c5940e2fe46f4f&width=480&height=319&focal=1589,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/GFABN6WCOUNMIBM6URU2J6YJZQ.jpg?auth=18bf43f580a001bb9773859961ee2fd8dd7dafa83cce13dfa1c5940e2fe46f4f&width=1440&height=959&focal=1589,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/GFABN6WCOUNMIBM6URU2J6YJZQ.jpg?auth=18bf43f580a001bb9773859961ee2fd8dd7dafa83cce13dfa1c5940e2fe46f4f&width=1280&height=853&focal=1589,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/GFABN6WCOUNMIBM6URU2J6YJZQ.jpg?auth=18bf43f580a001bb9773859961ee2fd8dd7dafa83cce13dfa1c5940e2fe46f4f&width=1024&height=682&focal=1589,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/GFABN6WCOUNMIBM6URU2J6YJZQ.jpg?auth=18bf43f580a001bb9773859961ee2fd8dd7dafa83cce13dfa1c5940e2fe46f4f&width=820&height=546&focal=1589,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/GFABN6WCOUNMIBM6URU2J6YJZQ.jpg?auth=18bf43f580a001bb9773859961ee2fd8dd7dafa83cce13dfa1c5940e2fe46f4f&width=600&height=399&focal=1589,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/GFABN6WCOUNMIBM6URU2J6YJZQ.jpg?auth=18bf43f580a001bb9773859961ee2fd8dd7dafa83cce13dfa1c5940e2fe46f4f&width=420&height=279&focal=1589,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/GFABN6WCOUNMIBM6URU2J6YJZQ.jpg?auth=18bf43f580a001bb9773859961ee2fd8dd7dafa83cce13dfa1c5940e2fe46f4f&width=240&height=159&focal=1589,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/GFABN6WCOUNMIBM6URU2J6YJZQ.jpg?auth=18bf43f580a001bb9773859961ee2fd8dd7dafa83cce13dfa1c5940e2fe46f4f&width=1440&height=959&focal=1589,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/GFABN6WCOUNMIBM6URU2J6YJZQ.jpg?auth=18bf43f580a001bb9773859961ee2fd8dd7dafa83cce13dfa1c5940e2fe46f4f&width=1440&height=959&focal=1589,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/GFABN6WCOUNMIBM6URU2J6YJZQ.jpg?auth=18bf43f580a001bb9773859961ee2fd8dd7dafa83cce13dfa1c5940e2fe46f4f&width=1280&height=853&focal=1589,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/GFABN6WCOUNMIBM6URU2J6YJZQ.jpg?auth=18bf43f580a001bb9773859961ee2fd8dd7dafa83cce13dfa1c5940e2fe46f4f&width=1024&height=682&focal=1589,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/GFABN6WCOUNMIBM6URU2J6YJZQ.jpg?auth=18bf43f580a001bb9773859961ee2fd8dd7dafa83cce13dfa1c5940e2fe46f4f&width=820&height=546&focal=1589,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/GFABN6WCOUNMIBM6URU2J6YJZQ.jpg?auth=18bf43f580a001bb9773859961ee2fd8dd7dafa83cce13dfa1c5940e2fe46f4f&width=600&height=399&focal=1589,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/GFABN6WCOUNMIBM6URU2J6YJZQ.jpg?auth=18bf43f580a001bb9773859961ee2fd8dd7dafa83cce13dfa1c5940e2fe46f4f&width=420&height=279&focal=1589,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/GFABN6WCOUNMIBM6URU2J6YJZQ.jpg?auth=18bf43f580a001bb9773859961ee2fd8dd7dafa83cce13dfa1c5940e2fe46f4f&width=240&height=159&focal=1589,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="headline-f0fes1K9XS6w6c">Climate talks forge a deal on money after a bitter fight</span><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fes1K9XS6w6c" class="display_block">Negotiators at this year’s United Nations climate summit struck an agreement to triple the flow of money to help developing countries adopt cleaner energy and cope with the effects of climate change.<!-- --> </span></div></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-4 desktop-4 tablet-4 grid padding_horizontal width_full"><div class="card | inline_block img_r padding_null margin_top margin_left margin_right margin_bottom width_full i_h_d-hw"><a class="card color_inherit" href="/2024/11/23/world/55-days-into-hunger-strike-activists-mother-says-she-wont-back-down/" aria-label="55 days into hunger strike, activist’s mother says she ‘won’t back down’"><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:20px"><div id="" class="image | relative margin_left_16 margin_bottom_10 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fYUlsXmkTu79J"><img id="img-f0fYUlsXmkTu79J-image" alt="Laila Soueif, mother of jailed pro-democracy activist Alaa Abdel-Fattah, during a 2022 interview." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KNW6BXHLBW2Z6SFS6IJXDGYKGU.jpg?auth=fa31d0f2c4542864c7932b9463bfa1641c7903956acc93c8027a118e5bfc82df&width=480&height=319&focal=2528,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KNW6BXHLBW2Z6SFS6IJXDGYKGU.jpg?auth=fa31d0f2c4542864c7932b9463bfa1641c7903956acc93c8027a118e5bfc82df&width=1440&height=959&focal=2528,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KNW6BXHLBW2Z6SFS6IJXDGYKGU.jpg?auth=fa31d0f2c4542864c7932b9463bfa1641c7903956acc93c8027a118e5bfc82df&width=1280&height=853&focal=2528,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KNW6BXHLBW2Z6SFS6IJXDGYKGU.jpg?auth=fa31d0f2c4542864c7932b9463bfa1641c7903956acc93c8027a118e5bfc82df&width=1024&height=682&focal=2528,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KNW6BXHLBW2Z6SFS6IJXDGYKGU.jpg?auth=fa31d0f2c4542864c7932b9463bfa1641c7903956acc93c8027a118e5bfc82df&width=820&height=546&focal=2528,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KNW6BXHLBW2Z6SFS6IJXDGYKGU.jpg?auth=fa31d0f2c4542864c7932b9463bfa1641c7903956acc93c8027a118e5bfc82df&width=600&height=399&focal=2528,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KNW6BXHLBW2Z6SFS6IJXDGYKGU.jpg?auth=fa31d0f2c4542864c7932b9463bfa1641c7903956acc93c8027a118e5bfc82df&width=420&height=279&focal=2528,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KNW6BXHLBW2Z6SFS6IJXDGYKGU.jpg?auth=fa31d0f2c4542864c7932b9463bfa1641c7903956acc93c8027a118e5bfc82df&width=240&height=159&focal=2528,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KNW6BXHLBW2Z6SFS6IJXDGYKGU.jpg?auth=fa31d0f2c4542864c7932b9463bfa1641c7903956acc93c8027a118e5bfc82df&width=1440&height=959&focal=2528,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KNW6BXHLBW2Z6SFS6IJXDGYKGU.jpg?auth=fa31d0f2c4542864c7932b9463bfa1641c7903956acc93c8027a118e5bfc82df&width=1440&height=959&focal=2528,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KNW6BXHLBW2Z6SFS6IJXDGYKGU.jpg?auth=fa31d0f2c4542864c7932b9463bfa1641c7903956acc93c8027a118e5bfc82df&width=1280&height=853&focal=2528,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KNW6BXHLBW2Z6SFS6IJXDGYKGU.jpg?auth=fa31d0f2c4542864c7932b9463bfa1641c7903956acc93c8027a118e5bfc82df&width=1024&height=682&focal=2528,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KNW6BXHLBW2Z6SFS6IJXDGYKGU.jpg?auth=fa31d0f2c4542864c7932b9463bfa1641c7903956acc93c8027a118e5bfc82df&width=820&height=546&focal=2528,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KNW6BXHLBW2Z6SFS6IJXDGYKGU.jpg?auth=fa31d0f2c4542864c7932b9463bfa1641c7903956acc93c8027a118e5bfc82df&width=600&height=399&focal=2528,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KNW6BXHLBW2Z6SFS6IJXDGYKGU.jpg?auth=fa31d0f2c4542864c7932b9463bfa1641c7903956acc93c8027a118e5bfc82df&width=420&height=279&focal=2528,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/KNW6BXHLBW2Z6SFS6IJXDGYKGU.jpg?auth=fa31d0f2c4542864c7932b9463bfa1641c7903956acc93c8027a118e5bfc82df&width=240&height=159&focal=2528,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="headline-f0fYUlsXmkTu79J">55 days into hunger strike, activist’s mother says she ‘won’t back down’</span><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fYUlsXmkTu79J" class="display_block">After a few days without food, the hunger stops. The body, while weak, “learns how to just function.” That is how Laila Soueif, an Egyptian mathematician and professor, describes her hunger strike, which reached 55 days Saturday.<!-- --> </span></div></h2></div></a></div></div><span class="spacer | display_block width_full" style="margin-bottom:8px;margin-top:nullpx"></span><span class="spacer | display_block width_full" style="margin-bottom:8px;margin-top:nullpx"></span></div></section><section id="hp-middle-rail" class="hp | middle-rail col grid inline_block mobile_12 desktop-4 ws-3"><div id="c0fTE2ujMlF4aNg" class="chain | align_items_start default grid width_full"><div id="sticky_container" class="sticky_container | align_items_start flex justify_center padding_vertical_16 width_full"><div class="sticky_box | sticky--tablet top_4rem width_full"><div class="arc_ad | background_transparent border_box border_none container color_gray column text_align_center width_full margin_none ad_position_ad_sectfront1" id="ad_position_sticky_ad_sectfront1"><div id="bg_homepage_ad_sectfront1"></div></div></div></div></div></section><section id="hp-lower-fw" class="hp | lower-fw col grid width_full"><span class="spacer | display_block width_full" style="margin-bottom:16px;margin-top:nullpx"></span></section><section id="hp-lower-main" class="hp | lower-main align_items_start col grid mobile_12 desktop-8 ws-9"><div id="c0fLUNo5DYa06wW" class="chain | align_items_start col ws-12 desktop-12 tablet-12 default grid width_full"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 align_items_center flex " style="line-height:1.55"><h4 class="title | background_main bold color_main font_primary uppercase font_size_14 padding_right ">Recommended reads</h4><div class="bar | border_foreground border_top border_half flex_2 height_1"></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-8 desktop-12 tablet-12 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h_d"><a class="card color_inherit" href="/2024/11/18/metro/migrants-immigration-chile-haiti-massachusetts/" aria-label="Here’s why many Haitians are migrating from Chile to Massachusetts. ‘The country wasn’t prepared to respond.’"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0f0AccasHD95Ap"><img id="img-f0f0AccasHD95Ap-image" alt="Inés Fuentes Arenas, a Chilean community leader, reached out to embrace a young boy in the "Nuevo Amanecer" encampment, located in the Cerrillos district of Santiago, Chile." class="height_a width_full invisible width_full" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/B5E2HXUBRWNZ2HN6BF75JVMKFI.JPG?auth=4b30903e931b34f4f7e6b1146bcf70e7acd72803ae913701949e1d9efd1d56d0&width=1440&focal=1750,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/B5E2HXUBRWNZ2HN6BF75JVMKFI.JPG?auth=4b30903e931b34f4f7e6b1146bcf70e7acd72803ae913701949e1d9efd1d56d0&width=1440&focal=1750,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/B5E2HXUBRWNZ2HN6BF75JVMKFI.JPG?auth=4b30903e931b34f4f7e6b1146bcf70e7acd72803ae913701949e1d9efd1d56d0&width=1440&focal=1750,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/B5E2HXUBRWNZ2HN6BF75JVMKFI.JPG?auth=4b30903e931b34f4f7e6b1146bcf70e7acd72803ae913701949e1d9efd1d56d0&width=1440&focal=1750,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/B5E2HXUBRWNZ2HN6BF75JVMKFI.JPG?auth=4b30903e931b34f4f7e6b1146bcf70e7acd72803ae913701949e1d9efd1d56d0&width=1440&focal=1750,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/B5E2HXUBRWNZ2HN6BF75JVMKFI.JPG?auth=4b30903e931b34f4f7e6b1146bcf70e7acd72803ae913701949e1d9efd1d56d0&width=1440&focal=1750,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/B5E2HXUBRWNZ2HN6BF75JVMKFI.JPG?auth=4b30903e931b34f4f7e6b1146bcf70e7acd72803ae913701949e1d9efd1d56d0&width=1440&focal=1750,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/B5E2HXUBRWNZ2HN6BF75JVMKFI.JPG?auth=4b30903e931b34f4f7e6b1146bcf70e7acd72803ae913701949e1d9efd1d56d0&width=1440&focal=1750,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/B5E2HXUBRWNZ2HN6BF75JVMKFI.JPG?auth=4b30903e931b34f4f7e6b1146bcf70e7acd72803ae913701949e1d9efd1d56d0&width=1440&focal=1750,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/B5E2HXUBRWNZ2HN6BF75JVMKFI.JPG?auth=4b30903e931b34f4f7e6b1146bcf70e7acd72803ae913701949e1d9efd1d56d0&width=1440&focal=1750,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/B5E2HXUBRWNZ2HN6BF75JVMKFI.JPG?auth=4b30903e931b34f4f7e6b1146bcf70e7acd72803ae913701949e1d9efd1d56d0&width=1440&focal=1750,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/B5E2HXUBRWNZ2HN6BF75JVMKFI.JPG?auth=4b30903e931b34f4f7e6b1146bcf70e7acd72803ae913701949e1d9efd1d56d0&width=1440&focal=1750,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/B5E2HXUBRWNZ2HN6BF75JVMKFI.JPG?auth=4b30903e931b34f4f7e6b1146bcf70e7acd72803ae913701949e1d9efd1d56d0&width=1440&focal=1750,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/B5E2HXUBRWNZ2HN6BF75JVMKFI.JPG?auth=4b30903e931b34f4f7e6b1146bcf70e7acd72803ae913701949e1d9efd1d56d0&width=1440&focal=1750,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/B5E2HXUBRWNZ2HN6BF75JVMKFI.JPG?auth=4b30903e931b34f4f7e6b1146bcf70e7acd72803ae913701949e1d9efd1d56d0&width=1440&focal=1750,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/B5E2HXUBRWNZ2HN6BF75JVMKFI.JPG?auth=4b30903e931b34f4f7e6b1146bcf70e7acd72803ae913701949e1d9efd1d56d0&width=1440&focal=1750,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="overline-f0f0AccasHD95Ap" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">North toward hope</span><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:28px"><span id="headline-f0f0AccasHD95Ap">Here’s why many Haitians are migrating from Chile to Massachusetts. ‘The country wasn’t prepared to respond.’</span></h2><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0f0AccasHD95Ap" class="display_block">Migrants, both recent arrivals and many who’ve been in Chile longer, find themselves on the fringes of society, with scant opportunity for economic mobility.<!-- --> </span></div></div></a></div></div><div class="s_c_f | align_items_start col ws-4 desktop-12 tablet-12 grid width_full" style="margin-top:undefinedpx"><div class="container | align_items_start inline_block col ws-12 desktop-4 tablet-4 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block img_r padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h_d-hw"><a class="card color_inherit" href="/2024/11/20/metro/transgender-athletes-seth-moulton/" aria-label="Do trans female athletes competing in girls’ and women’s sports have a competitive edge? Here’s what the science says."><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:18px"><div id="" class="image | relative margin_left_16 margin_bottom_10 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fgsGrWCh4T17b-undefined-0"><img id="img-f0fgsGrWCh4T17b-undefined-0-image" alt="A 12-year-old transgender girl who is a competitive swimmer seen at a pool in Utah in Feb. 2021." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ZIE5JF547TWPG2XOKMFF2352AE.jpg?auth=aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b&width=1440&height=810&focal=2608,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ZIE5JF547TWPG2XOKMFF2352AE.jpg?auth=aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b&width=1440&height=810&focal=2608,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ZIE5JF547TWPG2XOKMFF2352AE.jpg?auth=aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b&width=1280&height=720&focal=2608,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ZIE5JF547TWPG2XOKMFF2352AE.jpg?auth=aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b&width=1024&height=576&focal=2608,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ZIE5JF547TWPG2XOKMFF2352AE.jpg?auth=aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b&width=820&height=461&focal=2608,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ZIE5JF547TWPG2XOKMFF2352AE.jpg?auth=aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b&width=600&height=337&focal=2608,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ZIE5JF547TWPG2XOKMFF2352AE.jpg?auth=aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b&width=420&height=236&focal=2608,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ZIE5JF547TWPG2XOKMFF2352AE.jpg?auth=aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b&width=240&height=135&focal=2608,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ZIE5JF547TWPG2XOKMFF2352AE.jpg?auth=aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b&width=1440&height=810&focal=2608,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ZIE5JF547TWPG2XOKMFF2352AE.jpg?auth=aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b&width=1440&height=810&focal=2608,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ZIE5JF547TWPG2XOKMFF2352AE.jpg?auth=aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b&width=1280&height=720&focal=2608,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ZIE5JF547TWPG2XOKMFF2352AE.jpg?auth=aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b&width=1024&height=576&focal=2608,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ZIE5JF547TWPG2XOKMFF2352AE.jpg?auth=aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b&width=820&height=461&focal=2608,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ZIE5JF547TWPG2XOKMFF2352AE.jpg?auth=aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b&width=600&height=337&focal=2608,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ZIE5JF547TWPG2XOKMFF2352AE.jpg?auth=aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b&width=420&height=236&focal=2608,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ZIE5JF547TWPG2XOKMFF2352AE.jpg?auth=aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b&width=240&height=135&focal=2608,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="headline-f0fgsGrWCh4T17b-undefined-0">Do trans female athletes competing in girls’ and women’s sports have a competitive edge? Here’s what the science says.</span><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fgsGrWCh4T17b-undefined-0" class="display_block">Just 0.5 percent of the US population is estimated to be transgender and a fraction of that fraction is believed to play competitive sports.<!-- --> </span></div></h2></div></a></div></div></div><div class="container | align_items_start inline_block col ws-12 desktop-4 tablet-4 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block img_r padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h_d-hw"><a class="card color_inherit" href="/2024/11/23/business/healey-health-insurance-reform-retailers/" aria-label="Healey makes health insurance reform promise to Mass. retailers group"><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:18px"><span id="overline-f0fgsGrWCh4T17b-undefined-1" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">BOLD TYPES</span><div id="" class="image | relative margin_left_16 margin_bottom_10 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fgsGrWCh4T17b-undefined-1"><img id="img-f0fgsGrWCh4T17b-undefined-1-image" alt="Governor Maura Healey, accompanied by Lieutenant Governor Kim Driscoll, right, in November 2024." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/U6KX2FNZHQEZYGSMAC57A5JANA.jpg?auth=c328eac9022a43c848b595e1f27c99d939fb9b3fcb44691b984e8253652d9339&width=1440&height=810&focal=3878,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/U6KX2FNZHQEZYGSMAC57A5JANA.jpg?auth=c328eac9022a43c848b595e1f27c99d939fb9b3fcb44691b984e8253652d9339&width=1440&height=810&focal=3878,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/U6KX2FNZHQEZYGSMAC57A5JANA.jpg?auth=c328eac9022a43c848b595e1f27c99d939fb9b3fcb44691b984e8253652d9339&width=1280&height=720&focal=3878,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/U6KX2FNZHQEZYGSMAC57A5JANA.jpg?auth=c328eac9022a43c848b595e1f27c99d939fb9b3fcb44691b984e8253652d9339&width=1024&height=576&focal=3878,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/U6KX2FNZHQEZYGSMAC57A5JANA.jpg?auth=c328eac9022a43c848b595e1f27c99d939fb9b3fcb44691b984e8253652d9339&width=820&height=461&focal=3878,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/U6KX2FNZHQEZYGSMAC57A5JANA.jpg?auth=c328eac9022a43c848b595e1f27c99d939fb9b3fcb44691b984e8253652d9339&width=600&height=337&focal=3878,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/U6KX2FNZHQEZYGSMAC57A5JANA.jpg?auth=c328eac9022a43c848b595e1f27c99d939fb9b3fcb44691b984e8253652d9339&width=420&height=236&focal=3878,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/U6KX2FNZHQEZYGSMAC57A5JANA.jpg?auth=c328eac9022a43c848b595e1f27c99d939fb9b3fcb44691b984e8253652d9339&width=240&height=135&focal=3878,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/U6KX2FNZHQEZYGSMAC57A5JANA.jpg?auth=c328eac9022a43c848b595e1f27c99d939fb9b3fcb44691b984e8253652d9339&width=1440&height=810&focal=3878,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/U6KX2FNZHQEZYGSMAC57A5JANA.jpg?auth=c328eac9022a43c848b595e1f27c99d939fb9b3fcb44691b984e8253652d9339&width=1440&height=810&focal=3878,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/U6KX2FNZHQEZYGSMAC57A5JANA.jpg?auth=c328eac9022a43c848b595e1f27c99d939fb9b3fcb44691b984e8253652d9339&width=1280&height=720&focal=3878,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/U6KX2FNZHQEZYGSMAC57A5JANA.jpg?auth=c328eac9022a43c848b595e1f27c99d939fb9b3fcb44691b984e8253652d9339&width=1024&height=576&focal=3878,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/U6KX2FNZHQEZYGSMAC57A5JANA.jpg?auth=c328eac9022a43c848b595e1f27c99d939fb9b3fcb44691b984e8253652d9339&width=820&height=461&focal=3878,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/U6KX2FNZHQEZYGSMAC57A5JANA.jpg?auth=c328eac9022a43c848b595e1f27c99d939fb9b3fcb44691b984e8253652d9339&width=600&height=337&focal=3878,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/U6KX2FNZHQEZYGSMAC57A5JANA.jpg?auth=c328eac9022a43c848b595e1f27c99d939fb9b3fcb44691b984e8253652d9339&width=420&height=236&focal=3878,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/U6KX2FNZHQEZYGSMAC57A5JANA.jpg?auth=c328eac9022a43c848b595e1f27c99d939fb9b3fcb44691b984e8253652d9339&width=240&height=135&focal=3878,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="headline-f0fgsGrWCh4T17b-undefined-1">Healey makes health insurance reform promise to Mass. retailers group</span><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fgsGrWCh4T17b-undefined-1" class="display_block">At the Retailers Association of Massachusetts annual meeting, Gov. Healey said she wants to help curb the maddening increases in health insurance costs.<!-- --> </span></div></h2></div></a></div></div></div><div class="container | align_items_start inline_block col ws-12 desktop-4 tablet-4 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block img_r padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h_d-hw"><a class="card color_inherit" href="/2024/11/23/sports/geno-auriemma-uconn-huskies-womens-basketball-ncaa/" aria-label="Geno Auriemma’s legacy is much more than wins at UConn — it’s in leading the impressive growth of the sport of women’s basketball"><div><h2 class="headline | bold border_box font_secondary margin_bottom" style="font-size:18px"><span id="overline-f0fgsGrWCh4T17b-undefined-2" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">Tara Sullivan</span><div id="" class="image | relative margin_left_16 margin_bottom_10 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fgsGrWCh4T17b-undefined-2"><img id="img-f0fgsGrWCh4T17b-undefined-2-image" alt="UConn women's coach Geno Auriemma was joined by 60 former and current players after setting the record for most wins in college basketball history." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5O5I3453OWPS723WXGQ5QPOB5E.jpg?auth=617f3d4a44be4462cac876585ebab9e1179c280bbfe47c318ca29f65797d3b97&width=1440&height=810&focal=2700,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5O5I3453OWPS723WXGQ5QPOB5E.jpg?auth=617f3d4a44be4462cac876585ebab9e1179c280bbfe47c318ca29f65797d3b97&width=1440&height=810&focal=2700,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5O5I3453OWPS723WXGQ5QPOB5E.jpg?auth=617f3d4a44be4462cac876585ebab9e1179c280bbfe47c318ca29f65797d3b97&width=1280&height=720&focal=2700,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5O5I3453OWPS723WXGQ5QPOB5E.jpg?auth=617f3d4a44be4462cac876585ebab9e1179c280bbfe47c318ca29f65797d3b97&width=1024&height=576&focal=2700,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5O5I3453OWPS723WXGQ5QPOB5E.jpg?auth=617f3d4a44be4462cac876585ebab9e1179c280bbfe47c318ca29f65797d3b97&width=820&height=461&focal=2700,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5O5I3453OWPS723WXGQ5QPOB5E.jpg?auth=617f3d4a44be4462cac876585ebab9e1179c280bbfe47c318ca29f65797d3b97&width=600&height=337&focal=2700,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5O5I3453OWPS723WXGQ5QPOB5E.jpg?auth=617f3d4a44be4462cac876585ebab9e1179c280bbfe47c318ca29f65797d3b97&width=420&height=236&focal=2700,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5O5I3453OWPS723WXGQ5QPOB5E.jpg?auth=617f3d4a44be4462cac876585ebab9e1179c280bbfe47c318ca29f65797d3b97&width=240&height=135&focal=2700,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5O5I3453OWPS723WXGQ5QPOB5E.jpg?auth=617f3d4a44be4462cac876585ebab9e1179c280bbfe47c318ca29f65797d3b97&width=1440&height=810&focal=2700,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5O5I3453OWPS723WXGQ5QPOB5E.jpg?auth=617f3d4a44be4462cac876585ebab9e1179c280bbfe47c318ca29f65797d3b97&width=1440&height=810&focal=2700,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5O5I3453OWPS723WXGQ5QPOB5E.jpg?auth=617f3d4a44be4462cac876585ebab9e1179c280bbfe47c318ca29f65797d3b97&width=1280&height=720&focal=2700,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5O5I3453OWPS723WXGQ5QPOB5E.jpg?auth=617f3d4a44be4462cac876585ebab9e1179c280bbfe47c318ca29f65797d3b97&width=1024&height=576&focal=2700,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5O5I3453OWPS723WXGQ5QPOB5E.jpg?auth=617f3d4a44be4462cac876585ebab9e1179c280bbfe47c318ca29f65797d3b97&width=820&height=461&focal=2700,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5O5I3453OWPS723WXGQ5QPOB5E.jpg?auth=617f3d4a44be4462cac876585ebab9e1179c280bbfe47c318ca29f65797d3b97&width=600&height=337&focal=2700,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5O5I3453OWPS723WXGQ5QPOB5E.jpg?auth=617f3d4a44be4462cac876585ebab9e1179c280bbfe47c318ca29f65797d3b97&width=420&height=236&focal=2700,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/5O5I3453OWPS723WXGQ5QPOB5E.jpg?auth=617f3d4a44be4462cac876585ebab9e1179c280bbfe47c318ca29f65797d3b97&width=240&height=135&focal=2700,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="headline-f0fgsGrWCh4T17b-undefined-2">Geno Auriemma’s legacy is much more than wins at UConn — it’s in leading the impressive growth of the sport of women’s basketball</span><div class="deck | border_box inline_block font_tertiary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fgsGrWCh4T17b-undefined-2" class="display_block">The 70-year-old coach found purpose and value in not just building a product from the ground up, but in continuing to add layers to the same foundation.<!-- --> </span></div></h2></div></a></div></div></div></div></div><span class="spacer | display_block width_full" style="margin-bottom:16px;margin-top:0px"></span></section><section id="hp-lower-rail" class="hp | lower-rail col grid inline_block mobile_12 desktop-4 ws-3"></section><section id="hp-basement-1-fw" class="hp | basement-1-fw col grid width_full"><div id="c0fQBkavNRZd6Bf" class="chain | align_items_start default grid width_full"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 align_items_center flex " style="line-height:1.55"><h4 class="title | background_main bold color_main font_primary uppercase font_size_14 padding_right ">Culture & Lifestyle</h4><div class="bar | border_foreground border_top border_half flex_2 height_1"></div></div><div class="s_c_f | align_items_start grid width_full" style="margin-top:undefinedpx"><div class="container | align_items_start inline_block col ws-3 desktop-3 tablet-3 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/21/arts/harvard-art-museums-exhibition-about-germany-since-1980/" aria-label="Seeing the US in Germany’s mirror"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fEmbr3vkJD5HX-QPLVWO4DT5AAHPT54VKF4I4KME-0"><img id="img-f0fEmbr3vkJD5HX-QPLVWO4DT5AAHPT54VKF4I4KME-0-image" alt="Corinne Wasmuht, "50 U Heinrich-Heine-Str.," 2009." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=720&height=405&focal=1200,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=1440&height=810&focal=1200,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=1280&height=720&focal=1200,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=1024&height=576&focal=1200,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=820&height=461&focal=1200,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=600&height=337&focal=1200,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=420&height=236&focal=1200,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=240&height=135&focal=1200,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=1440&height=810&focal=1200,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=1440&height=810&focal=1200,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=1280&height=720&focal=1200,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=1024&height=576&focal=1200,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=820&height=461&focal=1200,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=600&height=337&focal=1200,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=420&height=236&focal=1200,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=240&height=135&focal=1200,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fEmbr3vkJD5HX-QPLVWO4DT5AAHPT54VKF4I4KME-0">Seeing the US in Germany’s mirror</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block col ws-3 desktop-3 tablet-3 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/21/arts/best-christmas-movies-to-watch/" aria-label="Grab your hot cocoa: These holiday movies deliver sweet romance"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fEmbr3vkJD5HX-WDVJE5AQUFCSLG2H7NCQNISCRE-1"><img id="img-f0fEmbr3vkJD5HX-WDVJE5AQUFCSLG2H7NCQNISCRE-1-image" alt="Britt Robertson as Ashley and Chad Michael Murray as Luke in "The Merry Gentlemen."" class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RJLJH6HO5VBGXMCELVEFFRNZXI.jpg?auth=9e8d4b46b7300a292b517f300678dce9fe533a900b1036480acc63944ef7ec48&width=720&height=405&focal=3600,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RJLJH6HO5VBGXMCELVEFFRNZXI.jpg?auth=9e8d4b46b7300a292b517f300678dce9fe533a900b1036480acc63944ef7ec48&width=1440&height=810&focal=3600,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RJLJH6HO5VBGXMCELVEFFRNZXI.jpg?auth=9e8d4b46b7300a292b517f300678dce9fe533a900b1036480acc63944ef7ec48&width=1280&height=720&focal=3600,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RJLJH6HO5VBGXMCELVEFFRNZXI.jpg?auth=9e8d4b46b7300a292b517f300678dce9fe533a900b1036480acc63944ef7ec48&width=1024&height=576&focal=3600,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RJLJH6HO5VBGXMCELVEFFRNZXI.jpg?auth=9e8d4b46b7300a292b517f300678dce9fe533a900b1036480acc63944ef7ec48&width=820&height=461&focal=3600,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RJLJH6HO5VBGXMCELVEFFRNZXI.jpg?auth=9e8d4b46b7300a292b517f300678dce9fe533a900b1036480acc63944ef7ec48&width=600&height=337&focal=3600,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RJLJH6HO5VBGXMCELVEFFRNZXI.jpg?auth=9e8d4b46b7300a292b517f300678dce9fe533a900b1036480acc63944ef7ec48&width=420&height=236&focal=3600,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RJLJH6HO5VBGXMCELVEFFRNZXI.jpg?auth=9e8d4b46b7300a292b517f300678dce9fe533a900b1036480acc63944ef7ec48&width=240&height=135&focal=3600,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RJLJH6HO5VBGXMCELVEFFRNZXI.jpg?auth=9e8d4b46b7300a292b517f300678dce9fe533a900b1036480acc63944ef7ec48&width=1440&height=810&focal=3600,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RJLJH6HO5VBGXMCELVEFFRNZXI.jpg?auth=9e8d4b46b7300a292b517f300678dce9fe533a900b1036480acc63944ef7ec48&width=1440&height=810&focal=3600,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RJLJH6HO5VBGXMCELVEFFRNZXI.jpg?auth=9e8d4b46b7300a292b517f300678dce9fe533a900b1036480acc63944ef7ec48&width=1280&height=720&focal=3600,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RJLJH6HO5VBGXMCELVEFFRNZXI.jpg?auth=9e8d4b46b7300a292b517f300678dce9fe533a900b1036480acc63944ef7ec48&width=1024&height=576&focal=3600,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RJLJH6HO5VBGXMCELVEFFRNZXI.jpg?auth=9e8d4b46b7300a292b517f300678dce9fe533a900b1036480acc63944ef7ec48&width=820&height=461&focal=3600,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RJLJH6HO5VBGXMCELVEFFRNZXI.jpg?auth=9e8d4b46b7300a292b517f300678dce9fe533a900b1036480acc63944ef7ec48&width=600&height=337&focal=3600,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RJLJH6HO5VBGXMCELVEFFRNZXI.jpg?auth=9e8d4b46b7300a292b517f300678dce9fe533a900b1036480acc63944ef7ec48&width=420&height=236&focal=3600,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RJLJH6HO5VBGXMCELVEFFRNZXI.jpg?auth=9e8d4b46b7300a292b517f300678dce9fe533a900b1036480acc63944ef7ec48&width=240&height=135&focal=3600,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fEmbr3vkJD5HX-WDVJE5AQUFCSLG2H7NCQNISCRE-1">Grab your hot cocoa: These holiday movies deliver sweet romance</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block col ws-3 desktop-3 tablet-3 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/21/arts/rita-horror-movie-jayro-bustamante/" aria-label="With ‘Rita,’ filmmaker Jayro Bustamante tells a different kind of horror story "><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fEmbr3vkJD5HX-2K7OVE36L5COZGGTJMDVFJUR4Q-2"><img id="img-f0fEmbr3vkJD5HX-2K7OVE36L5COZGGTJMDVFJUR4Q-2-image" alt="Giuliana Santa Cruz in Jayro Bustamante's "Rita."" class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/OC3WZEDNMBDTBHMIA5WT5NC5NE.jpg?auth=fb18eae3668e70b7fd33ac15afdc24d9761b50162a99be49386e12c480a8d53c&width=720&height=405&focal=2120,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/OC3WZEDNMBDTBHMIA5WT5NC5NE.jpg?auth=fb18eae3668e70b7fd33ac15afdc24d9761b50162a99be49386e12c480a8d53c&width=1440&height=810&focal=2120,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/OC3WZEDNMBDTBHMIA5WT5NC5NE.jpg?auth=fb18eae3668e70b7fd33ac15afdc24d9761b50162a99be49386e12c480a8d53c&width=1280&height=720&focal=2120,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/OC3WZEDNMBDTBHMIA5WT5NC5NE.jpg?auth=fb18eae3668e70b7fd33ac15afdc24d9761b50162a99be49386e12c480a8d53c&width=1024&height=576&focal=2120,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/OC3WZEDNMBDTBHMIA5WT5NC5NE.jpg?auth=fb18eae3668e70b7fd33ac15afdc24d9761b50162a99be49386e12c480a8d53c&width=820&height=461&focal=2120,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/OC3WZEDNMBDTBHMIA5WT5NC5NE.jpg?auth=fb18eae3668e70b7fd33ac15afdc24d9761b50162a99be49386e12c480a8d53c&width=600&height=337&focal=2120,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/OC3WZEDNMBDTBHMIA5WT5NC5NE.jpg?auth=fb18eae3668e70b7fd33ac15afdc24d9761b50162a99be49386e12c480a8d53c&width=420&height=236&focal=2120,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/OC3WZEDNMBDTBHMIA5WT5NC5NE.jpg?auth=fb18eae3668e70b7fd33ac15afdc24d9761b50162a99be49386e12c480a8d53c&width=240&height=135&focal=2120,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/OC3WZEDNMBDTBHMIA5WT5NC5NE.jpg?auth=fb18eae3668e70b7fd33ac15afdc24d9761b50162a99be49386e12c480a8d53c&width=1440&height=810&focal=2120,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/OC3WZEDNMBDTBHMIA5WT5NC5NE.jpg?auth=fb18eae3668e70b7fd33ac15afdc24d9761b50162a99be49386e12c480a8d53c&width=1440&height=810&focal=2120,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/OC3WZEDNMBDTBHMIA5WT5NC5NE.jpg?auth=fb18eae3668e70b7fd33ac15afdc24d9761b50162a99be49386e12c480a8d53c&width=1280&height=720&focal=2120,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/OC3WZEDNMBDTBHMIA5WT5NC5NE.jpg?auth=fb18eae3668e70b7fd33ac15afdc24d9761b50162a99be49386e12c480a8d53c&width=1024&height=576&focal=2120,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/OC3WZEDNMBDTBHMIA5WT5NC5NE.jpg?auth=fb18eae3668e70b7fd33ac15afdc24d9761b50162a99be49386e12c480a8d53c&width=820&height=461&focal=2120,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/OC3WZEDNMBDTBHMIA5WT5NC5NE.jpg?auth=fb18eae3668e70b7fd33ac15afdc24d9761b50162a99be49386e12c480a8d53c&width=600&height=337&focal=2120,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/OC3WZEDNMBDTBHMIA5WT5NC5NE.jpg?auth=fb18eae3668e70b7fd33ac15afdc24d9761b50162a99be49386e12c480a8d53c&width=420&height=236&focal=2120,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/OC3WZEDNMBDTBHMIA5WT5NC5NE.jpg?auth=fb18eae3668e70b7fd33ac15afdc24d9761b50162a99be49386e12c480a8d53c&width=240&height=135&focal=2120,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fEmbr3vkJD5HX-2K7OVE36L5COZGGTJMDVFJUR4Q-2">With ‘Rita,’ filmmaker Jayro Bustamante tells a different kind of horror story </span></h2></div></a></div></div></div><div class="container | align_items_start inline_block col ws-3 desktop-3 tablet-3 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/21/arts/life-dances-on-robert-frank-in-dialogue-museum-of-modern-art/" aria-label="MoMA looks at Robert Frank’s six decades of photography and filmmaking after ‘The Americans’"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fEmbr3vkJD5HX-ITXRMBSXWNFYPOGOXGT3PFWN3E-3"><img id="img-f0fEmbr3vkJD5HX-ITXRMBSXWNFYPOGOXGT3PFWN3E-3-image" alt="Robert Frank as seen in footage from "Robert Frank's Scrapbook Footage."" class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/F3DQ4UHIT5GOPHAEKE342K7KLM.jpg?auth=f840cb3c871d33dcda29eb37da9bb870fd3aea1c6a9dbaaa0583c5a2025ede46&width=720&height=405&focal=1000,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/F3DQ4UHIT5GOPHAEKE342K7KLM.jpg?auth=f840cb3c871d33dcda29eb37da9bb870fd3aea1c6a9dbaaa0583c5a2025ede46&width=1440&height=810&focal=1000,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/F3DQ4UHIT5GOPHAEKE342K7KLM.jpg?auth=f840cb3c871d33dcda29eb37da9bb870fd3aea1c6a9dbaaa0583c5a2025ede46&width=1280&height=720&focal=1000,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/F3DQ4UHIT5GOPHAEKE342K7KLM.jpg?auth=f840cb3c871d33dcda29eb37da9bb870fd3aea1c6a9dbaaa0583c5a2025ede46&width=1024&height=576&focal=1000,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/F3DQ4UHIT5GOPHAEKE342K7KLM.jpg?auth=f840cb3c871d33dcda29eb37da9bb870fd3aea1c6a9dbaaa0583c5a2025ede46&width=820&height=461&focal=1000,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/F3DQ4UHIT5GOPHAEKE342K7KLM.jpg?auth=f840cb3c871d33dcda29eb37da9bb870fd3aea1c6a9dbaaa0583c5a2025ede46&width=600&height=337&focal=1000,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/F3DQ4UHIT5GOPHAEKE342K7KLM.jpg?auth=f840cb3c871d33dcda29eb37da9bb870fd3aea1c6a9dbaaa0583c5a2025ede46&width=420&height=236&focal=1000,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/F3DQ4UHIT5GOPHAEKE342K7KLM.jpg?auth=f840cb3c871d33dcda29eb37da9bb870fd3aea1c6a9dbaaa0583c5a2025ede46&width=240&height=135&focal=1000,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/F3DQ4UHIT5GOPHAEKE342K7KLM.jpg?auth=f840cb3c871d33dcda29eb37da9bb870fd3aea1c6a9dbaaa0583c5a2025ede46&width=1440&height=810&focal=1000,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/F3DQ4UHIT5GOPHAEKE342K7KLM.jpg?auth=f840cb3c871d33dcda29eb37da9bb870fd3aea1c6a9dbaaa0583c5a2025ede46&width=1440&height=810&focal=1000,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/F3DQ4UHIT5GOPHAEKE342K7KLM.jpg?auth=f840cb3c871d33dcda29eb37da9bb870fd3aea1c6a9dbaaa0583c5a2025ede46&width=1280&height=720&focal=1000,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/F3DQ4UHIT5GOPHAEKE342K7KLM.jpg?auth=f840cb3c871d33dcda29eb37da9bb870fd3aea1c6a9dbaaa0583c5a2025ede46&width=1024&height=576&focal=1000,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/F3DQ4UHIT5GOPHAEKE342K7KLM.jpg?auth=f840cb3c871d33dcda29eb37da9bb870fd3aea1c6a9dbaaa0583c5a2025ede46&width=820&height=461&focal=1000,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/F3DQ4UHIT5GOPHAEKE342K7KLM.jpg?auth=f840cb3c871d33dcda29eb37da9bb870fd3aea1c6a9dbaaa0583c5a2025ede46&width=600&height=337&focal=1000,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/F3DQ4UHIT5GOPHAEKE342K7KLM.jpg?auth=f840cb3c871d33dcda29eb37da9bb870fd3aea1c6a9dbaaa0583c5a2025ede46&width=420&height=236&focal=1000,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/F3DQ4UHIT5GOPHAEKE342K7KLM.jpg?auth=f840cb3c871d33dcda29eb37da9bb870fd3aea1c6a9dbaaa0583c5a2025ede46&width=240&height=135&focal=1000,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fEmbr3vkJD5HX-ITXRMBSXWNFYPOGOXGT3PFWN3E-3">MoMA looks at Robert Frank’s six decades of photography and filmmaking after ‘The Americans’</span></h2></div></a></div></div></div></div></div><div id="c0fuGrP9EtDS7FM" class="chain | align_items_start default grid width_full"><span class="spacer | display_block width_full" style="margin-bottom:48px;margin-top:undefinedpx"></span><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 align_items_center flex " style="line-height:1.55"><h4 class="title | background_main bold color_main font_primary uppercase font_size_14 padding_right ">Special Projects</h4><div class="bar | border_foreground border_top border_half flex_2 height_1"></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-3 desktop-3 tablet-3 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h_d"><a class="card color_inherit" href="https://apps.bostonglobe.com/metro/2024/06/busing-in-boston/home/" aria-label="Broken Promises, Unfulfilled Hope"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fkMDFEJ4uZ2lG-11-1-2"><img id="img-f0fkMDFEJ4uZ2lG-11-1-2-image" alt="Seventh-graders at the Curley School on the first day of school in 1975. (Ulrike Welsch/Globe staff)" class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E3FAFP5SAZFFXPPPJBH2BWJ7KU.jpg?auth=391c12e426bfb642ee811a803e66df372105a3363c9f5a87b31ee694b453094a&width=360&height=239&focal=1418,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E3FAFP5SAZFFXPPPJBH2BWJ7KU.jpg?auth=391c12e426bfb642ee811a803e66df372105a3363c9f5a87b31ee694b453094a&width=1440&height=959&focal=1418,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E3FAFP5SAZFFXPPPJBH2BWJ7KU.jpg?auth=391c12e426bfb642ee811a803e66df372105a3363c9f5a87b31ee694b453094a&width=1280&height=853&focal=1418,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E3FAFP5SAZFFXPPPJBH2BWJ7KU.jpg?auth=391c12e426bfb642ee811a803e66df372105a3363c9f5a87b31ee694b453094a&width=1024&height=682&focal=1418,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E3FAFP5SAZFFXPPPJBH2BWJ7KU.jpg?auth=391c12e426bfb642ee811a803e66df372105a3363c9f5a87b31ee694b453094a&width=820&height=546&focal=1418,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E3FAFP5SAZFFXPPPJBH2BWJ7KU.jpg?auth=391c12e426bfb642ee811a803e66df372105a3363c9f5a87b31ee694b453094a&width=600&height=399&focal=1418,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E3FAFP5SAZFFXPPPJBH2BWJ7KU.jpg?auth=391c12e426bfb642ee811a803e66df372105a3363c9f5a87b31ee694b453094a&width=420&height=279&focal=1418,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E3FAFP5SAZFFXPPPJBH2BWJ7KU.jpg?auth=391c12e426bfb642ee811a803e66df372105a3363c9f5a87b31ee694b453094a&width=240&height=159&focal=1418,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E3FAFP5SAZFFXPPPJBH2BWJ7KU.jpg?auth=391c12e426bfb642ee811a803e66df372105a3363c9f5a87b31ee694b453094a&width=1440&height=959&focal=1418,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E3FAFP5SAZFFXPPPJBH2BWJ7KU.jpg?auth=391c12e426bfb642ee811a803e66df372105a3363c9f5a87b31ee694b453094a&width=1440&height=959&focal=1418,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E3FAFP5SAZFFXPPPJBH2BWJ7KU.jpg?auth=391c12e426bfb642ee811a803e66df372105a3363c9f5a87b31ee694b453094a&width=1280&height=853&focal=1418,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E3FAFP5SAZFFXPPPJBH2BWJ7KU.jpg?auth=391c12e426bfb642ee811a803e66df372105a3363c9f5a87b31ee694b453094a&width=1024&height=682&focal=1418,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E3FAFP5SAZFFXPPPJBH2BWJ7KU.jpg?auth=391c12e426bfb642ee811a803e66df372105a3363c9f5a87b31ee694b453094a&width=820&height=546&focal=1418,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E3FAFP5SAZFFXPPPJBH2BWJ7KU.jpg?auth=391c12e426bfb642ee811a803e66df372105a3363c9f5a87b31ee694b453094a&width=600&height=399&focal=1418,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E3FAFP5SAZFFXPPPJBH2BWJ7KU.jpg?auth=391c12e426bfb642ee811a803e66df372105a3363c9f5a87b31ee694b453094a&width=420&height=279&focal=1418,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/E3FAFP5SAZFFXPPPJBH2BWJ7KU.jpg?auth=391c12e426bfb642ee811a803e66df372105a3363c9f5a87b31ee694b453094a&width=240&height=159&focal=1418,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="color:#111;font-size:16px"><span id="headline-f0fkMDFEJ4uZ2lG-11-1-2">Broken Promises, Unfulfilled Hope</span></h2><div class="deck | border_box inline_block font_primary padding_bottom" style="color:#222;font-size:14px;line-height:1.3"><span id="deck-f0fkMDFEJ4uZ2lG-11-1-2" class="display_block">The Boston Globe explores the legacy of Boston’s busing era.<!-- --> </span></div></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-3 desktop-3 tablet-3 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h_d"><a class="card color_inherit" href="https://apps.bostonglobe.com/metro/investigations/spotlight/2024/09/steward-hospitals/" aria-label="A Globe Spotlight Team report on Steward Health Care"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fjMkdUJ4uZ29O-11-1-3"><img id="img-f0fjMkdUJ4uZ29O-11-1-3-image" alt="An Ambulance passed Glenwood Regional Medical Center in West Monroe, La." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/BJEJI3QQKRQBRXBZCOULBNJ7SM.JPG?auth=493da9bfcb6069fb2ddfdd05559d079b62f3a151041c8b62e07ce79d2f2ac77e&width=360&height=239&focal=2846,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/BJEJI3QQKRQBRXBZCOULBNJ7SM.JPG?auth=493da9bfcb6069fb2ddfdd05559d079b62f3a151041c8b62e07ce79d2f2ac77e&width=1440&height=959&focal=2846,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/BJEJI3QQKRQBRXBZCOULBNJ7SM.JPG?auth=493da9bfcb6069fb2ddfdd05559d079b62f3a151041c8b62e07ce79d2f2ac77e&width=1280&height=853&focal=2846,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/BJEJI3QQKRQBRXBZCOULBNJ7SM.JPG?auth=493da9bfcb6069fb2ddfdd05559d079b62f3a151041c8b62e07ce79d2f2ac77e&width=1024&height=682&focal=2846,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/BJEJI3QQKRQBRXBZCOULBNJ7SM.JPG?auth=493da9bfcb6069fb2ddfdd05559d079b62f3a151041c8b62e07ce79d2f2ac77e&width=820&height=546&focal=2846,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/BJEJI3QQKRQBRXBZCOULBNJ7SM.JPG?auth=493da9bfcb6069fb2ddfdd05559d079b62f3a151041c8b62e07ce79d2f2ac77e&width=600&height=399&focal=2846,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/BJEJI3QQKRQBRXBZCOULBNJ7SM.JPG?auth=493da9bfcb6069fb2ddfdd05559d079b62f3a151041c8b62e07ce79d2f2ac77e&width=420&height=279&focal=2846,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/BJEJI3QQKRQBRXBZCOULBNJ7SM.JPG?auth=493da9bfcb6069fb2ddfdd05559d079b62f3a151041c8b62e07ce79d2f2ac77e&width=240&height=159&focal=2846,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/BJEJI3QQKRQBRXBZCOULBNJ7SM.JPG?auth=493da9bfcb6069fb2ddfdd05559d079b62f3a151041c8b62e07ce79d2f2ac77e&width=1440&height=959&focal=2846,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/BJEJI3QQKRQBRXBZCOULBNJ7SM.JPG?auth=493da9bfcb6069fb2ddfdd05559d079b62f3a151041c8b62e07ce79d2f2ac77e&width=1440&height=959&focal=2846,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/BJEJI3QQKRQBRXBZCOULBNJ7SM.JPG?auth=493da9bfcb6069fb2ddfdd05559d079b62f3a151041c8b62e07ce79d2f2ac77e&width=1280&height=853&focal=2846,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/BJEJI3QQKRQBRXBZCOULBNJ7SM.JPG?auth=493da9bfcb6069fb2ddfdd05559d079b62f3a151041c8b62e07ce79d2f2ac77e&width=1024&height=682&focal=2846,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/BJEJI3QQKRQBRXBZCOULBNJ7SM.JPG?auth=493da9bfcb6069fb2ddfdd05559d079b62f3a151041c8b62e07ce79d2f2ac77e&width=820&height=546&focal=2846,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/BJEJI3QQKRQBRXBZCOULBNJ7SM.JPG?auth=493da9bfcb6069fb2ddfdd05559d079b62f3a151041c8b62e07ce79d2f2ac77e&width=600&height=399&focal=2846,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/BJEJI3QQKRQBRXBZCOULBNJ7SM.JPG?auth=493da9bfcb6069fb2ddfdd05559d079b62f3a151041c8b62e07ce79d2f2ac77e&width=420&height=279&focal=2846,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/BJEJI3QQKRQBRXBZCOULBNJ7SM.JPG?auth=493da9bfcb6069fb2ddfdd05559d079b62f3a151041c8b62e07ce79d2f2ac77e&width=240&height=159&focal=2846,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="color:#111;font-size:16px"><span id="headline-f0fjMkdUJ4uZ29O-11-1-3">A Globe Spotlight Team report on Steward Health Care</span></h2><div class="deck | border_box inline_block font_primary padding_bottom" style="color:#222;font-size:14px;line-height:1.3"><span id="deck-f0fjMkdUJ4uZ29O-11-1-3" class="display_block">A Boston Globe Spotlight Team review found the Steward Health Care hospital system plagued by staggering neglect at the hands of executives.<!-- --> <span class="datetime | container"></span></span></div></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-3 desktop-3 tablet-3 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h_d"><a class="card color_inherit" href="https://apps.bostonglobe.com/magazine/2024/07/best-of-the-best/" aria-label="The Boston Globe’s Best of the Best"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0f0v0XJJ4uZ216-11-1-4"><img id="img-f0f0v0XJJ4uZ216-11-1-4-image" alt="best of best social share image" class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UA54UZEGABGDTG6ZNZKYCNQ4XE.jpg?auth=efdcb0a200167adc33f9c7deac8a063f35d6e9a84bcc4661cc1521455219fbf2&width=360&height=239&focal=453,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UA54UZEGABGDTG6ZNZKYCNQ4XE.jpg?auth=efdcb0a200167adc33f9c7deac8a063f35d6e9a84bcc4661cc1521455219fbf2&width=1440&height=959&focal=453,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UA54UZEGABGDTG6ZNZKYCNQ4XE.jpg?auth=efdcb0a200167adc33f9c7deac8a063f35d6e9a84bcc4661cc1521455219fbf2&width=1280&height=853&focal=453,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UA54UZEGABGDTG6ZNZKYCNQ4XE.jpg?auth=efdcb0a200167adc33f9c7deac8a063f35d6e9a84bcc4661cc1521455219fbf2&width=1024&height=682&focal=453,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UA54UZEGABGDTG6ZNZKYCNQ4XE.jpg?auth=efdcb0a200167adc33f9c7deac8a063f35d6e9a84bcc4661cc1521455219fbf2&width=820&height=546&focal=453,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UA54UZEGABGDTG6ZNZKYCNQ4XE.jpg?auth=efdcb0a200167adc33f9c7deac8a063f35d6e9a84bcc4661cc1521455219fbf2&width=600&height=399&focal=453,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UA54UZEGABGDTG6ZNZKYCNQ4XE.jpg?auth=efdcb0a200167adc33f9c7deac8a063f35d6e9a84bcc4661cc1521455219fbf2&width=420&height=279&focal=453,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UA54UZEGABGDTG6ZNZKYCNQ4XE.jpg?auth=efdcb0a200167adc33f9c7deac8a063f35d6e9a84bcc4661cc1521455219fbf2&width=240&height=159&focal=453,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UA54UZEGABGDTG6ZNZKYCNQ4XE.jpg?auth=efdcb0a200167adc33f9c7deac8a063f35d6e9a84bcc4661cc1521455219fbf2&width=1440&height=959&focal=453,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UA54UZEGABGDTG6ZNZKYCNQ4XE.jpg?auth=efdcb0a200167adc33f9c7deac8a063f35d6e9a84bcc4661cc1521455219fbf2&width=1440&height=959&focal=453,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UA54UZEGABGDTG6ZNZKYCNQ4XE.jpg?auth=efdcb0a200167adc33f9c7deac8a063f35d6e9a84bcc4661cc1521455219fbf2&width=1280&height=853&focal=453,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UA54UZEGABGDTG6ZNZKYCNQ4XE.jpg?auth=efdcb0a200167adc33f9c7deac8a063f35d6e9a84bcc4661cc1521455219fbf2&width=1024&height=682&focal=453,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UA54UZEGABGDTG6ZNZKYCNQ4XE.jpg?auth=efdcb0a200167adc33f9c7deac8a063f35d6e9a84bcc4661cc1521455219fbf2&width=820&height=546&focal=453,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UA54UZEGABGDTG6ZNZKYCNQ4XE.jpg?auth=efdcb0a200167adc33f9c7deac8a063f35d6e9a84bcc4661cc1521455219fbf2&width=600&height=399&focal=453,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UA54UZEGABGDTG6ZNZKYCNQ4XE.jpg?auth=efdcb0a200167adc33f9c7deac8a063f35d6e9a84bcc4661cc1521455219fbf2&width=420&height=279&focal=453,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UA54UZEGABGDTG6ZNZKYCNQ4XE.jpg?auth=efdcb0a200167adc33f9c7deac8a063f35d6e9a84bcc4661cc1521455219fbf2&width=240&height=159&focal=453,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="color:#111;font-size:16px"><span id="headline-f0f0v0XJJ4uZ216-11-1-4">The Boston Globe’s Best of the Best</span></h2><div class="deck | border_box inline_block font_primary padding_bottom" style="color:#222;font-size:14px;line-height:1.3"><span id="deck-f0f0v0XJJ4uZ216-11-1-4" class="display_block">Our ultimate guide to more than 200 winners for Boston's best food, drinks, and fun things to do.<!-- --> <span class="datetime | container"></span></span></div></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-3 desktop-3 tablet-3 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h_d"><a class="card color_inherit" href="https://apps.bostonglobe.com/metro/investigations/2023/12/charles-stuart/" aria-label="Nightmare in Mission Hill"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fiUZ5PJ4uZ2fJ-11-1-5"><img id="img-f0fiUZ5PJ4uZ2fJ-11-1-5-image" alt="stuart landing page illustration" class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TCQ75OD6DVA7XDNUXKLVYYNZQQ.jpg?auth=0448eff82e8a21eb46445ba5be627669b51a35a067b951e3ead5e8e77c801c6b&width=360&height=239&focal=1925,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TCQ75OD6DVA7XDNUXKLVYYNZQQ.jpg?auth=0448eff82e8a21eb46445ba5be627669b51a35a067b951e3ead5e8e77c801c6b&width=1440&height=959&focal=1925,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TCQ75OD6DVA7XDNUXKLVYYNZQQ.jpg?auth=0448eff82e8a21eb46445ba5be627669b51a35a067b951e3ead5e8e77c801c6b&width=1280&height=853&focal=1925,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TCQ75OD6DVA7XDNUXKLVYYNZQQ.jpg?auth=0448eff82e8a21eb46445ba5be627669b51a35a067b951e3ead5e8e77c801c6b&width=1024&height=682&focal=1925,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TCQ75OD6DVA7XDNUXKLVYYNZQQ.jpg?auth=0448eff82e8a21eb46445ba5be627669b51a35a067b951e3ead5e8e77c801c6b&width=820&height=546&focal=1925,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TCQ75OD6DVA7XDNUXKLVYYNZQQ.jpg?auth=0448eff82e8a21eb46445ba5be627669b51a35a067b951e3ead5e8e77c801c6b&width=600&height=399&focal=1925,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TCQ75OD6DVA7XDNUXKLVYYNZQQ.jpg?auth=0448eff82e8a21eb46445ba5be627669b51a35a067b951e3ead5e8e77c801c6b&width=420&height=279&focal=1925,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TCQ75OD6DVA7XDNUXKLVYYNZQQ.jpg?auth=0448eff82e8a21eb46445ba5be627669b51a35a067b951e3ead5e8e77c801c6b&width=240&height=159&focal=1925,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TCQ75OD6DVA7XDNUXKLVYYNZQQ.jpg?auth=0448eff82e8a21eb46445ba5be627669b51a35a067b951e3ead5e8e77c801c6b&width=1440&height=959&focal=1925,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TCQ75OD6DVA7XDNUXKLVYYNZQQ.jpg?auth=0448eff82e8a21eb46445ba5be627669b51a35a067b951e3ead5e8e77c801c6b&width=1440&height=959&focal=1925,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TCQ75OD6DVA7XDNUXKLVYYNZQQ.jpg?auth=0448eff82e8a21eb46445ba5be627669b51a35a067b951e3ead5e8e77c801c6b&width=1280&height=853&focal=1925,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TCQ75OD6DVA7XDNUXKLVYYNZQQ.jpg?auth=0448eff82e8a21eb46445ba5be627669b51a35a067b951e3ead5e8e77c801c6b&width=1024&height=682&focal=1925,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TCQ75OD6DVA7XDNUXKLVYYNZQQ.jpg?auth=0448eff82e8a21eb46445ba5be627669b51a35a067b951e3ead5e8e77c801c6b&width=820&height=546&focal=1925,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TCQ75OD6DVA7XDNUXKLVYYNZQQ.jpg?auth=0448eff82e8a21eb46445ba5be627669b51a35a067b951e3ead5e8e77c801c6b&width=600&height=399&focal=1925,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TCQ75OD6DVA7XDNUXKLVYYNZQQ.jpg?auth=0448eff82e8a21eb46445ba5be627669b51a35a067b951e3ead5e8e77c801c6b&width=420&height=279&focal=1925,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TCQ75OD6DVA7XDNUXKLVYYNZQQ.jpg?auth=0448eff82e8a21eb46445ba5be627669b51a35a067b951e3ead5e8e77c801c6b&width=240&height=159&focal=1925,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="color:#111;font-size:16px"><span id="headline-f0fiUZ5PJ4uZ2fJ-11-1-5">Nightmare in Mission Hill</span></h2><div class="deck | border_box inline_block font_primary padding_bottom" style="color:#222;font-size:14px;line-height:1.3"><span id="deck-f0fiUZ5PJ4uZ2fJ-11-1-5" class="display_block">The story of how a murder in Mission Hill — the Carol Stuart shooting — terrorized and wounded a community of innocent people.<!-- --> <span class="datetime | container"></span></span></div></div></a></div></div><span class="spacer | display_block width_full" style="margin-bottom:36px;margin-top:nullpx"></span></div><div class="subscribe | border_bottom border_top border_1 font_primary margin_vertical_32 padding_vertical_24 width_full"><div class="border_box padding text_align_center width_full"><span class="bold color_gray font_secondary font_size_20 display_block--mobile">Support Real Journalism</span><span class="color_gray font_primary padding_top--mobile display_block--mobile"> Subscribe to the Globe for just 99 cents</span></div><div class="border_box padding text_align_center width_full"><button class="background_blue bold border_blue border_solid border_1 border_round_3 color_white font_primary font_size_16 flex_1 padding_horizontal_32 padding_vertical pointer width_75--mobile">Subscribe Now</button></div></div><span class="spacer | display_block width_full" style="margin-bottom:32px;margin-top:undefinedpx"></span><div class="sponsored_content_ads | margin_vertical_16 margin_bottom_32--mobile width_full"><div class="title_bar | border_box container inline_block margin_top padding_horizontal padding_bottom_16 relative width_full"><div class="absolute background_main padding_horizontal"><h4 class="title | background_orange_light bold color_white font_primary font_size_14 padding_horizontal padding_2 uppercase">FROM OUR PARTNERS</h4></div><p class="absolute_right background_main font_primary font_size_12 padding_horizontal_16 hidden--mobile">product by Studio/B.<!-- --> <span class="tooltip bold inline_block relative">What is this?<span class="tooltiptext absolute background_main border_1 border_solid border_round_3 color_main font_weight_initial foreground_far padding">This content was produced by Boston Globe Media's<!-- --> <a href="https://sponsored.bostonglobe.com/studiob/home/">Studio/B</a> <!-- -->in collaboration with the advertiser. The news and editorial departments of the Boston Globe had no role in its production or display.</span></span></p><div class="bar | border_bottom border_1 height_1 margin_top"></div></div><div class="bgbrandlab-belt-wrapper"><div class="bgbrandlab-belt"></div><div class="brandlab-data | flex flex_wrap align_items_start width_full"><div class="ad | border_box border_1 border_bottom--mobile padding_horizontal_16 width_full width_half--tablet width_qtr--desktop" id="ad_brandLabBeltA"><div class="arc_ad | background_transparent border_box border_none container color_gray column text_align_center width_full ad_position_ad_brandlabbelta" id="ad_position_ad_brandlabbelta"><div id="ad_brandlabbelta"></div></div></div><div class="ad | border_box border_1 border_bottom--mobile padding_horizontal_16 width_full width_half--tablet width_qtr--desktop" id="ad_brandLabBeltB"><div class="arc_ad | background_transparent border_box border_none container color_gray column text_align_center width_full ad_position_ad_brandlabbeltb" id="ad_position_ad_brandlabbeltb"><div id="ad_brandlabbeltb"></div></div></div><div class="ad | border_box border_1 border_bottom--mobile padding_horizontal_16 width_full width_half--tablet width_qtr--desktop" id="ad_brandLabBeltC"><div class="arc_ad | background_transparent border_box border_none container color_gray column text_align_center width_full ad_position_ad_brandlabbeltc" id="ad_position_ad_brandlabbeltc"><div id="ad_brandlabbeltc"></div></div></div><div class="ad | border_box border_1 border_bottom--mobile padding_horizontal_16 width_full width_half--tablet width_qtr--desktop" id="ad_brandLabBeltD"><div class="arc_ad | background_transparent border_box border_none container color_gray column text_align_center width_full ad_position_ad_brandlabbeltd" id="ad_position_ad_brandlabbeltd"><div id="ad_brandlabbeltd"></div></div></div></div><p class="absolute_right background_main font_primary font_size_12 padding_horizontal_16 padding_top hidden--tablet">product by BG BRANDLAB. <span class="tooltip bold inline_block relative">What is this?<span class="tooltiptext absolute background_main border_1 border_solid border_round_3 color_main font_weight_initial foreground_far padding">This content was produced by Boston Globe Media's<!-- --> <a href="https://sponsored.bostonglobe.com/studiob/home/">Studio/B</a> <!-- -->in collaboration with the advertiser. The news and editorial departments of the Boston Globe had no role in its production or display.</span></span></p></div></div><span class="spacer | display_block width_full" style="margin-bottom:32px;margin-top:undefinedpx"></span><div id="0fpe0Y4FqrD" class="chain | align_items_start default grid width_full"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 large container inline_block relative"><h4 class="title | absolute background_main bold border_right border_blue color_main font_primary padding_right uppercase" style="font-size:18px;line-height:17px;padding-top:2px">Opinion, ideas, and commentary</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:8.5px"></div></div><span class="spacer | display_block width_full" style="margin-bottom:8px;margin-top:undefinedpx"></span><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-2 desktop-2 tablet-4 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h"><a class="card color_inherit" href="/2024/11/25/opinion/jake-auchincloss-reject-robert-kennedy-health-secretary/" aria-label="Senate must reject Kennedy as health secretary"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fCeSJZN7A72fq-11-6-1"><img id="img-f0fCeSJZN7A72fq-11-6-1-image" alt="Robert F. Kennedy Jr. speaks at a rally against vaccine and mask rules in Washington in 2022." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NFSB6YEPYMAH6GEZCPRED7VEAU.jpg?auth=a4440c256f48f4dce28aba1458e980df9c5ab7838050f0017253225eb7b31fbe&width=240&height=159&focal=1650,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NFSB6YEPYMAH6GEZCPRED7VEAU.jpg?auth=a4440c256f48f4dce28aba1458e980df9c5ab7838050f0017253225eb7b31fbe&width=1440&height=959&focal=1650,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NFSB6YEPYMAH6GEZCPRED7VEAU.jpg?auth=a4440c256f48f4dce28aba1458e980df9c5ab7838050f0017253225eb7b31fbe&width=1280&height=853&focal=1650,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NFSB6YEPYMAH6GEZCPRED7VEAU.jpg?auth=a4440c256f48f4dce28aba1458e980df9c5ab7838050f0017253225eb7b31fbe&width=1024&height=682&focal=1650,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NFSB6YEPYMAH6GEZCPRED7VEAU.jpg?auth=a4440c256f48f4dce28aba1458e980df9c5ab7838050f0017253225eb7b31fbe&width=820&height=546&focal=1650,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NFSB6YEPYMAH6GEZCPRED7VEAU.jpg?auth=a4440c256f48f4dce28aba1458e980df9c5ab7838050f0017253225eb7b31fbe&width=600&height=399&focal=1650,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NFSB6YEPYMAH6GEZCPRED7VEAU.jpg?auth=a4440c256f48f4dce28aba1458e980df9c5ab7838050f0017253225eb7b31fbe&width=420&height=279&focal=1650,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NFSB6YEPYMAH6GEZCPRED7VEAU.jpg?auth=a4440c256f48f4dce28aba1458e980df9c5ab7838050f0017253225eb7b31fbe&width=240&height=159&focal=1650,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NFSB6YEPYMAH6GEZCPRED7VEAU.jpg?auth=a4440c256f48f4dce28aba1458e980df9c5ab7838050f0017253225eb7b31fbe&width=1440&height=959&focal=1650,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NFSB6YEPYMAH6GEZCPRED7VEAU.jpg?auth=a4440c256f48f4dce28aba1458e980df9c5ab7838050f0017253225eb7b31fbe&width=1440&height=959&focal=1650,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NFSB6YEPYMAH6GEZCPRED7VEAU.jpg?auth=a4440c256f48f4dce28aba1458e980df9c5ab7838050f0017253225eb7b31fbe&width=1280&height=853&focal=1650,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NFSB6YEPYMAH6GEZCPRED7VEAU.jpg?auth=a4440c256f48f4dce28aba1458e980df9c5ab7838050f0017253225eb7b31fbe&width=1024&height=682&focal=1650,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NFSB6YEPYMAH6GEZCPRED7VEAU.jpg?auth=a4440c256f48f4dce28aba1458e980df9c5ab7838050f0017253225eb7b31fbe&width=820&height=546&focal=1650,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NFSB6YEPYMAH6GEZCPRED7VEAU.jpg?auth=a4440c256f48f4dce28aba1458e980df9c5ab7838050f0017253225eb7b31fbe&width=600&height=399&focal=1650,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NFSB6YEPYMAH6GEZCPRED7VEAU.jpg?auth=a4440c256f48f4dce28aba1458e980df9c5ab7838050f0017253225eb7b31fbe&width=420&height=279&focal=1650,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NFSB6YEPYMAH6GEZCPRED7VEAU.jpg?auth=a4440c256f48f4dce28aba1458e980df9c5ab7838050f0017253225eb7b31fbe&width=240&height=159&focal=1650,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="overline-f0fCeSJZN7A72fq-11-6-1" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;color:#9b1417;font-size:12px;letter-spacing:.75px">Jake Auchincloss</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fCeSJZN7A72fq-11-6-1">Senate must reject Kennedy as health secretary</span></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-2 desktop-2 tablet-4 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h"><a class="card color_inherit" href="/2024/11/22/opinion/matt-siegel-kiss-108-radio-billy-costa-interview/" aria-label="Matty in the Morning, in his own words"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fHCBMs8LIM1kc-11-6-2"><img id="img-f0fHCBMs8LIM1kc-11-6-2-image" alt="Matt Siegel hosted the "Matty in the Morning" radio show on Kiss 108 for 41 years." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/XOUBAXG3CMI6TP66LM5D3BH6QU.jpg?auth=6698498bf3b8700cf1956a7ed241fe1da37a56b08f9de9260703d4add8283a4e&width=240&height=159&focal=1650,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/XOUBAXG3CMI6TP66LM5D3BH6QU.jpg?auth=6698498bf3b8700cf1956a7ed241fe1da37a56b08f9de9260703d4add8283a4e&width=1440&height=959&focal=1650,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/XOUBAXG3CMI6TP66LM5D3BH6QU.jpg?auth=6698498bf3b8700cf1956a7ed241fe1da37a56b08f9de9260703d4add8283a4e&width=1280&height=853&focal=1650,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/XOUBAXG3CMI6TP66LM5D3BH6QU.jpg?auth=6698498bf3b8700cf1956a7ed241fe1da37a56b08f9de9260703d4add8283a4e&width=1024&height=682&focal=1650,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/XOUBAXG3CMI6TP66LM5D3BH6QU.jpg?auth=6698498bf3b8700cf1956a7ed241fe1da37a56b08f9de9260703d4add8283a4e&width=820&height=546&focal=1650,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/XOUBAXG3CMI6TP66LM5D3BH6QU.jpg?auth=6698498bf3b8700cf1956a7ed241fe1da37a56b08f9de9260703d4add8283a4e&width=600&height=399&focal=1650,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/XOUBAXG3CMI6TP66LM5D3BH6QU.jpg?auth=6698498bf3b8700cf1956a7ed241fe1da37a56b08f9de9260703d4add8283a4e&width=420&height=279&focal=1650,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/XOUBAXG3CMI6TP66LM5D3BH6QU.jpg?auth=6698498bf3b8700cf1956a7ed241fe1da37a56b08f9de9260703d4add8283a4e&width=240&height=159&focal=1650,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/XOUBAXG3CMI6TP66LM5D3BH6QU.jpg?auth=6698498bf3b8700cf1956a7ed241fe1da37a56b08f9de9260703d4add8283a4e&width=1440&height=959&focal=1650,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/XOUBAXG3CMI6TP66LM5D3BH6QU.jpg?auth=6698498bf3b8700cf1956a7ed241fe1da37a56b08f9de9260703d4add8283a4e&width=1440&height=959&focal=1650,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/XOUBAXG3CMI6TP66LM5D3BH6QU.jpg?auth=6698498bf3b8700cf1956a7ed241fe1da37a56b08f9de9260703d4add8283a4e&width=1280&height=853&focal=1650,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/XOUBAXG3CMI6TP66LM5D3BH6QU.jpg?auth=6698498bf3b8700cf1956a7ed241fe1da37a56b08f9de9260703d4add8283a4e&width=1024&height=682&focal=1650,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/XOUBAXG3CMI6TP66LM5D3BH6QU.jpg?auth=6698498bf3b8700cf1956a7ed241fe1da37a56b08f9de9260703d4add8283a4e&width=820&height=546&focal=1650,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/XOUBAXG3CMI6TP66LM5D3BH6QU.jpg?auth=6698498bf3b8700cf1956a7ed241fe1da37a56b08f9de9260703d4add8283a4e&width=600&height=399&focal=1650,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/XOUBAXG3CMI6TP66LM5D3BH6QU.jpg?auth=6698498bf3b8700cf1956a7ed241fe1da37a56b08f9de9260703d4add8283a4e&width=420&height=279&focal=1650,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/XOUBAXG3CMI6TP66LM5D3BH6QU.jpg?auth=6698498bf3b8700cf1956a7ed241fe1da37a56b08f9de9260703d4add8283a4e&width=240&height=159&focal=1650,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="overline-f0fHCBMs8LIM1kc-11-6-2" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;color:#9b1417;font-size:12px;letter-spacing:.75px">RAMI ABOU-SABE</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fHCBMs8LIM1kc-11-6-2">Matty in the Morning, in his own words</span></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-2 desktop-2 tablet-4 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h"><a class="card color_inherit" href="/2024/11/19/opinion/veterinary-clinics-private-equity-elizabeth-warren/" aria-label="How a famous candy company is giving pet owners a stomachache"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fN43OiIqpD1L0-11-6-3"><img id="img-f0fN43OiIqpD1L0-11-6-3-image" alt="An increasing number of Americans have had to surrender their pets to animal shelters because they can’t afford veterinary care." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NMZRUQSCK5F4PJSR3SGE4FID4U.jpeg?auth=73745d272a95385ba708273db3e180d333c832bc730d6f4053b71a698601c0e4&width=240&height=159&focal=1200,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NMZRUQSCK5F4PJSR3SGE4FID4U.jpeg?auth=73745d272a95385ba708273db3e180d333c832bc730d6f4053b71a698601c0e4&width=1440&height=959&focal=1200,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NMZRUQSCK5F4PJSR3SGE4FID4U.jpeg?auth=73745d272a95385ba708273db3e180d333c832bc730d6f4053b71a698601c0e4&width=1280&height=853&focal=1200,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NMZRUQSCK5F4PJSR3SGE4FID4U.jpeg?auth=73745d272a95385ba708273db3e180d333c832bc730d6f4053b71a698601c0e4&width=1024&height=682&focal=1200,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NMZRUQSCK5F4PJSR3SGE4FID4U.jpeg?auth=73745d272a95385ba708273db3e180d333c832bc730d6f4053b71a698601c0e4&width=820&height=546&focal=1200,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NMZRUQSCK5F4PJSR3SGE4FID4U.jpeg?auth=73745d272a95385ba708273db3e180d333c832bc730d6f4053b71a698601c0e4&width=600&height=399&focal=1200,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NMZRUQSCK5F4PJSR3SGE4FID4U.jpeg?auth=73745d272a95385ba708273db3e180d333c832bc730d6f4053b71a698601c0e4&width=420&height=279&focal=1200,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NMZRUQSCK5F4PJSR3SGE4FID4U.jpeg?auth=73745d272a95385ba708273db3e180d333c832bc730d6f4053b71a698601c0e4&width=240&height=159&focal=1200,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NMZRUQSCK5F4PJSR3SGE4FID4U.jpeg?auth=73745d272a95385ba708273db3e180d333c832bc730d6f4053b71a698601c0e4&width=1440&height=959&focal=1200,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NMZRUQSCK5F4PJSR3SGE4FID4U.jpeg?auth=73745d272a95385ba708273db3e180d333c832bc730d6f4053b71a698601c0e4&width=1440&height=959&focal=1200,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NMZRUQSCK5F4PJSR3SGE4FID4U.jpeg?auth=73745d272a95385ba708273db3e180d333c832bc730d6f4053b71a698601c0e4&width=1280&height=853&focal=1200,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NMZRUQSCK5F4PJSR3SGE4FID4U.jpeg?auth=73745d272a95385ba708273db3e180d333c832bc730d6f4053b71a698601c0e4&width=1024&height=682&focal=1200,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NMZRUQSCK5F4PJSR3SGE4FID4U.jpeg?auth=73745d272a95385ba708273db3e180d333c832bc730d6f4053b71a698601c0e4&width=820&height=546&focal=1200,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NMZRUQSCK5F4PJSR3SGE4FID4U.jpeg?auth=73745d272a95385ba708273db3e180d333c832bc730d6f4053b71a698601c0e4&width=600&height=399&focal=1200,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NMZRUQSCK5F4PJSR3SGE4FID4U.jpeg?auth=73745d272a95385ba708273db3e180d333c832bc730d6f4053b71a698601c0e4&width=420&height=279&focal=1200,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NMZRUQSCK5F4PJSR3SGE4FID4U.jpeg?auth=73745d272a95385ba708273db3e180d333c832bc730d6f4053b71a698601c0e4&width=240&height=159&focal=1200,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="overline-f0fN43OiIqpD1L0-11-6-3" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;color:#9b1417;font-size:12px;letter-spacing:.75px">MARCELA GARCÍA</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fN43OiIqpD1L0-11-6-3">How a famous candy company is giving pet owners a stomachache</span></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-2 desktop-2 tablet-4 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h"><a class="card color_inherit" href="/2024/11/23/opinion/elon-musk-trump-ai-dangers/" aria-label="What if Elon Musk is our best hope for AI caution under Trump?"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fkIjqWN7A72gy-11-6-4"><img id="img-f0fkIjqWN7A72gy-11-6-4-image" alt="Elon Musk talked with President-elect Donald Trump before the launch of a SpaceX Starship rocket on Tuesday." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UIZPGRPZH64ICRV462XAVFLFJA.jpg?auth=fb69dacceaa4fada6d435d91ab147c95f6a1015ec80389cc02e46fdf389f2e37&width=240&height=159&focal=4128,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UIZPGRPZH64ICRV462XAVFLFJA.jpg?auth=fb69dacceaa4fada6d435d91ab147c95f6a1015ec80389cc02e46fdf389f2e37&width=1440&height=959&focal=4128,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UIZPGRPZH64ICRV462XAVFLFJA.jpg?auth=fb69dacceaa4fada6d435d91ab147c95f6a1015ec80389cc02e46fdf389f2e37&width=1280&height=853&focal=4128,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UIZPGRPZH64ICRV462XAVFLFJA.jpg?auth=fb69dacceaa4fada6d435d91ab147c95f6a1015ec80389cc02e46fdf389f2e37&width=1024&height=682&focal=4128,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UIZPGRPZH64ICRV462XAVFLFJA.jpg?auth=fb69dacceaa4fada6d435d91ab147c95f6a1015ec80389cc02e46fdf389f2e37&width=820&height=546&focal=4128,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UIZPGRPZH64ICRV462XAVFLFJA.jpg?auth=fb69dacceaa4fada6d435d91ab147c95f6a1015ec80389cc02e46fdf389f2e37&width=600&height=399&focal=4128,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UIZPGRPZH64ICRV462XAVFLFJA.jpg?auth=fb69dacceaa4fada6d435d91ab147c95f6a1015ec80389cc02e46fdf389f2e37&width=420&height=279&focal=4128,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UIZPGRPZH64ICRV462XAVFLFJA.jpg?auth=fb69dacceaa4fada6d435d91ab147c95f6a1015ec80389cc02e46fdf389f2e37&width=240&height=159&focal=4128,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UIZPGRPZH64ICRV462XAVFLFJA.jpg?auth=fb69dacceaa4fada6d435d91ab147c95f6a1015ec80389cc02e46fdf389f2e37&width=1440&height=959&focal=4128,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UIZPGRPZH64ICRV462XAVFLFJA.jpg?auth=fb69dacceaa4fada6d435d91ab147c95f6a1015ec80389cc02e46fdf389f2e37&width=1440&height=959&focal=4128,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UIZPGRPZH64ICRV462XAVFLFJA.jpg?auth=fb69dacceaa4fada6d435d91ab147c95f6a1015ec80389cc02e46fdf389f2e37&width=1280&height=853&focal=4128,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UIZPGRPZH64ICRV462XAVFLFJA.jpg?auth=fb69dacceaa4fada6d435d91ab147c95f6a1015ec80389cc02e46fdf389f2e37&width=1024&height=682&focal=4128,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UIZPGRPZH64ICRV462XAVFLFJA.jpg?auth=fb69dacceaa4fada6d435d91ab147c95f6a1015ec80389cc02e46fdf389f2e37&width=820&height=546&focal=4128,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UIZPGRPZH64ICRV462XAVFLFJA.jpg?auth=fb69dacceaa4fada6d435d91ab147c95f6a1015ec80389cc02e46fdf389f2e37&width=600&height=399&focal=4128,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UIZPGRPZH64ICRV462XAVFLFJA.jpg?auth=fb69dacceaa4fada6d435d91ab147c95f6a1015ec80389cc02e46fdf389f2e37&width=420&height=279&focal=4128,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UIZPGRPZH64ICRV462XAVFLFJA.jpg?auth=fb69dacceaa4fada6d435d91ab147c95f6a1015ec80389cc02e46fdf389f2e37&width=240&height=159&focal=4128,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="overline-f0fkIjqWN7A72gy-11-6-4" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;color:#9b1417;font-size:12px;letter-spacing:.75px">IDEAS | SCOTT KIRSNER</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fkIjqWN7A72gy-11-6-4">What if Elon Musk is our best hope for AI caution under Trump?</span></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-2 desktop-2 tablet-4 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h"><a class="card color_inherit" href="/2024/11/23/opinion/letters-to-the-editor-bernie-sanders-democrats-election-lessons/" aria-label="Bernie Sanders has some post-election words. So do voters."><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fLLhmGZGOM1PU-11-6-5"><img id="img-f0fLLhmGZGOM1PU-11-6-5-image" alt="Senator Bernie Sanders, Independent of Vermont, delivers remarks at NHTI Concord Community College in Concord, N.H., before President Joe Biden on Oct. 22. The visit was to highlight the Biden-Harris administration's goal of lowering the cost of prescription drugs." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3DVUS3QXZZCC3WBPXSOVMBVTH4.jpg?auth=95249164ff14d4ce86f2b73939f6a453a0523978bda389b99843a971d2837490&width=240&height=159&focal=2982,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3DVUS3QXZZCC3WBPXSOVMBVTH4.jpg?auth=95249164ff14d4ce86f2b73939f6a453a0523978bda389b99843a971d2837490&width=1440&height=959&focal=2982,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3DVUS3QXZZCC3WBPXSOVMBVTH4.jpg?auth=95249164ff14d4ce86f2b73939f6a453a0523978bda389b99843a971d2837490&width=1280&height=853&focal=2982,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3DVUS3QXZZCC3WBPXSOVMBVTH4.jpg?auth=95249164ff14d4ce86f2b73939f6a453a0523978bda389b99843a971d2837490&width=1024&height=682&focal=2982,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3DVUS3QXZZCC3WBPXSOVMBVTH4.jpg?auth=95249164ff14d4ce86f2b73939f6a453a0523978bda389b99843a971d2837490&width=820&height=546&focal=2982,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3DVUS3QXZZCC3WBPXSOVMBVTH4.jpg?auth=95249164ff14d4ce86f2b73939f6a453a0523978bda389b99843a971d2837490&width=600&height=399&focal=2982,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3DVUS3QXZZCC3WBPXSOVMBVTH4.jpg?auth=95249164ff14d4ce86f2b73939f6a453a0523978bda389b99843a971d2837490&width=420&height=279&focal=2982,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3DVUS3QXZZCC3WBPXSOVMBVTH4.jpg?auth=95249164ff14d4ce86f2b73939f6a453a0523978bda389b99843a971d2837490&width=240&height=159&focal=2982,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3DVUS3QXZZCC3WBPXSOVMBVTH4.jpg?auth=95249164ff14d4ce86f2b73939f6a453a0523978bda389b99843a971d2837490&width=1440&height=959&focal=2982,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3DVUS3QXZZCC3WBPXSOVMBVTH4.jpg?auth=95249164ff14d4ce86f2b73939f6a453a0523978bda389b99843a971d2837490&width=1440&height=959&focal=2982,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3DVUS3QXZZCC3WBPXSOVMBVTH4.jpg?auth=95249164ff14d4ce86f2b73939f6a453a0523978bda389b99843a971d2837490&width=1280&height=853&focal=2982,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3DVUS3QXZZCC3WBPXSOVMBVTH4.jpg?auth=95249164ff14d4ce86f2b73939f6a453a0523978bda389b99843a971d2837490&width=1024&height=682&focal=2982,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3DVUS3QXZZCC3WBPXSOVMBVTH4.jpg?auth=95249164ff14d4ce86f2b73939f6a453a0523978bda389b99843a971d2837490&width=820&height=546&focal=2982,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3DVUS3QXZZCC3WBPXSOVMBVTH4.jpg?auth=95249164ff14d4ce86f2b73939f6a453a0523978bda389b99843a971d2837490&width=600&height=399&focal=2982,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3DVUS3QXZZCC3WBPXSOVMBVTH4.jpg?auth=95249164ff14d4ce86f2b73939f6a453a0523978bda389b99843a971d2837490&width=420&height=279&focal=2982,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3DVUS3QXZZCC3WBPXSOVMBVTH4.jpg?auth=95249164ff14d4ce86f2b73939f6a453a0523978bda389b99843a971d2837490&width=240&height=159&focal=2982,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="overline-f0fLLhmGZGOM1PU-11-6-5" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;color:#9b1417;font-size:12px;letter-spacing:.75px">LETTERS</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fLLhmGZGOM1PU-11-6-5">Bernie Sanders has some post-election words. So do voters.</span></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-2 desktop-2 tablet-4 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h"><a class="card color_inherit" href="https://apps.bostonglobe.com/opinion/ideas/graphics/2024/02/reimagining-downtown-boston/" aria-label="Blueprints for a new downtown Boston"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fugqiGw9A72X4-11-6-6"><img id="img-f0fugqiGw9A72X4-11-6-6-image" alt="Heather Hopp-Bruce/Globe staff; Adobe" class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/354AD5XIQVAOXFRWX64LYZ66PU.jpg?auth=a13a1d77a7f5ec5ea9fb5f2fd03c33618f02e8d05a78c302df60ab666a3ac5db&width=240&height=159&focal=926,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/354AD5XIQVAOXFRWX64LYZ66PU.jpg?auth=a13a1d77a7f5ec5ea9fb5f2fd03c33618f02e8d05a78c302df60ab666a3ac5db&width=1440&height=959&focal=926,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/354AD5XIQVAOXFRWX64LYZ66PU.jpg?auth=a13a1d77a7f5ec5ea9fb5f2fd03c33618f02e8d05a78c302df60ab666a3ac5db&width=1280&height=853&focal=926,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/354AD5XIQVAOXFRWX64LYZ66PU.jpg?auth=a13a1d77a7f5ec5ea9fb5f2fd03c33618f02e8d05a78c302df60ab666a3ac5db&width=1024&height=682&focal=926,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/354AD5XIQVAOXFRWX64LYZ66PU.jpg?auth=a13a1d77a7f5ec5ea9fb5f2fd03c33618f02e8d05a78c302df60ab666a3ac5db&width=820&height=546&focal=926,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/354AD5XIQVAOXFRWX64LYZ66PU.jpg?auth=a13a1d77a7f5ec5ea9fb5f2fd03c33618f02e8d05a78c302df60ab666a3ac5db&width=600&height=399&focal=926,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/354AD5XIQVAOXFRWX64LYZ66PU.jpg?auth=a13a1d77a7f5ec5ea9fb5f2fd03c33618f02e8d05a78c302df60ab666a3ac5db&width=420&height=279&focal=926,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/354AD5XIQVAOXFRWX64LYZ66PU.jpg?auth=a13a1d77a7f5ec5ea9fb5f2fd03c33618f02e8d05a78c302df60ab666a3ac5db&width=240&height=159&focal=926,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/354AD5XIQVAOXFRWX64LYZ66PU.jpg?auth=a13a1d77a7f5ec5ea9fb5f2fd03c33618f02e8d05a78c302df60ab666a3ac5db&width=1440&height=959&focal=926,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/354AD5XIQVAOXFRWX64LYZ66PU.jpg?auth=a13a1d77a7f5ec5ea9fb5f2fd03c33618f02e8d05a78c302df60ab666a3ac5db&width=1440&height=959&focal=926,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/354AD5XIQVAOXFRWX64LYZ66PU.jpg?auth=a13a1d77a7f5ec5ea9fb5f2fd03c33618f02e8d05a78c302df60ab666a3ac5db&width=1280&height=853&focal=926,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/354AD5XIQVAOXFRWX64LYZ66PU.jpg?auth=a13a1d77a7f5ec5ea9fb5f2fd03c33618f02e8d05a78c302df60ab666a3ac5db&width=1024&height=682&focal=926,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/354AD5XIQVAOXFRWX64LYZ66PU.jpg?auth=a13a1d77a7f5ec5ea9fb5f2fd03c33618f02e8d05a78c302df60ab666a3ac5db&width=820&height=546&focal=926,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/354AD5XIQVAOXFRWX64LYZ66PU.jpg?auth=a13a1d77a7f5ec5ea9fb5f2fd03c33618f02e8d05a78c302df60ab666a3ac5db&width=600&height=399&focal=926,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/354AD5XIQVAOXFRWX64LYZ66PU.jpg?auth=a13a1d77a7f5ec5ea9fb5f2fd03c33618f02e8d05a78c302df60ab666a3ac5db&width=420&height=279&focal=926,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/354AD5XIQVAOXFRWX64LYZ66PU.jpg?auth=a13a1d77a7f5ec5ea9fb5f2fd03c33618f02e8d05a78c302df60ab666a3ac5db&width=240&height=159&focal=926,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="overline-f0fugqiGw9A72X4-11-6-6" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;color:#9b1417;font-size:12px;letter-spacing:.75px">IDEAS</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fugqiGw9A72X4-11-6-6">Blueprints for a new downtown Boston</span></h2></div></a></div></div></div><span class="spacer | display_block width_full" style="margin-bottom:48px;margin-top:undefinedpx"></span><div id="c0fDXiIvRxjTamV" class="chain | align_items_start default grid width_full"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 large container inline_block relative"><h4 class="title | absolute background_main bold border_right border_blue color_main font_primary padding_right uppercase" style="font-size:18px;line-height:17px;padding-top:2px">Metro</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:8.5px"></div></div><span class="spacer | display_block width_full" style="margin-bottom:8px;margin-top:undefinedpx"></span><div class="s_c_f | align_items_start grid width_full" style="margin-top:8px"><div class="container | align_items_start inline_block col ws-3 desktop-3 tablet-6 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full o_h_d"><a class="card color_inherit" href="/2024/11/24/metro/tommy-2-has-beautiful-smile/" aria-label="Tommy, 2, has a beautiful smile "><div><span id="overline-f0fWwQAru78f9Wv-TA4U3EXT4NDMTFQ2FNMJ56YE34-0" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">Sunday’s Child</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fWwQAru78f9Wv-TA4U3EXT4NDMTFQ2FNMJ56YE34-0">Tommy, 2, has a beautiful smile </span></h2><div class="deck | border_box inline_block font_primary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fWwQAru78f9Wv-TA4U3EXT4NDMTFQ2FNMJ56YE34-0" class="display_block">Sunday’s Child is a weekly column featuring a child currently in foster care awaiting adoption.<!-- --> </span></div></div></a></div></div></div><div class="container | align_items_start inline_block col ws-3 desktop-3 tablet-6 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full o_h_d"><a class="card color_inherit" href="/2024/11/22/metro/new-england-boston-forecast-rain/" aria-label="Weekend forecast: Sun shines through on Sunday for some dry weather"><div><span id="overline-f0fWwQAru78f9Wv-LF6RJJOA3RCALD3X5X5N3LFQEA-1" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">Forecast | Ken Mahan</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fWwQAru78f9Wv-LF6RJJOA3RCALD3X5X5N3LFQEA-1">Weekend forecast: Sun shines through on Sunday for some dry weather</span></h2><div class="deck | border_box inline_block font_primary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fWwQAru78f9Wv-LF6RJJOA3RCALD3X5X5N3LFQEA-1" class="display_block">High temperatures will top out in the low 50s on Sunday.<!-- --> </span></div></div></a></div></div></div><div class="container | align_items_start inline_block col ws-3 desktop-3 tablet-6 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full o_h_d"><a class="card color_inherit" href="/2024/11/24/metro/thanksgiving-forecast-new-england-noreaster/" aria-label="Potential Thanksgiving nor’easter looms for much of New England"><div><span id="overline-f0fWwQAru78f9Wv-BPNIA3UXJ5GV3KF335OV7WJQ4A-2" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">Forecast | Ken Mahan</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fWwQAru78f9Wv-BPNIA3UXJ5GV3KF335OV7WJQ4A-2">Potential Thanksgiving nor’easter looms for much of New England</span></h2><div class="deck | border_box inline_block font_primary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fWwQAru78f9Wv-BPNIA3UXJ5GV3KF335OV7WJQ4A-2" class="display_block">Timing of this storm is looking like late Thanksgiving night through much of Black Friday could get messy.<!-- --> </span></div></div></a></div></div></div><div class="container | align_items_start inline_block col ws-3 desktop-3 tablet-6 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full o_h_d"><a class="card color_inherit" href="/2024/11/23/metro/teachers-strikes-continue-beverly-marblehead/" aria-label="Teachers strikes continue in Beverly, Marblehead as Sunday deadline nears "><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fWwQAru78f9Wv-D6OSKZECV5B7ZLMEH3CZRDDCAA-3">Teachers strikes continue in Beverly, Marblehead as Sunday deadline nears </span></h2><div class="deck | border_box inline_block font_primary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fWwQAru78f9Wv-D6OSKZECV5B7ZLMEH3CZRDDCAA-3" class="display_block">Governor Maura Healey has urged the sides to strike a deal this weekend or develop plans to reopen schools so students can return to classes Monday while the talks continue.<!-- --> </span></div></div></a></div></div></div></div><span class="spacer | display_block width_full" style="margin-bottom:48px;margin-top:undefinedpx"></span></div><div class="arc_ad | background_transparent border_box border_none container color_gray column text_align_center width_full ad_position_ad_billboard2" id="ad_position_ad_billboard2"><div id="bg_homepage_ad_billboard2"></div></div></section><section id="hp-basement-1-main" class="hp | basement-1-main align_items_start col grid mobile_12 desktop-8 ws-9"><div id="c0fP6BOOkMRH7ob" class="chain | align_items_start default grid width_full"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 large container inline_block relative"><h4 class="title | absolute background_main bold border_right border_blue color_main font_primary padding_right uppercase" style="font-size:18px;line-height:17px;padding-top:2px">Sports</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:8.5px"></div></div><span class="spacer | display_block width_full" style="margin-bottom:8px;margin-top:undefinedpx"></span><div class="s_c_f | align_items_start grid width_full" style="margin-top:undefinedpx"><div class="container | align_items_start inline_block col ws-4 desktop-4 tablet-4 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h_d"><a class="card color_inherit" href="/2024/11/24/sports/island-cup-nantucket-marthas-vineyard-high-school-football-fenway-park/" aria-label="The Island Cup goes off-island: Storied rivalry between Nantucket and Martha’s Vineyard adds new chapter"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fKvKh4vt7VanJ-5ZAQEFYUHFGF3HQ4CAFYZIFHD4-0"><img id="img-f0fKvKh4vt7VanJ-5ZAQEFYUHFGF3HQ4CAFYZIFHD4-0-image" alt="For Martha's Vineyard, a 6-4 season can have a fantastic finish with a victory in the 2024 Island Cup, which will be played at Fenway Park on Tuesday." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=720&height=405&focal=1500,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=1440&height=810&focal=1500,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=1280&height=720&focal=1500,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=1024&height=576&focal=1500,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=820&height=461&focal=1500,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=600&height=337&focal=1500,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=420&height=236&focal=1500,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=240&height=135&focal=1500,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=1440&height=810&focal=1500,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=1440&height=810&focal=1500,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=1280&height=720&focal=1500,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=1024&height=576&focal=1500,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=820&height=461&focal=1500,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=600&height=337&focal=1500,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=420&height=236&focal=1500,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=240&height=135&focal=1500,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="overline-f0fKvKh4vt7VanJ-5ZAQEFYUHFGF3HQ4CAFYZIFHD4-0" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">high school football</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fKvKh4vt7VanJ-5ZAQEFYUHFGF3HQ4CAFYZIFHD4-0">The Island Cup goes off-island: Storied rivalry between Nantucket and Martha’s Vineyard adds new chapter</span></h2><div class="deck | border_box inline_block font_primary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fKvKh4vt7VanJ-5ZAQEFYUHFGF3HQ4CAFYZIFHD4-0" class="display_block">The schools will face off for the 75th time Tuesday at Fenway Park in a game that matters deeply to the dedicated islanders on both sides.<!-- --> </span></div></div></a></div></div></div><div class="container | align_items_start inline_block col ws-4 desktop-4 tablet-4 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h_d"><a class="card color_inherit" href="/2024/11/24/sports/umass-georgia-football/" aria-label="Coaching change led to ‘rough’ week but UMass puts up a fight with No. 8 Georgia"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fKvKh4vt7VanJ-DPC6WJM6JZB4FKSVEBW3JDDO5E-1"><img id="img-f0fKvKh4vt7VanJ-DPC6WJM6JZB4FKSVEBW3JDDO5E-1-image" alt="UMass wide receiver Sterling Galban (left) falls after making a catch during the first half." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UZXJZRQ2A7I6GFA5J4B2TM7PKA.jpg?auth=145fe4ea574d4c01ec5d957c2dbd43f3b8fd153797fb4c394eefb3e9c7be78db&width=720&height=405&focal=2107,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UZXJZRQ2A7I6GFA5J4B2TM7PKA.jpg?auth=145fe4ea574d4c01ec5d957c2dbd43f3b8fd153797fb4c394eefb3e9c7be78db&width=1440&height=810&focal=2107,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UZXJZRQ2A7I6GFA5J4B2TM7PKA.jpg?auth=145fe4ea574d4c01ec5d957c2dbd43f3b8fd153797fb4c394eefb3e9c7be78db&width=1280&height=720&focal=2107,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UZXJZRQ2A7I6GFA5J4B2TM7PKA.jpg?auth=145fe4ea574d4c01ec5d957c2dbd43f3b8fd153797fb4c394eefb3e9c7be78db&width=1024&height=576&focal=2107,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UZXJZRQ2A7I6GFA5J4B2TM7PKA.jpg?auth=145fe4ea574d4c01ec5d957c2dbd43f3b8fd153797fb4c394eefb3e9c7be78db&width=820&height=461&focal=2107,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UZXJZRQ2A7I6GFA5J4B2TM7PKA.jpg?auth=145fe4ea574d4c01ec5d957c2dbd43f3b8fd153797fb4c394eefb3e9c7be78db&width=600&height=337&focal=2107,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UZXJZRQ2A7I6GFA5J4B2TM7PKA.jpg?auth=145fe4ea574d4c01ec5d957c2dbd43f3b8fd153797fb4c394eefb3e9c7be78db&width=420&height=236&focal=2107,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UZXJZRQ2A7I6GFA5J4B2TM7PKA.jpg?auth=145fe4ea574d4c01ec5d957c2dbd43f3b8fd153797fb4c394eefb3e9c7be78db&width=240&height=135&focal=2107,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UZXJZRQ2A7I6GFA5J4B2TM7PKA.jpg?auth=145fe4ea574d4c01ec5d957c2dbd43f3b8fd153797fb4c394eefb3e9c7be78db&width=1440&height=810&focal=2107,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UZXJZRQ2A7I6GFA5J4B2TM7PKA.jpg?auth=145fe4ea574d4c01ec5d957c2dbd43f3b8fd153797fb4c394eefb3e9c7be78db&width=1440&height=810&focal=2107,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UZXJZRQ2A7I6GFA5J4B2TM7PKA.jpg?auth=145fe4ea574d4c01ec5d957c2dbd43f3b8fd153797fb4c394eefb3e9c7be78db&width=1280&height=720&focal=2107,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UZXJZRQ2A7I6GFA5J4B2TM7PKA.jpg?auth=145fe4ea574d4c01ec5d957c2dbd43f3b8fd153797fb4c394eefb3e9c7be78db&width=1024&height=576&focal=2107,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UZXJZRQ2A7I6GFA5J4B2TM7PKA.jpg?auth=145fe4ea574d4c01ec5d957c2dbd43f3b8fd153797fb4c394eefb3e9c7be78db&width=820&height=461&focal=2107,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UZXJZRQ2A7I6GFA5J4B2TM7PKA.jpg?auth=145fe4ea574d4c01ec5d957c2dbd43f3b8fd153797fb4c394eefb3e9c7be78db&width=600&height=337&focal=2107,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UZXJZRQ2A7I6GFA5J4B2TM7PKA.jpg?auth=145fe4ea574d4c01ec5d957c2dbd43f3b8fd153797fb4c394eefb3e9c7be78db&width=420&height=236&focal=2107,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/UZXJZRQ2A7I6GFA5J4B2TM7PKA.jpg?auth=145fe4ea574d4c01ec5d957c2dbd43f3b8fd153797fb4c394eefb3e9c7be78db&width=240&height=135&focal=2107,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="overline-f0fKvKh4vt7VanJ-DPC6WJM6JZB4FKSVEBW3JDDO5E-1" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">No. 8 Georgia 59, UMass 21</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fKvKh4vt7VanJ-DPC6WJM6JZB4FKSVEBW3JDDO5E-1">Coaching change led to ‘rough’ week but UMass puts up a fight with No. 8 Georgia</span></h2><div class="deck | border_box inline_block font_primary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fKvKh4vt7VanJ-DPC6WJM6JZB4FKSVEBW3JDDO5E-1" class="display_block">Kirby Smart says his players lacked the energy he saw from the visiting Minutemen and that Georgia can’t make the same mistake when it plays Georgia Tech Friday night.<!-- --> </span></div></div></a></div></div></div><div class="container | align_items_start inline_block col ws-4 desktop-4 tablet-4 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h_d"><a class="card color_inherit" href="/2024/11/24/sports/five-takeaways-nov-24-massachusetts-high-school-football-soccer/" aria-label="Five takeaways from a Saturday full of soccer champions and football semifinals"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fKvKh4vt7VanJ-RERFNH2TTZE2HHHVPBWCTCSUHU-2"><img id="img-f0fKvKh4vt7VanJ-RERFNH2TTZE2HHHVPBWCTCSUHU-2-image" alt="Newton North’s Seth Rao (No. 3) celebrates his first-half goal as teammates Bishrelt Bat-Erdene, (left) and Lorenzo Grimaldi (center) give chase." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=720&height=405&focal=1000,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=1440&height=810&focal=1000,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=1280&height=720&focal=1000,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=1024&height=576&focal=1000,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=820&height=461&focal=1000,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=600&height=337&focal=1000,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=420&height=236&focal=1000,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=240&height=135&focal=1000,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=1440&height=810&focal=1000,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=1440&height=810&focal=1000,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=1280&height=720&focal=1000,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=1024&height=576&focal=1000,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=820&height=461&focal=1000,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=600&height=337&focal=1000,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=420&height=236&focal=1000,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg?auth=fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2&width=240&height=135&focal=1000,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="overline-f0fKvKh4vt7VanJ-RERFNH2TTZE2HHHVPBWCTCSUHU-2" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">HIGH SCHOOLS</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fKvKh4vt7VanJ-RERFNH2TTZE2HHHVPBWCTCSUHU-2">Five takeaways from a Saturday full of soccer champions and football semifinals</span></h2><div class="deck | border_box inline_block font_primary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fKvKh4vt7VanJ-RERFNH2TTZE2HHHVPBWCTCSUHU-2" class="display_block">An unprecedented run to the title from Newton North boys' soccer, the unstoppable force of Fairhaven's Justin Marques, and celebrating some high school dynasties.<!-- --> </span></div></div></a></div></div></div><div class="container | align_items_start inline_block col ws-4 desktop-4 tablet-4 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full o_h"><a class="card color_inherit" href="/2024/11/23/sports/spirit-pride-nwsl-championship/" aria-label="Pride boast NWSL championship behind Barbra Banda’s goal, Anna Moorhouse’s clean sheet"><div><span id="overline-f0fKvKh4vt7VanJ-ZKVECAIEVFEH5GNH4ZUIOCI6Y4-3" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">PRIDE 1, SPIRIT 0</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fKvKh4vt7VanJ-ZKVECAIEVFEH5GNH4ZUIOCI6Y4-3">Pride boast NWSL championship behind Barbra Banda’s goal, Anna Moorhouse’s clean sheet</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block col ws-4 desktop-4 tablet-4 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full o_h"><a class="card color_inherit" href="/2024/11/23/sports/oklahoma-alabama-football/" aria-label="Xavier Robinson runs for career-high 107 yards, 2 TDs as Oklahoma stuns No. 7 Alabama"><div><span id="overline-f0fKvKh4vt7VanJ-3N6WAIMGURELXLWUCSXCTH7GT4-4" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">Oklahoma 24, No. 7 Alabama 3</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fKvKh4vt7VanJ-3N6WAIMGURELXLWUCSXCTH7GT4-4">Xavier Robinson runs for career-high 107 yards, 2 TDs as Oklahoma stuns No. 7 Alabama</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block col ws-4 desktop-4 tablet-4 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full o_h"><a class="card color_inherit" href="/2024/11/23/sports/bruins-jeremy-swayman-joe-sacco-red-wings/" aria-label="Jeremy Swayman rewards Joe Sacco, makes 19 saves to earn win in Detroit"><div><span id="overline-f0fKvKh4vt7VanJ-M5UW4E47INDYZJLLDUEGQAZVNI-5" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">BRUINS NOTEBOOK</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fKvKh4vt7VanJ-M5UW4E47INDYZJLLDUEGQAZVNI-5">Jeremy Swayman rewards Joe Sacco, makes 19 saves to earn win in Detroit</span></h2></div></a></div></div></div></div><span class="spacer | display_block width_full" style="margin-bottom:48px;margin-top:undefinedpx"></span></div></section><section id="hp-basement-1-rail" class="hp | basement-1-rail col grid inline_block mobile_12 desktop-4 ws-3"><div id="0fTx4ctexN3Gp7X" class="chain | align_items_start default grid width_full"><div id="sticky_container" class="sticky_container | align_items_start flex justify_center padding_vertical_16 width_full"><div class="sticky_box | sticky--tablet top_4rem width_full"><div class="arc_ad | background_transparent border_box border_none container color_gray column text_align_center width_full margin_none ad_position_ad_sectfront2" id="ad_position_sticky_ad_sectfront2"><div id="bg_homepage_ad_sectfront2"></div></div></div></div></div></section><section id="hp-basement-2-fw" class="hp | basement-2-fw col grid width_full"><div id="c0fkBzHlwSUB9M0" class="chain | align_items_start default grid width_full"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 large container inline_block relative"><h4 class="title | absolute background_main bold border_right border_blue color_main font_primary padding_right uppercase" style="font-size:18px;line-height:17px;padding-top:2px">Business</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:8.5px"></div></div><span class="spacer | display_block width_full" style="margin-bottom:8px;margin-top:undefinedpx"></span></div><div id="c0fyONnTWaigdtF" class="chain | align_items_start col ws-3 desktop-12 tablet-12 default grid width_full"><div class="s_c_f | align_items_start grid width_full" style="margin-top:8px"><div class="container | align_items_start inline_block col ws-12 desktop-3 tablet-6 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full o_h_d"><a class="card color_inherit" href="/2024/11/23/nation/trumps-trade-agenda-could-benefit-friends-punish-rivals/" aria-label="Trump’s trade agenda could benefit friends and punish rivals"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fYYhr53zmhdDx-XRXQJOCIIVGHZNILN7DFKCZMJ4-0">Trump’s trade agenda could benefit friends and punish rivals</span></h2><div class="deck | border_box inline_block font_primary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fYYhr53zmhdDx-XRXQJOCIIVGHZNILN7DFKCZMJ4-0" class="display_block">Lawyers and lobbyists in Washington say they are receiving an influx of requests from companies that want to hire their services to push for exemptions, even before the full extent of the president-elect’s tariff plans becomes clear.<!-- --> </span></div></div></a></div></div></div><div class="container | align_items_start inline_block col ws-12 desktop-3 tablet-6 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full o_h_d"><a class="card color_inherit" href="/2024/11/23/business/trump-limits-consumer-financial-protection-bureau/" aria-label="Trump and GOP eye new limits on Consumer Financial Protection Bureau"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fYYhr53zmhdDx-B2EG6GYRFVGK5H5WKFPC2BMWJM-1">Trump and GOP eye new limits on Consumer Financial Protection Bureau</span></h2><div class="deck | border_box inline_block font_primary padding_bottom" style="font-size:14px;line-height:1.3"><span id="deck-f0fYYhr53zmhdDx-B2EG6GYRFVGK5H5WKFPC2BMWJM-1" class="display_block">Senator Elizabeth Warren previously ran the CFPB, a federal watchdog agency with a broad mandate to protect Americans from unfair, deceptive or predatory financial practices.<!-- --> </span></div></div></a></div></div></div><div class="container | align_items_start inline_block col ws-12 desktop-3 tablet-6 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full o_h"><a class="card color_inherit" href="/2024/11/23/business/trump-energy-costs-experts-doubts/" aria-label="Trump promised to halve energy costs in 18 months. Experts have doubts."><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fYYhr53zmhdDx-663YX3L5NJDGPD2PSEQ2VB22MU-2">Trump promised to halve energy costs in 18 months. Experts have doubts.</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block col ws-12 desktop-3 tablet-6 width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full o_h"><a class="card color_inherit" href="/2024/11/23/business/healey-health-insurance-reform-retailers/" aria-label="Healey makes health insurance reform promise to Mass. retailers group"><div><span id="overline-f0fYYhr53zmhdDx-Y5WI6YKETFDP5HQTOS37JM23NY-3" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">BOLD TYPES</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-f0fYYhr53zmhdDx-Y5WI6YKETFDP5HQTOS37JM23NY-3">Healey makes health insurance reform promise to Mass. retailers group</span></h2></div></a></div></div></div></div></div><div id="c0f4zcDeGV2XuM" class="chain | align_items_start col ws-9 desktop-12 tablet-12 default grid width_full"></div><div id="c0fph02ZCAan6pq" class="chain | align_items_start default grid width_full"><span class="spacer | display_block width_full" style="margin-bottom:32px;margin-top:undefinedpx"></span></div><div class="arc_ad | background_transparent border_box border_none container color_gray column text_align_center width_full ad_position_ad_billboard4" id="ad_position_ad_billboard4"><div id="bg_homepage_ad_billboard4"></div></div><div id="c0fwuxM04khZb6a" class="chain | align_items_start default grid width_full"></div><span class="spacer | display_block width_full" style="margin-bottom:32px;margin-top:undefinedpx"></span><div class="newsletter | align_items_center border_bottom border_gray border_top border_1 container font_primary width_full margin_vertical_32 padding_vertical_24 standard"><div class="newsletter_cta | border_box width_full no_image"><div class="newsletter_grid newsletter_grid--1"><span class="title | bold font_secondary margin_bottom">Get The Globe's Most Popular</span></div><div class="newsletter_grid newsletter_grid--2"></div><div class="newsletter_grid newsletter_grid--3"><span class="newsletter_widget_description">A daily newsletter listing the Globe's 10 most popular stories at that moment.</span></div><div class="newsletter_grid newsletter_grid--4"><div class="newsletter_sign_up | align_items_center border_box container width_full"><label for="newsletterEmail-f0fL0Xv2zrv41hK">Enter Email</label><div class="input | container flex float_clear"><input id="newsletterEmail-f0fL0Xv2zrv41hK" type="email" maxLength="255" required="" class="newsletter_widget_input | focus_ring shadow_inset border border_foreground border_radius_bottom_left border_radius_top_left border_solid font_primary flex_2 margin_none padding width_full--mobile" placeholder="example@email.com" value=""/><button class="newsletter_widget_button | background_blue bold border_blue border_solid border_1 color_white font_primary flex_1 margin_none padding_horizontal_16 padding_vertical width_full--mobile border_radius_top_right border_radius_bottom_right">Sign Up</button></div></div></div></div></div><span class="spacer | display_block width_full" style="margin-bottom:32px;margin-top:undefinedpx"></span><div id="0f6HlD79prW" class="chain | align_items_start default grid width_full"><span class="spacer | display_block width_full" style="margin-bottom:8px;margin-top:undefinedpx"></span><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 align_items_center flex " style="line-height:1.55"><a href="/magazine" class="title | background_main bold color_main font_primary uppercase font_size_14 padding_right ">magazine</a><div class="bar | border_foreground border_top border_half flex_2 height_1"></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-3 desktop-3 tablet-6 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h"><a class="card color_inherit" href="/2024/11/21/magazine/seven-wondrous-new-england-winter-getaways/" aria-label="The seven wonders of winter in New England "><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-0f2IyA89prE-c-c-c-14-9-2"><img id="img-0f2IyA89prE-c-c-c-14-9-2-image" alt="In Carrabassett Valley, Maine, skiers and snowboarders alike flock to Sugarloaf." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/T25J2YDMCBHWPAGSYXMU65IJNA.jpg?auth=478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1&width=360&height=239&focal=2914,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/T25J2YDMCBHWPAGSYXMU65IJNA.jpg?auth=478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1&width=1440&height=959&focal=2914,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/T25J2YDMCBHWPAGSYXMU65IJNA.jpg?auth=478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1&width=1280&height=853&focal=2914,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/T25J2YDMCBHWPAGSYXMU65IJNA.jpg?auth=478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1&width=1024&height=682&focal=2914,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/T25J2YDMCBHWPAGSYXMU65IJNA.jpg?auth=478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1&width=820&height=546&focal=2914,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/T25J2YDMCBHWPAGSYXMU65IJNA.jpg?auth=478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1&width=600&height=399&focal=2914,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/T25J2YDMCBHWPAGSYXMU65IJNA.jpg?auth=478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1&width=420&height=279&focal=2914,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/T25J2YDMCBHWPAGSYXMU65IJNA.jpg?auth=478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1&width=240&height=159&focal=2914,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/T25J2YDMCBHWPAGSYXMU65IJNA.jpg?auth=478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1&width=1440&height=959&focal=2914,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/T25J2YDMCBHWPAGSYXMU65IJNA.jpg?auth=478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1&width=1440&height=959&focal=2914,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/T25J2YDMCBHWPAGSYXMU65IJNA.jpg?auth=478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1&width=1280&height=853&focal=2914,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/T25J2YDMCBHWPAGSYXMU65IJNA.jpg?auth=478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1&width=1024&height=682&focal=2914,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/T25J2YDMCBHWPAGSYXMU65IJNA.jpg?auth=478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1&width=820&height=546&focal=2914,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/T25J2YDMCBHWPAGSYXMU65IJNA.jpg?auth=478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1&width=600&height=399&focal=2914,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/T25J2YDMCBHWPAGSYXMU65IJNA.jpg?auth=478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1&width=420&height=279&focal=2914,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/T25J2YDMCBHWPAGSYXMU65IJNA.jpg?auth=478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1&width=240&height=159&focal=2914,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="overline-0f2IyA89prE-c-c-c-14-9-2" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">GLOBE MAGAZINE</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-0f2IyA89prE-c-c-c-14-9-2">The seven wonders of winter in New England </span></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-3 desktop-3 tablet-6 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h"><a class="card color_inherit" href="/2024/11/20/magazine/best-snorkeling-florida-keys-vacation/" aria-label="The best view of the Florida Keys may be through a snorkel mask"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-0fW7qN79pr1-c-c-c-14-9-3"><img id="img-0fW7qN79pr1-c-c-c-14-9-3-image" alt="The writer, at right, and his friend Craig pose for a selfie while snorkeling." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LBQL2LDX3NBHXAD2WSSJZDEMCQ.jpg?auth=9924c97a0c559ff3b9fffb8a8930f085e550daec7403e54ca76d4ff84ac710ff&width=360&height=239&focal=2016,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LBQL2LDX3NBHXAD2WSSJZDEMCQ.jpg?auth=9924c97a0c559ff3b9fffb8a8930f085e550daec7403e54ca76d4ff84ac710ff&width=1440&height=959&focal=2016,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LBQL2LDX3NBHXAD2WSSJZDEMCQ.jpg?auth=9924c97a0c559ff3b9fffb8a8930f085e550daec7403e54ca76d4ff84ac710ff&width=1280&height=853&focal=2016,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LBQL2LDX3NBHXAD2WSSJZDEMCQ.jpg?auth=9924c97a0c559ff3b9fffb8a8930f085e550daec7403e54ca76d4ff84ac710ff&width=1024&height=682&focal=2016,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LBQL2LDX3NBHXAD2WSSJZDEMCQ.jpg?auth=9924c97a0c559ff3b9fffb8a8930f085e550daec7403e54ca76d4ff84ac710ff&width=820&height=546&focal=2016,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LBQL2LDX3NBHXAD2WSSJZDEMCQ.jpg?auth=9924c97a0c559ff3b9fffb8a8930f085e550daec7403e54ca76d4ff84ac710ff&width=600&height=399&focal=2016,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LBQL2LDX3NBHXAD2WSSJZDEMCQ.jpg?auth=9924c97a0c559ff3b9fffb8a8930f085e550daec7403e54ca76d4ff84ac710ff&width=420&height=279&focal=2016,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LBQL2LDX3NBHXAD2WSSJZDEMCQ.jpg?auth=9924c97a0c559ff3b9fffb8a8930f085e550daec7403e54ca76d4ff84ac710ff&width=240&height=159&focal=2016,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LBQL2LDX3NBHXAD2WSSJZDEMCQ.jpg?auth=9924c97a0c559ff3b9fffb8a8930f085e550daec7403e54ca76d4ff84ac710ff&width=1440&height=959&focal=2016,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LBQL2LDX3NBHXAD2WSSJZDEMCQ.jpg?auth=9924c97a0c559ff3b9fffb8a8930f085e550daec7403e54ca76d4ff84ac710ff&width=1440&height=959&focal=2016,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LBQL2LDX3NBHXAD2WSSJZDEMCQ.jpg?auth=9924c97a0c559ff3b9fffb8a8930f085e550daec7403e54ca76d4ff84ac710ff&width=1280&height=853&focal=2016,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LBQL2LDX3NBHXAD2WSSJZDEMCQ.jpg?auth=9924c97a0c559ff3b9fffb8a8930f085e550daec7403e54ca76d4ff84ac710ff&width=1024&height=682&focal=2016,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LBQL2LDX3NBHXAD2WSSJZDEMCQ.jpg?auth=9924c97a0c559ff3b9fffb8a8930f085e550daec7403e54ca76d4ff84ac710ff&width=820&height=546&focal=2016,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LBQL2LDX3NBHXAD2WSSJZDEMCQ.jpg?auth=9924c97a0c559ff3b9fffb8a8930f085e550daec7403e54ca76d4ff84ac710ff&width=600&height=399&focal=2016,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LBQL2LDX3NBHXAD2WSSJZDEMCQ.jpg?auth=9924c97a0c559ff3b9fffb8a8930f085e550daec7403e54ca76d4ff84ac710ff&width=420&height=279&focal=2016,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/LBQL2LDX3NBHXAD2WSSJZDEMCQ.jpg?auth=9924c97a0c559ff3b9fffb8a8930f085e550daec7403e54ca76d4ff84ac710ff&width=240&height=159&focal=2016,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="overline-0fW7qN79pr1-c-c-c-14-9-3" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">Winter Travel</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-0fW7qN79pr1-c-c-c-14-9-3">The best view of the Florida Keys may be through a snorkel mask</span></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-3 desktop-3 tablet-6 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h"><a class="card color_inherit" href="/2024/11/22/magazine/will-this-librarian-find-literary-spark-with-her-date/" aria-label="Blind date: ‘Emma is a librarian ... it made it easy to talk about our recent favorite books’"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-0fPuuH89prP-c-c-c-14-9-4"><img id="img-0fPuuH89prP-c-c-c-14-9-4-image" alt="This week's daters: Emma and Brendan" class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4XTSOP43YRBELMN2KZQGG4ODBA.jpg?auth=9498e035903a8c97f59b6e9a3bbee0aceadd4e3b3152d6de2e075667455c3c9b&width=360&height=239&focal=700,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4XTSOP43YRBELMN2KZQGG4ODBA.jpg?auth=9498e035903a8c97f59b6e9a3bbee0aceadd4e3b3152d6de2e075667455c3c9b&width=1440&height=959&focal=700,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4XTSOP43YRBELMN2KZQGG4ODBA.jpg?auth=9498e035903a8c97f59b6e9a3bbee0aceadd4e3b3152d6de2e075667455c3c9b&width=1280&height=853&focal=700,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4XTSOP43YRBELMN2KZQGG4ODBA.jpg?auth=9498e035903a8c97f59b6e9a3bbee0aceadd4e3b3152d6de2e075667455c3c9b&width=1024&height=682&focal=700,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4XTSOP43YRBELMN2KZQGG4ODBA.jpg?auth=9498e035903a8c97f59b6e9a3bbee0aceadd4e3b3152d6de2e075667455c3c9b&width=820&height=546&focal=700,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4XTSOP43YRBELMN2KZQGG4ODBA.jpg?auth=9498e035903a8c97f59b6e9a3bbee0aceadd4e3b3152d6de2e075667455c3c9b&width=600&height=399&focal=700,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4XTSOP43YRBELMN2KZQGG4ODBA.jpg?auth=9498e035903a8c97f59b6e9a3bbee0aceadd4e3b3152d6de2e075667455c3c9b&width=420&height=279&focal=700,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4XTSOP43YRBELMN2KZQGG4ODBA.jpg?auth=9498e035903a8c97f59b6e9a3bbee0aceadd4e3b3152d6de2e075667455c3c9b&width=240&height=159&focal=700,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4XTSOP43YRBELMN2KZQGG4ODBA.jpg?auth=9498e035903a8c97f59b6e9a3bbee0aceadd4e3b3152d6de2e075667455c3c9b&width=1440&height=959&focal=700,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4XTSOP43YRBELMN2KZQGG4ODBA.jpg?auth=9498e035903a8c97f59b6e9a3bbee0aceadd4e3b3152d6de2e075667455c3c9b&width=1440&height=959&focal=700,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4XTSOP43YRBELMN2KZQGG4ODBA.jpg?auth=9498e035903a8c97f59b6e9a3bbee0aceadd4e3b3152d6de2e075667455c3c9b&width=1280&height=853&focal=700,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4XTSOP43YRBELMN2KZQGG4ODBA.jpg?auth=9498e035903a8c97f59b6e9a3bbee0aceadd4e3b3152d6de2e075667455c3c9b&width=1024&height=682&focal=700,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4XTSOP43YRBELMN2KZQGG4ODBA.jpg?auth=9498e035903a8c97f59b6e9a3bbee0aceadd4e3b3152d6de2e075667455c3c9b&width=820&height=546&focal=700,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4XTSOP43YRBELMN2KZQGG4ODBA.jpg?auth=9498e035903a8c97f59b6e9a3bbee0aceadd4e3b3152d6de2e075667455c3c9b&width=600&height=399&focal=700,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4XTSOP43YRBELMN2KZQGG4ODBA.jpg?auth=9498e035903a8c97f59b6e9a3bbee0aceadd4e3b3152d6de2e075667455c3c9b&width=420&height=279&focal=700,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4XTSOP43YRBELMN2KZQGG4ODBA.jpg?auth=9498e035903a8c97f59b6e9a3bbee0aceadd4e3b3152d6de2e075667455c3c9b&width=240&height=159&focal=700,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="overline-0fPuuH89prP-c-c-c-14-9-4" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">Dinner with Cupid</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-0fPuuH89prP-c-c-c-14-9-4">Blind date: ‘Emma is a librarian ... it made it easy to talk about our recent favorite books’</span></h2></div></a></div></div><div mobileAppPackage="[object Object]" class="s_c | align_items_start col ws-3 desktop-3 tablet-6 grid padding_horizontal width_full"><div class="card | inline_block padding_none margin_top margin_left margin_right margin_bottom width_full i_o_h"><a class="card color_inherit" href="/2024/11/21/magazine/questions-about-tipping-and-party-leftovers/" aria-label="Settling debates over tips, divvying up leftovers, and an unwanted prayer circle"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-0fHBut89prf-c-c-c-14-9-5"><img id="img-0fHBut89prf-c-c-c-14-9-5-image" alt="" class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z7F7MDWAV5FHVBNXV7DVWNMT4I.jpg?auth=c435de7f79d24d8906fe964cecf69a74cc2186d9a12c1eef154e9a2486b7fba8&width=360&height=239&focal=398,296" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z7F7MDWAV5FHVBNXV7DVWNMT4I.jpg?auth=c435de7f79d24d8906fe964cecf69a74cc2186d9a12c1eef154e9a2486b7fba8&width=1440&height=959&focal=398,296 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z7F7MDWAV5FHVBNXV7DVWNMT4I.jpg?auth=c435de7f79d24d8906fe964cecf69a74cc2186d9a12c1eef154e9a2486b7fba8&width=1280&height=853&focal=398,296 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z7F7MDWAV5FHVBNXV7DVWNMT4I.jpg?auth=c435de7f79d24d8906fe964cecf69a74cc2186d9a12c1eef154e9a2486b7fba8&width=1024&height=682&focal=398,296 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z7F7MDWAV5FHVBNXV7DVWNMT4I.jpg?auth=c435de7f79d24d8906fe964cecf69a74cc2186d9a12c1eef154e9a2486b7fba8&width=820&height=546&focal=398,296 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z7F7MDWAV5FHVBNXV7DVWNMT4I.jpg?auth=c435de7f79d24d8906fe964cecf69a74cc2186d9a12c1eef154e9a2486b7fba8&width=600&height=399&focal=398,296 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z7F7MDWAV5FHVBNXV7DVWNMT4I.jpg?auth=c435de7f79d24d8906fe964cecf69a74cc2186d9a12c1eef154e9a2486b7fba8&width=420&height=279&focal=398,296 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z7F7MDWAV5FHVBNXV7DVWNMT4I.jpg?auth=c435de7f79d24d8906fe964cecf69a74cc2186d9a12c1eef154e9a2486b7fba8&width=240&height=159&focal=398,296 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z7F7MDWAV5FHVBNXV7DVWNMT4I.jpg?auth=c435de7f79d24d8906fe964cecf69a74cc2186d9a12c1eef154e9a2486b7fba8&width=1440&height=959&focal=398,296" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z7F7MDWAV5FHVBNXV7DVWNMT4I.jpg?auth=c435de7f79d24d8906fe964cecf69a74cc2186d9a12c1eef154e9a2486b7fba8&width=1440&height=959&focal=398,296 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z7F7MDWAV5FHVBNXV7DVWNMT4I.jpg?auth=c435de7f79d24d8906fe964cecf69a74cc2186d9a12c1eef154e9a2486b7fba8&width=1280&height=853&focal=398,296 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z7F7MDWAV5FHVBNXV7DVWNMT4I.jpg?auth=c435de7f79d24d8906fe964cecf69a74cc2186d9a12c1eef154e9a2486b7fba8&width=1024&height=682&focal=398,296 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z7F7MDWAV5FHVBNXV7DVWNMT4I.jpg?auth=c435de7f79d24d8906fe964cecf69a74cc2186d9a12c1eef154e9a2486b7fba8&width=820&height=546&focal=398,296 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z7F7MDWAV5FHVBNXV7DVWNMT4I.jpg?auth=c435de7f79d24d8906fe964cecf69a74cc2186d9a12c1eef154e9a2486b7fba8&width=600&height=399&focal=398,296 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z7F7MDWAV5FHVBNXV7DVWNMT4I.jpg?auth=c435de7f79d24d8906fe964cecf69a74cc2186d9a12c1eef154e9a2486b7fba8&width=420&height=279&focal=398,296 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z7F7MDWAV5FHVBNXV7DVWNMT4I.jpg?auth=c435de7f79d24d8906fe964cecf69a74cc2186d9a12c1eef154e9a2486b7fba8&width=240&height=159&focal=398,296 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><span id="overline-0fHBut89prf-c-c-c-14-9-5" class="overline | bold border_box color_gray font_primary width_full inline_block margin_bottom_6 uppercase" style="border:0px;font-size:12px;letter-spacing:.75px">MISS CONDUCT</span><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:16px"><span id="headline-0fHBut89prf-c-c-c-14-9-5">Settling debates over tips, divvying up leftovers, and an unwanted prayer circle</span></h2></div></a></div></div></div><span class="spacer | display_block width_full" style="margin-bottom:48px;margin-top:undefinedpx"></span><div class="arc_ad | background_transparent border_box border_none container color_gray column text_align_center width_full ad_position_ad_billboard5" id="ad_position_ad_billboard5"><div id="bg_homepage_ad_billboard5"></div></div><div id="0fEFhoe9prc" class="chain | align_items_start default grid width_full"><div class="s_c_f | align_items_start container column col ws-2 desktop-4 tablet-4 grid width_full" style="margin-top:38px"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 small container inline_block relative"><h4 class="title | absolute background_main bold color_main font_primary padding_right uppercase" style="font-size:14px;line-height:inherit;padding-top:initial">metro</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:6.5px"></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/23/metro/overdue-hiker-dead-new-hampshire-white-mountains/" aria-label="Overdue hiker found dead in New Hampshire’s White Mountains, officials say"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fFMa2lzrv41k0-4CGQ5OZPHRFALI6OU3V2ZGZGHY-0"><img id="img-f0fFMa2lzrv41k0-4CGQ5OZPHRFALI6OU3V2ZGZGHY-0-image" alt="A view from Interstate 93 of part of the White Mountains was photographed in January." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=480&height=270&focal=2800,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=1440&height=810&focal=2800,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=1280&height=720&focal=2800,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=1024&height=576&focal=2800,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=820&height=461&focal=2800,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=600&height=337&focal=2800,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=420&height=236&focal=2800,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=240&height=135&focal=2800,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=1440&height=810&focal=2800,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=1440&height=810&focal=2800,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=1280&height=720&focal=2800,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=1024&height=576&focal=2800,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=820&height=461&focal=2800,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=600&height=337&focal=2800,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=420&height=236&focal=2800,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=240&height=135&focal=2800,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fFMa2lzrv41k0-4CGQ5OZPHRFALI6OU3V2ZGZGHY-0">Overdue hiker found dead in New Hampshire’s White Mountains, officials say</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/23/metro/raccoon-dead-cape-cod-eastham-rabies/" aria-label="Raccoon found dead on Cape Cod tests positive for rabies, officials say "><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fFMa2lzrv41k0-JMKKEB4UHRARPJNES4IS66IS4E-1">Raccoon found dead on Cape Cod tests positive for rabies, officials say </span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/23/metro/colorado-springs-turns-back-rhode-island-fc-usl-championship/" aria-label="Colorado Springs turns back Rhode Island FC for USL Championship title"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fFMa2lzrv41k0-A2JXX3CV6BDMLABMYNYKR4XF2I-2">Colorado Springs turns back Rhode Island FC for USL Championship title</span></h2></div></a></div></div></div></div><div class="s_c_f | align_items_start container column col ws-2 desktop-4 tablet-4 grid width_full" style="margin-top:38px"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 small container inline_block relative"><h4 class="title | absolute background_main bold color_main font_primary padding_right uppercase" style="font-size:14px;line-height:inherit;padding-top:initial">sports</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:6.5px"></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/14/sports/miaa-championship-schedule-field-hockey-volleyball-soccer/" aria-label="They’re champs! Meet the girls’ and boys’ soccer champions, plus field hockey, girls’ volleyball, and cross-country"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fNLMrjzrv41th-7KEYIL5AHJFJ3MW5C4P3FVVLJE-0"><img id="img-f0fNLMrjzrv41th-7KEYIL5AHJFJ3MW5C4P3FVVLJE-0-image" alt="Euphoric Newton North players celebrate their unprecedented title." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/R46C4YTABFABI62BU7THZ72HSM.jpg?auth=7617ba545d64fd024914b2b416da38fbe46ebf902ae473eb06c5cbe8d1596d25&width=480&height=270&focal=1000,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/R46C4YTABFABI62BU7THZ72HSM.jpg?auth=7617ba545d64fd024914b2b416da38fbe46ebf902ae473eb06c5cbe8d1596d25&width=1440&height=810&focal=1000,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/R46C4YTABFABI62BU7THZ72HSM.jpg?auth=7617ba545d64fd024914b2b416da38fbe46ebf902ae473eb06c5cbe8d1596d25&width=1280&height=720&focal=1000,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/R46C4YTABFABI62BU7THZ72HSM.jpg?auth=7617ba545d64fd024914b2b416da38fbe46ebf902ae473eb06c5cbe8d1596d25&width=1024&height=576&focal=1000,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/R46C4YTABFABI62BU7THZ72HSM.jpg?auth=7617ba545d64fd024914b2b416da38fbe46ebf902ae473eb06c5cbe8d1596d25&width=820&height=461&focal=1000,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/R46C4YTABFABI62BU7THZ72HSM.jpg?auth=7617ba545d64fd024914b2b416da38fbe46ebf902ae473eb06c5cbe8d1596d25&width=600&height=337&focal=1000,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/R46C4YTABFABI62BU7THZ72HSM.jpg?auth=7617ba545d64fd024914b2b416da38fbe46ebf902ae473eb06c5cbe8d1596d25&width=420&height=236&focal=1000,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/R46C4YTABFABI62BU7THZ72HSM.jpg?auth=7617ba545d64fd024914b2b416da38fbe46ebf902ae473eb06c5cbe8d1596d25&width=240&height=135&focal=1000,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/R46C4YTABFABI62BU7THZ72HSM.jpg?auth=7617ba545d64fd024914b2b416da38fbe46ebf902ae473eb06c5cbe8d1596d25&width=1440&height=810&focal=1000,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/R46C4YTABFABI62BU7THZ72HSM.jpg?auth=7617ba545d64fd024914b2b416da38fbe46ebf902ae473eb06c5cbe8d1596d25&width=1440&height=810&focal=1000,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/R46C4YTABFABI62BU7THZ72HSM.jpg?auth=7617ba545d64fd024914b2b416da38fbe46ebf902ae473eb06c5cbe8d1596d25&width=1280&height=720&focal=1000,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/R46C4YTABFABI62BU7THZ72HSM.jpg?auth=7617ba545d64fd024914b2b416da38fbe46ebf902ae473eb06c5cbe8d1596d25&width=1024&height=576&focal=1000,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/R46C4YTABFABI62BU7THZ72HSM.jpg?auth=7617ba545d64fd024914b2b416da38fbe46ebf902ae473eb06c5cbe8d1596d25&width=820&height=461&focal=1000,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/R46C4YTABFABI62BU7THZ72HSM.jpg?auth=7617ba545d64fd024914b2b416da38fbe46ebf902ae473eb06c5cbe8d1596d25&width=600&height=337&focal=1000,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/R46C4YTABFABI62BU7THZ72HSM.jpg?auth=7617ba545d64fd024914b2b416da38fbe46ebf902ae473eb06c5cbe8d1596d25&width=420&height=236&focal=1000,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/R46C4YTABFABI62BU7THZ72HSM.jpg?auth=7617ba545d64fd024914b2b416da38fbe46ebf902ae473eb06c5cbe8d1596d25&width=240&height=135&focal=1000,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fNLMrjzrv41th-7KEYIL5AHJFJ3MW5C4P3FVVLJE-0">They’re champs! Meet the girls’ and boys’ soccer champions, plus field hockey, girls’ volleyball, and cross-country</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/23/sports/miaa-division-5-boys-soccer-championship-sutton-dearborn-stem/" aria-label="With a helping hand from Germany, Sutton seizes Division 5 boys’ soccer title over Dearborn STEM in PKs"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fNLMrjzrv41th-6X3A4FOHUVH63JPH5NU3G3CJUE-1">With a helping hand from Germany, Sutton seizes Division 5 boys’ soccer title over Dearborn STEM in PKs</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/23/sports/bruins-red-wings-game-score-brad-marchand/" aria-label="The captain comes through, as Brad Marchand’s third-period goal lifts Bruins over Red Wings "><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fNLMrjzrv41th-Q2PSHOOW4ZCRBDP6X23XU42CX4-2">The captain comes through, as Brad Marchand’s third-period goal lifts Bruins over Red Wings </span></h2></div></a></div></div></div></div><div class="s_c_f | align_items_start container column col ws-2 desktop-4 tablet-4 grid width_full" style="margin-top:38px"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 small container inline_block relative"><h4 class="title | absolute background_main bold color_main font_primary padding_right uppercase" style="font-size:14px;line-height:inherit;padding-top:initial">business</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:6.5px"></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/23/business/united-nations-climate-summit-talks-overnight-cash-deal/" aria-label="Pressure ramps up at UN talks to reach a deal for cash to curb and adapt to climate change"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fFp5iqzrv41dC-X7EAXFJYCJGNVNZTLUH7F2WQPM-0"><img id="img-f0fFp5iqzrv41dC-X7EAXFJYCJGNVNZTLUH7F2WQPM-0-image" alt="Activists participate in a demonstration for climate finance at the COP29 UN Climate Summit, on Nov. 23, in Baku, Azerbaijan." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/L4FUJZHDQAZHGGU5NN7W7BPMW4.jpg?auth=b327aa509807803b2dab14a3bb5d96a92caa1cb9de9f47ee3c3a26386614a761&width=480&height=270&focal=4197,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/L4FUJZHDQAZHGGU5NN7W7BPMW4.jpg?auth=b327aa509807803b2dab14a3bb5d96a92caa1cb9de9f47ee3c3a26386614a761&width=1440&height=810&focal=4197,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/L4FUJZHDQAZHGGU5NN7W7BPMW4.jpg?auth=b327aa509807803b2dab14a3bb5d96a92caa1cb9de9f47ee3c3a26386614a761&width=1280&height=720&focal=4197,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/L4FUJZHDQAZHGGU5NN7W7BPMW4.jpg?auth=b327aa509807803b2dab14a3bb5d96a92caa1cb9de9f47ee3c3a26386614a761&width=1024&height=576&focal=4197,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/L4FUJZHDQAZHGGU5NN7W7BPMW4.jpg?auth=b327aa509807803b2dab14a3bb5d96a92caa1cb9de9f47ee3c3a26386614a761&width=820&height=461&focal=4197,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/L4FUJZHDQAZHGGU5NN7W7BPMW4.jpg?auth=b327aa509807803b2dab14a3bb5d96a92caa1cb9de9f47ee3c3a26386614a761&width=600&height=337&focal=4197,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/L4FUJZHDQAZHGGU5NN7W7BPMW4.jpg?auth=b327aa509807803b2dab14a3bb5d96a92caa1cb9de9f47ee3c3a26386614a761&width=420&height=236&focal=4197,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/L4FUJZHDQAZHGGU5NN7W7BPMW4.jpg?auth=b327aa509807803b2dab14a3bb5d96a92caa1cb9de9f47ee3c3a26386614a761&width=240&height=135&focal=4197,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/L4FUJZHDQAZHGGU5NN7W7BPMW4.jpg?auth=b327aa509807803b2dab14a3bb5d96a92caa1cb9de9f47ee3c3a26386614a761&width=1440&height=810&focal=4197,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/L4FUJZHDQAZHGGU5NN7W7BPMW4.jpg?auth=b327aa509807803b2dab14a3bb5d96a92caa1cb9de9f47ee3c3a26386614a761&width=1440&height=810&focal=4197,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/L4FUJZHDQAZHGGU5NN7W7BPMW4.jpg?auth=b327aa509807803b2dab14a3bb5d96a92caa1cb9de9f47ee3c3a26386614a761&width=1280&height=720&focal=4197,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/L4FUJZHDQAZHGGU5NN7W7BPMW4.jpg?auth=b327aa509807803b2dab14a3bb5d96a92caa1cb9de9f47ee3c3a26386614a761&width=1024&height=576&focal=4197,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/L4FUJZHDQAZHGGU5NN7W7BPMW4.jpg?auth=b327aa509807803b2dab14a3bb5d96a92caa1cb9de9f47ee3c3a26386614a761&width=820&height=461&focal=4197,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/L4FUJZHDQAZHGGU5NN7W7BPMW4.jpg?auth=b327aa509807803b2dab14a3bb5d96a92caa1cb9de9f47ee3c3a26386614a761&width=600&height=337&focal=4197,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/L4FUJZHDQAZHGGU5NN7W7BPMW4.jpg?auth=b327aa509807803b2dab14a3bb5d96a92caa1cb9de9f47ee3c3a26386614a761&width=420&height=236&focal=4197,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/L4FUJZHDQAZHGGU5NN7W7BPMW4.jpg?auth=b327aa509807803b2dab14a3bb5d96a92caa1cb9de9f47ee3c3a26386614a761&width=240&height=135&focal=4197,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fFp5iqzrv41dC-X7EAXFJYCJGNVNZTLUH7F2WQPM-0">Pressure ramps up at UN talks to reach a deal for cash to curb and adapt to climate change</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/22/nation/scott-bessent-to-lead-treasury-department/" aria-label="Trump chooses Bessent to be treasury secretary, Vought as budget chief, Chavez-DeRemer for Labor"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fFp5iqzrv41dC-KM6YLTLXIBACDFRWQVHJKFAUSI-1">Trump chooses Bessent to be treasury secretary, Vought as budget chief, Chavez-DeRemer for Labor</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/22/nation/lori-chavez-deremer-labor-secretary/" aria-label="Trump picks Representative Lori Chavez-DeRemer of Oregon for labor secretary"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fFp5iqzrv41dC-Q7KBM4UYSRDCBADV3FGPRRTJMM-2">Trump picks Representative Lori Chavez-DeRemer of Oregon for labor secretary</span></h2></div></a></div></div></div></div><div class="s_c_f | align_items_start container column col ws-2 desktop-4 tablet-4 grid width_full" style="margin-top:38px"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 small container inline_block relative"><h4 class="title | absolute background_main bold color_main font_primary padding_right uppercase" style="font-size:14px;line-height:inherit;padding-top:initial">politics</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:6.5px"></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/23/nation/what-to-know-about-brooke-rollins-agriculture-secretary/" aria-label="What to know about Brooke Rollins, Trump’s pick for agriculture secretary"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fXPEYozrv41GA-I663EGFSLJEJ5D2P2S7IPFAWCI-0"><img id="img-f0fXPEYozrv41GA-I663EGFSLJEJ5D2P2S7IPFAWCI-0-image" alt="Brooke Rollins speaks before Republican presidential nominee former President Donald Trump speaks at a campaign rally at Madison Square Garden, Sunday, Oct. 27, 2024, in New York." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/PZUFP66WOOGBQS6YQZ4XG362Q4.jpg?auth=fffd7f5fcf9ace30594b29aebf7e529739a426a8909539ee3e26968f822775b5&width=480&height=270&focal=2191,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/PZUFP66WOOGBQS6YQZ4XG362Q4.jpg?auth=fffd7f5fcf9ace30594b29aebf7e529739a426a8909539ee3e26968f822775b5&width=1440&height=810&focal=2191,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/PZUFP66WOOGBQS6YQZ4XG362Q4.jpg?auth=fffd7f5fcf9ace30594b29aebf7e529739a426a8909539ee3e26968f822775b5&width=1280&height=720&focal=2191,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/PZUFP66WOOGBQS6YQZ4XG362Q4.jpg?auth=fffd7f5fcf9ace30594b29aebf7e529739a426a8909539ee3e26968f822775b5&width=1024&height=576&focal=2191,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/PZUFP66WOOGBQS6YQZ4XG362Q4.jpg?auth=fffd7f5fcf9ace30594b29aebf7e529739a426a8909539ee3e26968f822775b5&width=820&height=461&focal=2191,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/PZUFP66WOOGBQS6YQZ4XG362Q4.jpg?auth=fffd7f5fcf9ace30594b29aebf7e529739a426a8909539ee3e26968f822775b5&width=600&height=337&focal=2191,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/PZUFP66WOOGBQS6YQZ4XG362Q4.jpg?auth=fffd7f5fcf9ace30594b29aebf7e529739a426a8909539ee3e26968f822775b5&width=420&height=236&focal=2191,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/PZUFP66WOOGBQS6YQZ4XG362Q4.jpg?auth=fffd7f5fcf9ace30594b29aebf7e529739a426a8909539ee3e26968f822775b5&width=240&height=135&focal=2191,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/PZUFP66WOOGBQS6YQZ4XG362Q4.jpg?auth=fffd7f5fcf9ace30594b29aebf7e529739a426a8909539ee3e26968f822775b5&width=1440&height=810&focal=2191,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/PZUFP66WOOGBQS6YQZ4XG362Q4.jpg?auth=fffd7f5fcf9ace30594b29aebf7e529739a426a8909539ee3e26968f822775b5&width=1440&height=810&focal=2191,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/PZUFP66WOOGBQS6YQZ4XG362Q4.jpg?auth=fffd7f5fcf9ace30594b29aebf7e529739a426a8909539ee3e26968f822775b5&width=1280&height=720&focal=2191,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/PZUFP66WOOGBQS6YQZ4XG362Q4.jpg?auth=fffd7f5fcf9ace30594b29aebf7e529739a426a8909539ee3e26968f822775b5&width=1024&height=576&focal=2191,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/PZUFP66WOOGBQS6YQZ4XG362Q4.jpg?auth=fffd7f5fcf9ace30594b29aebf7e529739a426a8909539ee3e26968f822775b5&width=820&height=461&focal=2191,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/PZUFP66WOOGBQS6YQZ4XG362Q4.jpg?auth=fffd7f5fcf9ace30594b29aebf7e529739a426a8909539ee3e26968f822775b5&width=600&height=337&focal=2191,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/PZUFP66WOOGBQS6YQZ4XG362Q4.jpg?auth=fffd7f5fcf9ace30594b29aebf7e529739a426a8909539ee3e26968f822775b5&width=420&height=236&focal=2191,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/PZUFP66WOOGBQS6YQZ4XG362Q4.jpg?auth=fffd7f5fcf9ace30594b29aebf7e529739a426a8909539ee3e26968f822775b5&width=240&height=135&focal=2191,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fXPEYozrv41GA-I663EGFSLJEJ5D2P2S7IPFAWCI-0">What to know about Brooke Rollins, Trump’s pick for agriculture secretary</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/13/nation/donald-trump-administration-positions/" aria-label="Here are the people Donald Trump has picked for key positions so far"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fXPEYozrv41GA-XG6OL5FXNBGBFJ4X6PETHTYR6E-1">Here are the people Donald Trump has picked for key positions so far</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/23/nation/brooke-rollins-agriculture-chief/" aria-label="Trump taps Brooke Rollins as agriculture chief, completing proposed slate of Cabinet secretaries"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fXPEYozrv41GA-JKXTEE2UOZHHPHWOMOP5PSE2CM-2">Trump taps Brooke Rollins as agriculture chief, completing proposed slate of Cabinet secretaries</span></h2></div></a></div></div></div></div><div class="s_c_f | align_items_start container column col ws-2 desktop-4 tablet-4 grid width_full" style="margin-top:38px"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 small container inline_block relative"><h4 class="title | absolute background_main bold color_main font_primary padding_right uppercase" style="font-size:14px;line-height:inherit;padding-top:initial">Nation</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:6.5px"></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/24/nation/united-states-winter-storms-thanksgiving/" aria-label="Forecasts warn of possible winter storms across US during Thanksgiving week"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0f22Rjmzrv41nk-OU33ZUUBFBHW3LYUIDFHU53JLE-0"><img id="img-f0f22Rjmzrv41nk-OU33ZUUBFBHW3LYUIDFHU53JLE-0-image" alt="Tristan Millstone steps in water after kayaking across a flooded section of Neely Road to buy groceries following a major storm in Guerneville, Cali., on Nov. 23." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/O4B7LCAZH5242YC6BXOYGWXZOA.jpg?auth=d4018bb046ac2727819c0adde72c6ed48817d1f618e493caa81fde49eb9a6c1d&width=480&height=270&focal=3831,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/O4B7LCAZH5242YC6BXOYGWXZOA.jpg?auth=d4018bb046ac2727819c0adde72c6ed48817d1f618e493caa81fde49eb9a6c1d&width=1440&height=810&focal=3831,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/O4B7LCAZH5242YC6BXOYGWXZOA.jpg?auth=d4018bb046ac2727819c0adde72c6ed48817d1f618e493caa81fde49eb9a6c1d&width=1280&height=720&focal=3831,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/O4B7LCAZH5242YC6BXOYGWXZOA.jpg?auth=d4018bb046ac2727819c0adde72c6ed48817d1f618e493caa81fde49eb9a6c1d&width=1024&height=576&focal=3831,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/O4B7LCAZH5242YC6BXOYGWXZOA.jpg?auth=d4018bb046ac2727819c0adde72c6ed48817d1f618e493caa81fde49eb9a6c1d&width=820&height=461&focal=3831,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/O4B7LCAZH5242YC6BXOYGWXZOA.jpg?auth=d4018bb046ac2727819c0adde72c6ed48817d1f618e493caa81fde49eb9a6c1d&width=600&height=337&focal=3831,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/O4B7LCAZH5242YC6BXOYGWXZOA.jpg?auth=d4018bb046ac2727819c0adde72c6ed48817d1f618e493caa81fde49eb9a6c1d&width=420&height=236&focal=3831,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/O4B7LCAZH5242YC6BXOYGWXZOA.jpg?auth=d4018bb046ac2727819c0adde72c6ed48817d1f618e493caa81fde49eb9a6c1d&width=240&height=135&focal=3831,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/O4B7LCAZH5242YC6BXOYGWXZOA.jpg?auth=d4018bb046ac2727819c0adde72c6ed48817d1f618e493caa81fde49eb9a6c1d&width=1440&height=810&focal=3831,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/O4B7LCAZH5242YC6BXOYGWXZOA.jpg?auth=d4018bb046ac2727819c0adde72c6ed48817d1f618e493caa81fde49eb9a6c1d&width=1440&height=810&focal=3831,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/O4B7LCAZH5242YC6BXOYGWXZOA.jpg?auth=d4018bb046ac2727819c0adde72c6ed48817d1f618e493caa81fde49eb9a6c1d&width=1280&height=720&focal=3831,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/O4B7LCAZH5242YC6BXOYGWXZOA.jpg?auth=d4018bb046ac2727819c0adde72c6ed48817d1f618e493caa81fde49eb9a6c1d&width=1024&height=576&focal=3831,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/O4B7LCAZH5242YC6BXOYGWXZOA.jpg?auth=d4018bb046ac2727819c0adde72c6ed48817d1f618e493caa81fde49eb9a6c1d&width=820&height=461&focal=3831,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/O4B7LCAZH5242YC6BXOYGWXZOA.jpg?auth=d4018bb046ac2727819c0adde72c6ed48817d1f618e493caa81fde49eb9a6c1d&width=600&height=337&focal=3831,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/O4B7LCAZH5242YC6BXOYGWXZOA.jpg?auth=d4018bb046ac2727819c0adde72c6ed48817d1f618e493caa81fde49eb9a6c1d&width=420&height=236&focal=3831,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/O4B7LCAZH5242YC6BXOYGWXZOA.jpg?auth=d4018bb046ac2727819c0adde72c6ed48817d1f618e493caa81fde49eb9a6c1d&width=240&height=135&focal=3831,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0f22Rjmzrv41nk-OU33ZUUBFBHW3LYUIDFHU53JLE-0">Forecasts warn of possible winter storms across US during Thanksgiving week</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/23/nation/blood-soaked-ground-prayer-future-divided-land/" aria-label="On blood-soaked ground, a ‘prayer for the future’ of a divided land"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0f22Rjmzrv41nk-HWSXILQBMBDS7CGBBE7BIO3UPQ-1">On blood-soaked ground, a ‘prayer for the future’ of a divided land</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/23/nation/look-how-some-trumps-picks-lead-health-agencies-could-help-carry-out-kennedys-overhaul/" aria-label="A look at how some of Trump’s picks to lead health agencies could help carry out Kennedy’s overhaul"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0f22Rjmzrv41nk-DLMUZ52PGBHD5ETOCL72PHPZ3E-2">A look at how some of Trump’s picks to lead health agencies could help carry out Kennedy’s overhaul</span></h2></div></a></div></div></div></div><div class="s_c_f | align_items_start container column col ws-2 desktop-4 tablet-4 grid width_full" style="margin-top:38px"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 small container inline_block relative"><h4 class="title | absolute background_main bold color_main font_primary padding_right uppercase" style="font-size:14px;line-height:inherit;padding-top:initial">World</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:6.5px"></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/24/world/israel-rabbi-killed-united-arab-emirates/" aria-label="Israel says rabbi who went missing in the UAE was killed"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fPqZFnzrv41Qc-7FIMWMC5DZBHHBD3DFZBMBPZBU-0"><img id="img-f0fPqZFnzrv41Qc-7FIMWMC5DZBHHBD3DFZBMBPZBU-0-image" alt="A man walks past Rimon Market, a Kosher grocery store managed by the late Rabbi Zvi Kogan, in Dubai, United Arab Emirates, on Nov. 24." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7WHEYWCEBFXUWO4PTH6HFPBRXY.jpg?auth=704d053197ef9aa5ff85bb065cb017fc41b3af1b7c9316b6554928568b616bb1&width=480&height=270&focal=4272,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7WHEYWCEBFXUWO4PTH6HFPBRXY.jpg?auth=704d053197ef9aa5ff85bb065cb017fc41b3af1b7c9316b6554928568b616bb1&width=1440&height=810&focal=4272,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7WHEYWCEBFXUWO4PTH6HFPBRXY.jpg?auth=704d053197ef9aa5ff85bb065cb017fc41b3af1b7c9316b6554928568b616bb1&width=1280&height=720&focal=4272,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7WHEYWCEBFXUWO4PTH6HFPBRXY.jpg?auth=704d053197ef9aa5ff85bb065cb017fc41b3af1b7c9316b6554928568b616bb1&width=1024&height=576&focal=4272,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7WHEYWCEBFXUWO4PTH6HFPBRXY.jpg?auth=704d053197ef9aa5ff85bb065cb017fc41b3af1b7c9316b6554928568b616bb1&width=820&height=461&focal=4272,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7WHEYWCEBFXUWO4PTH6HFPBRXY.jpg?auth=704d053197ef9aa5ff85bb065cb017fc41b3af1b7c9316b6554928568b616bb1&width=600&height=337&focal=4272,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7WHEYWCEBFXUWO4PTH6HFPBRXY.jpg?auth=704d053197ef9aa5ff85bb065cb017fc41b3af1b7c9316b6554928568b616bb1&width=420&height=236&focal=4272,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7WHEYWCEBFXUWO4PTH6HFPBRXY.jpg?auth=704d053197ef9aa5ff85bb065cb017fc41b3af1b7c9316b6554928568b616bb1&width=240&height=135&focal=4272,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7WHEYWCEBFXUWO4PTH6HFPBRXY.jpg?auth=704d053197ef9aa5ff85bb065cb017fc41b3af1b7c9316b6554928568b616bb1&width=1440&height=810&focal=4272,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7WHEYWCEBFXUWO4PTH6HFPBRXY.jpg?auth=704d053197ef9aa5ff85bb065cb017fc41b3af1b7c9316b6554928568b616bb1&width=1440&height=810&focal=4272,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7WHEYWCEBFXUWO4PTH6HFPBRXY.jpg?auth=704d053197ef9aa5ff85bb065cb017fc41b3af1b7c9316b6554928568b616bb1&width=1280&height=720&focal=4272,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7WHEYWCEBFXUWO4PTH6HFPBRXY.jpg?auth=704d053197ef9aa5ff85bb065cb017fc41b3af1b7c9316b6554928568b616bb1&width=1024&height=576&focal=4272,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7WHEYWCEBFXUWO4PTH6HFPBRXY.jpg?auth=704d053197ef9aa5ff85bb065cb017fc41b3af1b7c9316b6554928568b616bb1&width=820&height=461&focal=4272,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7WHEYWCEBFXUWO4PTH6HFPBRXY.jpg?auth=704d053197ef9aa5ff85bb065cb017fc41b3af1b7c9316b6554928568b616bb1&width=600&height=337&focal=4272,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7WHEYWCEBFXUWO4PTH6HFPBRXY.jpg?auth=704d053197ef9aa5ff85bb065cb017fc41b3af1b7c9316b6554928568b616bb1&width=420&height=236&focal=4272,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7WHEYWCEBFXUWO4PTH6HFPBRXY.jpg?auth=704d053197ef9aa5ff85bb065cb017fc41b3af1b7c9316b6554928568b616bb1&width=240&height=135&focal=4272,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fPqZFnzrv41Qc-7FIMWMC5DZBHHBD3DFZBMBPZBU-0">Israel says rabbi who went missing in the UAE was killed</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/24/world/israel-crackdown-palestinian-dissent-gaza-war/" aria-label="Israel cracks down on Palestinian citizens who speak out against the war in Gaza"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fPqZFnzrv41Qc-DDICAF2VJRE7NGUIGKHYIX4HIE-1">Israel cracks down on Palestinian citizens who speak out against the war in Gaza</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/23/world/climate-talks-forge-deal-money-after-bitter-fight/" aria-label="Climate talks forge a deal on money after a bitter fight"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fPqZFnzrv41Qc-DK5VF3PPG5A45I5GWLRYXUS42M-2">Climate talks forge a deal on money after a bitter fight</span></h2></div></a></div></div></div></div><div class="s_c_f | align_items_start container column col ws-2 desktop-4 tablet-4 grid width_full" style="margin-top:38px"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 small container inline_block relative"><h4 class="title | absolute background_main bold color_main font_primary padding_right uppercase" style="font-size:14px;line-height:inherit;padding-top:initial">opinion</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:6.5px"></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/22/opinion/futuro-escuelas-boston/" aria-label="El proceso silencioso que define el futuro de las escuelas de Boston"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fQFiguzrv41BH-54NRQZ5FGRCH7IFWJW7GC2LMMU-0"><img id="img-f0fQFiguzrv41BH-54NRQZ5FGRCH7IFWJW7GC2LMMU-0-image" alt="" class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RDGCRDS26RHL3EH6A2KQCHOMNE.jpg?auth=fc0d79bfc7225a80796e1a3275ad089ef0ec3f608dccddc37ae536e74ca3f0f1&width=480&height=270&focal=3334,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RDGCRDS26RHL3EH6A2KQCHOMNE.jpg?auth=fc0d79bfc7225a80796e1a3275ad089ef0ec3f608dccddc37ae536e74ca3f0f1&width=1440&height=810&focal=3334,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RDGCRDS26RHL3EH6A2KQCHOMNE.jpg?auth=fc0d79bfc7225a80796e1a3275ad089ef0ec3f608dccddc37ae536e74ca3f0f1&width=1280&height=720&focal=3334,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RDGCRDS26RHL3EH6A2KQCHOMNE.jpg?auth=fc0d79bfc7225a80796e1a3275ad089ef0ec3f608dccddc37ae536e74ca3f0f1&width=1024&height=576&focal=3334,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RDGCRDS26RHL3EH6A2KQCHOMNE.jpg?auth=fc0d79bfc7225a80796e1a3275ad089ef0ec3f608dccddc37ae536e74ca3f0f1&width=820&height=461&focal=3334,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RDGCRDS26RHL3EH6A2KQCHOMNE.jpg?auth=fc0d79bfc7225a80796e1a3275ad089ef0ec3f608dccddc37ae536e74ca3f0f1&width=600&height=337&focal=3334,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RDGCRDS26RHL3EH6A2KQCHOMNE.jpg?auth=fc0d79bfc7225a80796e1a3275ad089ef0ec3f608dccddc37ae536e74ca3f0f1&width=420&height=236&focal=3334,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RDGCRDS26RHL3EH6A2KQCHOMNE.jpg?auth=fc0d79bfc7225a80796e1a3275ad089ef0ec3f608dccddc37ae536e74ca3f0f1&width=240&height=135&focal=3334,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RDGCRDS26RHL3EH6A2KQCHOMNE.jpg?auth=fc0d79bfc7225a80796e1a3275ad089ef0ec3f608dccddc37ae536e74ca3f0f1&width=1440&height=810&focal=3334,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RDGCRDS26RHL3EH6A2KQCHOMNE.jpg?auth=fc0d79bfc7225a80796e1a3275ad089ef0ec3f608dccddc37ae536e74ca3f0f1&width=1440&height=810&focal=3334,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RDGCRDS26RHL3EH6A2KQCHOMNE.jpg?auth=fc0d79bfc7225a80796e1a3275ad089ef0ec3f608dccddc37ae536e74ca3f0f1&width=1280&height=720&focal=3334,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RDGCRDS26RHL3EH6A2KQCHOMNE.jpg?auth=fc0d79bfc7225a80796e1a3275ad089ef0ec3f608dccddc37ae536e74ca3f0f1&width=1024&height=576&focal=3334,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RDGCRDS26RHL3EH6A2KQCHOMNE.jpg?auth=fc0d79bfc7225a80796e1a3275ad089ef0ec3f608dccddc37ae536e74ca3f0f1&width=820&height=461&focal=3334,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RDGCRDS26RHL3EH6A2KQCHOMNE.jpg?auth=fc0d79bfc7225a80796e1a3275ad089ef0ec3f608dccddc37ae536e74ca3f0f1&width=600&height=337&focal=3334,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RDGCRDS26RHL3EH6A2KQCHOMNE.jpg?auth=fc0d79bfc7225a80796e1a3275ad089ef0ec3f608dccddc37ae536e74ca3f0f1&width=420&height=236&focal=3334,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/RDGCRDS26RHL3EH6A2KQCHOMNE.jpg?auth=fc0d79bfc7225a80796e1a3275ad089ef0ec3f608dccddc37ae536e74ca3f0f1&width=240&height=135&focal=3334,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fQFiguzrv41BH-54NRQZ5FGRCH7IFWJW7GC2LMMU-0">El proceso silencioso que define el futuro de las escuelas de Boston</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/22/opinion/huckabee-trump-israel-palestinians-two-state/" aria-label="Mike Huckabee and the end of the two-state solution"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fQFiguzrv41BH-G2EVFIHI4RANFKU22HXAPUNUZY-1">Mike Huckabee and the end of the two-state solution</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/22/opinion/bluehub-mortgage-healey-legislature-consumer-protection/" aria-label="Removing consumer protections from BlueHub mortgages was the wrong move"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fQFiguzrv41BH-522IB64RH5APJF6FWNJZNL6JBA-2">Removing consumer protections from BlueHub mortgages was the wrong move</span></h2></div></a></div></div></div></div><div class="s_c_f | align_items_start container column col ws-2 desktop-4 tablet-4 grid width_full" style="margin-top:38px"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 small container inline_block relative"><h4 class="title | absolute background_main bold color_main font_primary padding_right uppercase" style="font-size:14px;line-height:inherit;padding-top:initial">lifestyle</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:6.5px"></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/23/lifestyle/boston-globe-horn-book-bpl/" aria-label="Boston Globe-Horn Book Awards to present literary celebration at Boston Public Library "><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0frWsBrzrv41EQ-ZY3HDZJSRNBZ5JY4I3PHDXD544-0"><img id="img-f0frWsBrzrv41EQ-ZY3HDZJSRNBZ5JY4I3PHDXD544-0-image" alt="Jacqueline Woodson, pictured in 2020, is one of the authors who will appear at the Boston Globe-Horn Book Awards at the BPL on Monday." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=480&height=270&focal=3008,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=1440&height=810&focal=3008,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=1280&height=720&focal=3008,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=1024&height=576&focal=3008,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=820&height=461&focal=3008,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=600&height=337&focal=3008,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=420&height=236&focal=3008,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=240&height=135&focal=3008,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=1440&height=810&focal=3008,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=1440&height=810&focal=3008,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=1280&height=720&focal=3008,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=1024&height=576&focal=3008,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=820&height=461&focal=3008,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=600&height=337&focal=3008,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=420&height=236&focal=3008,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg?auth=64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3&width=240&height=135&focal=3008,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0frWsBrzrv41EQ-ZY3HDZJSRNBZ5JY4I3PHDXD544-0">Boston Globe-Horn Book Awards to present literary celebration at Boston Public Library </span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/22/lifestyle/free-things-to-do-boston-november/" aria-label="Free holiday events, $25 show tickets, and cultural celebrations in Boston"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0frWsBrzrv41EQ-UCAAKPWUTNBJXM2I5U5ZGEQWOY-1">Free holiday events, $25 show tickets, and cultural celebrations in Boston</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/22/lifestyle/conversation-about-boston-globes-wedding-column/" aria-label="A conversation about The Big Day"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0frWsBrzrv41EQ-Y7AHSWKRDJC35PM6FF52CIX3GU-2">A conversation about The Big Day</span></h2></div></a></div></div></div></div><div class="s_c_f | align_items_start container column col ws-2 desktop-4 tablet-4 grid width_full" style="margin-top:38px"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 small container inline_block relative"><h4 class="title | absolute background_main bold color_main font_primary padding_right uppercase" style="font-size:14px;line-height:inherit;padding-top:initial">food & dining</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:6.5px"></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/20/lifestyle/thanksgiving-dinner-recipes-feast/" aria-label="All the fixings for a contemporary Thanksgiving feast"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0f7z8xvzrv41jB-77LZL46QFFAKLF5GD2V7JVJHCU-0"><img id="img-f0f7z8xvzrv41jB-77LZL46QFFAKLF5GD2V7JVJHCU-0-image" alt="A contemporary Thanksgiving feast includes (clockwise from bottom left): Pan-Braised Cabbage with Herbs, Miso-Maple Butternut, Spinach-Rice Pilaf, Salted Caramel Pecan Pie, Parmesan Brussels Sprouts, Roast Turkey with Spice Rub." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=480&height=270&focal=1000,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=1440&height=810&focal=1000,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=1280&height=720&focal=1000,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=1024&height=576&focal=1000,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=820&height=461&focal=1000,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=600&height=337&focal=1000,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=420&height=236&focal=1000,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=240&height=135&focal=1000,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=1440&height=810&focal=1000,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=1440&height=810&focal=1000,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=1280&height=720&focal=1000,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=1024&height=576&focal=1000,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=820&height=461&focal=1000,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=600&height=337&focal=1000,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=420&height=236&focal=1000,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg?auth=e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c&width=240&height=135&focal=1000,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0f7z8xvzrv41jB-77LZL46QFFAKLF5GD2V7JVJHCU-0">All the fixings for a contemporary Thanksgiving feast</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/22/lifestyle/alice-brock-alices-restaurant-has-died-arlo-guthrie/" aria-label="Arlo Guthrie announces that Alice Brock of ‘Alice’s Restaurant’ fame has died"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0f7z8xvzrv41jB-FEMHRKALYJDBVKEPSLBNKLMH2A-1">Arlo Guthrie announces that Alice Brock of ‘Alice’s Restaurant’ fame has died</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/19/lifestyle/jasper-white-son-scituate-wedding/" aria-label="How LinkedIn led to wedding bells for Jasper White’s son and his high school sweetheart"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0f7z8xvzrv41jB-MJTXVLJJB5FUHMCIJLDWCQIAHA-2">How LinkedIn led to wedding bells for Jasper White’s son and his high school sweetheart</span></h2></div></a></div></div></div></div><div class="s_c_f | align_items_start container column col ws-2 desktop-4 tablet-4 grid width_full" style="margin-top:38px"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 small container inline_block relative"><h4 class="title | absolute background_main bold color_main font_primary padding_right uppercase" style="font-size:14px;line-height:inherit;padding-top:initial">travel</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:6.5px"></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/22/business/american-airlines-tech/" aria-label="Cutting in line? American Airlines’ new boarding tech might stop you at now over 100 airports."><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0ft5xRwzrv41YB-6OMYAND5TRB5PNEP4X7XVNYNG4-0"><img id="img-f0ft5xRwzrv41YB-6OMYAND5TRB5PNEP4X7XVNYNG4-0-image" alt="An American Airlines jetliner rumbles down a runway at Denver International Airport on Jan. 16." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z6QFPJ737QXUF64UKSIKFD5LNQ.jpg?auth=1c5269e6f999832774f3b79f8df15badc88610edd2df9a99517f0f05af91e574&width=480&height=270&focal=1181,2531" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z6QFPJ737QXUF64UKSIKFD5LNQ.jpg?auth=1c5269e6f999832774f3b79f8df15badc88610edd2df9a99517f0f05af91e574&width=1440&height=810&focal=1181,2531 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z6QFPJ737QXUF64UKSIKFD5LNQ.jpg?auth=1c5269e6f999832774f3b79f8df15badc88610edd2df9a99517f0f05af91e574&width=1280&height=720&focal=1181,2531 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z6QFPJ737QXUF64UKSIKFD5LNQ.jpg?auth=1c5269e6f999832774f3b79f8df15badc88610edd2df9a99517f0f05af91e574&width=1024&height=576&focal=1181,2531 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z6QFPJ737QXUF64UKSIKFD5LNQ.jpg?auth=1c5269e6f999832774f3b79f8df15badc88610edd2df9a99517f0f05af91e574&width=820&height=461&focal=1181,2531 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z6QFPJ737QXUF64UKSIKFD5LNQ.jpg?auth=1c5269e6f999832774f3b79f8df15badc88610edd2df9a99517f0f05af91e574&width=600&height=337&focal=1181,2531 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z6QFPJ737QXUF64UKSIKFD5LNQ.jpg?auth=1c5269e6f999832774f3b79f8df15badc88610edd2df9a99517f0f05af91e574&width=420&height=236&focal=1181,2531 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z6QFPJ737QXUF64UKSIKFD5LNQ.jpg?auth=1c5269e6f999832774f3b79f8df15badc88610edd2df9a99517f0f05af91e574&width=240&height=135&focal=1181,2531 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z6QFPJ737QXUF64UKSIKFD5LNQ.jpg?auth=1c5269e6f999832774f3b79f8df15badc88610edd2df9a99517f0f05af91e574&width=1440&height=810&focal=1181,2531" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z6QFPJ737QXUF64UKSIKFD5LNQ.jpg?auth=1c5269e6f999832774f3b79f8df15badc88610edd2df9a99517f0f05af91e574&width=1440&height=810&focal=1181,2531 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z6QFPJ737QXUF64UKSIKFD5LNQ.jpg?auth=1c5269e6f999832774f3b79f8df15badc88610edd2df9a99517f0f05af91e574&width=1280&height=720&focal=1181,2531 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z6QFPJ737QXUF64UKSIKFD5LNQ.jpg?auth=1c5269e6f999832774f3b79f8df15badc88610edd2df9a99517f0f05af91e574&width=1024&height=576&focal=1181,2531 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z6QFPJ737QXUF64UKSIKFD5LNQ.jpg?auth=1c5269e6f999832774f3b79f8df15badc88610edd2df9a99517f0f05af91e574&width=820&height=461&focal=1181,2531 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z6QFPJ737QXUF64UKSIKFD5LNQ.jpg?auth=1c5269e6f999832774f3b79f8df15badc88610edd2df9a99517f0f05af91e574&width=600&height=337&focal=1181,2531 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z6QFPJ737QXUF64UKSIKFD5LNQ.jpg?auth=1c5269e6f999832774f3b79f8df15badc88610edd2df9a99517f0f05af91e574&width=420&height=236&focal=1181,2531 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/Z6QFPJ737QXUF64UKSIKFD5LNQ.jpg?auth=1c5269e6f999832774f3b79f8df15badc88610edd2df9a99517f0f05af91e574&width=240&height=135&focal=1181,2531 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0ft5xRwzrv41YB-6OMYAND5TRB5PNEP4X7XVNYNG4-0">Cutting in line? American Airlines’ new boarding tech might stop you at now over 100 airports.</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/22/lifestyle/an-obituary-classic-american-roadside-inn/" aria-label="These ‘dead motels’ are a feast for the eyes"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0ft5xRwzrv41YB-ABH2P3DBLBF6ZDHVNAWCA5J6AQ-1">These ‘dead motels’ are a feast for the eyes</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/22/lifestyle/las-vegas-explore-parks/" aria-label="What happens in Las Vegas may have to stay there, but you don’t"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0ft5xRwzrv41YB-TM257JR5JFHM5MYUVL3UM2ZLFI-2">What happens in Las Vegas may have to stay there, but you don’t</span></h2></div></a></div></div></div></div><div class="s_c_f | align_items_start container column col ws-2 desktop-4 tablet-4 grid width_full" style="margin-top:38px"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 small container inline_block relative"><h4 class="title | absolute background_main bold color_main font_primary padding_right uppercase" style="font-size:14px;line-height:inherit;padding-top:initial">Arts</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:6.5px"></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/21/arts/harvard-art-museums-exhibition-about-germany-since-1980/" aria-label="Seeing the US in Germany’s mirror"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0feN4Xszrv41pP-QPLVWO4DT5AAHPT54VKF4I4KME-0"><img id="img-f0feN4Xszrv41pP-QPLVWO4DT5AAHPT54VKF4I4KME-0-image" alt="Corinne Wasmuht, "50 U Heinrich-Heine-Str.," 2009." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=480&height=270&focal=1200,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=1440&height=810&focal=1200,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=1280&height=720&focal=1200,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=1024&height=576&focal=1200,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=820&height=461&focal=1200,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=600&height=337&focal=1200,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=420&height=236&focal=1200,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=240&height=135&focal=1200,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=1440&height=810&focal=1200,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=1440&height=810&focal=1200,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=1280&height=720&focal=1200,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=1024&height=576&focal=1200,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=820&height=461&focal=1200,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=600&height=337&focal=1200,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=420&height=236&focal=1200,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg?auth=9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2&width=240&height=135&focal=1200,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0feN4Xszrv41pP-QPLVWO4DT5AAHPT54VKF4I4KME-0">Seeing the US in Germany’s mirror</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/21/arts/family-romance-paints-a-portrait-of-sargent-and-his-patrons/" aria-label="‘Family Romance’ paints a portrait of Sargent and his patrons "><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0feN4Xszrv41pP-LM4KEOU4ONEOXIKKOCEDRS5OVU-1">‘Family Romance’ paints a portrait of Sargent and his patrons </span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/21/arts/life-dances-on-robert-frank-in-dialogue-museum-of-modern-art/" aria-label="MoMA looks at Robert Frank’s six decades of photography and filmmaking after ‘The Americans’"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0feN4Xszrv41pP-ITXRMBSXWNFYPOGOXGT3PFWN3E-2">MoMA looks at Robert Frank’s six decades of photography and filmmaking after ‘The Americans’</span></h2></div></a></div></div></div></div><div class="s_c_f | align_items_start container column col ws-2 desktop-4 tablet-4 grid width_full" style="margin-top:38px"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 small container inline_block relative"><h4 class="title | absolute background_main bold color_main font_primary padding_right uppercase" style="font-size:14px;line-height:inherit;padding-top:initial">Books</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:6.5px"></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/22/arts/just-book-ish-opens-papercuts-celebrates/" aria-label="A ‘locally inspired’ bookstore is born, another celebrates a milestone"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fEif9yzrv41hM-6QEBTBWY3JEZDB2QUPI4RXJXEU-0"><img id="img-f0fEif9yzrv41hM-6QEBTBWY3JEZDB2QUPI4RXJXEU-0-image" alt="JustBook-ish, founded by Porsha Olayiwola and Bing Broderick, opens this weekend in Dorchester." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TUDAIC7Z3ZCX3LMGOWPKS7ZJLY.jpg?auth=18716cdefbd16fe99dcc53a85f94ac81bcd7c43bda5d53ffeda735519da880f1&width=480&height=270&focal=2016,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TUDAIC7Z3ZCX3LMGOWPKS7ZJLY.jpg?auth=18716cdefbd16fe99dcc53a85f94ac81bcd7c43bda5d53ffeda735519da880f1&width=1440&height=810&focal=2016,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TUDAIC7Z3ZCX3LMGOWPKS7ZJLY.jpg?auth=18716cdefbd16fe99dcc53a85f94ac81bcd7c43bda5d53ffeda735519da880f1&width=1280&height=720&focal=2016,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TUDAIC7Z3ZCX3LMGOWPKS7ZJLY.jpg?auth=18716cdefbd16fe99dcc53a85f94ac81bcd7c43bda5d53ffeda735519da880f1&width=1024&height=576&focal=2016,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TUDAIC7Z3ZCX3LMGOWPKS7ZJLY.jpg?auth=18716cdefbd16fe99dcc53a85f94ac81bcd7c43bda5d53ffeda735519da880f1&width=820&height=461&focal=2016,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TUDAIC7Z3ZCX3LMGOWPKS7ZJLY.jpg?auth=18716cdefbd16fe99dcc53a85f94ac81bcd7c43bda5d53ffeda735519da880f1&width=600&height=337&focal=2016,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TUDAIC7Z3ZCX3LMGOWPKS7ZJLY.jpg?auth=18716cdefbd16fe99dcc53a85f94ac81bcd7c43bda5d53ffeda735519da880f1&width=420&height=236&focal=2016,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TUDAIC7Z3ZCX3LMGOWPKS7ZJLY.jpg?auth=18716cdefbd16fe99dcc53a85f94ac81bcd7c43bda5d53ffeda735519da880f1&width=240&height=135&focal=2016,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TUDAIC7Z3ZCX3LMGOWPKS7ZJLY.jpg?auth=18716cdefbd16fe99dcc53a85f94ac81bcd7c43bda5d53ffeda735519da880f1&width=1440&height=810&focal=2016,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TUDAIC7Z3ZCX3LMGOWPKS7ZJLY.jpg?auth=18716cdefbd16fe99dcc53a85f94ac81bcd7c43bda5d53ffeda735519da880f1&width=1440&height=810&focal=2016,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TUDAIC7Z3ZCX3LMGOWPKS7ZJLY.jpg?auth=18716cdefbd16fe99dcc53a85f94ac81bcd7c43bda5d53ffeda735519da880f1&width=1280&height=720&focal=2016,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TUDAIC7Z3ZCX3LMGOWPKS7ZJLY.jpg?auth=18716cdefbd16fe99dcc53a85f94ac81bcd7c43bda5d53ffeda735519da880f1&width=1024&height=576&focal=2016,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TUDAIC7Z3ZCX3LMGOWPKS7ZJLY.jpg?auth=18716cdefbd16fe99dcc53a85f94ac81bcd7c43bda5d53ffeda735519da880f1&width=820&height=461&focal=2016,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TUDAIC7Z3ZCX3LMGOWPKS7ZJLY.jpg?auth=18716cdefbd16fe99dcc53a85f94ac81bcd7c43bda5d53ffeda735519da880f1&width=600&height=337&focal=2016,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TUDAIC7Z3ZCX3LMGOWPKS7ZJLY.jpg?auth=18716cdefbd16fe99dcc53a85f94ac81bcd7c43bda5d53ffeda735519da880f1&width=420&height=236&focal=2016,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TUDAIC7Z3ZCX3LMGOWPKS7ZJLY.jpg?auth=18716cdefbd16fe99dcc53a85f94ac81bcd7c43bda5d53ffeda735519da880f1&width=240&height=135&focal=2016,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fEif9yzrv41hM-6QEBTBWY3JEZDB2QUPI4RXJXEU-0">A ‘locally inspired’ bookstore is born, another celebrates a milestone</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/22/arts/holiday-gift-guide-2024-books/" aria-label="20 books for everyone on your holiday shopping list this year"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fEif9yzrv41hM-JWQGYUVGZZGRDDCJG4ZGT5IUME-1">20 books for everyone on your holiday shopping list this year</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/21/arts/family-romance-paints-a-portrait-of-sargent-and-his-patrons/" aria-label="‘Family Romance’ paints a portrait of Sargent and his patrons "><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fEif9yzrv41hM-LM4KEOU4ONEOXIKKOCEDRS5OVU-2">‘Family Romance’ paints a portrait of Sargent and his patrons </span></h2></div></a></div></div></div></div><div class="s_c_f | align_items_start container column col ws-2 desktop-4 tablet-4 grid width_full" style="margin-top:38px"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 small container inline_block relative"><h4 class="title | absolute background_main bold color_main font_primary padding_right uppercase" style="font-size:14px;line-height:inherit;padding-top:initial">Movies</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:6.5px"></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/22/magazine/things-to-do-around-boston/" aria-label="Five things to do around Boston, Nov. 25 - Dec. 8"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fd2SBzzrv41tT-EKSK2D6E7RGF7ON2AAPRWZTE54-0"><img id="img-f0fd2SBzzrv41tT-EKSK2D6E7RGF7ON2AAPRWZTE54-0-image" alt="The Nutcracker performed by the Boston Ballet in 2023" class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WT5R5AJAVPHJOT5IHUCFVDVCD4.jpg?auth=021d5771ee54df4d7fda5b599cb4644ef4a78cc62743213bc4630a32a87c9d51&width=480&height=270&focal=2387,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WT5R5AJAVPHJOT5IHUCFVDVCD4.jpg?auth=021d5771ee54df4d7fda5b599cb4644ef4a78cc62743213bc4630a32a87c9d51&width=1440&height=810&focal=2387,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WT5R5AJAVPHJOT5IHUCFVDVCD4.jpg?auth=021d5771ee54df4d7fda5b599cb4644ef4a78cc62743213bc4630a32a87c9d51&width=1280&height=720&focal=2387,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WT5R5AJAVPHJOT5IHUCFVDVCD4.jpg?auth=021d5771ee54df4d7fda5b599cb4644ef4a78cc62743213bc4630a32a87c9d51&width=1024&height=576&focal=2387,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WT5R5AJAVPHJOT5IHUCFVDVCD4.jpg?auth=021d5771ee54df4d7fda5b599cb4644ef4a78cc62743213bc4630a32a87c9d51&width=820&height=461&focal=2387,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WT5R5AJAVPHJOT5IHUCFVDVCD4.jpg?auth=021d5771ee54df4d7fda5b599cb4644ef4a78cc62743213bc4630a32a87c9d51&width=600&height=337&focal=2387,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WT5R5AJAVPHJOT5IHUCFVDVCD4.jpg?auth=021d5771ee54df4d7fda5b599cb4644ef4a78cc62743213bc4630a32a87c9d51&width=420&height=236&focal=2387,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WT5R5AJAVPHJOT5IHUCFVDVCD4.jpg?auth=021d5771ee54df4d7fda5b599cb4644ef4a78cc62743213bc4630a32a87c9d51&width=240&height=135&focal=2387,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WT5R5AJAVPHJOT5IHUCFVDVCD4.jpg?auth=021d5771ee54df4d7fda5b599cb4644ef4a78cc62743213bc4630a32a87c9d51&width=1440&height=810&focal=2387,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WT5R5AJAVPHJOT5IHUCFVDVCD4.jpg?auth=021d5771ee54df4d7fda5b599cb4644ef4a78cc62743213bc4630a32a87c9d51&width=1440&height=810&focal=2387,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WT5R5AJAVPHJOT5IHUCFVDVCD4.jpg?auth=021d5771ee54df4d7fda5b599cb4644ef4a78cc62743213bc4630a32a87c9d51&width=1280&height=720&focal=2387,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WT5R5AJAVPHJOT5IHUCFVDVCD4.jpg?auth=021d5771ee54df4d7fda5b599cb4644ef4a78cc62743213bc4630a32a87c9d51&width=1024&height=576&focal=2387,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WT5R5AJAVPHJOT5IHUCFVDVCD4.jpg?auth=021d5771ee54df4d7fda5b599cb4644ef4a78cc62743213bc4630a32a87c9d51&width=820&height=461&focal=2387,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WT5R5AJAVPHJOT5IHUCFVDVCD4.jpg?auth=021d5771ee54df4d7fda5b599cb4644ef4a78cc62743213bc4630a32a87c9d51&width=600&height=337&focal=2387,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WT5R5AJAVPHJOT5IHUCFVDVCD4.jpg?auth=021d5771ee54df4d7fda5b599cb4644ef4a78cc62743213bc4630a32a87c9d51&width=420&height=236&focal=2387,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WT5R5AJAVPHJOT5IHUCFVDVCD4.jpg?auth=021d5771ee54df4d7fda5b599cb4644ef4a78cc62743213bc4630a32a87c9d51&width=240&height=135&focal=2387,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fd2SBzzrv41tT-EKSK2D6E7RGF7ON2AAPRWZTE54-0">Five things to do around Boston, Nov. 25 - Dec. 8</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/22/arts/glicked-new-barbenheimer/" aria-label="Is ‘Glicked’ the new ‘Barbenheimer’? ‘Wicked’ and ‘Gladiator II’ collide in theaters"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fd2SBzzrv41tT-EJ5HUAUUPJDIZDTOWEGCH3P2NY-1">Is ‘Glicked’ the new ‘Barbenheimer’? ‘Wicked’ and ‘Gladiator II’ collide in theaters</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/21/arts/rita-horror-movie-jayro-bustamante/" aria-label="With ‘Rita,’ filmmaker Jayro Bustamante tells a different kind of horror story "><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fd2SBzzrv41tT-2K7OVE36L5COZGGTJMDVFJUR4Q-2">With ‘Rita,’ filmmaker Jayro Bustamante tells a different kind of horror story </span></h2></div></a></div></div></div></div><div class="s_c_f | align_items_start container column col ws-2 desktop-4 tablet-4 grid width_full" style="margin-top:38px"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 small container inline_block relative"><h4 class="title | absolute background_main bold color_main font_primary padding_right uppercase" style="font-size:14px;line-height:inherit;padding-top:initial">Television</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:6.5px"></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/22/arts/netflix-international-shows/" aria-label="Here, there, and pretty much everywhere"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fWaMSAzrv41yP-4MSCT25ENJA3DDCTVQ3VJR2E6E-0"><img id="img-f0fWaMSAzrv41yP-4MSCT25ENJA3DDCTVQ3VJR2E6E-0-image" alt="Yim Si-wan in season 2 of "Squid Game."" class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4UMDF2UO3NBYHLBGIBENV2RVTQ.jpg?auth=67d9a57d02ef8c9bff97b5ca06ae509a3111da3430105638444723964eb87107&width=480&height=270&focal=1274,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4UMDF2UO3NBYHLBGIBENV2RVTQ.jpg?auth=67d9a57d02ef8c9bff97b5ca06ae509a3111da3430105638444723964eb87107&width=1440&height=810&focal=1274,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4UMDF2UO3NBYHLBGIBENV2RVTQ.jpg?auth=67d9a57d02ef8c9bff97b5ca06ae509a3111da3430105638444723964eb87107&width=1280&height=720&focal=1274,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4UMDF2UO3NBYHLBGIBENV2RVTQ.jpg?auth=67d9a57d02ef8c9bff97b5ca06ae509a3111da3430105638444723964eb87107&width=1024&height=576&focal=1274,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4UMDF2UO3NBYHLBGIBENV2RVTQ.jpg?auth=67d9a57d02ef8c9bff97b5ca06ae509a3111da3430105638444723964eb87107&width=820&height=461&focal=1274,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4UMDF2UO3NBYHLBGIBENV2RVTQ.jpg?auth=67d9a57d02ef8c9bff97b5ca06ae509a3111da3430105638444723964eb87107&width=600&height=337&focal=1274,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4UMDF2UO3NBYHLBGIBENV2RVTQ.jpg?auth=67d9a57d02ef8c9bff97b5ca06ae509a3111da3430105638444723964eb87107&width=420&height=236&focal=1274,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4UMDF2UO3NBYHLBGIBENV2RVTQ.jpg?auth=67d9a57d02ef8c9bff97b5ca06ae509a3111da3430105638444723964eb87107&width=240&height=135&focal=1274,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4UMDF2UO3NBYHLBGIBENV2RVTQ.jpg?auth=67d9a57d02ef8c9bff97b5ca06ae509a3111da3430105638444723964eb87107&width=1440&height=810&focal=1274,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4UMDF2UO3NBYHLBGIBENV2RVTQ.jpg?auth=67d9a57d02ef8c9bff97b5ca06ae509a3111da3430105638444723964eb87107&width=1440&height=810&focal=1274,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4UMDF2UO3NBYHLBGIBENV2RVTQ.jpg?auth=67d9a57d02ef8c9bff97b5ca06ae509a3111da3430105638444723964eb87107&width=1280&height=720&focal=1274,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4UMDF2UO3NBYHLBGIBENV2RVTQ.jpg?auth=67d9a57d02ef8c9bff97b5ca06ae509a3111da3430105638444723964eb87107&width=1024&height=576&focal=1274,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4UMDF2UO3NBYHLBGIBENV2RVTQ.jpg?auth=67d9a57d02ef8c9bff97b5ca06ae509a3111da3430105638444723964eb87107&width=820&height=461&focal=1274,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4UMDF2UO3NBYHLBGIBENV2RVTQ.jpg?auth=67d9a57d02ef8c9bff97b5ca06ae509a3111da3430105638444723964eb87107&width=600&height=337&focal=1274,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4UMDF2UO3NBYHLBGIBENV2RVTQ.jpg?auth=67d9a57d02ef8c9bff97b5ca06ae509a3111da3430105638444723964eb87107&width=420&height=236&focal=1274,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4UMDF2UO3NBYHLBGIBENV2RVTQ.jpg?auth=67d9a57d02ef8c9bff97b5ca06ae509a3111da3430105638444723964eb87107&width=240&height=135&focal=1274,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fWaMSAzrv41yP-4MSCT25ENJA3DDCTVQ3VJR2E6E-0">Here, there, and pretty much everywhere</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/22/arts/jim-gaffigan-the-skinny-review/" aria-label="‘The Skinny’ showcases a veteran comic doing what he does best"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fWaMSAzrv41yP-BCNS4RYLPBBTXPU5R6JKTYMSNE-1">‘The Skinny’ showcases a veteran comic doing what he does best</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/21/arts/great-british-baking-show-semifinal-netflix/" aria-label="‘The Great British Baking Show’ is cooking up an exciting finale"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fWaMSAzrv41yP-2VTURH2KQFFFRAODXM2EYLH6BA-2">‘The Great British Baking Show’ is cooking up an exciting finale</span></h2></div></a></div></div></div></div><div class="s_c_f | align_items_start container column col ws-2 desktop-4 tablet-4 grid width_full" style="margin-top:38px"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 small container inline_block relative"><h4 class="title | absolute background_main bold color_main font_primary padding_right uppercase" style="font-size:14px;line-height:inherit;padding-top:initial">music</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:6.5px"></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/22/arts/kendrick-lamar-gnx-surprise-album/" aria-label="Kendrick Lamar surprises with new album ‘GNX’"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0f2D7hCzrv41nM-LGTBHZDCGNDMPF6O7MOM6XOEWU-0"><img id="img-f0f2D7hCzrv41nM-LGTBHZDCGNDMPF6O7MOM6XOEWU-0-image" alt="Rapper Kendrick Lamar pictured during the Festival d'ete de Quebec in Quebec City, Canada, on July 7, 2017. The artist's unannounced sixth studio album, “GNX,” was released — surprising fans — on Friday." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4OL46NAK2EJ65JOPPD4BHURLSE.jpg?auth=e967d1015d8b2c58cd5b3e48954df1ce78d34d21cf1cd346f0491efde358e572&width=480&height=270&focal=1800,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4OL46NAK2EJ65JOPPD4BHURLSE.jpg?auth=e967d1015d8b2c58cd5b3e48954df1ce78d34d21cf1cd346f0491efde358e572&width=1440&height=810&focal=1800,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4OL46NAK2EJ65JOPPD4BHURLSE.jpg?auth=e967d1015d8b2c58cd5b3e48954df1ce78d34d21cf1cd346f0491efde358e572&width=1280&height=720&focal=1800,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4OL46NAK2EJ65JOPPD4BHURLSE.jpg?auth=e967d1015d8b2c58cd5b3e48954df1ce78d34d21cf1cd346f0491efde358e572&width=1024&height=576&focal=1800,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4OL46NAK2EJ65JOPPD4BHURLSE.jpg?auth=e967d1015d8b2c58cd5b3e48954df1ce78d34d21cf1cd346f0491efde358e572&width=820&height=461&focal=1800,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4OL46NAK2EJ65JOPPD4BHURLSE.jpg?auth=e967d1015d8b2c58cd5b3e48954df1ce78d34d21cf1cd346f0491efde358e572&width=600&height=337&focal=1800,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4OL46NAK2EJ65JOPPD4BHURLSE.jpg?auth=e967d1015d8b2c58cd5b3e48954df1ce78d34d21cf1cd346f0491efde358e572&width=420&height=236&focal=1800,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4OL46NAK2EJ65JOPPD4BHURLSE.jpg?auth=e967d1015d8b2c58cd5b3e48954df1ce78d34d21cf1cd346f0491efde358e572&width=240&height=135&focal=1800,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4OL46NAK2EJ65JOPPD4BHURLSE.jpg?auth=e967d1015d8b2c58cd5b3e48954df1ce78d34d21cf1cd346f0491efde358e572&width=1440&height=810&focal=1800,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4OL46NAK2EJ65JOPPD4BHURLSE.jpg?auth=e967d1015d8b2c58cd5b3e48954df1ce78d34d21cf1cd346f0491efde358e572&width=1440&height=810&focal=1800,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4OL46NAK2EJ65JOPPD4BHURLSE.jpg?auth=e967d1015d8b2c58cd5b3e48954df1ce78d34d21cf1cd346f0491efde358e572&width=1280&height=720&focal=1800,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4OL46NAK2EJ65JOPPD4BHURLSE.jpg?auth=e967d1015d8b2c58cd5b3e48954df1ce78d34d21cf1cd346f0491efde358e572&width=1024&height=576&focal=1800,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4OL46NAK2EJ65JOPPD4BHURLSE.jpg?auth=e967d1015d8b2c58cd5b3e48954df1ce78d34d21cf1cd346f0491efde358e572&width=820&height=461&focal=1800,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4OL46NAK2EJ65JOPPD4BHURLSE.jpg?auth=e967d1015d8b2c58cd5b3e48954df1ce78d34d21cf1cd346f0491efde358e572&width=600&height=337&focal=1800,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4OL46NAK2EJ65JOPPD4BHURLSE.jpg?auth=e967d1015d8b2c58cd5b3e48954df1ce78d34d21cf1cd346f0491efde358e572&width=420&height=236&focal=1800,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/4OL46NAK2EJ65JOPPD4BHURLSE.jpg?auth=e967d1015d8b2c58cd5b3e48954df1ce78d34d21cf1cd346f0491efde358e572&width=240&height=135&focal=1800,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0f2D7hCzrv41nM-LGTBHZDCGNDMPF6O7MOM6XOEWU-0">Kendrick Lamar surprises with new album ‘GNX’</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/22/arts/brightness-of-light-boston-symphony-orchestra-renee-fleming/" aria-label="Five years after its premiere, ‘The Brightness of Light’ shines with BSO and Renée Fleming"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0f2D7hCzrv41nM-QIYXCX6SF5C2HHHWUD4OBIEG4M-1">Five years after its premiere, ‘The Brightness of Light’ shines with BSO and Renée Fleming</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/22/magazine/things-to-do-around-boston/" aria-label="Five things to do around Boston, Nov. 25 - Dec. 8"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0f2D7hCzrv41nM-EKSK2D6E7RGF7ON2AAPRWZTE54-2">Five things to do around Boston, Nov. 25 - Dec. 8</span></h2></div></a></div></div></div></div><div class="s_c_f | align_items_start container column col ws-2 desktop-4 tablet-4 grid width_full" style="margin-top:38px"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 small container inline_block relative"><h4 class="title | absolute background_main bold color_main font_primary padding_right uppercase" style="font-size:14px;line-height:inherit;padding-top:initial">Theater/Dance</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:6.5px"></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/23/arts/dance-review-martha-graham-dance-in-boston/" aria-label="Martha Graham Dance Company is back in Boston for first time in nearly 20 years"><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0ffIQzDzrv41VA-D2HMD3IOQRFMHID4B27KKG2OME-0"><img id="img-f0ffIQzDzrv41VA-D2HMD3IOQRFMHID4B27KKG2OME-0-image" alt="Martha Graham Dance Company in Jamar Roberts's "We The People."" class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ICIHDM2ILNGGRF73PKWK4BXSCI.jpg?auth=846b9f607e6cac0fd225fe740b806eec463aea38b0d225acab5e95cd9ac2a053&width=480&height=270&focal=1500,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ICIHDM2ILNGGRF73PKWK4BXSCI.jpg?auth=846b9f607e6cac0fd225fe740b806eec463aea38b0d225acab5e95cd9ac2a053&width=1440&height=810&focal=1500,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ICIHDM2ILNGGRF73PKWK4BXSCI.jpg?auth=846b9f607e6cac0fd225fe740b806eec463aea38b0d225acab5e95cd9ac2a053&width=1280&height=720&focal=1500,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ICIHDM2ILNGGRF73PKWK4BXSCI.jpg?auth=846b9f607e6cac0fd225fe740b806eec463aea38b0d225acab5e95cd9ac2a053&width=1024&height=576&focal=1500,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ICIHDM2ILNGGRF73PKWK4BXSCI.jpg?auth=846b9f607e6cac0fd225fe740b806eec463aea38b0d225acab5e95cd9ac2a053&width=820&height=461&focal=1500,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ICIHDM2ILNGGRF73PKWK4BXSCI.jpg?auth=846b9f607e6cac0fd225fe740b806eec463aea38b0d225acab5e95cd9ac2a053&width=600&height=337&focal=1500,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ICIHDM2ILNGGRF73PKWK4BXSCI.jpg?auth=846b9f607e6cac0fd225fe740b806eec463aea38b0d225acab5e95cd9ac2a053&width=420&height=236&focal=1500,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ICIHDM2ILNGGRF73PKWK4BXSCI.jpg?auth=846b9f607e6cac0fd225fe740b806eec463aea38b0d225acab5e95cd9ac2a053&width=240&height=135&focal=1500,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ICIHDM2ILNGGRF73PKWK4BXSCI.jpg?auth=846b9f607e6cac0fd225fe740b806eec463aea38b0d225acab5e95cd9ac2a053&width=1440&height=810&focal=1500,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ICIHDM2ILNGGRF73PKWK4BXSCI.jpg?auth=846b9f607e6cac0fd225fe740b806eec463aea38b0d225acab5e95cd9ac2a053&width=1440&height=810&focal=1500,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ICIHDM2ILNGGRF73PKWK4BXSCI.jpg?auth=846b9f607e6cac0fd225fe740b806eec463aea38b0d225acab5e95cd9ac2a053&width=1280&height=720&focal=1500,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ICIHDM2ILNGGRF73PKWK4BXSCI.jpg?auth=846b9f607e6cac0fd225fe740b806eec463aea38b0d225acab5e95cd9ac2a053&width=1024&height=576&focal=1500,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ICIHDM2ILNGGRF73PKWK4BXSCI.jpg?auth=846b9f607e6cac0fd225fe740b806eec463aea38b0d225acab5e95cd9ac2a053&width=820&height=461&focal=1500,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ICIHDM2ILNGGRF73PKWK4BXSCI.jpg?auth=846b9f607e6cac0fd225fe740b806eec463aea38b0d225acab5e95cd9ac2a053&width=600&height=337&focal=1500,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ICIHDM2ILNGGRF73PKWK4BXSCI.jpg?auth=846b9f607e6cac0fd225fe740b806eec463aea38b0d225acab5e95cd9ac2a053&width=420&height=236&focal=1500,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ICIHDM2ILNGGRF73PKWK4BXSCI.jpg?auth=846b9f607e6cac0fd225fe740b806eec463aea38b0d225acab5e95cd9ac2a053&width=240&height=135&focal=1500,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0ffIQzDzrv41VA-D2HMD3IOQRFMHID4B27KKG2OME-0">Martha Graham Dance Company is back in Boston for first time in nearly 20 years</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/21/arts/emma-actors-shakespeare-project-review/" aria-label="Actors’ Shakespeare Project’s freewheeling ‘Emma’ gets the essence of the novel"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0ffIQzDzrv41VA-SU3AEVX53BEDBMQ54S6ZW6WYSA-1">Actors’ Shakespeare Project’s freewheeling ‘Emma’ gets the essence of the novel</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/21/arts/thats-so-jewish-eitan-levine/" aria-label="‘That’s So Jewish’ aims to get to the bottom of who’s ‘most chosen’"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0ffIQzDzrv41VA-T4WNEVINOZDU3NAZLXLQZ33SPA-2">‘That’s So Jewish’ aims to get to the bottom of who’s ‘most chosen’</span></h2></div></a></div></div></div></div><div class="s_c_f | align_items_start container column col ws-2 desktop-4 tablet-4 grid width_full" style="margin-top:38px"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 small container inline_block relative"><h4 class="title | absolute background_main bold color_main font_primary padding_right uppercase" style="font-size:14px;line-height:inherit;padding-top:initial">Health</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:6.5px"></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/10/14/metro/uti-infection-study-research-salve-regina-university/" aria-label="About 30% of women are reinfected with a UTI within a year. This R.I. professor is looking for a way to change that."><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fsmPXEzrv41hO-4R7DOFQBHFCMJJ3EJ43VHXT5QI-0"><img id="img-f0fsmPXEzrv41hO-4R7DOFQBHFCMJJ3EJ43VHXT5QI-0-image" alt="Dr. Susan Meschwitz, center, a chemistry professor at Salve Regina University in Newport, R.I., in her lab with two undergraduate students." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WCTK47F76JE77K4PRQZUN5T5MQ.png?auth=2f5664345baae972ce2bfe273dba24cb7af3db6b4f0556e724927d06ae825522&width=480&height=270&focal=691,5" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WCTK47F76JE77K4PRQZUN5T5MQ.png?auth=2f5664345baae972ce2bfe273dba24cb7af3db6b4f0556e724927d06ae825522&width=1440&height=810&focal=691,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WCTK47F76JE77K4PRQZUN5T5MQ.png?auth=2f5664345baae972ce2bfe273dba24cb7af3db6b4f0556e724927d06ae825522&width=1280&height=720&focal=691,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WCTK47F76JE77K4PRQZUN5T5MQ.png?auth=2f5664345baae972ce2bfe273dba24cb7af3db6b4f0556e724927d06ae825522&width=1024&height=576&focal=691,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WCTK47F76JE77K4PRQZUN5T5MQ.png?auth=2f5664345baae972ce2bfe273dba24cb7af3db6b4f0556e724927d06ae825522&width=820&height=461&focal=691,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WCTK47F76JE77K4PRQZUN5T5MQ.png?auth=2f5664345baae972ce2bfe273dba24cb7af3db6b4f0556e724927d06ae825522&width=600&height=337&focal=691,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WCTK47F76JE77K4PRQZUN5T5MQ.png?auth=2f5664345baae972ce2bfe273dba24cb7af3db6b4f0556e724927d06ae825522&width=420&height=236&focal=691,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WCTK47F76JE77K4PRQZUN5T5MQ.png?auth=2f5664345baae972ce2bfe273dba24cb7af3db6b4f0556e724927d06ae825522&width=240&height=135&focal=691,5 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WCTK47F76JE77K4PRQZUN5T5MQ.png?auth=2f5664345baae972ce2bfe273dba24cb7af3db6b4f0556e724927d06ae825522&width=1440&height=810&focal=691,5" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WCTK47F76JE77K4PRQZUN5T5MQ.png?auth=2f5664345baae972ce2bfe273dba24cb7af3db6b4f0556e724927d06ae825522&width=1440&height=810&focal=691,5 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WCTK47F76JE77K4PRQZUN5T5MQ.png?auth=2f5664345baae972ce2bfe273dba24cb7af3db6b4f0556e724927d06ae825522&width=1280&height=720&focal=691,5 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WCTK47F76JE77K4PRQZUN5T5MQ.png?auth=2f5664345baae972ce2bfe273dba24cb7af3db6b4f0556e724927d06ae825522&width=1024&height=576&focal=691,5 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WCTK47F76JE77K4PRQZUN5T5MQ.png?auth=2f5664345baae972ce2bfe273dba24cb7af3db6b4f0556e724927d06ae825522&width=820&height=461&focal=691,5 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WCTK47F76JE77K4PRQZUN5T5MQ.png?auth=2f5664345baae972ce2bfe273dba24cb7af3db6b4f0556e724927d06ae825522&width=600&height=337&focal=691,5 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WCTK47F76JE77K4PRQZUN5T5MQ.png?auth=2f5664345baae972ce2bfe273dba24cb7af3db6b4f0556e724927d06ae825522&width=420&height=236&focal=691,5 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/WCTK47F76JE77K4PRQZUN5T5MQ.png?auth=2f5664345baae972ce2bfe273dba24cb7af3db6b4f0556e724927d06ae825522&width=240&height=135&focal=691,5 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fsmPXEzrv41hO-4R7DOFQBHFCMJJ3EJ43VHXT5QI-0">About 30% of women are reinfected with a UTI within a year. This R.I. professor is looking for a way to change that.</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/08/31/metro/lifespan-steward-st-annes-morton-hospital-roger-williams-lady-fatima-ri/" aria-label="Why is Lifespan buying hospitals in Massachusetts instead of saving two in Rhode Island?"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fsmPXEzrv41hO-F7S6CDWGERDB5IBLZ2VKZAOMP4-1">Why is Lifespan buying hospitals in Massachusetts instead of saving two in Rhode Island?</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/08/27/metro/ri-life-science-hub-still-negotiating-laboratory-incubator-space/" aria-label="R.I. Life Science Hub still in negotiations to develop lab incubator space: ‘In the business world... things moved a lot faster’"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fsmPXEzrv41hO-OB7UTMVCGRGIPPQGLRRWRGEQ5A-2">R.I. Life Science Hub still in negotiations to develop lab incubator space: ‘In the business world... things moved a lot faster’</span></h2></div></a></div></div></div></div><div class="s_c_f | align_items_start container column col ws-2 desktop-4 tablet-4 grid width_full" style="margin-top:38px"><div class="title_bar | border_box padding_horizontal_16 width_full padding_bottom_16 small container inline_block relative"><h4 class="title | absolute background_main bold color_main font_primary padding_right uppercase" style="font-size:14px;line-height:inherit;padding-top:initial">Obituaries</h4><div class="bar | border_foreground border_bottom border_1 height_1" style="margin-top:6.5px"></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full i_h"><a class="card color_inherit" href="/2024/11/23/metro/wwii-soldiers-remains-return-80-years-after-to-rhode-island/" aria-label="A WWII soldier finally comes home to R.I. thanks to a bracelet, a class ring, and DNA testing "><div><div id="" class="image | relative margin_bottom_16 width_full false false "><figure class="font_primary margin_center false false " style="height:auto" id="img-f0fYk8kGzrv41RV-FXAQXZLTXZD6FEP3MVRUHTFYUQ-0"><img id="img-f0fYk8kGzrv41RV-FXAQXZLTXZD6FEP3MVRUHTFYUQ-0-image" alt="Army Sergeant Hagop Jack Zarifian was killed in action in Germany during World War II in April 1945. After his remains were found there last year, Zarifian will finally be laid to rest in the United States in Providence, R.I., on Saturday." class="height_a width_full invisible width_full--mobile width_full--tablet-only" data-src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=480&height=270&focal=203,188" data-srcset="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=1440&height=810&focal=203,188 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=1280&height=720&focal=203,188 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=1024&height=576&focal=203,188 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=820&height=461&focal=203,188 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=600&height=337&focal=203,188 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=420&height=236&focal=203,188 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=240&height=135&focal=203,188 240w" src="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=1440&height=810&focal=203,188" srcSet="https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=1440&height=810&focal=203,188 1440w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=1280&height=720&focal=203,188 1280w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=1024&height=576&focal=203,188 1024w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=820&height=461&focal=203,188 820w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=600&height=337&focal=203,188 600w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=420&height=236&focal=203,188 420w, https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg?auth=fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49&width=240&height=135&focal=203,188 240w" loading="lazy"/><figcaption class=" img_caption | margin_horizontal_0--mobile margin_horizontal_0--tablet text_align_right"><span class="credit uppercase"></span></figcaption></figure></div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fYk8kGzrv41RV-FXAQXZLTXZD6FEP3MVRUHTFYUQ-0">A WWII soldier finally comes home to R.I. thanks to a bracelet, a class ring, and DNA testing </span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/22/metro/alice-brock-arlo-guthrie-song/" aria-label="Alice Brock, whose restaurant inspired Arlo Guthrie’s classic song, dies at 83"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fYk8kGzrv41RV-NJ3NPBVNWFE6RDXCAL7PXBAAJI-1">Alice Brock, whose restaurant inspired Arlo Guthrie’s classic song, dies at 83</span></h2></div></a></div></div></div><div class="container | align_items_start inline_block width_full"><div mobileAppPackage="[object Object]" class="s_c | align_items_start grid padding_horizontal width_full"><div class="card | border_bottom border_1 inline_block padding_bottom margin_top margin_left margin_right margin_bottom width_full h"><a class="card color_inherit" href="/2024/11/21/metro/joyce-grant-obituary/" aria-label="Joyce Grant, educator and civil rights activist in Boston and beyond, dies at 86"><div><h2 class="headline | bold border_box font_primary margin_bottom" style="font-size:14px"><span id="headline-f0fYk8kGzrv41RV-OLIYBYM7NBFSFEWJIEIC7DBFOY-2">Joyce Grant, educator and civil rights activist in Boston and beyond, dies at 86</span></h2></div></a></div></div></div></div></div></section><section id="hp-basement-2-main" class="hp | basement-2-main align_items_start col grid mobile_12 desktop-8 ws-9"></section></main><section class="container grid margin_center width_max_1440"><footer id="hp-footer" class="hp | container column footer width_full"><div class="navigation width_full"><div class="footer | color_main container column padding_bottom_64 padding_top_48 relative"><div class="footer_content | border border_top border_horizontal--desktop"><div class="footer_banner | absolute container flex justify_center margin_vertical_24 row width_full"><figure class="footer_banner_content | container flex row--desktop align_items_center background_main"><div class="footer_follow_us | bold uppercase text_align_center margin_horizontal_16"><span class="label">Follow Us </span></div><div class="footer_sharebar | container flex row margin_top_16--mobile hidden--mobile"><a href="https://twitter.com/BostonGlobe" target="_tab" id="Follow us on Twitter" rel="noopener noreferrer" aria-label="Follow us on Twitter" data-footer-onclick="Twitter"><span class="margin_right_16"><svg width="24px" height="24px" viewBox="0 0 512 512"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" fill="#005dc7" fill-rule="evenodd"></path></svg></span></a><a href="https://www.facebook.com/globe" target="_tab" id="Follow us on Facebook" rel="noopener noreferrer" aria-label="Follow us on Facebook" data-footer-onclick="Facebook"><span class="margin_right_16"><svg width="24px" height="24px" viewBox="0 0 264 512"><path d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229" fill="#005dc7" fill-rule="evenodd"></path></svg></span></a><a href="https://www.instagram.com/bostonglobe/" target="_tab" id="Follow us on Instagram" rel="noopener noreferrer" aria-label="Follow us on Instagram" data-footer-onclick="Instagram"><span class="margin_right_16"><svg width="24px" height="24px" viewBox="70 50 420 420"><path d="M256 109.3c47.8 0 53.4.2 72.3 1 17.4.8 26.9 3.7 33.2 6.2 8.4 3.2 14.3 7.1 20.6 13.4 6.3 6.3 10.1 12.2 13.4 20.6 2.5 6.3 5.4 15.8 6.2 33.2.9 18.9 1 24.5 1 72.3s-.2 53.4-1 72.3c-.8 17.4-3.7 26.9-6.2 33.2-3.2 8.4-7.1 14.3-13.4 20.6-6.3 6.3-12.2 10.1-20.6 13.4-6.3 2.5-15.8 5.4-33.2 6.2-18.9.9-24.5 1-72.3 1s-53.4-.2-72.3-1c-17.4-.8-26.9-3.7-33.2-6.2-8.4-3.2-14.3-7.1-20.6-13.4-6.3-6.3-10.1-12.2-13.4-20.6-2.5-6.3-5.4-15.8-6.2-33.2-.9-18.9-1-24.5-1-72.3s.2-53.4 1-72.3c.8-17.4 3.7-26.9 6.2-33.2 3.2-8.4 7.1-14.3 13.4-20.6 6.3-6.3 12.2-10.1 20.6-13.4 6.3-2.5 15.8-5.4 33.2-6.2 18.9-.8 24.5-1 72.3-1m0-32.2c-48.6 0-54.7.2-73.8 1.1-19 .9-32.1 3.9-43.4 8.3-11.8 4.6-21.7 10.7-31.7 20.6C97.2 117 91 127 86.5 138.8c-4.4 11.4-7.4 24.4-8.3 43.4-.9 19.1-1.1 25.2-1.1 73.8 0 48.6.2 54.7 1.1 73.8.9 19 3.9 32.1 8.3 43.4 4.6 11.8 10.7 21.7 20.6 31.7 9.9 9.9 19.9 16.1 31.7 20.6 11.4 4.4 24.4 7.4 43.4 8.3 19.1.9 25.2 1.1 73.8 1.1s54.7-.2 73.8-1.1c19-.9 32.1-3.9 43.4-8.3 11.8-4.6 21.7-10.7 31.7-20.6 9.9-9.9 16.1-19.9 20.6-31.7 4.4-11.4 7.4-24.4 8.3-43.4.9-19.1 1.1-25.2 1.1-73.8s-.2-54.7-1.1-73.8c-.9-19-3.9-32.1-8.3-43.4-4.6-11.8-10.7-21.7-20.6-31.7C395 97.2 385 91 373.2 86.5c-11.4-4.4-24.4-7.4-43.4-8.3-19.1-.9-25.2-1.1-73.8-1.1z" fill-rule="evenodd" fill="#005dc7"></path><path d="M256 164.1c-50.7 0-91.9 41.1-91.9 91.9s41.1 91.9 91.9 91.9 91.9-41.1 91.9-91.9-41.2-91.9-91.9-91.9zm0 151.5c-32.9 0-59.6-26.7-59.6-59.6s26.7-59.6 59.6-59.6 59.6 26.7 59.6 59.6-26.7 59.6-59.6 59.6z" fill-rule="evenodd" fill="#005dc7"></path><circle cx="351.5" cy="160.5" r="21.5" fill-rule="evenodd" fill="#005dc7"></circle></svg></span></a></div></figure></div><div class="follow_us_bar_mobile | flex justify_center hidden--tablet margin_top_24"><a href="https://twitter.com/BostonGlobe" target="_tab" id="Follow us on Twitter" rel="noopener noreferrer" aria-label="Follow us on Twitter" data-footer-onclick="Twitter"><span class="margin_right_16"><svg width="24px" height="24px" viewBox="0 0 512 512"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" fill="#005dc7" fill-rule="evenodd"></path></svg></span></a><a href="https://www.facebook.com/globe" target="_tab" id="Follow us on Facebook" rel="noopener noreferrer" aria-label="Follow us on Facebook" data-footer-onclick="Facebook"><span class="margin_right_16"><svg width="24px" height="24px" viewBox="0 0 264 512"><path d="M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229" fill="#005dc7" fill-rule="evenodd"></path></svg></span></a><a href="https://www.instagram.com/bostonglobe/" target="_tab" id="Follow us on Instagram" rel="noopener noreferrer" aria-label="Follow us on Instagram" data-footer-onclick="Instagram"><span class="margin_right_16"><svg width="24px" height="24px" viewBox="70 50 420 420"><path d="M256 109.3c47.8 0 53.4.2 72.3 1 17.4.8 26.9 3.7 33.2 6.2 8.4 3.2 14.3 7.1 20.6 13.4 6.3 6.3 10.1 12.2 13.4 20.6 2.5 6.3 5.4 15.8 6.2 33.2.9 18.9 1 24.5 1 72.3s-.2 53.4-1 72.3c-.8 17.4-3.7 26.9-6.2 33.2-3.2 8.4-7.1 14.3-13.4 20.6-6.3 6.3-12.2 10.1-20.6 13.4-6.3 2.5-15.8 5.4-33.2 6.2-18.9.9-24.5 1-72.3 1s-53.4-.2-72.3-1c-17.4-.8-26.9-3.7-33.2-6.2-8.4-3.2-14.3-7.1-20.6-13.4-6.3-6.3-10.1-12.2-13.4-20.6-2.5-6.3-5.4-15.8-6.2-33.2-.9-18.9-1-24.5-1-72.3s.2-53.4 1-72.3c.8-17.4 3.7-26.9 6.2-33.2 3.2-8.4 7.1-14.3 13.4-20.6 6.3-6.3 12.2-10.1 20.6-13.4 6.3-2.5 15.8-5.4 33.2-6.2 18.9-.8 24.5-1 72.3-1m0-32.2c-48.6 0-54.7.2-73.8 1.1-19 .9-32.1 3.9-43.4 8.3-11.8 4.6-21.7 10.7-31.7 20.6C97.2 117 91 127 86.5 138.8c-4.4 11.4-7.4 24.4-8.3 43.4-.9 19.1-1.1 25.2-1.1 73.8 0 48.6.2 54.7 1.1 73.8.9 19 3.9 32.1 8.3 43.4 4.6 11.8 10.7 21.7 20.6 31.7 9.9 9.9 19.9 16.1 31.7 20.6 11.4 4.4 24.4 7.4 43.4 8.3 19.1.9 25.2 1.1 73.8 1.1s54.7-.2 73.8-1.1c19-.9 32.1-3.9 43.4-8.3 11.8-4.6 21.7-10.7 31.7-20.6 9.9-9.9 16.1-19.9 20.6-31.7 4.4-11.4 7.4-24.4 8.3-43.4.9-19.1 1.1-25.2 1.1-73.8s-.2-54.7-1.1-73.8c-.9-19-3.9-32.1-8.3-43.4-4.6-11.8-10.7-21.7-20.6-31.7C395 97.2 385 91 373.2 86.5c-11.4-4.4-24.4-7.4-43.4-8.3-19.1-.9-25.2-1.1-73.8-1.1z" fill-rule="evenodd" fill="#005dc7"></path><path d="M256 164.1c-50.7 0-91.9 41.1-91.9 91.9s41.1 91.9 91.9 91.9 91.9-41.1 91.9-91.9-41.2-91.9-91.9-91.9zm0 151.5c-32.9 0-59.6-26.7-59.6-59.6s26.7-59.6 59.6-59.6 59.6 26.7 59.6 59.6-26.7 59.6-59.6 59.6z" fill-rule="evenodd" fill="#005dc7"></path><circle cx="351.5" cy="160.5" r="21.5" fill-rule="evenodd" fill="#005dc7"></circle></svg></span></a></div><div class="logo_footer | background_white--mobile hidden--desktop margin_top_24 relative"></div><div class="footer_items_wrap | align_items_center background_gray_20--mobile container flex justify_center padding_top--mobile row"><div class="footer_items | align_items_center grid justify_space_around foreground_far margin_horizontal_16"><div class="footer_item | col desktop-2 tablet-2 border border_bottom--mobile margin_top"><h3 class="navigation_heading uppercase bold">Subscribe Now</h3><div class="footer_link_wrap | container flex margin_top_half row"><p class="footer_link | capitalize font_primary foreground_far width_full--desktop"><a href="https://subscribe.bostonglobe.com/B7663/?p1=BGFooter" class="focus_ring" target="_self">Digital Access</a><span class="slash | margin_horizontal "></span></p><p class="footer_link | capitalize font_primary foreground_far width_full--desktop"><a href="https://subscribe.bostonglobe.com/B5232/?p1=BGFooter" class="focus_ring" target="_self">Home Delivery</a><span class="slash | margin_horizontal "></span></p><p class="footer_link | capitalize font_primary foreground_far width_full--desktop"><a href="https://manage.bostonglobe.com/gift/gift.html?p1=BGFooter" class="focus_ring" target="_self">Gift Subscriptions</a></p></div></div><div class="footer_item | col desktop-2 tablet-2 border border_bottom--mobile margin_top"><h3 class="navigation_heading uppercase bold">My Account</h3><div class="footer_link_wrap | container flex margin_top_half row"><p class="footer_link | capitalize font_primary foreground_far width_full--desktop"><a href="https://www.bostonglobe.com/login?p1=BGFooter" class="focus_ring" target="_self">Log In</a><span class="slash | margin_horizontal "></span></p><p class="footer_link | capitalize font_primary foreground_far width_full--desktop"><a href="https://manage.bostonglobe.com/cs/mc/login.aspx?p1=BGFooter" class="focus_ring" target="_self">Manage My Account</a><span class="slash | margin_horizontal "></span></p><p class="footer_link | capitalize font_primary foreground_far width_full--desktop"><a href="#" class="focus_ring" target="_self">Customer Service</a><span class="slash | margin_horizontal "></span></p><p class="footer_link | capitalize font_primary foreground_far width_full--desktop"><a href="https://isd-chatterbox.com/BostonGlobe/TransactionType.aspx" class="focus_ring" target="_self">Delivery Issues</a><span class="slash | margin_horizontal "></span></p><p class="footer_link | capitalize font_primary foreground_far width_full--desktop"><a href="https://www.research.net/r/G653HPY" class="focus_ring" target="_self">Feedback</a></p></div></div><div class="footer_item | col desktop-2 tablet-2 border border_bottom--mobile margin_top"><h3 class="navigation_heading uppercase bold">Contact</h3><div class="footer_link_wrap | container flex margin_top_half row"><p class="footer_link | capitalize font_primary foreground_far width_full--desktop"><a href="https://customerservice.bostonglobe.com/hc/en-us?p1=BGFooter" class="focus_ring" target="_self">Help & FAQs</a><span class="slash | margin_horizontal "></span></p><p class="footer_link | capitalize font_primary foreground_far width_full--desktop"><a href="/about/staff-list/?p1=BGFooter" class="focus_ring" target="_self">Staff List</a><span class="slash | margin_horizontal "></span></p><p class="footer_link | capitalize font_primary foreground_far width_full--desktop"><a href="https://www.bostonglobemedia.com/?p1=BGFooter" class="focus_ring" target="_self">Advertise</a></p></div></div><div class="footer_item | col desktop-4 tablet-4 margin_top"><h3 class="navigation_heading uppercase bold">More</h3><div class="footer_link_wrap | container flex margin_top_half row"><p class="footer_link | capitalize font_primary foreground_far "><a href="https://www.bostonglobe.com/newsletters?p1=BGFooter" class="focus_ring" target="_self">Newsletters</a><span class="slash | margin_horizontal slash--desktop"></span></p><p class="footer_link | capitalize font_primary foreground_far "><a href="https://epaper.bostonglobe.com/launch.aspx?pbid=2c60291d-c20c-4780-9829-b3d9a12687cf&p1=BGFooter" class="focus_ring" target="_self">View the ePaper</a><span class="slash | margin_horizontal slash--desktop"></span></p><p class="footer_link | capitalize font_primary foreground_far "><a href="https://payment.bostonglobe.com/back-issues?p1=BGFooter" class="focus_ring" target="_self">Order Back Issues</a><span class="slash | margin_horizontal slash--desktop"></span></p><p class="footer_link | capitalize font_primary foreground_far "><a href="https://nieonline.com/bostonglobe/" class="focus_ring" target="_self">News in Education</a><span class="slash | margin_horizontal slash--desktop"></span></p><p class="footer_link | capitalize font_primary foreground_far "><a href="https://pages.bostonglobe.com/login/archive?p1=BGFooter&p1=BGFooter" class="focus_ring" target="_self">Search the Archives</a><span class="slash | margin_horizontal slash--desktop"></span></p><p class="footer_link | capitalize font_primary foreground_far "><a href="/about/help/privacy-policy/?p1=BGFooter" class="focus_ring" target="_self">Privacy Policy</a><span class="slash | margin_horizontal slash--desktop"></span></p><p class="footer_link | capitalize font_primary foreground_far "><a href="/about/help/terms-service/?p1=BGFooter" class="focus_ring" target="_self">Terms of Service</a><span class="slash | margin_horizontal slash--desktop"></span></p><p class="footer_link | capitalize font_primary foreground_far "><a href="/about/help/terms-purchase/?p1=BGFooter" class="focus_ring" target="_self">Terms of Purchase</a><span class="slash | margin_horizontal slash--desktop"></span></p><p class="footer_link | capitalize font_primary foreground_far "><a href="https://www.bostonglobe.com/contact/?p1=BGFooter" class="focus_ring" target="_self">Contact</a><span class="slash | margin_horizontal slash--desktop"></span></p><p class="footer_link | capitalize font_primary foreground_far "><a href="https://globe.rec.pro.ukg.net/BOS1501BGMP/JobBoard/3ebc7d47-2d31-4b8d-817d-db673315517a/?q=&o=postedDateDesc" class="focus_ring" target="_self">Work at Boston Globe Media</a><span class="slash | margin_horizontal slash--desktop"></span></p><p class="footer_link | capitalize font_primary foreground_far "><a href="/about/help/internship/?p1=BGFooter" class="focus_ring" target="_self">Internship Program</a><span class="slash | margin_horizontal slash--desktop"></span></p><p class="footer_link | capitalize font_primary foreground_far "><a href="/about/help/coop/?p1=BGFooter" class="focus_ring" target="_self">Co-op Program</a><span class="slash | margin_horizontal slash--desktop"></span></p><p class="footer_link | capitalize font_primary foreground_far "><a href="https://www.bostonglobe.com/about/help/privacy-policy/?showform=true&p1=BGFooter" class="focus_ring" target="_self">Do Not Sell My Personal Information</a></p></div></div></div></div></div><div class="footer_copyright | background_main padding_top_16 text_align_center"><span>©</span>2024 Boston Globe Media Partners, LLC</div><script> (function(){ var getClosest = function (elem, selector) { for ( ; elem && elem !== document; elem = elem.parentNode ) { if ( elem.matches( selector ) ) return elem; } return null; }; var footerSocialLinks = document.querySelectorAll('[data-footer-onclick]'); for (var i = 0; i < footerSocialLinks.length; i++) { footerSocialLinks[i].addEventListener('click', function(event) { const footerSocialLink = getClosest(event.target, '[data-footer-onclick]'); const social = footerSocialLink.getAttribute('data-footer-onclick'); window.bg && window.bg.globalTracking && window.bg.globalTracking.trackEvent && window.bg.globalTracking.trackEvent({ instance: this, eventName: 'HP_Follow_' + social }); }); } })();</script></div></div></footer></section></section></div><script id="fusion-metadata" type="application/javascript">window.Fusion=window.Fusion||{};Fusion.arcSite="bostonglobe";Fusion.contextPath="/pf";Fusion.deployment="519";Fusion.globalContent={"_id":"/","_website":"bostonglobe","name":"Boston Globe","inactive":false,"ancestors":null,"parent":null,"order":null,"navigation":{"display_in_navigation":"true","nav_title":"Home"},"site":{"site_description":"Best live news, sports, opinion and entertainment in New England by Globe journalists. Read Spotlight Team investigations plus coverage of Celtics and Patriots.","site_keywords":"News, Massachusetts, New England","site_title":"The Boston Globe - Breaking News, Sports, Games, Obituaries","site_url":"https://www.bostonglobe.com/"},"social":{"facebook":"https://www.facebook.com/globe","instagram":"https://www.instagram.com/bostonglobe/","twitter":"https://www.twitter.com/bostonglobe"},"node_type":"section","children":[{"_id":"/community","_website":"bostonglobe","name":"Community","inactive":false,"ancestors":{"default":["/"]},"parent":{"default":"/"},"navigation":{"display_in_navigation":"true","nav_title":null},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"See The Boston Globe’s latest articles centered around community voices. From reader callouts, to Reddit AMA discussions, news mailbags, and more. ","site_keywords":null,"site_tagline":null,"site_title":"Community – The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","order":{"default":1002},"children":[]},{"_id":"/data","_website":"bostonglobe","name":"Data","inactive":false,"ancestors":{"default":["/"]},"parent":{"default":"/"},"navigation":{"display_in_navigation":null,"nav_title":null},"site":{"pagebuilder_path_for_native_apps":"/data","site_about":null,"site_description":"Experience data-driven stories, including visualizations, interactive projects, and more from journalists at The Boston Globe.","site_keywords":null,"site_tagline":null,"site_title":"Data — The Boston Globe","site_url":"/data/"},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","order":{"default":1003},"children":[]},{"_id":"/contact","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":"How to share news tips and story ideas with The Boston Globe.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/contact/","site_url":"","site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/contact"]},"_website":"bostonglobe","name":"Contact","order":{"Footer":1003,"Footer-Logged-In":1002,"Section-Navigation":1001,"default":1004},"parent":{"default":"/","Footer":"/","Section-Navigation":"/","Footer-Logged-In":"/"},"ancestors":{"default":["/"],"Footer":[],"Section-Navigation":["/"],"Footer-Logged-In":["/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro","social":{"twitter":"https://www.twitter.com/bostonglobe/","rss":null,"facebook":"https://www.facebook.com/globe/","instagram":"https://www.instagram.com/bostonglobe/"},"navigation":{"nav_title":"Metro","display_in_navigation":"true"},"site":{"site_description":"News from Boston and across New England. The Globe covers breaking news around the clock and tells important stories that keep you connected to the community.","site_about":null,"site_keywords":"Boston, News","pagebuilder_path_for_native_apps":"/metro/","site_url":"","site_title":"Metro - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro"]},"_website":"bostonglobe","name":"Metro","order":{"default":1005,"Native-app":1003,"Native-app-bar":1002,"Hamburger-Menu":2003,"Top-Navigation":1003,"Section-Navigation":1002,"TodaysPaper":2045},"parent":{"default":"/","Native-app":"/","Native-app-bar":"/","Footer":null,"Hamburger-Menu":"/sections","Top-Nav":null,"Top-Navigation":"/","Section-Navigation":"/","TodaysPaper":"/todays-paper/metro","2023-09-05-Election":null},"ancestors":{"default":["/"],"Native-app":["/"],"Native-app-bar":["/"],"Footer":[],"Hamburger-Menu":["/sections","/"],"Top-Nav":[],"Top-Navigation":["/"],"Section-Navigation":["/"],"TodaysPaper":["/","/todays-paper/metro"],"2023-09-05-Election":[]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/lottery","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Lottery","display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/lottery/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Lottery","_website":"bostonglobe","parent":{"default":"/metro"},"ancestors":{"default":["/metro"]},"_admin":{"alias_ids":["/metro/lottery"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/health","site":{"site_url":"https://www.bostonglobe.com/metro/health/","site_tagline":null,"pagebuilder_path_for_native_apps":"/metro/health","site_title":"Health - The Boston Globe","site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Health","display_in_navigation":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/health","/health"]},"_website":"bostonglobe","name":"Health","parent":{"default":"/metro","TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro"],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2049},"children":[]},{"_id":"/metro/photos","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Metro Photos - The Boston Globe","site_tagline":null,"site_description":null,"site_url":"https://www.bostonglobe.com/metro/photos/","pagebuilder_path_for_native_apps":"/metro/photos","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Photos","display_in_navigation":null},"name":"Photos","_website":"bostonglobe","parent":{"default":"/metro"},"ancestors":{"default":["/metro"]},"_admin":{"alias_ids":["/metro/photos"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/c","site":{"site_url":"https://www.bostonglobe.com/metro/c/","site_tagline":null,"pagebuilder_path_for_native_apps":"/metro/c","site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Metro","display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Metro","_website":"bostonglobe","parent":{"default":"/metro"},"ancestors":{"default":["/metro"]},"_admin":{"alias_ids":["/metro/c"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/black-news-hour","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":"","site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/metro/black-news-hour","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"name":"Black News Hour","_website":"bostonglobe","parent":{"default":"/metro"},"ancestors":{"default":["/metro"]},"_admin":{"alias_ids":["/metro/black-news-hour"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/hate","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Metro - Hate - The Boston Globe","site_tagline":null,"site_description":"The Globe's news coverage and investigations into hate and white supremacists.","site_url":null,"pagebuilder_path_for_native_apps":"/metro/hate","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Metro - Hate - The Boston Globe","display_in_navigation":"false"},"_admin":{"alias_ids":["/metro/hate"]},"_website":"bostonglobe","name":"Hate","parent":{"default":"/metro"},"ancestors":{"default":["/metro"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/globe-summit","_website":"bostonglobe","name":"Globe Summit","inactive":false,"ancestors":{"default":["/metro"],"Native-app":[],"Native-app-bar":[]},"parent":{"default":"/metro","Native-app":null,"Native-app-bar":null},"order":{},"_admin":{"alias_ids":["/metro/globe-summit"]},"navigation":{"display_in_navigation":"true","nav_title":null},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"Check out recaps from Globe Summit 2024, taking the Boston Globe's journalism beyond the page during two days of thought-provoking panels, fireside chats, book talks, and more led by our journalists and partners.","site_keywords":null,"site_tagline":null,"site_title":null,"site_url":null},"site_topper":{"site_logo_image":"https://www.bostonglobe.com/resizer/XCdyEmaIBfBkllE1Um78nbszbhk=/arc-anglerfish-arc2-prod-bostonglobe/public/M75F7UKKJVF35BRR7P7CDVH5OA.png"},"social":{"facebook":"https://www.bostonglobe.com/resizer/XCdyEmaIBfBkllE1Um78nbszbhk=/arc-anglerfish-arc2-prod-bostonglobe/public/M75F7UKKJVF35BRR7P7CDVH5OA.png","instagram":null,"rss":null,"twitter":"https://www.bostonglobe.com/resizer/XCdyEmaIBfBkllE1Um78nbszbhk=/arc-anglerfish-arc2-prod-bostonglobe/public/M75F7UKKJVF35BRR7P7CDVH5OA.png"},"node_type":"section","children":[]},{"_id":"/metro/hispanic-heritage-month","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":null,"site_tagline":null,"site_description":"Boston’s Latin American and Hispanic roots run deep and wide. As part of the Globe’s recognition of Hispanic Heritage Month, the My Boston History — Mi Historia en Boston issue of the Globe Magazine shares personal stories of food, family, and finding home.","site_url":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/metro/hispanic-heritage-month"]},"_website":"bostonglobe","name":"Hispanic Heritage Month","parent":{"default":"/metro","TodaysPaper":"/todays-paper/metro","Native-app":null,"Native-app-bar":null},"ancestors":{"default":["/metro"],"TodaysPaper":["/","/todays-paper/metro"],"Native-app":[],"Native-app-bar":[]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2006},"children":[]},{"_id":"/metro/black-history-month","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":null,"site_tagline":null,"site_description":"Articles from The Boston Globe recognizing Black History Month.","site_url":null,"pagebuilder_path_for_native_apps":"/metro/black-history-month","site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"_admin":{"alias_ids":["/metro/black-history-month"]},"_website":"bostonglobe","name":"Black History Month","order":{"TodaysPaper":2005},"parent":{"default":"/metro","Section-Navigation":null,"TodaysPaper":"/todays-paper/metro","Native-app-bar":null,"Native-app":null},"ancestors":{"default":["/metro"],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"],"Native-app-bar":[],"Native-app":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/theargument","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"The Argument - The Boston Globe","site_tagline":null,"site_description":"Join the debate: Read two views on a topic of interest and vote in our poll.","site_url":null,"pagebuilder_path_for_native_apps":"/metro/theargument","site_about":null,"site_keywords":null},"navigation":{"nav_title":"The Argument","display_in_navigation":"false"},"_admin":{"alias_ids":["/metro/theargument"]},"_website":"bostonglobe","name":"The Argument","parent":{"default":"/metro"},"ancestors":{"default":["/metro"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/lgbtq-pride-month","site":{"site_title":"LGBTQ Pride Month","site_tagline":null,"site_url":null,"site_description":"June is Pride Month. See coverage from The Boston Globe during the month that celebrates the LGBTQ+ community.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":"lgbtq pride month"},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"LGBTQ Pride Month","display_in_navigation":"false"},"name":"LGBTQ Pride Month","_website":"bostonglobe","parent":{"default":"/metro","TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro"],"TodaysPaper":["/","/todays-paper/metro"]},"_admin":{"alias_ids":["/metro/lgbtq-pride-month"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2007},"children":[]},{"_id":"/metro/animals","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"Sharks, bears, turkeys, coyotes, and other animals making news in New England.","pagebuilder_path_for_native_apps":"/metro/animals","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Animals","_website":"bostonglobe","parent":{"default":"/metro","TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro"],"TodaysPaper":["/","/todays-paper/metro"]},"_admin":{"alias_ids":["/metro/animals"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2004},"children":[]},{"_id":"/metro/naacp-convention","site":{"site_title":"NAACP Convention","site_tagline":null,"site_url":"/metro/naacp-convention","site_description":"The NAACP National Convention will be in Boston from July 26-29. See Globe coverage.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"NAACP Convention","display_in_navigation":"true"},"name":"NAACP Convention","_website":"bostonglobe","parent":{"default":"/metro"},"ancestors":{"default":["/metro"]},"_admin":{"alias_ids":["/metro/naacp-convention"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/history","site":{"site_title":"History - The Boston Globe","site_tagline":null,"site_url":"/metro/history","site_description":"News from The Boston Globe","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"name":"History","_website":"bostonglobe","parent":{"default":"/metro"},"ancestors":{"default":["/metro"]},"_admin":{"alias_ids":["/metro/history"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/money-power-inequality","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"A Boston Globe reporting effort, Money, Power, Inequality: Examining the Racial Wealth Gap covers disparities in Greater Boston. Find articles about racism, business, history, politics, and more.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/money-power-inequality"]},"_website":"bostonglobe","name":"Money, Power, Inequality","order":{"TodaysPaper":2051,"Hamburger-Menu":2007,"Top-Navigation":1018,"Native-app":1007,"Native-app-bar":1012},"parent":{"default":"/metro","TodaysPaper":"/todays-paper/metro","Hamburger-Menu":"/sections","Top-Navigation":"/","Native-app":"/","Native-app-bar":"/"},"ancestors":{"default":["/metro"],"TodaysPaper":["/","/todays-paper/metro"],"Hamburger-Menu":["/sections","/"],"Top-Navigation":["/"],"Native-app":["/"],"Native-app-bar":["/"]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/money-power-inequality/money","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"News and features on the economic impact of the racial wealth gap by The Boston Globe’s Money, Power, Inequality team. Find articles about housing, business, education, and more.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"name":"Money","_website":"bostonglobe","parent":{"default":"/metro/money-power-inequality"},"ancestors":{"default":["/metro","/metro/money-power-inequality"]},"_admin":{"alias_ids":["/metro/money-power-inequality/money"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/money-power-inequality/power","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"News and features on the role power plays in the racial wealth gap by The Boston Globe’s Money, Power, Inequality team. Find articles about social justice, criminal justice, politics, and more.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"name":"Power","_website":"bostonglobe","parent":{"default":"/metro/money-power-inequality"},"ancestors":{"default":["/metro","/metro/money-power-inequality"]},"_admin":{"alias_ids":["/metro/money-power-inequality/power"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/money-power-inequality/inequality","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"News and features on inequality by The Boston Globe’s Money, Power, Inequality team. Find articles about racism, history, culture, healthcare, and more.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/money-power-inequality/inequality"]},"_website":"bostonglobe","name":"Inequality","parent":{"default":"/metro/money-power-inequality"},"ancestors":{"default":["/metro","/metro/money-power-inequality"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/money-power-inequality/racism","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"News and features covering racism by The Boston Globe’s Money, Power, Inequality team.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Racism","_website":"bostonglobe","parent":{"default":"/metro/money-power-inequality"},"ancestors":{"default":["/metro","/metro/money-power-inequality"]},"_admin":{"alias_ids":["/metro/money-power-inequality/racism"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/money-power-inequality/social-justice","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"News and features on social justice and the racial wealth gap by The Boston Globe’s Money, Power, Inequality team.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"name":"Social Justice","_website":"bostonglobe","parent":{"default":"/metro/money-power-inequality"},"ancestors":{"default":["/metro","/metro/money-power-inequality"]},"_admin":{"alias_ids":["/metro/money-power-inequality/social-justice"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/money-power-inequality/health","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"News and features on health and the racial wealth gap by The Boston Globe’s Money, Power, Inequality team.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Health","_website":"bostonglobe","parent":{"default":"/metro/money-power-inequality"},"ancestors":{"default":["/metro","/metro/money-power-inequality"]},"_admin":{"alias_ids":["/metro/money-power-inequality/health"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/money-power-inequality/education","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"News and features on education and the racial wealth gap by The Boston Globe’s Money, Power, Inequality team. Read articles covering schools and colleges.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Education","_website":"bostonglobe","parent":{"default":"/metro/money-power-inequality"},"ancestors":{"default":["/metro","/metro/money-power-inequality"]},"_admin":{"alias_ids":["/metro/money-power-inequality/education"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/money-power-inequality/politics","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"News and features on politics and the racial wealth gap by The Boston Globe’s Money, Power, Inequality team.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Politics","_website":"bostonglobe","parent":{"default":"/metro/money-power-inequality"},"ancestors":{"default":["/metro","/metro/money-power-inequality"]},"_admin":{"alias_ids":["/metro/money-power-inequality/politics"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/money-power-inequality/power-network","_website":"bostonglobe","name":"The Power Network","inactive":false,"ancestors":{"default":["/metro","/metro/money-power-inequality"]},"parent":{"default":"/metro/money-power-inequality"},"navigation":{"display_in_navigation":"true","nav_title":null},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"A Money, Power, Inequality series spotlighting community leaders, advocates, creatives, and change makers debunking systemic issues that cause the racial wealth gap.","site_keywords":null,"site_tagline":null,"site_title":"The Power Network – The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]}]},{"_id":"/metro/literacy","site":{"site_title":"Lost in a World of Words","site_tagline":"An examination of literacy education in Massachusetts.","site_url":"metro/literacy","site_description":"An examination of literacy education in Massachusetts.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Lost in a World of Words","display_in_navigation":"false"},"_admin":{"alias_ids":["/metro/literacy"]},"_website":"bostonglobe","name":"Literacy","parent":{"default":"/metro"},"ancestors":{"default":["/metro"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/politics","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Politics","display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/politics/","site_url":null,"site_title":"Metro Politics - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/politics"]},"_website":"bostonglobe","name":"Politics","order":{"default":2001,"Section-Navigation":2002,"TodaysPaper":2046,"Hamburger-Menu":3002,"Native-app":2001,"Native-app-bar":2003},"parent":{"default":"/metro","Native-app":"/metro","Native-app-bar":null,"Section-Navigation":"/metro","TodaysPaper":"/todays-paper/metro","Hamburger-Menu":"/metro"},"ancestors":{"default":["/metro"],"Native-app":["/metro","/"],"Native-app-bar":[],"Section-Navigation":["/metro"],"TodaysPaper":["/","/todays-paper/metro"],"Hamburger-Menu":["/sections","/metro"]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/politics/boston-mayor","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":"2021 Boston Mayoral Election Results - The Boston Globe","site_url":"https://www.bostonglobe.com/metro/politics/boston-mayor/","site_tagline":null,"site_description":"See full results and live updates from the 2021 Boston mayoral election between City Councilors Michelle Wu and Annissa Essaibi George.","pagebuilder_path_for_native_apps":"/metro/politics/boston-mayor","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Boston Mayoral Race","display_in_navigation":"false"},"_admin":{"alias_ids":["/metro/politics/boston-mayor"],"paywall_status":"exempt"},"_website":"bostonglobe","name":"Boston Mayoral Race","order":{"TodaysPaper":2014},"parent":{"default":"/metro/politics","Section-Navigation":null,"TodaysPaper":"/todays-paper/metro","Native-app":null,"Native-app-bar":null},"ancestors":{"default":["/metro","/metro/politics"],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"],"Native-app":[],"Native-app-bar":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/politics/massachusetts-governor","site":{"site_title":"Massachusetts Governor's Race - The Boston Globe","site_tagline":null,"site_url":"https://www.bostonglobe.com/metro/politics/massachusetts-governor/","site_description":null,"pagebuilder_path_for_native_apps":"/metro/politics/massachusetts-governor","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Massachusetts Governor's Race","display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/politics/massachusetts-governor"]},"_website":"bostonglobe","name":"Massachusetts Governor's Race","order":{"TodaysPaper":2048},"parent":{"default":"/metro/politics","TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/politics"],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/politics/boston-elections","site":{"site_title":null,"site_tagline":null,"site_url":"/metro/politics/boston-elections","site_description":"A look at the Boston City Council races in municipal elections.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"","display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/politics/boston-elections"]},"_website":"bostonglobe","name":"Boston Elections","parent":{"default":"/metro/politics"},"ancestors":{"default":["/metro","/metro/politics"]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/politics/boston-elections/2023","site":{"site_title":null,"site_tagline":null,"site_url":"https://bostonglobe.com/metro/politics/boston-elections/2023","site_description":"A look at the Boston City Council races in the 2023 municipal elections.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"name":"Boston Elections 2023","_website":"bostonglobe","parent":{"default":"/metro/politics/boston-elections","Section-Navigation":null},"ancestors":{"default":["/metro","/metro/politics","/metro/politics/boston-elections"],"Section-Navigation":[]},"_admin":{"alias_ids":["/metro/politics/boston-elections/2023"]},"inactive":false,"node_type":"section","order":{},"children":[]}]},{"_id":"/metro/politics/elections","social":{"twitter":"https://www.bostonglobe.com/resizer/ph0AlfeZ85099kWRS22ToYOLv3o=/arc-anglerfish-arc2-prod-bostonglobe/public/V6Q57VJJGFBQDDSZVFSXODZZGQ.jpg","rss":"https://www.bostonglobe.com/resizer/ph0AlfeZ85099kWRS22ToYOLv3o=/arc-anglerfish-arc2-prod-bostonglobe/public/V6Q57VJJGFBQDDSZVFSXODZZGQ.jpg","facebook":"https://www.bostonglobe.com/resizer/ph0AlfeZ85099kWRS22ToYOLv3o=/arc-anglerfish-arc2-prod-bostonglobe/public/V6Q57VJJGFBQDDSZVFSXODZZGQ.jpg","instagram":"https://www.bostonglobe.com/resizer/ph0AlfeZ85099kWRS22ToYOLv3o=/arc-anglerfish-arc2-prod-bostonglobe/public/V6Q57VJJGFBQDDSZVFSXODZZGQ.jpg"},"navigation":{"nav_title":"Elections"},"site":{"site_description":"2024 New Hampshire Primary election coverage from the Boston Globe. Stay updated with breaking political news, analysis, and in-depth insights.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/politics/elections/","site_url":null,"site_title":"2024 New Hampshire Primary Election - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/politics/elections"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"New Hampshire Primary Election","order":{"default":3001,"TodaysPaper":2047},"parent":{"default":"/metro/politics","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/politics"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/politics/elections/voter-guide","_website":"bostonglobe","name":"Voter Guide","inactive":false,"ancestors":{"default":["/metro","/metro/politics","/metro/politics/elections"],"Section-Navigation":["/metro/politics","/"],"Native-app":[]},"parent":{"default":"/metro/politics/elections","Section-Navigation":"/metro/politics","Native-app":null},"order":{"Section-Navigation":3005},"_admin":{"alias_ids":["/metro/politics/elections/voter-guide"]},"navigation":{"display_in_navigation":"true","nav_title":"Voter Guide"},"site":{"pagebuilder_path_for_native_apps":"/metro/politics/elections/voter-guide","site_about":null,"site_description":"Here's your voter guide to the 2024 election in Massachusetts. Find information on congressional races, Globe opinion endorsements, and explore what your vote on all five ballot questions would mean for the state.","site_keywords":null,"site_tagline":null,"site_title":"2024 election voter guide - The Boston Globe","site_url":"https://www.bostonglobe.com/metro/politics/elections/voter-guide/"},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/metro/politics/elections/2020","site":{"site_url":"https://www.bostonglobe.com/metro/politics/elections/2020/","site_tagline":null,"pagebuilder_path_for_native_apps":"/metro/politics/elections/2020","site_title":"2020 Election Results","site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"2020 Election Results","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/politics/elections/2020"]},"_website":"bostonglobe","name":"2020 Election Results","parent":{"default":"/metro/politics/elections"},"ancestors":{"default":["/metro","/metro/politics","/metro/politics/elections"]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/politics/elections/2020/rhode-island-results","site":{"site_url":"https://www.bostonglobe.com/metro/politics/elections/2020/rhode-island-results/","site_tagline":null,"pagebuilder_path_for_native_apps":"/metro/politics/elections/2020/rhode-island-results","site_title":"2020 RI Presidential Election Results","site_description":"Results for the 2020 Rhode Island Presidential Election. Find local and national election results at Bostonglobe.com","site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Rhode Island Election Results","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/politics/elections/2020/rhode-island-results"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"Rhode Island Election Results","parent":{"default":"/metro/politics/elections/2020","TodaysPaper":null},"ancestors":{"default":["/metro","/metro/politics","/metro/politics/elections","/metro/politics/elections/2020"],"TodaysPaper":[]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/metro/politics/elections/2020/massachusetts-results","site":{"site_url":"https://www.bostonglobe.com/metro/politics/elections/2020/massachusetts-results/","site_tagline":null,"pagebuilder_path_for_native_apps":"/metro/politics/elections/2020/massachusetts-results/","site_title":"2020 MA Presidential Election Results - The Boston Globe","site_description":"Results for the 2020 Massachusetts Presidential Election. Find local and national election results at Bostonglobe.com","site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Massachusetts Election Results","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/politics/elections/2020/massachusetts-results"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"Massachusetts Election Results","parent":{"default":"/metro/politics/elections/2020"},"ancestors":{"default":["/metro","/metro/politics","/metro/politics/elections","/metro/politics/elections/2020"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/politics/elections/2020/new-hampshire-results","site":{"site_url":"https://www.bostonglobe.com/metro/politics/elections/2020/new-hampshire-results/","site_tagline":null,"pagebuilder_path_for_native_apps":"/metro/politics/elections/2020/new-hampshire-results","site_title":"2020 NH Presidential Election Results","site_description":"Results for the 2020 New Hampshire Presidential Election. Find local and national election results at Bostonglobe.com","site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"New Hampshire Election Results","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/politics/elections/2020/new-hampshire-results"]},"_website":"bostonglobe","name":"New Hampshire Election Results","parent":{"default":"/metro/politics/elections/2020"},"ancestors":{"default":["/metro","/metro/politics","/metro/politics/elections","/metro/politics/elections/2020"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/metro/politics/elections/2022/general","site":{"site_title":"2022 Massachusetts election results","site_tagline":"Results of the 2022 Massachusetts election","site_url":"https://www.bostonglobe.com/metro/politics/elections/2022/results","site_description":"See live election results for 2022 Massachusetts races.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"2022 Massachusetts election results","display_in_navigation":null},"_admin":{"alias_ids":["/metro/politics/elections/2022/general"],"paywall_status":"locked"},"_website":"bostonglobe","name":"2022 Massachusetts election results","parent":{"default":"/metro/politics/elections"},"ancestors":{"default":["/metro","/metro/politics","/metro/politics/elections","/metro/politics/elections/2022"]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/politics/elections/2022/general/ballot-questions","site":{"site_title":"2022 Massachusetts ballot questions results","site_tagline":null,"site_url":"https://www.bostonglobe.com/metro/politics/elections/2022/general/ballot-questions/","site_description":"See results from the 2022 Massachusetts ballot questions.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"2022 Massachusetts ballot questions results","display_in_navigation":null},"_admin":{"alias_ids":["/metro/politics/elections/2022/general/ballot-questions"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"2022 Massachusetts ballot questions results","parent":{"default":"/metro/politics/elections/2022/general"},"ancestors":{"default":["/metro","/metro/politics","/metro/politics/elections","/metro/politics/elections/2022","/metro/politics/elections/2022/general"]},"inactive":false,"node_type":"section","children":[]}]}]}]},{"_id":"/metro/crime-courts","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/crime-courts/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/crime-courts"]},"_website":"bostonglobe","name":"Crime & Courts","order":{"default":2002,"TodaysPaper":2023},"parent":{"default":"/metro","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/crime-courts/blotter","site":{"site_title":"Blotter Tales - The Boston Globe","site_tagline":null,"site_url":"","site_description":"A sampling of lesser-known — but no less noteworthy — incidents from police log books.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"name":"Blotter Tales","_website":"bostonglobe","parent":{"default":"/metro/crime-courts","TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/crime-courts"],"TodaysPaper":["/","/todays-paper/metro"]},"_admin":{"alias_ids":["/metro/crime-courts/blotter"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2012},"children":[]},{"_id":"/metro/crime-courts/cold-case-files","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"A new Globe series that looks at unsolved murders and other crimes.","pagebuilder_path_for_native_apps":"/metro/crime-courts/cold-case-files","site_about":null,"site_keywords":null},"social":{"twitter":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/09hGoYjzca-lbftyP2WKqGVVALg=/1440x0/cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/P3P4OO5BL5AXJFB4MCJOB5NW2Y.jpg","rss":null,"instagram":null,"facebook":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/09hGoYjzca-lbftyP2WKqGVVALg=/1440x0/cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/P3P4OO5BL5AXJFB4MCJOB5NW2Y.jpg"},"site_topper":{"site_logo_image":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/09hGoYjzca-lbftyP2WKqGVVALg=/1440x0/cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/P3P4OO5BL5AXJFB4MCJOB5NW2Y.jpg"},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/metro/crime-courts/cold-case-files"]},"_website":"bostonglobe","name":"Cold Case Files","order":{"TodaysPaper":2013},"parent":{"default":"/metro/crime-courts","TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/crime-courts"],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/metro/education","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Education","display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/education/k-12/education-project/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/education"]},"_website":"bostonglobe","name":"Education","order":{"default":2003,"Top-Navigation":1016,"TodaysPaper":2017,"Hamburger-Menu":3004,"Native-app-bar":1017,"Native-app":2002},"parent":{"default":"/metro","Native-app":"/metro","Native-app-bar":"/","Section-Navigation":null,"Top-Navigation":"/","TodaysPaper":"/todays-paper/metro","Hamburger-Menu":"/metro","Emancipator-Navigation":null},"ancestors":{"default":["/metro"],"Native-app":["/metro","/"],"Native-app-bar":["/"],"Section-Navigation":[],"Top-Navigation":["/"],"TodaysPaper":["/","/todays-paper/metro"],"Hamburger-Menu":["/sections","/metro"],"Emancipator-Navigation":[]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/education/early-education","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/education/early-education/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Early Education","_website":"bostonglobe","parent":{"default":"/metro/education","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/education"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"]},"_admin":{"alias_ids":["/metro/education/early-education"]},"inactive":false,"node_type":"section","order":{"default":3001,"TodaysPaper":2018},"children":[]},{"_id":"/metro/education/k-12","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/education/k-12/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"K-12","_website":"bostonglobe","parent":{"default":"/metro/education","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/metro","Election-2022-09-13":null},"ancestors":{"default":["/metro","/metro/education"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"],"Election-2022-09-13":[]},"_admin":{"alias_ids":["/metro/education/k-12"]},"inactive":false,"order":{"default":3002,"TodaysPaper":2022},"node_type":"section","children":[]},{"_id":"/metro/education/higher-education","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/education/higher-education/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Higher Education","_website":"bostonglobe","parent":{"default":"/metro/education","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/education"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"]},"_admin":{"alias_ids":["/metro/education/higher-education"]},"inactive":false,"order":{"default":3003,"TodaysPaper":2019},"node_type":"section","children":[]}]},{"_id":"/metro/religion","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/religion/","site_url":null,"site_title":"Religion - the Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/religion"]},"_website":"bostonglobe","name":"Religion","order":{"default":2004,"TodaysPaper":2050},"parent":{"default":"/metro","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/special-reports","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/special-reports/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/special-reports"]},"_website":"bostonglobe","name":"Special Reports","order":{"default":2015},"parent":{"default":"/metro","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/metro"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/special-reports/a-beautiful-resistance","site":{"site_url":"https://www.bostonglobe.com/metro/special-reports/a-beautiful-resistance/","site_tagline":null,"pagebuilder_path_for_native_apps":"/metro/special-reports/a-beautiful-resistance","site_title":"A Beautiful Resistance - The Boston Globe","site_description":"What is A Beautiful Resistance? Black folk and other people of color living as their fullest selves in a region, in a country, set up to keep them from doing just that. Their joy is a form of resistance. A Beautiful Resistance is Black joy, Black lives, as celebrated by culture columnist Jeneé Osterheldt.","site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"A Beautiful Resistance","display_in_navigation":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/special-reports/a-beautiful-resistance"]},"_website":"bostonglobe","name":"A Beautiful Resistance","order":{"TodaysPaper":2020,"Hamburger-Menu":3001,"Section-Navigation":2001},"parent":{"default":"/metro/special-reports","Native-app-bar":null,"Native-app":null,"TodaysPaper":"/todays-paper/metro","Hamburger-Menu":"/lifestyle","Section-Navigation":"/lifestyle"},"ancestors":{"default":["/metro","/metro/special-reports"],"Native-app-bar":[],"Native-app":[],"TodaysPaper":["/","/todays-paper/metro"],"Hamburger-Menu":["/sections","/lifestyle"],"Section-Navigation":["/lifestyle"]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/special-reports/a-beautiful-resistance/appview","site":{"site_url":"https://www.bostonglobe.com/metro/special-reports/a-beautiful-resistance/appview/","site_tagline":null,"pagebuilder_path_for_native_apps":"/metro/special-reports/a-beautiful-resistance/appview","site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"A Beautiful Resistance","display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"A Beautiful Resistance App View","_website":"bostonglobe","parent":{"default":"/metro/special-reports/a-beautiful-resistance","Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/metro","/metro/special-reports","/metro/special-reports/a-beautiful-resistance"],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/metro/special-reports/a-beautiful-resistance/appview"]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/metro/special-reports/a-beautiful-resistance/read","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"A BEAUTIFUL RESISTANCE / READ","site_tagline":null,"site_description":"Join us as we dive into stories of Black living and Black dreaming and the joy of other folk of color, too. Spend time with our longform stories, our Q&A's, and learn more about joy as a form of resistance as celebrated by culture columnist Jeneé Osterheldt.","site_url":null,"pagebuilder_path_for_native_apps":"/metro/special-reports/a-beautiful-resistance/read/","site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Read","_website":"bostonglobe","parent":{"default":"/metro/special-reports/a-beautiful-resistance"},"ancestors":{"default":["/metro","/metro/special-reports","/metro/special-reports/a-beautiful-resistance"]},"_admin":{"alias_ids":["/metro/special-reports/a-beautiful-resistance/read"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/special-reports/a-beautiful-resistance/about","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"A BEAUTIFUL RESISTANCE / ABOUT","site_tagline":null,"site_description":"What is A Beautiful Resistance? Black folk and other people of color living as their fullest selves in a region, in a country, set up to keep them from doing just that. Their joy is a form of resistance. A Beautiful Resistance is Black joy, Black lives, as celebrated by culture columnist Jeneé Osterheldt.","site_url":null,"pagebuilder_path_for_native_apps":"/metro/special-reports/a-beautiful-resistance/about/","site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"About","_website":"bostonglobe","parent":{"default":"/metro/special-reports/a-beautiful-resistance"},"ancestors":{"default":["/metro","/metro/special-reports","/metro/special-reports/a-beautiful-resistance"]},"_admin":{"alias_ids":["/metro/special-reports/a-beautiful-resistance/about"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/special-reports/a-beautiful-resistance/vibe","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"A BEAUTIFUL RESISTANCE / VIBE","site_tagline":null,"site_description":"We do music, we do words, we do stories. Art is essential to how we express our lived experience. Listen along to the songs, watch the shows, and read the books we're vibing to in the name of Black joy and Black lives.","site_url":null,"pagebuilder_path_for_native_apps":"/metro/special-reports/a-beautiful-resistance/vibe","site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Vibe","_website":"bostonglobe","parent":{"default":"/metro/special-reports/a-beautiful-resistance"},"ancestors":{"default":["/metro","/metro/special-reports","/metro/special-reports/a-beautiful-resistance"]},"_admin":{"alias_ids":["/metro/special-reports/a-beautiful-resistance/vibe"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/special-reports/a-beautiful-resistance/engage","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"A BEAUTIFUL RESISTANCE / ENGAGE","site_tagline":null,"site_description":"Share your beautiful resistance. We celebrate Black joy and the joy of other folk of color, too. Join us on Instagram, at events, and as we support Black businesses, too. We look forward to being in community with you.","site_url":null,"pagebuilder_path_for_native_apps":"/metro/special-reports/a-beautiful-resistance/engage","site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Engage","_website":"bostonglobe","parent":{"default":"/metro/special-reports/a-beautiful-resistance"},"ancestors":{"default":["/metro","/metro/special-reports","/metro/special-reports/a-beautiful-resistance"]},"_admin":{"alias_ids":["/metro/special-reports/a-beautiful-resistance/engage"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/special-reports/a-beautiful-resistance/watch","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"A BEAUTIFUL RESISTANCE / WATCH - The Boston Globe","site_tagline":null,"site_description":"Watch our short films, curated by culture columnist Jeneé Osterheldt, amplifying the truths of Black folk living as their fullest selves in a region, in a country, set up to keep them from doing just that. Black Joy is a beautiful resistance.","site_url":null,"pagebuilder_path_for_native_apps":"/metro/special-reports/a-beautiful-resistance/watch/","site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/metro/special-reports/a-beautiful-resistance/watch"]},"_website":"bostonglobe","name":"Watch","parent":{"default":"/metro/special-reports/a-beautiful-resistance"},"ancestors":{"default":["/metro","/metro/special-reports","/metro/special-reports/a-beautiful-resistance"]},"inactive":false,"node_type":"section","children":[]}]}]},{"_id":"/metro/obituaries","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/obituaries/","site_url":null,"site_title":"Obituaries - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/obituaries"]},"_website":"bostonglobe","name":"Obituaries","order":{"default":2016,"Native-app":2005,"Hamburger-Menu":3008,"Section-Navigation":2007,"TodaysPaper":2001},"parent":{"default":"/metro","Native-app":"/metro","Native-app-bar":null,"Hamburger-Menu":"/metro","Section-Navigation":"/metro","TodaysPaper":"/todays-paper/obituaries"},"ancestors":{"default":["/metro"],"Native-app":["/metro","/"],"Native-app-bar":[],"Hamburger-Menu":["/sections","/metro"],"Section-Navigation":["/metro"],"TodaysPaper":["/","/todays-paper/obituaries"]},"inactive":false,"node_type":"section","children":[{"_id":"link-TQAHQENTGT4FB54Q2XUHDR0ZC4","_website":"bostonglobe","display_name":"Death Notices","url":"https://www.legacy.com/obituaries/bostonglobe/","parent":{"default":"/metro/obituaries"},"order":{"default":0},"node_type":"link","children":[]}]},{"_id":"/metro/weather","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Weather","display_in_navigation":"true"},"site":{"site_description":"See the latest forecast and weather updates for Greater Boston, Massachusetts, and New England.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/weather/","site_url":null,"site_title":"Weather news and resources for Boston, Mass., and New England - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/weather"]},"_website":"bostonglobe","name":"Weather","order":{"default":2017,"Section-Navigation":2001,"Hamburger-Menu":3001,"TodaysPaper":2052,"Top-Navigation":1004},"parent":{"default":"/metro","Native-app":null,"Native-app-bar":null,"Section-Navigation":"/metro","Hamburger-Menu":"/metro","TodaysPaper":"/todays-paper/metro","Top-Navigation":"/"},"ancestors":{"default":["/metro"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":["/metro"],"Hamburger-Menu":["/sections","/metro"],"TodaysPaper":["/","/todays-paper/metro"],"Top-Navigation":["/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/transportation","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/transportation/","site_url":null,"site_title":"Transportation - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/transportation"]},"_website":"bostonglobe","name":"Transportation","order":{"default":2018,"TodaysPaper":2016,"Section-Navigation":2003,"Hamburger-Menu":3003},"parent":{"default":"/metro","Native-app":null,"Native-app-bar":null,"Section-Navigation":"/metro","TodaysPaper":"/todays-paper/metro","Hamburger-Menu":"/metro"},"ancestors":{"default":["/metro"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":["/metro"],"TodaysPaper":["/","/todays-paper/metro"],"Hamburger-Menu":["/sections","/metro"]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/transportation/starts-and-stops","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"Starts and Stops: The Boston Globe's transportation coverage. Everything you need to know about getting around the Boston region.","pagebuilder_path_for_native_apps":"/metro/transportation/starts-and-stops","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Starts and Stops","display_in_navigation":"false"},"_admin":{"alias_ids":["/metro/transportation/starts-and-stops"]},"_website":"bostonglobe","name":"Starts and Stops","parent":{"default":"/metro/transportation"},"ancestors":{"default":["/metro","/metro/transportation"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/metro/social-justice","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/social-justice/","site_url":null,"site_title":"Social Justice - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/social-justice"]},"_website":"bostonglobe","name":"Social Justice","order":{"default":2019,"TodaysPaper":2015},"parent":{"default":"/metro","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/social-justice/george-floyd-anniversary","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":"Promises Made - The Boston Globe","site_url":"https://www.bostonglobe.com/metro/social-justice/george-floyd-anniversary/","site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/metro/social-justice/george-floyd-anniversary","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Promises Made","display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/social-justice/george-floyd-anniversary"]},"_website":"bostonglobe","name":"Promises Made","parent":{"default":"/metro/social-justice"},"ancestors":{"default":["/metro","/metro/social-justice"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/social-justice/everyday-racism","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"Racial injustices of the past are still shaping American society today.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"_admin":{"alias_ids":["/metro/social-justice/everyday-racism"]},"_website":"bostonglobe","name":"Everyday Racism","parent":{"default":"/metro/social-justice"},"ancestors":{"default":["/metro","/metro/social-justice"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/metro/new-england","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"New England","display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/new-england/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/new-england"]},"_website":"bostonglobe","name":"New England","order":{"default":2020,"TodaysPaper":2024,"Native-app-bar":2006},"parent":{"default":"/metro","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/metro","Hamburger-Menu":null},"ancestors":{"default":["/metro"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"],"Hamburger-Menu":[]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/new-england/connecticut","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/new-england/connecticut/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/new-england/connecticut"]},"_website":"bostonglobe","name":"Connecticut","parent":{"default":"/metro/new-england","Section-Navigation":null},"ancestors":{"default":["/metro","/metro/new-england"],"Section-Navigation":[]},"inactive":false,"node_type":"section","order":{"default":3001},"children":[]},{"_id":"/metro/new-england/maine","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/new-england/maine/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/new-england/maine"]},"_website":"bostonglobe","name":"Maine","parent":{"default":"/metro/new-england","Section-Navigation":null,"TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/new-england"],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","order":{"default":3002,"TodaysPaper":2043},"children":[{"_id":"/metro/new-england/maine/maine-shootings","site":{"site_title":null,"site_tagline":null,"site_url":"https://www.bostonglobe.com/tag/lewiston-shootings/","site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Maine shootings","display_in_navigation":null},"name":"Maine shootings","_website":"bostonglobe","parent":{"default":"/metro/new-england/maine","Native-app-bar":null,"TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/maine"],"Native-app-bar":[],"TodaysPaper":["/","/todays-paper/metro"]},"_admin":{"alias_ids":["/metro/new-england/maine/maine-shootings"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2044},"children":[]}]},{"_id":"/metro/new-england/massachusetts","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Around Mass.","display_in_navigation":"true"},"site":{"site_description":"Boston Globe news coverage and features from around Massachusetts. Find headlines from Cambridge, Somerville, North and South Shores, the MetroWest area, the Gateway Cities, and more.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/new-england/massachusetts/","site_url":null,"site_title":"Around Massachusetts","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/new-england/massachusetts"]},"_website":"bostonglobe","name":"Massachusetts","order":{"default":3003,"Section-Navigation":2005,"TodaysPaper":2025,"Hamburger-Menu":3006,"Native-app-bar":1011,"Native-app":1012},"parent":{"default":"/metro/new-england","Section-Navigation":"/metro","TodaysPaper":"/todays-paper/metro","Hamburger-Menu":"/metro","Native-app-bar":"/","Native-app":"/","Top-Navigation":null},"ancestors":{"default":["/metro","/metro/new-england"],"Section-Navigation":["/metro"],"TodaysPaper":["/","/todays-paper/metro"],"Hamburger-Menu":["/sections","/metro"],"Native-app-bar":["/"],"Native-app":["/"],"Top-Navigation":[]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/new-england/massachusetts/newton","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Newton","display_in_navigation":"true"},"site":{"site_description":"Boston Globe news from Newton.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/new-england/massachusetts/newton/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/new-england/massachusetts/newton"]},"_website":"bostonglobe","name":"Newton","order":{"Native-app-bar":2005},"parent":{"default":"/metro/new-england/massachusetts","Section-Navigation":null,"Hamburger-Menu":null,"Top-Navigation":null,"Native-app":null},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/massachusetts"],"Section-Navigation":[],"Hamburger-Menu":[],"Top-Navigation":[],"Native-app":[]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/new-england/massachusetts/newton/real-estate","site":{"site_url":"bostonglobe.com/metro/new-england/massachusetts/newton/real-estate/","site_tagline":null,"pagebuilder_path_for_native_apps":"/new-england/massachusetts/newton/real-estate","site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Real Estate","display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Newton Real Estate","_website":"bostonglobe","parent":{"default":"/metro/new-england/massachusetts/newton"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/massachusetts","/metro/new-england/massachusetts/newton"]},"_admin":{"alias_ids":["/metro/new-england/massachusetts/newton/real-estate"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/new-england/massachusetts/newton/politics","site":{"site_url":"bostonglobe.com/metro/new-england/massachusetts/newton/politics/","site_tagline":null,"pagebuilder_path_for_native_apps":"/new-england/massachusetts/newton/politics","site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Politics","display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Newton Politics","_website":"bostonglobe","parent":{"default":"/metro/new-england/massachusetts/newton"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/massachusetts","/metro/new-england/massachusetts/newton"]},"_admin":{"alias_ids":["/metro/new-england/massachusetts/newton/politics"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/new-england/massachusetts/newton/weather","site":{"site_url":"bostonglobe.com/metro/new-england/massachusetts/newton/weather/","site_tagline":null,"pagebuilder_path_for_native_apps":"/metro/new-england/massachusetts/newton/weather","site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Weather","display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Newton Weather","_website":"bostonglobe","parent":{"default":"/metro/new-england/massachusetts/newton"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/massachusetts","/metro/new-england/massachusetts/newton"]},"_admin":{"alias_ids":["/metro/new-england/massachusetts/newton/weather"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/metro/new-england/massachusetts/cambridge","site":{"site_title":"Cambridge - The Boston Globe","site_tagline":null,"site_url":"/metro/new-england/massachusetts/cambridge","site_description":"Boston Globe news from Cambridge.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"","display_in_navigation":"false"},"_admin":{"alias_ids":["/metro/new-england/massachusetts/cambridge"]},"_website":"bostonglobe","name":"Cambridge","order":{"TodaysPaper":2001},"parent":{"default":"/metro/new-england/massachusetts","TodaysPaper":"/todays-paper/metro","Section-Navigation":null},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/massachusetts"],"TodaysPaper":["/","/todays-paper/metro"],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/new-england/massachusetts/somerville","site":{"site_title":"Somerville - The Boston Globe","site_tagline":null,"site_url":"/metro/new-england/massachusetts/somerville","site_description":"Boston Globe news from Somerville.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"_admin":{"alias_ids":["/metro/new-england/massachusetts/somerville"]},"_website":"bostonglobe","name":"Somerville","order":{"TodaysPaper":2002},"parent":{"default":"/metro/new-england/massachusetts","TodaysPaper":"/todays-paper/metro","Section-Navigation":null},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/massachusetts"],"TodaysPaper":["/","/todays-paper/metro"],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/new-england/massachusetts/cape-cod-islands","site":{"site_title":"Cape Cod and Islands - The Boston Globe","site_tagline":null,"site_url":"/metro/new-england/massachusetts/cape-cod-islands","site_description":"Boston Globe news from Cape Cod and the Islands.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"_admin":{"alias_ids":["/metro/new-england/massachusetts/cape-cod-islands"]},"_website":"bostonglobe","name":"Cape Cod and Islands","parent":{"default":"/metro/new-england/massachusetts","TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/massachusetts"],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2054},"children":[]},{"_id":"/metro/new-england/massachusetts/north-shore","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"Boston Globe news from the North Shore.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/new-england/massachusetts/north-shore"]},"_website":"bostonglobe","name":"North Shore","parent":{"default":"/metro/new-england/massachusetts","Section-Navigation":"/metro/new-england/massachusetts","TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/massachusetts"],"Section-Navigation":["/metro","/metro/new-england/massachusetts"],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","order":{"Section-Navigation":3002,"TodaysPaper":2053},"children":[]},{"_id":"/metro/new-england/massachusetts/south-shore","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"Boston Globe news from the South Shore.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/new-england/massachusetts/south-shore"]},"_website":"bostonglobe","name":"South Shore","parent":{"default":"/metro/new-england/massachusetts","Section-Navigation":"/metro/new-england/massachusetts","TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/massachusetts"],"Section-Navigation":["/metro","/metro/new-england/massachusetts"],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","order":{"Section-Navigation":3003,"TodaysPaper":2057},"children":[]},{"_id":"/metro/new-england/massachusetts/metrowest","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"Boston Globe news from MetroWest.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/new-england/massachusetts/metrowest"]},"_website":"bostonglobe","name":"MetroWest","parent":{"default":"/metro/new-england/massachusetts","Section-Navigation":"/metro/new-england/massachusetts","TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/massachusetts"],"Section-Navigation":["/metro","/metro/new-england/massachusetts"],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","order":{"Section-Navigation":3004,"TodaysPaper":2056},"children":[]},{"_id":"/metro/new-england/massachusetts/gateway-cities","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"Boston Globe news from the Gateway Cities.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/new-england/massachusetts/gateway-cities"]},"_website":"bostonglobe","name":"Gateway Cities","parent":{"default":"/metro/new-england/massachusetts","Section-Navigation":"/metro/new-england/massachusetts","TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/massachusetts"],"Section-Navigation":["/metro","/metro/new-england/massachusetts"],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","order":{"Section-Navigation":3005,"TodaysPaper":2055},"children":[]},{"_id":"/metro/new-england/massachusetts/cambridge-somerville","site":{"site_title":null,"site_tagline":null,"site_url":"/metro/new-england/massachusetts/cambridge-somerville/","site_description":"The latest news and features from Cambridge and Somerville — a.k.a. Camberville — as part of the Globe's regional coverage of Massachusetts","pagebuilder_path_for_native_apps":"/metro/new-england/massachusetts/cambridge-somerville/","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Camberville","display_in_navigation":"true"},"name":"Cambridge and Somerville","_website":"bostonglobe","parent":{"default":"/metro/new-england/massachusetts","Hamburger-Menu":"/metro","Section-Navigation":"/metro/new-england/massachusetts","Native-app":"/metro","Native-app-bar":"/","Top-Navigation":"/","TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/massachusetts"],"Hamburger-Menu":["/sections","/metro"],"Section-Navigation":["/metro","/metro/new-england/massachusetts"],"Native-app":["/metro","/"],"Native-app-bar":["/"],"Top-Navigation":["/"],"TodaysPaper":["/","/todays-paper/metro"]},"_admin":{"alias_ids":["/metro/new-england/massachusetts/cambridge-somerville"]},"inactive":false,"node_type":"section","order":{"Hamburger-Menu":3005,"Section-Navigation":3001,"Native-app":2003,"Native-app-bar":1014,"Top-Navigation":1017,"TodaysPaper":2003},"children":[]}]},{"_id":"/metro/new-england/new-hampshire","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"New Hampshire","display_in_navigation":"true"},"site":{"site_description":"News from the Boston Globe's New Hampshire bureau.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/new-england/new-hampshire/","site_url":null,"site_title":"New Hampshire - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/new-england/new-hampshire"]},"_website":"bostonglobe","name":"New Hampshire","order":{"default":3004,"TodaysPaper":2036,"Native-app":1013,"Native-app-bar":1016,"Hamburger-Menu":2011},"parent":{"default":"/metro/new-england","Section-Navigation":null,"TodaysPaper":"/todays-paper/metro","Native-app":"/","Native-app-bar":"/","Top-Navigation":null,"Hamburger-Menu":"/sections"},"ancestors":{"default":["/metro","/metro/new-england"],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"],"Native-app":["/"],"Native-app-bar":["/"],"Top-Navigation":[],"Hamburger-Menu":["/sections","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/new-england/new-hampshire/business","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"NH Business - The Boston Globe","site_tagline":null,"site_description":"Business news from the Boston Globe's New Hampshire bureau.","site_url":"bostonglobe.com/metro/new-england/new-hampshire/business","pagebuilder_path_for_native_apps":"/metro/new-england/new-hampshire/business","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Business","display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/new-england/new-hampshire/business"]},"_website":"bostonglobe","name":"Business","order":{"TodaysPaper":2042,"default":4001,"Hamburger-Menu":3001},"parent":{"default":"/metro/new-england/new-hampshire","Section-Navigation":null,"TodaysPaper":"/todays-paper/metro","Hamburger-Menu":"/metro/new-england/new-hampshire"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/new-hampshire"],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"],"Hamburger-Menu":["/sections","/metro/new-england/new-hampshire"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/new-england/new-hampshire/education","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"NH Education - The Boston Globe","site_tagline":null,"site_description":"Education news from the Boston Globe's New Hampshire bureau.","site_url":"bostonglobe.com/metro/new-england/new-hampshire/education","pagebuilder_path_for_native_apps":"/metro/new-england/new-hampshire/education","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Education","display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/new-england/new-hampshire/education"]},"_website":"bostonglobe","name":"Education","order":{"default":4002,"TodaysPaper":2037,"Hamburger-Menu":3003},"parent":{"default":"/metro/new-england/new-hampshire","Section-Navigation":null,"TodaysPaper":"/todays-paper/metro","Hamburger-Menu":"/metro/new-england/new-hampshire"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/new-hampshire"],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"],"Hamburger-Menu":["/sections","/metro/new-england/new-hampshire"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/new-england/new-hampshire/politics","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"NH Politics - The Boston Globe","site_tagline":null,"site_description":"Political news from the Boston Globe's New Hampshire bureau.","site_url":"bostonglobe.com/metro/new-england/new-hampshire/politics","pagebuilder_path_for_native_apps":"/metro/new-england/new-hampshire/politics","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Politics","display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/new-england/new-hampshire/politics"]},"_website":"bostonglobe","name":"Politics","order":{"default":4003,"TodaysPaper":2040,"Hamburger-Menu":3002},"parent":{"default":"/metro/new-england/new-hampshire","Section-Navigation":null,"TodaysPaper":"/todays-paper/metro","Hamburger-Menu":"/metro/new-england/new-hampshire"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/new-hampshire"],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"],"Hamburger-Menu":["/sections","/metro/new-england/new-hampshire"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/new-england/new-hampshire/health","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"NH Health - The Boston Globe","site_tagline":null,"site_description":"Health news from the Boston Globe's New Hampshire bureau.","site_url":"bostonglobe.com/metro/new-england/new-hampshire/health","pagebuilder_path_for_native_apps":"/metro/new-england/new-hampshire/health","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Health","display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/new-england/new-hampshire/health"]},"_website":"bostonglobe","name":"Health","order":{"default":4004,"TodaysPaper":2041,"Hamburger-Menu":3005},"parent":{"default":"/metro/new-england/new-hampshire","Section-Navigation":null,"TodaysPaper":"/todays-paper/metro","Hamburger-Menu":"/metro/new-england/new-hampshire"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/new-hampshire"],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"],"Hamburger-Menu":["/sections","/metro/new-england/new-hampshire"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/new-england/new-hampshire/crime","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"NH Crime - The Boston Globe","site_tagline":null,"site_description":"Crime news from the Boston Globe's New Hampshire bureau.","site_url":"bostonglobe.com/metro/new-england/new-hampshire/crime","pagebuilder_path_for_native_apps":"/metro/new-england/new-hampshire/crime","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Crime","display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/new-england/new-hampshire/crime"]},"_website":"bostonglobe","name":"Crime","order":{"default":4005,"TodaysPaper":2039,"Hamburger-Menu":3004},"parent":{"default":"/metro/new-england/new-hampshire","Section-Navigation":null,"TodaysPaper":"/todays-paper/metro","Hamburger-Menu":"/metro/new-england/new-hampshire"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/new-hampshire"],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"],"Hamburger-Menu":["/sections","/metro/new-england/new-hampshire"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/new-england/new-hampshire/commentary","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"NH Commentary - The Boston Globe","site_tagline":null,"site_description":"Commentary from the Boston Globe's New Hampshire bureau.","site_url":"bostonglobe.com/metro/new-england/new-hampshire/commentary","pagebuilder_path_for_native_apps":"/metro/new-england/new-hampshire/commentary","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Commentary","display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/new-england/new-hampshire/commentary"]},"_website":"bostonglobe","name":"Commentary","order":{"default":4006,"TodaysPaper":2038,"Hamburger-Menu":3006},"parent":{"default":"/metro/new-england/new-hampshire","Section-Navigation":null,"TodaysPaper":"/todays-paper/metro","Hamburger-Menu":"/metro/new-england/new-hampshire"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/new-hampshire"],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"],"Hamburger-Menu":["/sections","/metro/new-england/new-hampshire"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/metro/new-england/rhode-island","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Rhode Island","display_in_navigation":"true"},"site":{"site_description":"Know what's happening in your community. Follow The Boston Globe for the best in local and breaking Rhode Island news, politics, sports, things to do and more.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/new-england/rhode-island/","site_url":null,"site_title":"Rhode Island News, Sports, Breaking News - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/new-england/rhode-island"]},"_website":"bostonglobe","name":"Rhode Island","order":{"default":3005,"Native-app-bar":1015,"Native-app":1014,"Hamburger-Menu":2012,"TodaysPaper":2027,"2023-09-05-Election":1001,"Top-Navigation":1010},"parent":{"default":"/metro/new-england","Section-Navigation":null,"Top-Navigation":"/","Native-app-bar":"/","Native-app":"/","Hamburger-Menu":"/sections","TodaysPaper":"/todays-paper/metro","2023-09-05-Election":"/"},"ancestors":{"default":["/metro","/metro/new-england"],"Section-Navigation":[],"Top-Navigation":["/"],"Native-app-bar":["/"],"Native-app":["/"],"Hamburger-Menu":["/sections","/"],"TodaysPaper":["/","/todays-paper/metro"],"2023-09-05-Election":["/"]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/new-england/rhode-island/things-to-do","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":"RI Things to Do - The Boston Globe","site_url":"bostonglobe.com/metro/new-england/rhode-island/things-to-do/","site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/metro/new-england/rhode-island/things-to-do","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Things to Do","display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/new-england/rhode-island/things-to-do"]},"_website":"bostonglobe","name":"Rhode Island Things to Do","order":{"Native-app":2001,"Hamburger-Menu":3001},"parent":{"default":"/metro/new-england/rhode-island","Section-Navigation":null,"Native-app":"/metro/new-england/rhode-island","Hamburger-Menu":"/metro/new-england/rhode-island"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/rhode-island"],"Section-Navigation":[],"Native-app":["/","/metro/new-england/rhode-island"],"Hamburger-Menu":["/sections","/metro/new-england/rhode-island"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/new-england/rhode-island/podcast","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"RI Podcast - The Boston Globe","site_tagline":null,"site_description":"Rhode Island Podcast","site_url":"/metro/new-england/rhode-island/podcast","pagebuilder_path_for_native_apps":"/metro/new-england/rhode-island/podcast","site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/new-england/rhode-island/podcast"]},"_website":"bostonglobe","name":"Rhode Island Podcast","parent":{"default":"/metro/new-england/rhode-island","Native-app":"/metro/new-england/rhode-island","Hamburger-Menu":"/metro/new-england/rhode-island"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/rhode-island"],"Native-app":["/","/metro/new-england/rhode-island"],"Hamburger-Menu":["/sections","/metro/new-england/rhode-island"]},"inactive":false,"node_type":"section","order":{"Native-app":2002,"Hamburger-Menu":3002},"children":[]},{"_id":"/metro/new-england/rhode-island/food-dining","site":{"site_title":"RI Food & Dining - The Boston Globe","site_tagline":null,"site_url":null,"site_description":"Restaurants, dining, bars, and all things food related in Rhode Island.","pagebuilder_path_for_native_apps":"/metro/new-england/rhode-island/food-dining","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"RI Food & Dining","display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/new-england/rhode-island/food-dining"]},"_website":"bostonglobe","name":"Rhode Island Food & Dining","parent":{"default":"/metro/new-england/rhode-island","Native-app":"/metro/new-england/rhode-island","Hamburger-Menu":"/metro/new-england/rhode-island","TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/rhode-island"],"Native-app":["/","/metro/new-england/rhode-island"],"Hamburger-Menu":["/sections","/metro/new-england/rhode-island"],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","order":{"Native-app":2003,"Hamburger-Menu":3003,"TodaysPaper":2028},"children":[]},{"_id":"/metro/new-england/rhode-island/covid-resources","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":"RI COVID Resources - The Boston Globe","site_url":"https://www.bostonglobe.com/metro/new-england/rhode-island/covid-resources/","site_tagline":null,"site_description":"News from the Boston Globe's Rhode Island bureau.","pagebuilder_path_for_native_apps":"/metro/new-england/rhode-island/covid-resources","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"COVID Resources","display_in_navigation":"false"},"_admin":{"alias_ids":["/metro/new-england/rhode-island/covid-resources"]},"_website":"bostonglobe","name":"Rhode Island COVID Resources","order":{"default":4002},"parent":{"default":"/metro/new-england/rhode-island","Section-Navigation":null,"Native-app":null},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/rhode-island"],"Section-Navigation":[],"Native-app":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/new-england/rhode-island/politics","site":{"site_url":"bostonglobe.com/metro/new-england/rhode-island/politics/","site_tagline":null,"pagebuilder_path_for_native_apps":"/metro/new-england/rhode-island/politics","site_title":"RI Politics - The Boston Globe","site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Politics","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/new-england/rhode-island/politics"]},"_website":"bostonglobe","name":"Rhode Island Politics","order":{"default":4003,"Native-app":2004,"TodaysPaper":2029,"Hamburger-Menu":3004},"parent":{"default":"/metro/new-england/rhode-island","Section-Navigation":null,"Native-app":"/metro/new-england/rhode-island","TodaysPaper":"/todays-paper/metro","Hamburger-Menu":"/metro/new-england/rhode-island"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/rhode-island"],"Section-Navigation":[],"Native-app":["/","/metro/new-england/rhode-island"],"TodaysPaper":["/","/todays-paper/metro"],"Hamburger-Menu":["/sections","/metro/new-england/rhode-island"]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/new-england/rhode-island/politics/election-results/2022","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Rhode Island Election Results 2022","site_tagline":null,"site_description":null,"site_url":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":"Rhode Island Election Results 2022","display_in_navigation":"false"},"_admin":{"alias_ids":["/metro/new-england/rhode-island/politics/election-results/2022"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"Rhode Island Election Results 2022","parent":{"default":"/metro/new-england/rhode-island/politics"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/rhode-island","/metro/new-england/rhode-island/politics","/metro/new-england/rhode-island/politics/election-results"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/new-england/rhode-island/politics/election-results/2023","site":{"site_title":"Rhode Island Election Results 2023","site_tagline":null,"site_url":null,"site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Rhode Island Election Results 2023","display_in_navigation":null},"name":"Rhode Island Election Results 2023","_website":"bostonglobe","parent":{"default":"/metro/new-england/rhode-island/politics"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/rhode-island","/metro/new-england/rhode-island/politics","/metro/new-england/rhode-island/politics/election-results"]},"_admin":{"alias_ids":["/metro/new-england/rhode-island/politics/election-results/2023"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/metro/new-england/rhode-island/business","site":{"site_url":"bostonglobe.com/metro/new-england/rhode-island/business/","site_tagline":null,"pagebuilder_path_for_native_apps":"/metro/new-england/rhode-island/business","site_title":"RI Business - The Boston Globe","site_description":"Business news from the Boston Globe's Rhode Island bureau.","site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Business","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/new-england/rhode-island/business"]},"_website":"bostonglobe","name":"Rhode Island Business","order":{"default":4004,"Native-app":2005,"TodaysPaper":2032,"Hamburger-Menu":3005},"parent":{"default":"/metro/new-england/rhode-island","Section-Navigation":null,"Native-app":"/metro/new-england/rhode-island","TodaysPaper":"/todays-paper/metro","Hamburger-Menu":"/metro/new-england/rhode-island"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/rhode-island"],"Section-Navigation":[],"Native-app":["/","/metro/new-england/rhode-island"],"TodaysPaper":["/","/todays-paper/metro"],"Hamburger-Menu":["/sections","/metro/new-england/rhode-island"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/new-england/rhode-island/arts","site":{"site_url":"bostonglobe.com/metro/new-england/rhode-island/arts/","site_tagline":null,"pagebuilder_path_for_native_apps":"/metro/new-england/rhode-island/arts","site_title":"RI Arts - The Boston Globe","site_description":"News from the Boston Globe's Rhode Island bureau.","site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Arts","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/new-england/rhode-island/arts"]},"_website":"bostonglobe","name":"Rhode Island Arts","order":{"default":4005,"Native-app":2006,"TodaysPaper":2033,"Hamburger-Menu":3006},"parent":{"default":"/metro/new-england/rhode-island","Section-Navigation":null,"Native-app":"/metro/new-england/rhode-island","TodaysPaper":"/todays-paper/metro","Hamburger-Menu":"/metro/new-england/rhode-island"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/rhode-island"],"Section-Navigation":[],"Native-app":["/","/metro/new-england/rhode-island"],"TodaysPaper":["/","/todays-paper/metro"],"Hamburger-Menu":["/sections","/metro/new-england/rhode-island"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/new-england/rhode-island/crime","site":{"site_url":"bostonglobe.com/metro/new-england/rhode-island/crime/","site_tagline":null,"pagebuilder_path_for_native_apps":"/metro/new-england/rhode-island/crime","site_title":"RI Crime- The Boston Globe","site_description":"News from the Boston Globe's Rhode Island bureau.","site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Crime","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/new-england/rhode-island/crime"]},"_website":"bostonglobe","name":"Rhode Island Crime","order":{"default":4006,"Native-app":2007,"TodaysPaper":2034,"Hamburger-Menu":3007},"parent":{"default":"/metro/new-england/rhode-island","Section-Navigation":null,"Native-app":"/metro/new-england/rhode-island","TodaysPaper":"/todays-paper/metro","Hamburger-Menu":"/metro/new-england/rhode-island"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/rhode-island"],"Section-Navigation":[],"Native-app":["/","/metro/new-england/rhode-island"],"TodaysPaper":["/","/todays-paper/metro"],"Hamburger-Menu":["/sections","/metro/new-england/rhode-island"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/new-england/rhode-island/education","site":{"site_url":"bostonglobe.com/metro/new-england/rhode-island/education/","site_tagline":null,"pagebuilder_path_for_native_apps":null,"site_title":"RI Education - The Boston Globe","site_description":"News from the Boston Globe's Rhode Island bureau.","site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Education","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/new-england/rhode-island/education"]},"_website":"bostonglobe","name":"Rhode Island Education","order":{"default":4009,"Native-app":2008,"TodaysPaper":2031},"parent":{"default":"/metro/new-england/rhode-island","Section-Navigation":null,"Native-app":"/metro/new-england/rhode-island","TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/rhode-island"],"Section-Navigation":[],"Native-app":["/","/metro/new-england/rhode-island"],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/new-england/rhode-island/sports","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"RI Sports - The Boston Globe","site_tagline":null,"site_description":null,"site_url":"https://www.bostonglobe.com/metro/new-england/rhode-island/sports/","pagebuilder_path_for_native_apps":"/metro/new-england/rhode-island/sports","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Sports","display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/new-england/rhode-island/sports"]},"_website":"bostonglobe","name":"Rhode Island Sports","order":{"default":4010,"TodaysPaper":2035,"Native-app":2009},"parent":{"default":"/metro/new-england/rhode-island","Section-Navigation":null,"TodaysPaper":"/todays-paper/metro","Native-app":"/metro/new-england/rhode-island"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/rhode-island"],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"],"Native-app":["/","/metro/new-england/rhode-island"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/new-england/rhode-island/health","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"RI Health - The Boston Globe","site_tagline":null,"site_description":null,"site_url":"bostonglobe.com/metro/new-england/rhode-island/health/","pagebuilder_path_for_native_apps":"/metro/new-england/rhode-island/health","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Health","display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/new-england/rhode-island/health"]},"_website":"bostonglobe","name":"Rhode Island Health","order":{"default":4011,"Native-app":2010,"TodaysPaper":2030},"parent":{"default":"/metro/new-england/rhode-island","Section-Navigation":null,"Native-app":"/metro/new-england/rhode-island","TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/rhode-island"],"Section-Navigation":[],"Native-app":["/","/metro/new-england/rhode-island"],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/new-england/rhode-island/commentary","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"RI Commentary - The Boston Globe","site_tagline":null,"site_description":null,"site_url":"bostonglobe.com/metro/new-england/rhode-island/commentary","pagebuilder_path_for_native_apps":"/metro/new-england/rhode-island/commentary","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Commentary","display_in_navigation":"true"},"_admin":{"alias_ids":["/metro/new-england/rhode-island/commentary"]},"_website":"bostonglobe","name":"Rhode Island Commentary","order":{"default":4012,"Native-app":2011},"parent":{"default":"/metro/new-england/rhode-island","Section-Navigation":null,"Native-app":"/metro/new-england/rhode-island"},"ancestors":{"default":["/metro","/metro/new-england","/metro/new-england/rhode-island"],"Section-Navigation":[],"Native-app":["/","/metro/new-england/rhode-island"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/metro/new-england/vermont","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/new-england/vermont/","site_url":null,"site_title":"Vermont - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/new-england/vermont"]},"_website":"bostonglobe","name":"Vermont","order":{"default":3006,"TodaysPaper":2026},"parent":{"default":"/metro/new-england","Section-Navigation":null,"TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/new-england"],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/metro/immigration","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/immigration/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Immigration","_website":"bostonglobe","parent":{"default":"/metro","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"]},"_admin":{"alias_ids":["/metro/immigration"]},"inactive":false,"order":{"default":2021,"TodaysPaper":2010},"node_type":"section","children":[]},{"_id":"/metro/investigations","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Investigations","display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/investigations","site_url":"bostonglobe.com/metro/investigations/","site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/investigations"]},"_website":"bostonglobe","name":"Investigations","order":{"default":2022,"Hamburger-Menu":3007,"Native-app":2004,"TodaysPaper":2009},"parent":{"default":"/metro","Native-app":"/metro","Native-app-bar":null,"Hamburger-Menu":"/metro","Section-Navigation":null,"TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro"],"Native-app":["/metro","/"],"Native-app-bar":[],"Hamburger-Menu":["/sections","/metro"],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","children":[{"_id":"/metro/investigations/spotlight","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Spotlight"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/metro/investigations/spotlight","site_url":"bostonglobe.com/metro/investigations/spotlight/","site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/metro/investigations/spotlight"]},"_website":"bostonglobe","name":"Spotlight","order":{"Native-app":1011,"Native-app-bar":1018,"Top-Navigation":1019,"Hamburger-Menu":2009,"TodaysPaper":2008,"Section-Navigation":2006},"parent":{"default":"/metro/investigations","Native-app":"/","Native-app-bar":"/","Section-Navigation":"/metro","Top-Navigation":"/","Hamburger-Menu":"/sections","TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/metro","/metro/investigations"],"Native-app":["/"],"Native-app-bar":["/"],"Section-Navigation":["/metro"],"Top-Navigation":["/"],"Hamburger-Menu":["/sections","/"],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/metro/investigations/behind-the-shield","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Behind the Shield - The Boston Globe","site_tagline":null,"site_description":"Amid a national reckoning over systemic abuses within law enforcement, the Globe dispatched a team to examine the criminal justice system in Massachusetts. Reporters exposed widespread officer misconduct, racism within the ranks, and coverups within some of the state's largest and most venerated police agencies.","site_url":null,"pagebuilder_path_for_native_apps":"/metro/investigations/behind-the-shield","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Behind the Shield","display_in_navigation":"false"},"_admin":{"alias_ids":["/metro/investigations/behind-the-shield"]},"_website":"bostonglobe","name":"Behind the Shield","parent":{"default":"/metro/investigations"},"ancestors":{"default":["/metro","/metro/investigations"]},"inactive":false,"node_type":"section","children":[]}]}]},{"_id":"/sponsored","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Sponsored","display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sponsored/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Sponsored","_website":"bostonglobe","parent":{"default":"/"},"ancestors":{"default":["/"]},"_admin":{"alias_ids":["/sponsored"]},"inactive":false,"node_type":"section","order":{"default":1006},"children":[]},{"_id":"/wires","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Wires","_website":"bostonglobe","parent":{"default":"/"},"ancestors":{"default":["/"]},"_admin":{"alias_ids":["/wires"]},"inactive":false,"node_type":"section","order":{"default":1007},"children":[{"_id":"/wires/national","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/national/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/wires/national"]},"_website":"bostonglobe","name":"National Wires","parent":{"default":"/wires","TodaysPaper":"/todays-paper/nation"},"ancestors":{"default":["/wires"],"TodaysPaper":["/todays-paper/nation","/"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2023},"children":[]},{"_id":"/wires/lifestyles","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/lifestyles/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Lifestyles Wires","_website":"bostonglobe","parent":{"default":"/wires"},"ancestors":{"default":["/wires"]},"_admin":{"alias_ids":["/wires/lifestyles"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/wires/international","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/international/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/wires/international"]},"_website":"bostonglobe","name":"International Wires","parent":{"default":"/wires"},"ancestors":{"default":["/wires"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/wires/sports-score","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/sports-score/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Sports Score Wires","_website":"bostonglobe","parent":{"default":"/wires"},"ancestors":{"default":["/wires"]},"_admin":{"alias_ids":["/wires/sports-score"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/wires/sports-z-wire","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/sports-z-wire/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Sports Z Wires","_website":"bostonglobe","parent":{"default":"/wires"},"ancestors":{"default":["/wires"]},"_admin":{"alias_ids":["/wires/sports-z-wire"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/wires/commentary","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/commentary/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Commentary Wires","_website":"bostonglobe","parent":{"default":"/wires"},"ancestors":{"default":["/wires"]},"_admin":{"alias_ids":["/wires/commentary"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/wires/features","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/features/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/wires/features"]},"_website":"bostonglobe","name":"Features Wires","parent":{"default":"/wires"},"ancestors":{"default":["/wires"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/wires/entertainment","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/entertainment/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/wires/entertainment"]},"_website":"bostonglobe","name":"Entertainment Wires","parent":{"default":"/wires"},"ancestors":{"default":["/wires"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/wires/advisories","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/advisories/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Advisories Wires","_website":"bostonglobe","parent":{"default":"/wires"},"ancestors":{"default":["/wires"]},"_admin":{"alias_ids":["/wires/advisories"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/wires/sports","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/sports/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Sports Wires","_website":"bostonglobe","parent":{"default":"/wires"},"ancestors":{"default":["/wires"]},"_admin":{"alias_ids":["/wires/sports"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/wires/political","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/political/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Political Wires","_website":"bostonglobe","parent":{"default":"/wires"},"ancestors":{"default":["/wires"]},"_admin":{"alias_ids":["/wires/political"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/wires/state-regional","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/state-regional/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"State and Regional Wires","_website":"bostonglobe","parent":{"default":"/wires"},"ancestors":{"default":["/wires"]},"_admin":{"alias_ids":["/wires/state-regional"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/wires/food","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/food/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/wires/food"]},"_website":"bostonglobe","name":"Food Wires","parent":{"default":"/wires"},"ancestors":{"default":["/wires"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/wires/lottery","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/lottery/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Lottery Wires","_website":"bostonglobe","parent":{"default":"/wires"},"ancestors":{"default":["/wires"]},"_admin":{"alias_ids":["/wires/lottery"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/wires/financial","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/financial/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/wires/financial"]},"_website":"bostonglobe","name":"Financial Wires","parent":{"default":"/wires"},"ancestors":{"default":["/wires"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/wires/washington","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/washington/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Washington Wires","_website":"bostonglobe","parent":{"default":"/wires"},"ancestors":{"default":["/wires"]},"_admin":{"alias_ids":["/wires/washington"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/wires/weather","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/weather/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Weather Wires","_website":"bostonglobe","parent":{"default":"/wires"},"ancestors":{"default":["/wires"]},"_admin":{"alias_ids":["/wires/weather"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/wires/travel","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/travel/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Travel Wires","_website":"bostonglobe","parent":{"default":"/wires"},"ancestors":{"default":["/wires"]},"_admin":{"alias_ids":["/wires/travel"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/wires/sports-racing","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/wires/sports-racing/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Sports Racing Wires","_website":"bostonglobe","parent":{"default":"/wires"},"ancestors":{"default":["/wires"]},"_admin":{"alias_ids":["/wires/sports-racing"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/bostoncom","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Boston.com","display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/bostoncom","site_url":"https://www.bostonglobe.com/bostoncom/","site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Boston.com","_website":"bostonglobe","parent":{"default":"/"},"ancestors":{"default":["/"]},"_admin":{"alias_ids":["/bostoncom"]},"inactive":false,"node_type":"section","order":{"default":1008},"children":[{"_id":"/bostoncom/video","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Boston.com Video","display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/bostoncom/video","site_url":"https://www.bostonglobe.com/bostoncom/video/","site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Boston.com Video","_website":"bostonglobe","parent":{"default":"/bostoncom"},"ancestors":{"default":["/bostoncom"]},"_admin":{"alias_ids":["/bostoncom/video"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/app/most-popular","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Most Popular","display_in_navigation":"false"},"site":{"site_description":"Most Popular articles for the Mobile APP","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/app/most-popular/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Most Popular","_website":"bostonglobe","parent":{"default":"/","Section-Navigation":null,"Native-app-bar":null,"Native-app":null},"ancestors":{"default":["/"],"Section-Navigation":[],"Native-app-bar":[],"Native-app":[]},"_admin":{"alias_ids":["/app/most-popular"]},"inactive":false,"node_type":"section","order":{"default":1009},"children":[]},{"_id":"/fast-forward","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":null,"site_tagline":null,"site_description":null,"site_url":null,"pagebuilder_path_for_native_apps":"/fast-forward/","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Fast Forward Newsletter","display_in_navigation":"false"},"_admin":{"alias_ids":["/fast-forward"]},"_website":"bostonglobe","name":"Fast Forward","parent":{"default":"/"},"ancestors":{"default":["/"]},"inactive":false,"node_type":"section","order":{"default":1010},"children":[]},{"_id":"/special-projects","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Special Projects","site_tagline":"Explore special projects and reports from the Boston Globe.","site_description":"Explore special projects and reports from the Boston Globe.","site_url":"","pagebuilder_path_for_native_apps":"/special-projects/","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Special Projects","display_in_navigation":"false"},"_admin":{"alias_ids":["/special-projects"]},"_website":"bostonglobe","name":"Special Projects","parent":{"default":"/"},"ancestors":{"default":["/"]},"inactive":false,"node_type":"section","order":{"default":1011},"children":[{"_id":"/special-projects/globe-150","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Globe 150","site_tagline":"See stories related to the Boston Globe's 150th anniversary.","site_description":"See stories related to the Boston Globe's 150th anniversary.","site_url":null,"pagebuilder_path_for_native_apps":"/special-projects/globe-150/","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Globe 150","display_in_navigation":"false"},"name":"Globe 150","_website":"bostonglobe","parent":{"default":"/special-projects","Native-app-bar":null},"ancestors":{"default":["/special-projects"],"Native-app-bar":[]},"_admin":{"alias_ids":["/special-projects/globe-150"]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/special-projects/amazon-polly","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":null,"pagebuilder_path_for_native_apps":"/special-projects/amazon-polly","site_about":"A test to listen to Globe stories using Amazon Polly.","site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"name":"Amazon Polly","_website":"bostonglobe","parent":{"default":"/special-projects"},"ancestors":{"default":["/special-projects"]},"_admin":{"alias_ids":["/special-projects/amazon-polly"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/business/office-culture","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Office Culture - The Boston Globe","site_tagline":null,"site_description":"","site_url":"/business/office-culture","pagebuilder_path_for_native_apps":"/business/office-culture","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Office Culture","display_in_navigation":"false"},"_admin":{"alias_ids":["/business/office-culture"]},"_website":"bostonglobe","name":"Office Culture","parent":{"default":"/","TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/"],"TodaysPaper":["/todays-paper/business","/"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2007,"default":1012},"children":[]},{"_id":"/about/help/terms","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Terms","display_in_navigation":"true"},"name":"Terms","_website":"bostonglobe","parent":{"default":"/","Footer-Logged-In":"/"},"ancestors":{"default":["/"],"Footer-Logged-In":["/"]},"_admin":{"alias_ids":["/about/help/terms"]},"inactive":false,"node_type":"section","order":{"Footer-Logged-In":1003,"default":1013},"children":[]},{"_id":"/games","site":{"site_title":"Games and puzzles - The Boston Globe","site_tagline":null,"site_url":"/games","site_description":"Play games and puzzles from The Boston Globe, including the daily crossword, Sunday crossword, mini crossword, sudokus, jigsaw puzzle, and more.","pagebuilder_path_for_native_apps":"/games","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Games & Puzzles","display_in_navigation":"true"},"_admin":{"alias_ids":["/games"],"paywall_status":"exempt"},"_website":"bostonglobe","name":"Games","order":{"Section-Navigation":1003,"Hamburger-Menu":2004,"default":1014},"parent":{"default":"/","Section-Navigation":"/","Hamburger-Menu":"/sections"},"ancestors":{"default":["/"],"Section-Navigation":["/"],"Hamburger-Menu":["/sections","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/games/crossword","_website":"bostonglobe","name":"Crossword","inactive":false,"ancestors":{"default":["/games","/"],"Games":[],"Section-Navigation":["/","/games"],"Hamburger-Menu":["/sections","/games"]},"parent":{"default":"/games","Games":null,"Section-Navigation":"/games","Hamburger-Menu":"/games"},"order":{"Section-Navigation":2001,"Hamburger-Menu":3001,"default":2001},"_admin":{"alias_ids":["/games/crossword"],"paywall_status":"locked"},"navigation":{"display_in_navigation":"true","nav_title":"Crossword"},"site":{"pagebuilder_path_for_native_apps":"/games/crossword","site_about":null,"site_description":"The Boston Globe’s crossword puzzles are brand-new every day, including Sunday Globe Magazine puzzles. Play recent crosswords, solve with friends, print anytime.","site_keywords":null,"site_tagline":null,"site_title":"Crossword puzzles - The Boston Globe","site_url":"/games/crossword"},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/games/mini-crossword","site":{"site_title":"Mini crossword puzzles - The Boston Globe","site_tagline":null,"site_url":"/games/mini-crossword","site_description":"Play The Boston Globe’s mini crossword puzzle. New mini crosswords are posted daily, perfect for your commute or a quick break from the daily grind.","pagebuilder_path_for_native_apps":"/games/mini-crossword","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Mini Crossword","display_in_navigation":"true"},"_admin":{"alias_ids":["/games/mini-crossword"],"paywall_status":"exempt"},"_website":"bostonglobe","name":"Mini Crossword","order":{"Section-Navigation":2002,"Hamburger-Menu":3002,"default":2002},"parent":{"default":"/games","Games":null,"Section-Navigation":"/games","Hamburger-Menu":"/games"},"ancestors":{"default":["/games","/"],"Games":[],"Section-Navigation":["/","/games"],"Hamburger-Menu":["/sections","/games"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/games/sudoku","site":{"site_title":"Sudokus - The Boston Globe","site_tagline":"","site_url":"/games/sudoku","site_description":"Play The Boston Globe’s sudoku puzzles. New sudokus are posted daily and available to play in easy, medium, and hard mode versions.","pagebuilder_path_for_native_apps":"/games/sudoku","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Sudokus","display_in_navigation":"true"},"_admin":{"alias_ids":["/games/sudoku"],"paywall_status":"exempt"},"_website":"bostonglobe","name":"Sudokus","order":{"Section-Navigation":2003,"Hamburger-Menu":3003,"default":2003},"parent":{"default":"/games","Games":null,"Section-Navigation":"/games","Hamburger-Menu":"/games"},"ancestors":{"default":["/games","/"],"Games":[],"Section-Navigation":["/","/games"],"Hamburger-Menu":["/sections","/games"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/games/word-flower","_website":"bostonglobe","name":"Word Flower","inactive":false,"ancestors":{"default":["/games","/"],"Games":[],"Section-Navigation":["/","/games"],"Hamburger-Menu":["/sections","/games"]},"parent":{"default":"/games","Games":null,"Section-Navigation":"/games","Hamburger-Menu":"/games"},"order":{"Section-Navigation":2004,"Hamburger-Menu":3004,"default":2004},"_admin":{"alias_ids":["/games/word-flower"],"paywall_status":"exempt"},"navigation":{"display_in_navigation":"true","nav_title":"Word Flower"},"site":{"pagebuilder_path_for_native_apps":"/games/word-flower","site_about":null,"site_description":"Play Word Flower on bostonglobe.com. Come up with words with the letters provided and test your vocabulary skills.","site_keywords":null,"site_tagline":null,"site_title":"Word Flower word games - The Boston Globe","site_url":"/games/word-flower"},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/games/wordrow","_website":"bostonglobe","name":"WordroW","inactive":false,"ancestors":{"default":["/games","/"],"Games":[],"Section-Navigation":["/","/games"],"Hamburger-Menu":["/sections","/games"]},"parent":{"default":"/games","Games":null,"Section-Navigation":"/games","Hamburger-Menu":"/games"},"order":{"Section-Navigation":2005,"Hamburger-Menu":3005,"default":2005},"_admin":{"alias_ids":["/games/wordrow"],"paywall_status":"exempt"},"navigation":{"display_in_navigation":"true","nav_title":"WordroW"},"site":{"pagebuilder_path_for_native_apps":"/games/wordrow","site_about":null,"site_description":"Play WordroW on on bostonglobe.com. Figure out words or phrases of the day based on previous guesses.","site_keywords":null,"site_tagline":null,"site_title":"WordroW word games - The Boston Globe","site_url":"/games/wordrow"},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/games/jigsaw","_website":"bostonglobe","name":"Jigsaw","inactive":false,"ancestors":{"default":["/games","/"],"Games":[],"Section-Navigation":["/","/games"],"Hamburger-Menu":["/sections","/games"]},"parent":{"default":"/games","Games":null,"Section-Navigation":"/games","Hamburger-Menu":"/games"},"order":{"Section-Navigation":2006,"Hamburger-Menu":3006,"default":2006},"_admin":{"alias_ids":["/games/jigsaw"],"paywall_status":"exempt"},"navigation":{"display_in_navigation":"true","nav_title":"Jigsaw"},"site":{"pagebuilder_path_for_native_apps":"/games/jigsaw","site_about":null,"site_description":"Play The Boston Globe’s online jigsaw puzzles. Assemble the jigsaws and enjoy beautiful Globe staff photography.","site_keywords":null,"site_tagline":null,"site_title":"Jigsaw puzzles - The Boston Globe","site_url":"/games/jigsaw"},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]}]},{"_id":"/sports","social":{"twitter":"https://twitter.com/BGlobeSports/","rss":null,"facebook":"https://www.facebook.com/globe/","instagram":"https://www.instagram.com/bostonglobe/"},"navigation":{"nav_title":"Sports","display_in_navigation":"true"},"site":{"site_description":"Unmatched coverage of the Red Sox, Patriots, Bruins, and Celtics, plus the Olympics, Boston Marathon, and college and high school sports.","site_about":null,"site_keywords":"Red Sox, Patriots, Celtics, Bruins","pagebuilder_path_for_native_apps":"/sports/","site_url":"","site_title":"Sports - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports","sports"]},"_website":"bostonglobe","name":"Sports","order":{"default":1015,"Hamburger-Menu":2002,"Top-Navigation":1006,"Section-Navigation":1004,"Native-app-bar":1003,"Native-app":1004,"TodaysPaper":2013},"parent":{"default":"/","Native-app":"/","Native-app-bar":"/","Hamburger-Menu":"/sections","Top-Navigation":"/","Section-Navigation":"/","TodaysPaper":"/todays-paper/sports"},"ancestors":{"default":["/"],"Native-app":["/"],"Native-app-bar":["/"],"Hamburger-Menu":["/sections","/"],"Top-Navigation":["/"],"Section-Navigation":["/"],"TodaysPaper":["/todays-paper/sports","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/sports/basketball","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/basketball/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports/basketball"]},"_website":"bostonglobe","name":"Basketball","order":{"TodaysPaper":2009},"parent":{"default":"/sports","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/sports"},"ancestors":{"default":["/sports"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/sports","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/sports/basketball/wnba","_website":"bostonglobe","name":"WNBA","inactive":false,"ancestors":{"default":["/sports","/sports/basketball"]},"parent":{"default":"/sports/basketball"},"navigation":{"display_in_navigation":"true","nav_title":null},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"Follow Women’s National Basketball Association news, including stories on your favorite women basketball players. Get WNBA picks, predictions from The Globe sports newsroom.","site_keywords":null,"site_tagline":null,"site_title":"WNBA news — The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/sports/basketball/celtics","_website":"bostonglobe","name":"Celtics","inactive":false,"ancestors":{"default":["/sports","/sports/basketball"],"Native-app":["/sports","/"],"Native-app-bar":[],"Hamburger-Menu":["/sports","/"],"Top-Navigation":["/","/sports"],"Section-Navigation":["/sports","/"],"TodaysPaper":["/todays-paper/sports","/"]},"parent":{"default":"/sports/basketball","Native-app":"/sports","Native-app-bar":null,"Hamburger-Menu":"/sports","Top-Navigation":"/sports","Section-Navigation":"/sports","TodaysPaper":"/todays-paper/sports"},"order":{"Hamburger-Menu":3004,"Top-Navigation":2004,"Native-app":2001,"default":3001,"Section-Navigation":2004,"TodaysPaper":2010},"_admin":{"alias_ids":["/sports/basketball/celtics"]},"navigation":{"nav_title":null},"site":{"pagebuilder_path_for_native_apps":"/sports/basketball/celtics/","site_about":null,"site_description":null,"site_keywords":null,"site_tagline":null,"site_title":null,"site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/sports/basketball/statistics","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/basketball/statistics/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Statistics","_website":"bostonglobe","parent":{"default":"/sports/basketball","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/sports","/sports/basketball"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/sports/basketball/statistics"]},"inactive":false,"node_type":"section","order":{"default":3002},"children":[{"_id":"/sports/basketball/statistics/scoreboard","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/basketball/statistics/scoreboard/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Scoreboard","_website":"bostonglobe","parent":{"default":"/sports/basketball/statistics","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/sports","/sports/basketball","/sports/basketball/statistics"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/sports/basketball/statistics/scoreboard"]},"inactive":false,"node_type":"section","children":[]}]}]},{"_id":"/sports/olympics","_website":"bostonglobe","name":"Olympics","inactive":false,"ancestors":{"default":["/sports"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"Top-Navigation":[],"Hamburger-Menu":[],"TodaysPaper":["/todays-paper/sports","/"]},"parent":{"default":"/sports","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"Top-Navigation":null,"Hamburger-Menu":null,"TodaysPaper":"/todays-paper/sports"},"order":{"TodaysPaper":2015},"_admin":{"alias_ids":["/sports/olympics"]},"navigation":{"display_in_navigation":"false","nav_title":"Olympics"},"site":{"pagebuilder_path_for_native_apps":"/sports/olympics/","site_about":null,"site_description":"Get the latest news and information on the 2024 Paris Olympics. See the schedule, event results, NBC stream details, and more coverage from The Boston Globe.","site_keywords":null,"site_tagline":null,"site_title":null,"site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/sports/tennis","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/tennis/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports/tennis"]},"_website":"bostonglobe","name":"Tennis","order":{"TodaysPaper":2014},"parent":{"default":"/sports","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/sports"},"ancestors":{"default":["/sports"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/sports","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/colleges","_website":"bostonglobe","name":"Colleges","inactive":false,"ancestors":{"default":["/sports"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/sports","/"],"Hamburger-Menu":["/sports","/"],"Top-Navigation":[]},"parent":{"default":"/sports","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/sports","Hamburger-Menu":"/sports","Top-Navigation":null},"order":{"TodaysPaper":2016,"Hamburger-Menu":3007},"_admin":{"alias_ids":["/sports/colleges"]},"navigation":{"display_in_navigation":"true","nav_title":"Colleges"},"site":{"pagebuilder_path_for_native_apps":"/sports/colleges/","site_about":null,"site_description":null,"site_keywords":null,"site_tagline":null,"site_title":null,"site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[{"_id":"/sports/colleges/basketball","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/colleges/basketball/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Basketball","_website":"bostonglobe","parent":{"default":"/sports/colleges","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/sports","/sports/colleges"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/sports/colleges/basketball"]},"inactive":false,"node_type":"section","children":[{"_id":"/sports/colleges/basketball/statistics","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/colleges/basketball/statistics/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Statistics","_website":"bostonglobe","parent":{"default":"/sports/colleges/basketball","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/sports","/sports/colleges","/sports/colleges/basketball"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/sports/colleges/basketball/statistics"]},"inactive":false,"node_type":"section","children":[{"_id":"/sports/colleges/basketball/statistics/scoreboard","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/colleges/basketball/statistics/scoreboard/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Scoreboard","_website":"bostonglobe","parent":{"default":"/sports/colleges/basketball/statistics","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/sports","/sports/colleges","/sports/colleges/basketball","/sports/colleges/basketball/statistics"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/sports/colleges/basketball/statistics/scoreboard"]},"inactive":false,"node_type":"section","children":[]}]}]},{"_id":"/sports/colleges/hockey","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/colleges/hockey/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Hockey","_website":"bostonglobe","parent":{"default":"/sports/colleges","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/sports"},"ancestors":{"default":["/sports","/sports/colleges"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/sports","/"]},"_admin":{"alias_ids":["/sports/colleges/hockey"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2002},"children":[{"_id":"/sports/colleges/hockey/statistics","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/colleges/hockey/statistics/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Statistics","_website":"bostonglobe","parent":{"default":"/sports/colleges/hockey","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/sports","/sports/colleges","/sports/colleges/hockey"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/sports/colleges/hockey/statistics"]},"inactive":false,"node_type":"section","children":[{"_id":"/sports/colleges/hockey/statistics/scoreboard","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/colleges/hockey/statistics/scoreboard/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Scoreboard","_website":"bostonglobe","parent":{"default":"/sports/colleges/hockey/statistics","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/sports","/sports/colleges","/sports/colleges/hockey","/sports/colleges/hockey/statistics"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/sports/colleges/hockey/statistics/scoreboard"]},"inactive":false,"node_type":"section","children":[]}]}]},{"_id":"/sports/colleges/football","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/colleges/football/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Football","_website":"bostonglobe","parent":{"default":"/sports/colleges","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/sports","/sports/colleges"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/sports/colleges/football"]},"inactive":false,"node_type":"section","children":[{"_id":"/sports/colleges/football/statistics","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/colleges/football/statistics/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Statistics","_website":"bostonglobe","parent":{"default":"/sports/colleges/football","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/sports","/sports/colleges","/sports/colleges/football"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/sports/colleges/football/statistics"]},"inactive":false,"node_type":"section","children":[{"_id":"/sports/colleges/football/statistics/scoreboard","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/colleges/football/statistics/scoreboard/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Scoreboard","_website":"bostonglobe","parent":{"default":"/sports/colleges/football/statistics","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/sports","/sports/colleges","/sports/colleges/football","/sports/colleges/football/statistics"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/sports/colleges/football/statistics/scoreboard"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/sports/colleges/football/army-navy","site":{"site_title":"Army-Navy Game - The Boston Globe","site_tagline":null,"site_url":"/sports/colleges/football/army-navy","site_description":"Army-Navy Game 2023 - The latest Army football, Navy football news Get the latest Army-Navy Game 2023 news, along with scores, stats, and more.","pagebuilder_path_for_native_apps":"/sports/colleges/football/army-navy","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/sports/colleges/football/army-navy"]},"_website":"bostonglobe","name":"Army -Navy Game","parent":{"default":"/sports/colleges/football"},"ancestors":{"default":["/sports","/sports/colleges","/sports/colleges/football"]},"inactive":false,"node_type":"section","children":[]}]}]},{"_id":"/sports/football","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/football/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports/football"]},"_website":"bostonglobe","name":"Football","order":{"TodaysPaper":2019},"parent":{"default":"/sports","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/sports"},"ancestors":{"default":["/sports"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/sports","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/sports/football/patriots","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/football/patriots/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Patriots","_website":"bostonglobe","parent":{"default":"/sports/football","Native-app":"/sports","Native-app-bar":null,"Hamburger-Menu":"/sports","Top-Navigation":"/sports","Section-Navigation":"/sports","TodaysPaper":"/todays-paper/sports"},"ancestors":{"default":["/sports","/sports/football"],"Native-app":["/sports","/"],"Native-app-bar":[],"Hamburger-Menu":["/sports","/"],"Top-Navigation":["/","/sports"],"Section-Navigation":["/sports","/"],"TodaysPaper":["/todays-paper/sports","/"]},"_admin":{"alias_ids":["/sports/football/patriots"]},"inactive":false,"order":{"Hamburger-Menu":3002,"Top-Navigation":2002,"Native-app":2004,"default":3001,"Section-Navigation":2002,"TodaysPaper":2011},"node_type":"section","children":[{"_id":"/sports/football/patriots/aaron-hernandez","_website":"bostonglobe","name":"Aaron Hernandez","inactive":false,"ancestors":{"default":["/sports","/sports/football","/sports/football/patriots"]},"parent":{"default":"/sports/football/patriots"},"navigation":{"display_in_navigation":null,"nav_title":null},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"The Aaron Hernandez story, his murder trials, and suicide consumed Boston and beyond. Read previous reporting from Globe staff featuring victim Odin Lloyd, fiancée Shayanna Jenkins, plus new reports on the FX limited series, “American Sports Story: Aaron Hernandez.”","site_keywords":null,"site_tagline":null,"site_title":"The Aaron Hernandez story | The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]}]},{"_id":"/sports/football/statistics","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/football/statistics/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Statistics","_website":"bostonglobe","parent":{"default":"/sports/football","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/sports","/sports/football"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/sports/football/statistics"]},"inactive":false,"node_type":"section","order":{"default":3002},"children":[{"_id":"/sports/football/statistics/scoreboard","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/football/statistics/scoreboard/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Scoreboard","_website":"bostonglobe","parent":{"default":"/sports/football/statistics","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/sports","/sports/football","/sports/football/statistics"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/sports/football/statistics/scoreboard"]},"inactive":false,"node_type":"section","children":[]}]}]},{"_id":"/sports/boston-marathon","_website":"bostonglobe","name":"Boston Marathon","inactive":false,"ancestors":{"default":["/sports"],"Native-app":[],"Native-app-bar":[],"Top-Navigation":["/","/sports"],"Section-Navigation":[],"TodaysPaper":["/todays-paper/sports","/"],"Hamburger-Menu":[]},"parent":{"default":"/sports","Native-app":null,"Native-app-bar":null,"Top-Navigation":"/sports","Section-Navigation":null,"TodaysPaper":"/todays-paper/sports","Hamburger-Menu":null},"order":{"TodaysPaper":2005,"Top-Navigation":2005},"_admin":{"alias_ids":["/sports/boston-marathon"],"paywall_status":"non-exempt"},"navigation":{"display_in_navigation":"false","nav_title":null},"site":{"pagebuilder_path_for_native_apps":"/sports/boston-marathon/","site_about":null,"site_description":null,"site_keywords":null,"site_tagline":null,"site_title":null,"site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[{"_id":"/sports/boston-marathon/bombing-remembrance","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"The Boston Globe looks back at the Boston Marathon bombing 10 years later.","pagebuilder_path_for_native_apps":"/sports/boston-marathon/bombing-remembrance","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Bombing Remembrance","display_in_navigation":"false"},"_admin":{"alias_ids":["/sports/boston-marathon/bombing-remembrance"]},"_website":"bostonglobe","name":"Bombing Remembrance","parent":{"default":"/sports/boston-marathon","TodaysPaper":"/todays-paper/sports"},"ancestors":{"default":["/sports","/sports/boston-marathon"],"TodaysPaper":["/todays-paper/sports","/"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2006},"children":[]}]},{"_id":"/sports/baseball","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/baseball/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports/baseball"]},"_website":"bostonglobe","name":"Baseball","order":{"TodaysPaper":2020},"parent":{"default":"/sports","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/sports"},"ancestors":{"default":["/sports"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/sports","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/sports/baseball/redsox","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Red Sox"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/baseball/redsox/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports/baseball/redsox"]},"_website":"bostonglobe","name":"Red Sox","order":{"Hamburger-Menu":3001,"Top-Navigation":2001,"Native-app":2003,"Section-Navigation":2001,"TodaysPaper":2003},"parent":{"default":"/sports/baseball","Native-app":"/sports","Native-app-bar":null,"Hamburger-Menu":"/sports","Top-Navigation":"/sports","Section-Navigation":"/sports","TodaysPaper":"/todays-paper/sports"},"ancestors":{"default":["/sports","/sports/baseball"],"Native-app":["/sports","/"],"Native-app-bar":[],"Hamburger-Menu":["/sports","/"],"Top-Navigation":["/","/sports"],"Section-Navigation":["/sports","/"],"TodaysPaper":["/todays-paper/sports","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/sports/baseball/redsox/2004-world-series-red-sox","_website":"bostonglobe","name":"Red Sox 2004","inactive":false,"ancestors":{"default":["/sports","/sports/baseball","/sports/baseball/redsox"],"TodaysPaper":["/todays-paper/sports","/"]},"parent":{"default":"/sports/baseball/redsox","TodaysPaper":"/todays-paper/sports"},"navigation":{"display_in_navigation":null,"nav_title":"2004 Red Sox"},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"Celebrate the 2004 Boston Red Sox 20 years after they won the World Series. Revisit famous red sox players, games, and plays that broke the 86-year old curse.","site_keywords":null,"site_tagline":null,"site_title":"2004 Red Sox World Series — The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","order":{"TodaysPaper":2004},"children":[]}]},{"_id":"/sports/baseball/statistics","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/baseball/statistics/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Statistics","_website":"bostonglobe","parent":{"default":"/sports/baseball","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/sports","/sports/baseball"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/sports/baseball/statistics"]},"inactive":false,"node_type":"section","order":{},"children":[{"_id":"/sports/baseball/statistics/scoreboard","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/baseball/statistics/scoreboard/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Scoreboard","_website":"bostonglobe","parent":{"default":"/sports/baseball/statistics","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/sports","/sports/baseball","/sports/baseball/statistics"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/sports/baseball/statistics/scoreboard"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/sports/baseball/david-ortiz-hall-of-fame","site":{"site_title":"David Ortiz: Baseball Hall of Fame induction - The Boston Globe","site_tagline":null,"site_url":null,"site_description":"Red Sox legend David Ortiz will be inducted into the Baseball Hall of Fame on July 24, 2022","pagebuilder_path_for_native_apps":"sports/baseball/david-ortiz-hall-of-fame","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/sports/baseball/david-ortiz-hall-of-fame"]},"_website":"bostonglobe","name":"David Ortiz Hall of Fame","parent":{"default":"/sports/baseball"},"ancestors":{"default":["/sports","/sports/baseball"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/sports/auto-racing","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/auto-racing/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports/auto-racing"]},"_website":"bostonglobe","name":"Auto Racing","order":{},"parent":{"default":"/sports","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/sports"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/winter-sports","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/winter-sports/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports/winter-sports"]},"_website":"bostonglobe","name":"Winter Sports","order":{"TodaysPaper":2023},"parent":{"default":"/sports","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/sports"},"ancestors":{"default":["/sports"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/sports","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/special-reports","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/special-reports/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports/special-reports"]},"_website":"bostonglobe","name":"Special Reports","order":{},"parent":{"default":"/sports","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/sports"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[{"_id":"/sports/special-reports/thanks-tom","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Thanks Tom - The Boston Globe","site_tagline":null,"site_description":null,"site_url":"https://www.bostonglobe.com/sports/special-reports/thanks-tom/","pagebuilder_path_for_native_apps":"/sports/special-reports/thanks-tom","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Thanks Tom","display_in_navigation":"false"},"_admin":{"alias_ids":["/sports/special-reports/thanks-tom","/sports/tom/test"]},"_website":"bostonglobe","name":"Thanks Tom","parent":{"default":"/sports/special-reports"},"ancestors":{"default":["/sports","/sports/special-reports"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/sports/soccer","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/soccer/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports/soccer"]},"_website":"bostonglobe","name":"Soccer","order":{"TodaysPaper":2024},"parent":{"default":"/sports","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/sports"},"ancestors":{"default":["/sports"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/sports","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/sports/soccer/revolution","_website":"bostonglobe","name":"Revolution","inactive":false,"ancestors":{"default":["/sports","/sports/soccer"],"Section-Navigation":["/sports","/"],"TodaysPaper":["/todays-paper/sports","/"],"Hamburger-Menu":["/sports","/"]},"parent":{"default":"/sports/soccer","Section-Navigation":"/sports","TodaysPaper":"/todays-paper/sports","Hamburger-Menu":"/sports"},"order":{"TodaysPaper":2012,"Hamburger-Menu":3005,"Section-Navigation":2005},"_admin":{"alias_ids":["/sports/soccer/revolution"]},"navigation":{"display_in_navigation":"true","nav_title":"Revolution"},"site":{"pagebuilder_path_for_native_apps":"/sports/soccer/revolution/","site_about":null,"site_description":null,"site_keywords":null,"site_tagline":null,"site_title":null,"site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/sports/soccer/nwsl","_website":"bostonglobe","name":"NWSL","inactive":false,"ancestors":{"default":["/sports","/sports/soccer"]},"parent":{"default":"/sports/soccer"},"navigation":{"display_in_navigation":"true","nav_title":"NWSL"},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"Get breaking National Women’s Soccer League news, stats, and schedules from the Boston Globe's sports team. Follow the world's premier women soccer players.","site_keywords":null,"site_tagline":null,"site_title":"NWSL: Women's soccer news — The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]}]},{"_id":"/sports/tv-radio","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/tv-radio/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports/tv-radio"]},"_website":"bostonglobe","name":"TV & Radio","order":{"Hamburger-Menu":3008,"Section-Navigation":2007,"Native-app":2006,"Top-Navigation":2007},"parent":{"default":"/sports","Native-app":"/sports","Native-app-bar":null,"Hamburger-Menu":"/sports","Section-Navigation":"/sports","Top-Navigation":"/sports"},"ancestors":{"default":["/sports"],"Native-app":["/sports","/"],"Native-app-bar":[],"Hamburger-Menu":["/sports","/"],"Section-Navigation":["/sports","/"],"Top-Navigation":["/","/sports"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/media","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/media/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports/media"]},"_website":"bostonglobe","name":"Media","order":{"TodaysPaper":2017},"parent":{"default":"/sports","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/sports"},"ancestors":{"default":["/sports"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/sports","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/horse-racing","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/horse-racing/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports/horse-racing"]},"_website":"bostonglobe","name":"Horse Racing","order":{"TodaysPaper":2022},"parent":{"default":"/sports","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/sports"},"ancestors":{"default":["/sports"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/sports","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/photos","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Sports Photos - The Boston Globe","site_tagline":null,"site_description":null,"site_url":"https://www.bostonglobe.com/sports/photos/","pagebuilder_path_for_native_apps":"/sports/photos","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Photos","display_in_navigation":null},"name":"Photos","_website":"bostonglobe","parent":{"default":"/sports"},"ancestors":{"default":["/sports"]},"_admin":{"alias_ids":["/sports/photos"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/hockey","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/hockey/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports/hockey"]},"_website":"bostonglobe","name":"Hockey","order":{"default":2007,"TodaysPaper":2007},"parent":{"default":"/sports","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/sports"},"ancestors":{"default":["/sports"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/sports","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/sports/hockey/bruins","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/hockey/bruins/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Bruins","_website":"bostonglobe","parent":{"default":"/sports/hockey","Native-app":"/sports","Native-app-bar":null,"Hamburger-Menu":"/sports","Top-Navigation":"/sports","Section-Navigation":"/sports","TodaysPaper":"/todays-paper/sports"},"ancestors":{"default":["/sports","/sports/hockey"],"Native-app":["/sports","/"],"Native-app-bar":[],"Hamburger-Menu":["/sports","/"],"Top-Navigation":["/","/sports"],"Section-Navigation":["/sports","/"],"TodaysPaper":["/todays-paper/sports","/"]},"_admin":{"alias_ids":["/sports/hockey/bruins"]},"inactive":false,"order":{"Hamburger-Menu":3003,"Top-Navigation":2003,"Native-app":2002,"Section-Navigation":2003,"TodaysPaper":2008},"node_type":"section","children":[]},{"_id":"/sports/hockey/statistics","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/hockey/statistics/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Statistics","_website":"bostonglobe","parent":{"default":"/sports/hockey","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/sports","/sports/hockey"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/sports/hockey/statistics"]},"inactive":false,"node_type":"section","order":{},"children":[{"_id":"/sports/hockey/statistics/scoreboard","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/hockey/statistics/scoreboard/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Scoreboard","_website":"bostonglobe","parent":{"default":"/sports/hockey/statistics","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/sports","/sports/hockey","/sports/hockey/statistics"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/sports/hockey/statistics/scoreboard"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/sports/hockey/pwhl","_website":"bostonglobe","name":"PWHL","inactive":false,"ancestors":{"default":["/sports","/sports/hockey"],"TodaysPaper":["/todays-paper/sports","/"]},"parent":{"default":"/sports/hockey","TodaysPaper":"/todays-paper/sports"},"navigation":{"display_in_navigation":"true","nav_title":"PWHL Boston"},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"Get breaking Professional Women's Hockey League (PWHL) news, standings, playoff schedules, and draft information from the Boston Globe’s sports team. Follow the PWHL Boston schedule.","site_keywords":null,"site_tagline":null,"site_title":"\"Women’s hockey and PWHL schedule and Boston news — The Boston Globe\t \"","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","order":{"TodaysPaper":2001},"children":[]}]},{"_id":"/sports/golf","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/golf/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports/golf"]},"_website":"bostonglobe","name":"Golf","order":{"default":2008,"TodaysPaper":2018},"parent":{"default":"/sports","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/sports","Hamburger-Menu":null},"ancestors":{"default":["/sports"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/sports","/"],"Hamburger-Menu":[]},"inactive":false,"node_type":"section","children":[{"_id":"/sports/golf/statistics","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Golf Statistics","site_tagline":null,"site_description":null,"site_url":"https://www.bostonglobe.com/sports/golf/statistics/","pagebuilder_path_for_native_apps":"/sports/golf/statistics","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Golf Statistics","display_in_navigation":null},"name":"Golf Statistics","_website":"bostonglobe","parent":{"default":"/sports/golf"},"ancestors":{"default":["/sports","/sports/golf"]},"_admin":{"alias_ids":["/sports/golf/statistics"]},"inactive":false,"node_type":"section","children":[{"_id":"/sports/golf/statistics/scoreboard","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Golf Scoreboard","site_tagline":null,"site_description":null,"site_url":"https://www.bostonglobe.com/sports/golf/statistics/scoreboard/","pagebuilder_path_for_native_apps":"/sports/golf/statistics/scoreboard","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Golf Scoreboard","display_in_navigation":null},"_admin":{"alias_ids":["/sports/golf/statistics/scoreboard"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"Golf Scoreboard","parent":{"default":"/sports/golf/statistics"},"ancestors":{"default":["/sports","/sports/golf","/sports/golf/statistics"]},"inactive":false,"node_type":"section","children":[]}]}]},{"_id":"/sports/high-schools","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":"Massachusetts high school sports All-Scholastics","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/high-schools/","site_url":null,"site_title":"Boston Globe All-Scholastics","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports/high-schools"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"High Schools","order":{"Hamburger-Menu":3006,"Top-Navigation":2006,"default":2009,"Section-Navigation":2006,"Native-app":2005,"TodaysPaper":2021},"parent":{"default":"/sports","Native-app":"/sports","Native-app-bar":null,"Hamburger-Menu":"/sports","Top-Navigation":"/sports","Section-Navigation":"/sports","TodaysPaper":"/todays-paper/sports"},"ancestors":{"default":["/sports"],"Native-app":["/sports","/"],"Native-app-bar":[],"Hamburger-Menu":["/sports","/"],"Top-Navigation":["/","/sports"],"Section-Navigation":["/sports","/"],"TodaysPaper":["/todays-paper/sports","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/sports/high-schools/all-scholastics","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/high-schools/all-scholastics/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports/high-schools/all-scholastics"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"All Scholastics","parent":{"default":"/sports/high-schools","Native-app":null,"Native-app-bar":null,"Section-Navigation":"/sports/high-schools"},"ancestors":{"default":["/sports","/sports/high-schools"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":["/sports","/sports/high-schools"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/high-schools/statistics","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/high-schools/statistics/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports/high-schools/statistics"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"Statistics","order":{"Section-Navigation":3002},"parent":{"default":"/sports/high-schools","Native-app":null,"Native-app-bar":null,"Section-Navigation":"/sports/high-schools"},"ancestors":{"default":["/sports","/sports/high-schools"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":["/sports","/sports/high-schools"]},"inactive":false,"node_type":"section","children":[{"_id":"/sports/high-schools/statistics/scoreboard","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sports/high-schools/statistics/scoreboard/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sports/high-schools/statistics/scoreboard"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"Scoreboard","parent":{"default":"/sports/high-schools/statistics","Native-app":null,"Native-app-bar":null,"Section-Navigation":"/sports/high-schools/statistics"},"ancestors":{"default":["/sports","/sports/high-schools","/sports/high-schools/statistics"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":["/sports","/sports/high-schools","/sports/high-schools/statistics"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/sports/high-schools/power-rankings","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/sports/high-schools/power-rankings"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"Power rankings","parent":{"default":"/sports/high-schools"},"ancestors":{"default":["/sports","/sports/high-schools"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/high-schools/standings","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":null,"site_tagline":null,"site_description":null,"site_url":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/sports/high-schools/standings"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"Standings","parent":{"default":"/sports/high-schools"},"ancestors":{"default":["/sports","/sports/high-schools"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/high-schools/leaders","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":null,"site_tagline":null,"site_description":null,"site_url":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/sports/high-schools/leaders"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"Leaders","parent":{"default":"/sports/high-schools"},"ancestors":{"default":["/sports","/sports/high-schools"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/high-schools/rankings","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":null,"site_tagline":null,"site_description":null,"site_url":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/sports/high-schools/rankings"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"Rankings","parent":{"default":"/sports/high-schools"},"ancestors":{"default":["/sports","/sports/high-schools"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/high-schools/schedule","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":null,"site_tagline":null,"site_description":null,"site_url":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/sports/high-schools/schedule"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"Schedule","parent":{"default":"/sports/high-schools"},"ancestors":{"default":["/sports","/sports/high-schools"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/high-schools/scoreboard","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":null,"site_tagline":null,"site_description":null,"site_url":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/sports/high-schools/scoreboard"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"Scoreboard","parent":{"default":"/sports/high-schools"},"ancestors":{"default":["/sports","/sports/high-schools"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/high-schools/preview","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/sports/high-schools/preview"]},"_website":"bostonglobe","name":"Preview","parent":{"default":"/sports/high-schools"},"ancestors":{"default":["/sports","/sports/high-schools"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/high-schools/school","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"School","_website":"bostonglobe","parent":{"default":"/sports/high-schools"},"ancestors":{"default":["/sports","/sports/high-schools"]},"_admin":{"alias_ids":["/sports/high-schools/school"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/high-schools/recap","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Recap","_website":"bostonglobe","parent":{"default":"/sports/high-schools"},"ancestors":{"default":["/sports","/sports/high-schools"]},"_admin":{"alias_ids":["/sports/high-schools/recap"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/high-schools/globe-scholastics-standings","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":null,"site_tagline":null,"site_description":null,"site_url":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Globe scholastics standings","_website":"bostonglobe","parent":{"default":"/sports/high-schools"},"ancestors":{"default":["/sports","/sports/high-schools"]},"_admin":{"alias_ids":["/sports/high-schools/globe-scholastics-standings"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/high-schools/thanksgiving-scoreboard","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":null,"site_tagline":null,"site_description":null,"site_url":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/sports/high-schools/thanksgiving-scoreboard"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"Thanksgiving scoreboard","parent":{"default":"/sports/high-schools"},"ancestors":{"default":["/sports","/sports/high-schools"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/sports/high-schools/tournament-bracket","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Tournament bracket","_website":"bostonglobe","parent":{"default":"/sports/high-schools"},"ancestors":{"default":["/sports","/sports/high-schools"]},"_admin":{"alias_ids":["/sports/high-schools/tournament-bracket"]},"inactive":false,"node_type":"section","children":[]}]}]},{"_id":"/lifestyle","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/lifestyle/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":"https://arc-anglerfish-arc2-sandbox-sandbox-bostonglobe.s3.amazonaws.com/public/MIYC3ADVKEI6RDPN2KDCWD7FSM.jpg"},"_admin":{"alias_ids":["/lifestyle"]},"_website":"bostonglobe","name":"Lifestyle","order":{"default":1016,"Native-app":1018,"Native-app-bar":1010,"Hamburger-Menu":2016,"Top-Navigation":1015,"Section-Navigation":1005,"TodaysPaper":2005},"parent":{"default":"/","Native-app":"/","Native-app-bar":"/","Hamburger-Menu":"/sections","Top-Nav":null,"Top-Navigation":"/","Section-Navigation":"/","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/"],"Native-app":["/"],"Native-app-bar":["/"],"Hamburger-Menu":["/sections","/"],"Top-Nav":[],"Top-Navigation":["/"],"Section-Navigation":["/"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/lifestyle/photos","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Lifestyle Photos - The Boston Globe","site_tagline":null,"site_description":null,"site_url":"https://www.bostonglobe.com/lifestyle/photos/","pagebuilder_path_for_native_apps":"/lifestyle/photos","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Photos","display_in_navigation":null},"_admin":{"alias_ids":["/lifestyle/photos"]},"_website":"bostonglobe","name":"Photos","parent":{"default":"/lifestyle"},"ancestors":{"default":["/lifestyle"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/lifestyle/project-takeout","site":{"site_title":"Project Takeout","site_tagline":null,"site_url":null,"site_description":null,"pagebuilder_path_for_native_apps":"/project-takeout","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Project Takeout","display_in_navigation":null},"_admin":{"alias_ids":["/lifestyle/project-takeout"]},"_website":"bostonglobe","name":"Project Takeout","parent":{"default":"/lifestyle"},"ancestors":{"default":["/lifestyle"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/lifestyle/womens-issues","site":{"site_title":"Women's Issues - The Boston Globe","site_tagline":null,"site_url":"/lifestyle/womens-issues","site_description":"Covering breaking news and local stories impacting New England's women","pagebuilder_path_for_native_apps":"/lifestyle/womens-issues","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"name":"Women's Issues","_website":"bostonglobe","parent":{"default":"/lifestyle","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/lifestyle"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"_admin":{"alias_ids":["/lifestyle/womens-issues"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2028},"children":[]},{"_id":"/lifestyle/food-dining","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/lifestyle/food-dining/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/lifestyle/food-dining"]},"_website":"bostonglobe","name":"Food & Dining","order":{"default":2001,"Native-app":2002,"Hamburger-Menu":3002,"Top-Navigation":2002,"Section-Navigation":2002,"TodaysPaper":2023},"parent":{"default":"/lifestyle","Native-app":"/lifestyle","Native-app-bar":null,"Hamburger-Menu":"/lifestyle","Top-Navigation":"/lifestyle","Section-Navigation":"/lifestyle","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/lifestyle"],"Native-app":["/lifestyle"],"Native-app-bar":[],"Hamburger-Menu":["/sections","/lifestyle"],"Top-Navigation":["/","/lifestyle"],"Section-Navigation":["/lifestyle"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/lifestyle/food-dining/recipes","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/lifestyle/food-dining/recipes/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Recipes","_website":"bostonglobe","parent":{"default":"/lifestyle/food-dining","Native-app":"/lifestyle/food-dining","Native-app-bar":null,"Section-Navigation":"/lifestyle/food-dining","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/lifestyle","/lifestyle/food-dining"],"Native-app":["/lifestyle","/lifestyle/food-dining"],"Native-app-bar":[],"Section-Navigation":["/lifestyle","/lifestyle/food-dining"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"_admin":{"alias_ids":["/lifestyle/food-dining/recipes"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2027,"Section-Navigation":3001},"children":[]},{"_id":"/lifestyle/food-dining/restaurants","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/lifestyle/food-dining/restaurants/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Restaurants","_website":"bostonglobe","parent":{"default":"/lifestyle/food-dining","Native-app":"/lifestyle/food-dining","Native-app-bar":null,"Section-Navigation":"/lifestyle/food-dining","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/lifestyle","/lifestyle/food-dining"],"Native-app":["/lifestyle","/lifestyle/food-dining"],"Native-app-bar":[],"Section-Navigation":["/lifestyle","/lifestyle/food-dining"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"_admin":{"alias_ids":["/lifestyle/food-dining/restaurants"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2025,"Section-Navigation":3003},"children":[]},{"_id":"/lifestyle/food-dining/reviews","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/lifestyle/food-dining/reviews","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"_admin":{"alias_ids":["/lifestyle/food-dining/reviews"]},"_website":"bostonglobe","name":"Food and Dining Reviews","parent":{"default":"/lifestyle/food-dining","Section-Navigation":"/lifestyle/food-dining","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/lifestyle","/lifestyle/food-dining"],"Section-Navigation":["/lifestyle","/lifestyle/food-dining"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","order":{"Section-Navigation":3002,"TodaysPaper":2024},"children":[]}]},{"_id":"/lifestyle/munch-madness","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/lifestyle/munch-madness/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/lifestyle/munch-madness"]},"_website":"bostonglobe","name":"Munch Madness","order":{"default":2002},"parent":{"default":"/lifestyle","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/lifestyle"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/lifestyle/health","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/lifestyle/health/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/lifestyle/health"]},"_website":"bostonglobe","name":"Health","order":{"default":2003},"parent":{"default":"/lifestyle","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/lifestyle"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/lifestyle/names","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/lifestyle/names/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/lifestyle/names"]},"_website":"bostonglobe","name":"Names","order":{"default":2004,"Native-app":2005,"Hamburger-Menu":3007,"Top-Navigation":2003,"Section-Navigation":2006,"TodaysPaper":2009},"parent":{"default":"/lifestyle","Native-app":"/lifestyle","Native-app-bar":null,"Hamburger-Menu":"/lifestyle","Top-Navigation":"/lifestyle","Section-Navigation":"/lifestyle","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/lifestyle"],"Native-app":["/lifestyle"],"Native-app-bar":[],"Hamburger-Menu":["/sections","/lifestyle"],"Top-Navigation":["/","/lifestyle"],"Section-Navigation":["/lifestyle"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/lifestyle/home","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/lifestyle/home/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/lifestyle/home"]},"_website":"bostonglobe","name":"Home","order":{"default":2005},"parent":{"default":"/lifestyle","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/lifestyle"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/lifestyle/fashion","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/lifestyle/fashion/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/lifestyle/fashion"]},"_website":"bostonglobe","name":"Fashion","order":{"default":2006},"parent":{"default":"/lifestyle","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/lifestyle"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/lifestyle/travel","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/lifestyle/travel/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/lifestyle/travel"]},"_website":"bostonglobe","name":"Travel","order":{"default":2007,"Native-app":2004,"Hamburger-Menu":3006,"Top-Navigation":2001,"Section-Navigation":2005,"TodaysPaper":2010},"parent":{"default":"/lifestyle","Native-app":"/lifestyle","Native-app-bar":null,"Hamburger-Menu":"/lifestyle","Top-Navigation":"/lifestyle","Section-Navigation":"/lifestyle","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/lifestyle"],"Native-app":["/lifestyle"],"Native-app-bar":[],"Hamburger-Menu":["/sections","/lifestyle"],"Top-Navigation":["/","/lifestyle"],"Section-Navigation":["/lifestyle"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/lifestyle/travel/reviews","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/lifestyle/travel/reviews","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Travel Reviews","_website":"bostonglobe","parent":{"default":"/lifestyle/travel"},"ancestors":{"default":["/lifestyle","/lifestyle/travel"]},"_admin":{"alias_ids":["/lifestyle/travel/reviews"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/lifestyle/special-reports","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/lifestyle/special-reports/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/lifestyle/special-reports"]},"_website":"bostonglobe","name":"Special Reports","order":{"default":2008},"parent":{"default":"/lifestyle","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/lifestyle"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/lifestyle/parenting","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/lifestyle/parenting/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/lifestyle/parenting"]},"_website":"bostonglobe","name":"Parenting","order":{"default":2009,"TodaysPaper":2034},"parent":{"default":"/lifestyle","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/lifestyle"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/lifestyle/relationships","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/lifestyle/relationships/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/lifestyle/relationships"]},"_website":"bostonglobe","name":"Relationships","order":{"default":2010,"TodaysPaper":2006},"parent":{"default":"/lifestyle","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/lifestyle"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/lifestyle/relationships/love-letters","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Love Letters - The Boston Globe","site_tagline":null,"site_description":"Love Letters is a daily advice column, a narrative podcast, and a place where people gather to solve each other’s problems.","site_url":null,"pagebuilder_path_for_native_apps":"/lifestyle/relationships/love-letters","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Love Letters","display_in_navigation":null},"_admin":{"alias_ids":["/lifestyle/relationships/love-letters"]},"_website":"bostonglobe","name":"Love Letters","parent":{"default":"/lifestyle/relationships","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/lifestyle","/lifestyle/relationships"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2033},"children":[]},{"_id":"/lifestyle/relationships/weddings","_website":"bostonglobe","name":"The Big Day","inactive":false,"ancestors":{"default":["/lifestyle","/lifestyle/relationships"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"parent":{"default":"/lifestyle/relationships","TodaysPaper":"/todays-paper/arts-lifestyle"},"navigation":{"display_in_navigation":"true","nav_title":null},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"From the ultimate beautiful wedding to vow renewals to other commitment ceremonies, The Big Day features love and romance stories from across Boston and New England.","site_keywords":null,"site_tagline":null,"site_title":"The Big Day - A weddings section from The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","order":{"TodaysPaper":2007},"children":[]}]},{"_id":"/lifestyle/help-desk","site":{"site_title":null,"site_description":null,"site_url":"https://www.bostonglobe.com/lifestyle/help-desk/","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/lifestyle/help-desk/","site_tagline":null},"social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"_admin":{"alias_ids":["/lifestyle/help-desk"]},"_website":"bostonglobe","name":"The Help Desk","order":{"default":2011,"Native-app":2003},"parent":{"default":"/lifestyle","Section-Navigation":null,"Native-app":"/lifestyle"},"ancestors":{"default":["/lifestyle"],"Section-Navigation":[],"Native-app":["/lifestyle"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/business","social":{"twitter":"https://www.twitter.com/bostonglobe/","rss":null,"facebook":"https://www.facebook.com/globe/","instagram":"https://www.instagram.com/bostonglobe/"},"navigation":{"nav_title":"Business","display_in_navigation":"true"},"site":{"site_description":"News and features about the companies, people and trends shaping the economy in New England and beyond, from the Fortune 500 to small family businesses.","site_about":null,"site_keywords":"Business, News","pagebuilder_path_for_native_apps":"/business/","site_url":"","site_title":"Business - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business"]},"_website":"bostonglobe","name":"Business","order":{"default":1017,"Native-app":1005,"Native-app-bar":1005,"Hamburger-Menu":2005,"Top-Navigation":1007,"Section-Navigation":1006,"TodaysPaper":2005},"parent":{"default":"/","Native-app":"/","Native-app-bar":"/","Hamburger-Menu":"/sections","Top-Navigation":"/","Section-Navigation":"/","TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/"],"Native-app":["/"],"Native-app-bar":["/"],"Hamburger-Menu":["/sections","/"],"Top-Navigation":["/"],"Section-Navigation":["/"],"TodaysPaper":["/todays-paper/business","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/business/bold-types","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Bold Types","display_in_navigation":"true"},"site":{"site_description":"Janelle Nanos sits down with leaders in the city's business community to talk career paths, work, and accomplishments, and Jon Chesto compiles a weekly roundup of the movers and shakers on Boston's business scene.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/business/bold-types","site_url":null,"site_title":"","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business/bold-types"]},"_website":"bostonglobe","name":"Bold Types","order":{"Section-Navigation":2012,"Hamburger-Menu":3010,"Native-app":2008,"TodaysPaper":2033},"parent":{"default":"/business","Section-Navigation":"/business","Hamburger-Menu":"/business","Native-app":"/business","TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business"],"Section-Navigation":["/business"],"Hamburger-Menu":["/business","/"],"Native-app":["/business"],"TodaysPaper":["/todays-paper/business","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/photos","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Business Photos - The Boston Globe","site_tagline":null,"site_description":null,"site_url":"https://www.bostonglobe.com/business/photos/","pagebuilder_path_for_native_apps":"/business/photos","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Business Photos","display_in_navigation":null},"name":"Photos","_website":"bostonglobe","parent":{"default":"/business"},"ancestors":{"default":["/business"]},"_admin":{"alias_ids":["/business/photos"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/future-of-work","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"Read coverage on the changing nature of the workplace, from remote work attitudes to unionization efforts.","pagebuilder_path_for_native_apps":"/business/future-of-work","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Future of Work","display_in_navigation":"true"},"_admin":{"alias_ids":["/business/future-of-work"]},"_website":"bostonglobe","name":"Future of Work","order":{"Section-Navigation":2007,"TodaysPaper":2013,"Hamburger-Menu":3008,"Native-app":2006},"parent":{"default":"/business","Section-Navigation":"/business","TodaysPaper":"/todays-paper/business","Hamburger-Menu":"/business","Native-app":"/business"},"ancestors":{"default":["/business"],"Section-Navigation":["/business"],"TodaysPaper":["/todays-paper/business","/"],"Hamburger-Menu":["/business","/"],"Native-app":["/business"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/aapi-heritage-month","site":{"site_title":"AAPI Heritage Month - The Boston Globe","site_tagline":null,"site_url":null,"site_description":"Explore stories and events celebrating the diverse Asian American community in New England.","pagebuilder_path_for_native_apps":"/aapi-heritage-month","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"AAPI Heritage Month","display_in_navigation":"false"},"_admin":{"alias_ids":["/business/aapi-heritage-month"]},"_website":"bostonglobe","name":"AAPI Heritage Month","order":{"TodaysPaper":2015},"parent":{"default":"/business","TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business"],"TodaysPaper":["/todays-paper/business","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/fine-print","site":{"site_title":"Fine Print - The Boston Globe","site_tagline":null,"site_url":null,"site_description":"The Boston Globe helps readers with consumer issues.","pagebuilder_path_for_native_apps":"/business/fine-print","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"_admin":{"alias_ids":["/business/fine-print"]},"_website":"bostonglobe","name":"The Fine Print","order":{"TodaysPaper":2011,"Section-Navigation":2008,"Hamburger-Menu":3009,"Native-app":2007},"parent":{"default":"/business","TodaysPaper":"/todays-paper/business","Section-Navigation":"/business","Hamburger-Menu":"/business","Native-app":"/business"},"ancestors":{"default":["/business"],"TodaysPaper":["/todays-paper/business","/"],"Section-Navigation":["/business"],"Hamburger-Menu":["/business","/"],"Native-app":["/business"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/remote-work","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Remote Work - The Boston Globe","site_tagline":null,"site_description":null,"site_url":"/business/remote-work","pagebuilder_path_for_native_apps":"/business/remote-work","site_about":"","site_keywords":null},"navigation":{"nav_title":"Remote Work","display_in_navigation":"false"},"name":"Remote Work","_website":"bostonglobe","parent":{"default":"/business","TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business"],"TodaysPaper":["/todays-paper/business","/"]},"_admin":{"alias_ids":["/business/remote-work"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2006},"children":[]},{"_id":"/business/tech-power-players","site":{"site_title":"Tech Power Players - Boston Globe Technology","site_tagline":"","site_url":null,"site_description":"The top people influencing the technology industry in Massachusetts.","pagebuilder_path_for_native_apps":"/business/tech-power-players/","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Tech Power Players","display_in_navigation":"false"},"name":"Tech Power Players","_website":"bostonglobe","parent":{"default":"/business"},"ancestors":{"default":["/business"]},"_admin":{"alias_ids":["/business/tech-power-players"]},"inactive":false,"node_type":"section","children":[{"_id":"/business/tech-power-players/2023","site":{"site_title":"Tech Power Players 2023 - Boston Globe Technology","site_tagline":null,"site_url":null,"site_description":"The top people influencing the technology industry in New England.","pagebuilder_path_for_native_apps":"/business/tech-power-players/2023/","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Tech Power Players 2023","display_in_navigation":"false"},"name":"Tech Power Players 2023","_website":"bostonglobe","parent":{"default":"/business/tech-power-players","TodaysPaper":null},"ancestors":{"default":["/business","/business/tech-power-players"],"TodaysPaper":[]},"_admin":{"alias_ids":["/business/tech-power-players/2023"]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/business/tech-power-players/2024","_website":"bostonglobe","name":"Tech Power Players 2024","inactive":false,"ancestors":{"default":["/business","/business/tech-power-players"],"TodaysPaper":["/todays-paper/business","/"]},"parent":{"default":"/business/tech-power-players","TodaysPaper":"/todays-paper/business"},"navigation":{"display_in_navigation":"false","nav_title":null},"site":{"pagebuilder_path_for_native_apps":"/business/tech-power-players/2024","site_about":null,"site_description":"The top people influencing the technology industry in New England.","site_keywords":null,"site_tagline":null,"site_title":null,"site_url":"/business/tech-power-players/2024/"},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","order":{"TodaysPaper":2002},"children":[]}]},{"_id":"/business/bozton","site":{"site_title":"BoZton - The Boston Globe","site_tagline":null,"site_url":null,"site_description":"Boston's young people are facing unprecedented financial challenges. Here are some of their stories, in their own words.","pagebuilder_path_for_native_apps":"/business/bozton","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"BoZton","_website":"bostonglobe","parent":{"default":"/business","TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business"],"TodaysPaper":["/todays-paper/business","/"]},"_admin":{"alias_ids":["/business/bozton"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2004},"children":[]},{"_id":"/business/economy","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"","display_in_navigation":"true"},"site":{"site_description":"Get the latest on economic news in Boston and beyond, from expert analysis to thought-provoking columns to breaking market coverage.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/business/economy/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business/economy"]},"_website":"bostonglobe","name":"Economy","order":{"default":2001,"Section-Navigation":2002,"Hamburger-Menu":3003,"Native-app":2002,"TodaysPaper":2009},"parent":{"default":"/business","Native-app":"/business","Native-app-bar":null,"Section-Navigation":"/business","Hamburger-Menu":"/business","TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business"],"Native-app":["/business"],"Native-app-bar":[],"Section-Navigation":["/business"],"Hamburger-Menu":["/business","/"],"TodaysPaper":["/todays-paper/business","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/technology","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"","display_in_navigation":"true"},"site":{"site_description":"Explore the largest technology companies in New England.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/business/technology/","site_url":null,"site_title":"Tech Unicorn Tracker — The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business/technology"]},"_website":"bostonglobe","name":"Technology","order":{"Hamburger-Menu":3002,"default":2002,"Section-Navigation":2001,"Native-app":2001,"TodaysPaper":2018,"Top-Navigation":1020},"parent":{"default":"/business","Native-app":"/business","Native-app-bar":null,"Hamburger-Menu":"/business","Section-Navigation":"/business","TodaysPaper":"/todays-paper/business","Top-Navigation":"/"},"ancestors":{"default":["/business"],"Native-app":["/business"],"Native-app-bar":[],"Hamburger-Menu":["/business","/"],"Section-Navigation":["/business"],"TodaysPaper":["/todays-paper/business","/"],"Top-Navigation":["/"]},"inactive":false,"node_type":"section","children":[{"_id":"/business/technology/cybersecurity","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":"Technology - Cybersecurity - The Boston Globe","site_url":"/business/technology/cybersecurity","site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/business/technology/cybersecurity","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"","display_in_navigation":"true"},"_admin":{"alias_ids":["/business/technology/cybersecurity"]},"_website":"bostonglobe","name":"Cybersecurity","order":{"TodaysPaper":2021,"Section-Navigation":3001},"parent":{"default":"/business/technology","TodaysPaper":"/todays-paper/business","Section-Navigation":"/business/technology"},"ancestors":{"default":["/business","/business/technology"],"TodaysPaper":["/todays-paper/business","/"],"Section-Navigation":["/business","/business/technology"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/technology/consumer","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":"/business/technology/consumer","site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/business/technology/consumer","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"_admin":{"alias_ids":["/business/technology/consumer"]},"_website":"bostonglobe","name":"Consumer","parent":{"default":"/business/technology","TodaysPaper":"/todays-paper/business","Section-Navigation":"/business/technology"},"ancestors":{"default":["/business","/business/technology"],"TodaysPaper":["/todays-paper/business","/"],"Section-Navigation":["/business","/business/technology"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2020,"Section-Navigation":3002},"children":[]},{"_id":"/business/technology/deals","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":"/business/technology/deals","site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/business/technology/deals","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"_admin":{"alias_ids":["/business/technology/deals"]},"_website":"bostonglobe","name":"Deals","parent":{"default":"/business/technology","TodaysPaper":"/todays-paper/business","Section-Navigation":"/business/technology"},"ancestors":{"default":["/business","/business/technology"],"TodaysPaper":["/todays-paper/business","/"],"Section-Navigation":["/business","/business/technology"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2022,"Section-Navigation":3003},"children":[]},{"_id":"/business/technology/start-ups","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":"/business/technology/startups","site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/business/technology/startups","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"_admin":{"alias_ids":["/business/technology/startups"]},"_website":"bostonglobe","name":"Startups","parent":{"default":"/business/technology","TodaysPaper":"/todays-paper/business","Section-Navigation":"/business/technology"},"ancestors":{"default":["/business","/business/technology"],"TodaysPaper":["/todays-paper/business","/"],"Section-Navigation":["/business","/business/technology"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2023,"Section-Navigation":3004},"children":[]},{"_id":"/business/technology/ai-robotics","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":"Technology - AI/Robotics - The Boston Globe","site_url":"/business/technology/ai-robotics","site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/business/technology/ai-robotics","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"","display_in_navigation":"true"},"_admin":{"alias_ids":["/business/technology/ai-robotics"]},"_website":"bostonglobe","name":"AI/Robotics","order":{"TodaysPaper":2019,"Section-Navigation":3005},"parent":{"default":"/business/technology","TodaysPaper":"/todays-paper/business","Section-Navigation":"/business/technology"},"ancestors":{"default":["/business","/business/technology"],"TodaysPaper":["/todays-paper/business","/"],"Section-Navigation":["/business","/business/technology"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/technology/crypto","site":{"site_title":"","site_tagline":null,"site_url":null,"site_description":"Tracking the ups and downs of the cryptocurrency market, from the big players to regulation controversies to industry trends.","pagebuilder_path_for_native_apps":"/business/technology/crypto","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"","display_in_navigation":"true"},"_admin":{"alias_ids":["/business/technology/crypto"]},"_website":"bostonglobe","name":"Cryptocurrency","parent":{"default":"/business/technology","Section-Navigation":"/business/technology","TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business","/business/technology"],"Section-Navigation":["/business","/business/technology"],"TodaysPaper":["/todays-paper/business","/"]},"inactive":false,"node_type":"section","order":{"default":3006,"Section-Navigation":3006,"TodaysPaper":2001},"children":[]},{"_id":"/business/technology/techlab","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":"/business/technology/techlab","site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/business/technology/techlab","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"_admin":{"alias_ids":["/business/technology/techlab"]},"_website":"bostonglobe","name":"Tech Lab","parent":{"default":"/business/technology","TodaysPaper":"/todays-paper/business","Section-Navigation":"/business/technology"},"ancestors":{"default":["/business","/business/technology"],"TodaysPaper":["/todays-paper/business","/"],"Section-Navigation":["/business","/business/technology"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2024,"default":3007,"Section-Navigation":3007},"children":[]},{"_id":"/business/technology/tech-leaders","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":"Tech Leaders - The Boston Globe","site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Tech Leaders","display_in_navigation":"false"},"name":"Tech Leaders","_website":"bostonglobe","parent":{"default":"/business/technology","Hamburger-Menu":null,"Native-app-bar":null,"TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business","/business/technology"],"Hamburger-Menu":[],"Native-app-bar":[],"TodaysPaper":["/todays-paper/business","/"]},"_admin":{"alias_ids":["/business/technology/tech-leaders"]},"inactive":false,"node_type":"section","order":{"default":3008,"TodaysPaper":2003},"children":[]},{"_id":"/business/technology/unicorn-tracker","site":{"site_title":"Tech Unicorn Tracker - The Boston Globe","site_tagline":"Companies qualify for unicorn status with valuations in excess of $1 billion. This list of start-ups, headquartered in Massachusetts, tracks companies valued at $500 million and up and provides data on their funding history and latest valuation.","site_url":"/business/technology/unicorn-tracker","site_description":"Check out the Boston Globe's unicorn tracker for start-ups based in Massachusetts. Companies qualify for unicorn status when they have valuations in excess of $1 billion. Our list includes start-ups valued at $500 million and up.","pagebuilder_path_for_native_apps":"/business/technology/unicorn-tracker","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Unicorn Tracker","display_in_navigation":"false"},"_admin":{"alias_ids":["/business/technology/unicorn-tracker"]},"_website":"bostonglobe","name":"Unicorn Tracker","parent":{"default":"/business/technology"},"ancestors":{"default":["/business","/business/technology"]},"inactive":false,"node_type":"section","order":{"default":3009},"children":[]}]},{"_id":"/business/real-estate","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Real Estate","display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/business/real-estate/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business/real-estate"]},"_website":"bostonglobe","name":"Real Estate","order":{"default":2003,"TodaysPaper":2034,"Hamburger-Menu":3005,"Native-app":2004},"parent":{"default":"/business","Native-app":"/business","Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/business","Hamburger-Menu":"/business"},"ancestors":{"default":["/business"],"Native-app":["/business"],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/business","/"],"Hamburger-Menu":["/business","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/business/real-estate/residential","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":"Read about the impacts of the region's housing crisis, from the struggles of first-time homebuyers to the state of the rental market.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/business/real-estate/residential/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business/real-estate/residential"]},"_website":"bostonglobe","name":"Housing","order":{"default":3001,"TodaysPaper":2036,"Section-Navigation":2003,"Hamburger-Menu":3004,"Native-app":2003},"parent":{"default":"/business/real-estate","Native-app":"/business","Native-app-bar":null,"Section-Navigation":"/business","TodaysPaper":"/todays-paper/business","Hamburger-Menu":"/business"},"ancestors":{"default":["/business","/business/real-estate"],"Native-app":["/business"],"Native-app-bar":[],"Section-Navigation":["/business"],"TodaysPaper":["/todays-paper/business","/"],"Hamburger-Menu":["/business","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/real-estate/commercial","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":"Read about trends in the commercial real estate market, major construction projects in Greater Boston, and the latest in office leases.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/business/real-estate/commercial/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business/real-estate/commercial"]},"_website":"bostonglobe","name":"Real Estate","order":{"default":3002,"TodaysPaper":2035,"Section-Navigation":2004},"parent":{"default":"/business/real-estate","Native-app":null,"Native-app-bar":null,"Section-Navigation":"/business","TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business","/business/real-estate"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":["/business"],"TodaysPaper":["/todays-paper/business","/"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/business/retail","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"","display_in_navigation":"true"},"site":{"site_description":"Read about the latest in the retail landscape in Boston and beyond, from brick-and-mortar openings to consumer spending habits.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/business/retail/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business/retail"]},"_website":"bostonglobe","name":"Retail","order":{"default":2004,"TodaysPaper":2027,"Section-Navigation":2010},"parent":{"default":"/business","Native-app":null,"Native-app-bar":null,"Section-Navigation":"/business","TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":["/business"],"TodaysPaper":["/todays-paper/business","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/healthcare","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Healthcare","display_in_navigation":"true"},"site":{"site_description":"See the latest news and features from Globe reporters covering medicine, health care, and biotech in Boston and beyond.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/business/healthcare/","site_url":null,"site_title":"Biotech and health care - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business/healthcare"]},"_website":"bostonglobe","name":"Healthcare","order":{"default":2005,"TodaysPaper":2029},"parent":{"default":"/business","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"Hamburger-Menu":null,"TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"Hamburger-Menu":[],"TodaysPaper":["/todays-paper/business","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/business/healthcare/stat","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"","display_in_navigation":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":null,"site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Stat","_website":"bostonglobe","parent":{"default":"/business/healthcare"},"ancestors":{"default":["/business","/business/healthcare"]},"_admin":{"alias_ids":["/business/healthcare/stat"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/business/finance","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/business/finance/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business/finance"]},"_website":"bostonglobe","name":"Finance","order":{"default":2006,"TodaysPaper":2016},"parent":{"default":"/business","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/business","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/energy","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":"Read about the widespread economic shift to clean energy, from offshore wind developments to electric vehicle adoption.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/business/energy/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business/energy"]},"_website":"bostonglobe","name":"Energy","order":{"default":2007,"TodaysPaper":2014,"Section-Navigation":2009},"parent":{"default":"/business","Native-app":null,"Native-app-bar":null,"Section-Navigation":"/business","TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":["/business"],"TodaysPaper":["/todays-paper/business","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/consumer","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/business/consumer/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business/consumer"]},"_website":"bostonglobe","name":"Consumer","order":{"default":2008,"TodaysPaper":2031},"parent":{"default":"/business","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/business","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/biotech","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"","display_in_navigation":"true"},"site":{"site_description":"Get the latest business and financial news in Boston and the US, from industry trends to local businesses and the Fortune 500 shaping the New England economy.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/business/biotech/","site_url":null,"site_title":"The Latest in Financial & Business News - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business/biotech"]},"_website":"bostonglobe","name":"Biotech","order":{"default":2009,"Section-Navigation":2006,"Hamburger-Menu":3007,"Native-app":2005,"TodaysPaper":2028},"parent":{"default":"/business","Native-app":"/business","Native-app-bar":null,"Section-Navigation":"/business","Hamburger-Menu":"/business","TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business"],"Native-app":["/business"],"Native-app-bar":[],"Section-Navigation":["/business"],"Hamburger-Menu":["/business","/"],"TodaysPaper":["/todays-paper/business","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/gambling","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/business/gambling/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business/gambling"]},"_website":"bostonglobe","name":"Gambling","order":{"default":2010,"TodaysPaper":2026},"parent":{"default":"/business","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/business","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/sports","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/business/sports/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business/sports"]},"_website":"bostonglobe","name":"Sports","order":{"default":2011,"TodaysPaper":2008},"parent":{"default":"/business","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/business","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/media","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"","display_in_navigation":"true"},"site":{"site_description":"Read about the media landscape in Boston and beyond, from the state of the local news ecosystem to the happenings at firms around the region.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/business/media/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business/media"]},"_website":"bostonglobe","name":"Media","order":{"default":2012,"Section-Navigation":2011,"TodaysPaper":2032},"parent":{"default":"/business","Native-app":null,"Native-app-bar":null,"Section-Navigation":"/business","TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":["/business"],"TodaysPaper":["/todays-paper/business","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/special-reports","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/business/special-reports/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business/special-reports"]},"_website":"bostonglobe","name":"Special Reports","order":{"default":2013},"parent":{"default":"/business","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/business"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[{"_id":"/business/special-reports/on-the-street","site":{"site_url":"https://www.bostonglobe.com/business/special-reports/on-the-street/","site_tagline":null,"pagebuilder_path_for_native_apps":"/business/special-reports/on-the-street","site_title":null,"site_description":"Globe reporters explore the changing face of Greater Boston neighborhoods, from Kendall Square to Watertown to Framingham.","site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business/special-reports/on-the-street"]},"_website":"bostonglobe","name":"On the Street","order":{"Section-Navigation":2013,"TodaysPaper":2010},"parent":{"default":"/business/special-reports","Section-Navigation":"/business","TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business","/business/special-reports"],"Section-Navigation":["/business"],"TodaysPaper":["/todays-paper/business","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/special-reports/inequality-at-work","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":"https://www.bostonglobe.com/business/special-reports/inequality-at-work/","site_tagline":null,"site_description":"An occasional series of personal essays by people of color working in the Boston area.","pagebuilder_path_for_native_apps":"/business/special-reports/inequality-at-work","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Inequality at Work","display_in_navigation":null},"_admin":{"alias_ids":["/business/special-reports/inequality-at-work"]},"_website":"bostonglobe","name":"Inequality at Work","order":{"TodaysPaper":2012},"parent":{"default":"/business/special-reports","TodaysPaper":"/todays-paper/business","Section-Navigation":null},"ancestors":{"default":["/business","/business/special-reports"],"TodaysPaper":["/todays-paper/business","/"],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/business/jobs","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"","display_in_navigation":"true"},"site":{"site_description":"Read about the latest in the job market, workers' rights, and employment trends.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/business/jobs/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/business/jobs"]},"_website":"bostonglobe","name":"Jobs","order":{"default":2014,"TodaysPaper":2025,"Section-Navigation":2005,"Hamburger-Menu":3006},"parent":{"default":"/business","Native-app":null,"Native-app-bar":null,"Section-Navigation":"/business","TodaysPaper":"/todays-paper/business","Hamburger-Menu":"/business"},"ancestors":{"default":["/business"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":["/business"],"TodaysPaper":["/todays-paper/business","/"],"Hamburger-Menu":["/business","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/business/nonprofit","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/business/nonprofit/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Nonprofit","_website":"bostonglobe","parent":{"default":"/business","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/business"},"ancestors":{"default":["/business"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/business","/"]},"_admin":{"alias_ids":["/business/nonprofit"]},"inactive":false,"order":{"default":2015,"TodaysPaper":2017},"node_type":"section","children":[]}]},{"_id":"/opinion","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Opinion"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/opinion/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/opinion"]},"_website":"bostonglobe","name":"Opinion","order":{"default":1018,"Hamburger-Menu":2010,"Top-Navigation":1012,"Section-Navigation":1007,"Native-app-bar":1007,"Native-app":1009,"TodaysPaper":2007},"parent":{"default":"/","Native-app":"/","Native-app-bar":"/","Hamburger-Menu":"/sections","Top-Navigation":"/","Section-Navigation":"/","TodaysPaper":"/todays-paper/opinion"},"ancestors":{"default":["/"],"Native-app":["/"],"Native-app-bar":["/"],"Hamburger-Menu":["/sections","/"],"Top-Navigation":["/"],"Section-Navigation":["/"],"TodaysPaper":["/","/todays-paper/opinion"]},"inactive":false,"node_type":"section","children":[{"_id":"/opinion/cartoons","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":"www.bostonglobe.com/opinion/cartoons/","pagebuilder_path_for_native_apps":"/opinion/cartoons","site_tagline":null,"site_title":"Editorial Cartoons - The Boston Globe","site_description":"Editorial Cartoons - the Boston Globe","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Cartoons","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/opinion/cartoons"]},"_website":"bostonglobe","name":"Cartoons","order":{"TodaysPaper":2004,"Section-Navigation":2005,"Hamburger-Menu":3005,"Native-app":2004,"default":2001},"parent":{"default":"/opinion","TodaysPaper":"/todays-paper/opinion","Section-Navigation":"/opinion","Hamburger-Menu":"/opinion","Native-app":"/opinion"},"ancestors":{"default":["/opinion","/"],"TodaysPaper":["/","/todays-paper/opinion"],"Section-Navigation":["/opinion","/"],"Hamburger-Menu":["/sections","/opinion"],"Native-app":["/opinion","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/opinion/opeds","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"Op-eds are written by outside contributors and represent the views of individual writers.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"OpEds","display_in_navigation":"false"},"name":"OpEds","_website":"bostonglobe","parent":{"default":"/opinion","TodaysPaper":"/todays-paper/opinion"},"ancestors":{"default":["/opinion","/"],"TodaysPaper":["/","/todays-paper/opinion"]},"_admin":{"alias_ids":["/opinion/opeds"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2002,"default":2002},"children":[]},{"_id":"/opinion/podcasts","site":{"site_title":"Podcasts","site_tagline":null,"site_url":null,"site_description":"Boston Globe Opinion Podcasts","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Podcasts","display_in_navigation":"true"},"name":"podcasts","_website":"bostonglobe","parent":{"default":"/opinion"},"ancestors":{"default":["/opinion","/"]},"_admin":{"alias_ids":["/opinion/podcasts"]},"inactive":false,"node_type":"section","order":{"default":2003},"children":[{"_id":"/opinion/podcasts/say-more","site":{"site_title":"Say More with Shirley Leung | Opinion - The Boston Globe","site_tagline":null,"site_url":"opinion/podcasts/say-more","site_description":"Big ideas are born in Boston.","pagebuilder_path_for_native_apps":"opinion/podcasts/say-more","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Say More","display_in_navigation":"true"},"_admin":{"alias_ids":["/opinion/podcasts/say-more"]},"_website":"bostonglobe","name":"Say More","parent":{"default":"/opinion/podcasts","Hamburger-Menu":"/podcasts","Native-app":"/opinion","TodaysPaper":"/todays-paper/opinion"},"ancestors":{"default":["/opinion","/opinion/podcasts"],"Hamburger-Menu":["/podcasts","/"],"Native-app":["/opinion","/"],"TodaysPaper":["/","/todays-paper/opinion"]},"inactive":false,"node_type":"section","order":{"Hamburger-Menu":2003,"Native-app":2005,"TodaysPaper":2006},"children":[]}]},{"_id":"link-ZRZUK37YMN7UT39MWMK572CCZ8","_website":"bostonglobe","display_name":"Sign up for our newsletter","url":"https://mailchi.mp/theemancipator.org/signup-page-2024","parent":{"Emancipator-Footer":"/","default":"/opinion"},"order":{"Emancipator-Footer":1006,"default":2004},"node_type":"link","children":[]},{"_id":"/opinion/photos","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Opinion Photos - The Boston Globe","site_tagline":null,"site_description":null,"site_url":"https://www.bostonglobe.com/opinion/photos/","pagebuilder_path_for_native_apps":"/opoinion/photos","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Photos","display_in_navigation":null},"name":"Photos","_website":"bostonglobe","parent":{"default":"/opinion"},"ancestors":{"default":["/opinion","/"]},"_admin":{"alias_ids":["/opinion/photos"]},"inactive":false,"node_type":"section","order":{"default":2005},"children":[]},{"_id":"/opinion/endorsements","_website":"bostonglobe","name":"Endorsements","inactive":false,"ancestors":{"default":["/opinion","/"]},"parent":{"default":"/opinion"},"order":{"default":2006},"_admin":{"alias_ids":["/opinion/endorsements"]},"navigation":{"display_in_navigation":null,"nav_title":"2024 election endorsements"},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"Endorsements for candidates and ballot questions from The Boston Globe editorial board for the 2024 general election.","site_keywords":null,"site_tagline":null,"site_title":"2024 Election Endorsements - The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/opinion/newsletters","site":{"site_title":"Opinion Newsletters - The Boston Globe","site_tagline":null,"site_url":null,"site_description":"Subscribe to and read the latest e-mail newsletters from Boston Globe Opinion.","pagebuilder_path_for_native_apps":"/opinion/newsletters","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Opinion Newsletters","display_in_navigation":"true"},"_admin":{"alias_ids":["/opinion/newsletters"]},"_website":"bostonglobe","name":"Opinion Newsletters","order":{"default":2007,"Section-Navigation":2007},"parent":{"default":"/opinion","Section-Navigation":"/opinion"},"ancestors":{"default":["/opinion","/"],"Section-Navigation":["/opinion","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/opinion/ideas","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":"Globe Ideas - A hub for commentary, insight and innovation.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/opinion/ideas/","site_url":null,"site_title":"Ideas - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/opinion/ideas"]},"_website":"bostonglobe","name":"Ideas","order":{"default":2008,"Native-app":1010,"Hamburger-Menu":3001,"Top-Navigation":2001,"Section-Navigation":2003,"TodaysPaper":2001},"parent":{"default":"/opinion","Native-app":"/","Native-app-bar":null,"Hamburger-Menu":"/opinion","Top-Navigation":"/opinion","Section-Navigation":"/opinion","TodaysPaper":"/todays-paper/ideas"},"ancestors":{"default":["/opinion","/"],"Native-app":["/"],"Native-app-bar":[],"Hamburger-Menu":["/sections","/opinion"],"Top-Navigation":["/","/opinion"],"Section-Navigation":["/opinion","/"],"TodaysPaper":["/","/todays-paper/ideas"]},"inactive":false,"node_type":"section","children":[{"_id":"/opinion/ideas/massachusetts-works","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":"https://www.bostonglobe.com/opinion/ideas/massachusetts-works/","pagebuilder_path_for_native_apps":"/opinion/ideas/massachusetts-works/","site_tagline":null,"site_title":"Masachusetts Works - The Boston Globe","site_description":"Massachusetts Works - The Boston Globe","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Massachusetts Works","display_in_navigation":"false"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/opinion/ideas/massachusetts-works"]},"_website":"bostonglobe","name":"Massachusetts Works","parent":{"default":"/opinion/ideas"},"ancestors":{"default":["/opinion","/opinion/ideas"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/opinion/columns","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Columns and Op-eds","display_in_navigation":"true"},"site":{"site_description":"Columns are written by Globe Opinion staff columnists and represent the views of individual writers.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/opinion/columns/","site_url":null,"site_title":"Opinion Columns - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/opinion/columns"]},"_website":"bostonglobe","name":"Columns","order":{"default":2009,"Section-Navigation":2001,"TodaysPaper":2005,"Hamburger-Menu":3002,"Native-app":2002},"parent":{"default":"/opinion","Native-app":"/opinion","Native-app-bar":null,"Hamburger-Menu":"/opinion","Section-Navigation":"/opinion","TodaysPaper":"/todays-paper/opinion"},"ancestors":{"default":["/opinion","/"],"Native-app":["/opinion","/"],"Native-app-bar":[],"Hamburger-Menu":["/sections","/opinion"],"Section-Navigation":["/opinion","/"],"TodaysPaper":["/","/todays-paper/opinion"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/opinion/editorials","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":"Editorial Opinions - The Boston Globe","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/opinion/editorials/","site_url":null,"site_title":"Editorial Opinions - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/opinion/editorials"]},"_website":"bostonglobe","name":"Editorials","order":{"default":2010,"Hamburger-Menu":3003,"Section-Navigation":2002,"Native-app":2001,"TodaysPaper":2001},"parent":{"default":"/opinion","Native-app":"/opinion","Native-app-bar":null,"Hamburger-Menu":"/opinion","Section-Navigation":"/opinion","TodaysPaper":"/todays-paper/opinion"},"ancestors":{"default":["/opinion","/"],"Native-app":["/opinion","/"],"Native-app-bar":[],"Hamburger-Menu":["/sections","/opinion"],"Section-Navigation":["/opinion","/"],"TodaysPaper":["/","/todays-paper/opinion"]},"inactive":false,"node_type":"section","children":[{"_id":"/opinion/editorials/housing","site":{"site_title":"Editorial Housing - The Boston Globe","site_tagline":null,"site_url":null,"site_description":"An editorial series from The Boston Globe Opinion section on the housing crunch in Massachusetts.","pagebuilder_path_for_native_apps":"opinion/editorial/housing","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"","display_in_navigation":"true"},"_admin":{"alias_ids":["/opinion/editorials/housing"]},"_website":"bostonglobe","name":"Housing","order":{},"parent":{"default":"/opinion/editorials","Section-Navigation":null},"ancestors":{"default":["/opinion","/opinion/editorials"],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/opinion/letters","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":"Letters to the Editor - The Boston Globe","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/opinion/letters/","site_url":null,"site_title":"Letters - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/opinion/letters"]},"_website":"bostonglobe","name":"Letters","order":{"default":2011,"Hamburger-Menu":3004,"Section-Navigation":2004,"Native-app":2003,"TodaysPaper":2003},"parent":{"default":"/opinion","Native-app":"/opinion","Native-app-bar":null,"Hamburger-Menu":"/opinion","Section-Navigation":"/opinion","TodaysPaper":"/todays-paper/opinion"},"ancestors":{"default":["/opinion","/"],"Native-app":["/opinion","/"],"Native-app-bar":[],"Hamburger-Menu":["/sections","/opinion"],"Section-Navigation":["/opinion","/"],"TodaysPaper":["/","/todays-paper/opinion"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/opinion/special-reports","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/opinion/special-reports/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/opinion/special-reports"]},"_website":"bostonglobe","name":"Special Reports","order":{"default":2012},"parent":{"default":"/opinion","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/opinion","/"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[{"_id":"/opinion/special-reports/health-care","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":"https://www.bostonglobe.com/opinion/special-reports/health-care","pagebuilder_path_for_native_apps":"/opinion/special-reports/health-care","site_tagline":null,"site_title":"Choosing, using, and losing your health care: A policy first-aid kit","site_description":"In a four-part weekly series, Globe Opinion offers a baseline assessment of health care as well as prescriptions for fixing the industry.","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Health Care Special Report","display_in_navigation":"false"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/opinion/special-reports/health-care"]},"_website":"bostonglobe","name":"Health Care","parent":{"default":"/opinion/special-reports"},"ancestors":{"default":["/opinion","/opinion/special-reports"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/opinion/special-reports/longevity-hub","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":"Longevity Hub - The Boston Globe","site_url":"https://www.bostonglobe.com/opinion/special-reports/longevity-hub/","site_tagline":null,"site_description":"Longevity Hub","pagebuilder_path_for_native_apps":"/opinion/special-reports/longevity-hub","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Longevity Hub","display_in_navigation":null},"_admin":{"alias_ids":["/opinion/special-reports/longevity-hub"]},"_website":"bostonglobe","name":"Longevity Hub","parent":{"default":"/opinion/special-reports"},"ancestors":{"default":["/opinion","/opinion/special-reports"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/opinion/special-reports/police-accountability","site":{"site_title":"Police Accountability - Opinion - The Boston Globe","site_tagline":null,"site_url":null,"site_description":"Amid a national reckoning over systemic abuses within law enforcement, the Globe dispatched a team to examine the criminal justice system in Massachusetts. Reporters exposed widespread officer misconduct, racism within the ranks, and coverups within some of the state's largest and most venerated police agencies.","pagebuilder_path_for_native_apps":"/opinion/police-accountability","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Police Accountability","_website":"bostonglobe","parent":{"default":"/opinion/special-reports"},"ancestors":{"default":["/opinion","/opinion/special-reports"]},"_admin":{"alias_ids":["/opinion/special-reports/police-accountability"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/opinion/special-reports/optalks","site":{"site_title":"OpTalks - Opinion - The Boston Globe","site_tagline":null,"site_url":null,"site_description":"Conversations with the experts writing thought provoking Globe Opinion op-eds and Ideas features.","pagebuilder_path_for_native_apps":"/opinion/optalks","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Globe OpTalks","_website":"bostonglobe","parent":{"default":"/opinion/special-reports"},"ancestors":{"default":["/opinion","/opinion/special-reports"]},"_admin":{"alias_ids":["/opinion/special-reports/optalks"]},"inactive":false,"node_type":"section","children":[]}]}]},{"_id":"/arts","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":"Arts stories from around Boston and New England. The Globe covers everything from books, movies, and TV, to theater, dance, and visual arts.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/arts/","site_url":null,"site_title":"Arts - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/arts"]},"_website":"bostonglobe","name":"Arts","order":{"default":1019,"Native-app":1019,"Native-app-bar":1009,"Hamburger-Menu":2017,"Top-Navigation":1014,"Section-Navigation":1008,"TodaysPaper":2020},"parent":{"default":"/","Native-app":"/","Native-app-bar":"/","Hamburger-Menu":"/sections","Top-Nav":null,"Top-Navigation":"/","Section-Navigation":"/","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/"],"Native-app":["/"],"Native-app-bar":["/"],"Hamburger-Menu":["/sections","/"],"Top-Nav":[],"Top-Navigation":["/"],"Section-Navigation":["/"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/arts/arts-alive","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":"https://www.bostonglobe.com/arts/arts-alive/","pagebuilder_path_for_native_apps":"/arts/arts-alive/","site_tagline":null,"site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":"Arts Alive","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"name":"Arts Alive","_website":"bostonglobe","parent":{"default":"/arts"},"ancestors":{"default":["/arts"]},"_admin":{"alias_ids":["/arts/arts-alive"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/arts/c","site":{"site_url":"https://www.bostonglobe.com/arts/c/","site_tagline":null,"pagebuilder_path_for_native_apps":"/arts/c","site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Arts","display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Arts","_website":"bostonglobe","parent":{"default":"/arts"},"ancestors":{"default":["/arts"]},"_admin":{"alias_ids":["/arts/c"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/arts/photos","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Arts Photos - The Boston Globe","site_tagline":null,"site_description":null,"site_url":"https://www.bostonglobe.com/arts/photos/","pagebuilder_path_for_native_apps":"/arts/photos","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Arts Photos","display_in_navigation":null},"name":"Photos","_website":"bostonglobe","parent":{"default":"/arts"},"ancestors":{"default":["/arts"]},"_admin":{"alias_ids":["/arts/photos"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/arts/summer-arts/2019","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Summer Arts 2019","site_tagline":null,"site_description":"Summer Arts 2019","site_url":null,"pagebuilder_path_for_native_apps":"/arts/summer-arts","site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Summer Arts 2019","_website":"bostonglobe","parent":{"default":"/arts"},"ancestors":{"default":["/arts","/arts/summer-arts"]},"_admin":{"alias_ids":["/arts/summer-arts/2019"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/arts/boston-calling-2019","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Boston Calling 2019","site_tagline":null,"site_description":"Boston Calling 2019","site_url":"/arts/boston-calling-2019","pagebuilder_path_for_native_apps":"/arts/boston-calling-2019","site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Boston Calling 2019","_website":"bostonglobe","parent":{"default":"/arts"},"ancestors":{"default":["/arts"]},"_admin":{"alias_ids":["/arts/boston-calling-2019"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/arts/seasonal-guide","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Boston Globe Seasonal Arts Guide","site_tagline":null,"site_description":"Globe writers and critics pick the season’s top TV shows, films, music, art, theater, dance, and more","site_url":null,"pagebuilder_path_for_native_apps":"/arts/seasonal-guide","site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/arts/seasonal-guide"]},"_website":"bostonglobe","name":"Seasonal Guide","parent":{"default":"/arts","Section-Navigation":"/arts","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts"],"Section-Navigation":["/arts"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","order":{"Section-Navigation":2007,"TodaysPaper":2015},"children":[]},{"_id":"/arts/documentaries","site":{"site_title":"Documentaries - The Boston Globe","site_tagline":null,"site_url":null,"site_description":"Documentary and docuseries coverage — including reviews, recommendations, interviews, and more — from The Boston Globe.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"_admin":{"alias_ids":["/arts/documentaries"]},"_website":"bostonglobe","name":"Documentaries","parent":{"default":"/arts","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2017},"children":[]},{"_id":"/arts/best-of-the-arts","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"A look back at the best movies, television, documentaries, music, theater, dance, and museum exhibitions of the year.","pagebuilder_path_for_native_apps":"/arts/best-of-the-arts","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"name":"Best of the Arts","_website":"bostonglobe","parent":{"default":"/arts","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"_admin":{"alias_ids":["/arts/best-of-the-arts"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2014},"children":[]},{"_id":"/arts/books","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/arts/books/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/arts/books"]},"_website":"bostonglobe","name":"Books","order":{"Hamburger-Menu":3001,"Top-Navigation":2004,"default":2001,"Native-app":2001,"Section-Navigation":2001,"TodaysPaper":2001},"parent":{"default":"/arts","Native-app":"/arts","Native-app-bar":null,"Hamburger-Menu":"/arts","Top-Navigation":"/arts","Section-Navigation":"/arts","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts"],"Native-app":["/arts","/"],"Native-app-bar":[],"Hamburger-Menu":["/sections","/arts"],"Top-Navigation":["/","/arts"],"Section-Navigation":["/arts"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/arts/books/the-mechanic","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":"bostonglobe.com/arts/books/the-mechanic/","pagebuilder_path_for_native_apps":"/arts/books/the-mechanic","site_tagline":null,"site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":"The Mechanic","display_in_navigation":"false"},"site_topper":{"site_logo_image":null},"name":"The Mechanic","_website":"bostonglobe","parent":{"default":"/arts/books","Native-app-bar":null},"ancestors":{"default":["/arts","/arts/books"],"Native-app-bar":[]},"_admin":{"alias_ids":["/arts/books/the-mechanic"]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/arts/books/reviews","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/arts/books/reviews","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"","display_in_navigation":null},"_admin":{"alias_ids":["/arts/books/reviews"]},"_website":"bostonglobe","name":"Book Reviews","parent":{"default":"/arts/books","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts","/arts/books"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2030},"children":[]}]},{"_id":"/arts/movies","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/arts/movies/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/arts/movies"]},"_website":"bostonglobe","name":"Movies","order":{"Hamburger-Menu":3002,"Top-Navigation":2001,"default":2002,"Native-app":2002,"Section-Navigation":2002,"TodaysPaper":2012},"parent":{"default":"/arts","Native-app":"/arts","Native-app-bar":null,"Hamburger-Menu":"/arts","Top-Navigation":"/arts","Section-Navigation":"/arts","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts"],"Native-app":["/arts","/"],"Native-app-bar":[],"Hamburger-Menu":["/sections","/arts"],"Top-Navigation":["/","/arts"],"Section-Navigation":["/arts"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/arts/movies/reviews","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/arts/movies/reviews","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Movie Reviews","_website":"bostonglobe","parent":{"default":"/arts/movies","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts","/arts/movies"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"_admin":{"alias_ids":["/arts/movies/reviews"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2029},"children":[]},{"_id":"/arts/movies/oscars","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":null,"pagebuilder_path_for_native_apps":"/arts/movies/oscars/","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"name":"Oscars","_website":"bostonglobe","parent":{"default":"/arts/movies","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts","/arts/movies"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"_admin":{"alias_ids":["/arts/movies/oscars"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2013},"children":[]}]},{"_id":"/arts/music","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/arts/music/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/arts/music"]},"_website":"bostonglobe","name":"Music","order":{"Hamburger-Menu":3003,"Top-Navigation":2003,"default":2003,"Native-app":2003,"Section-Navigation":2003,"TodaysPaper":2002},"parent":{"default":"/arts","Native-app":"/arts","Native-app-bar":null,"Hamburger-Menu":"/arts","Top-Navigation":"/arts","Section-Navigation":"/arts","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts"],"Native-app":["/arts","/"],"Native-app-bar":[],"Hamburger-Menu":["/sections","/arts"],"Top-Navigation":["/","/arts"],"Section-Navigation":["/arts"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/arts/music/reviews","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/arts/music/reviews","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Music Reviews","_website":"bostonglobe","parent":{"default":"/arts/music","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts","/arts/music"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"_admin":{"alias_ids":["/arts/music/reviews"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2031},"children":[]}]},{"_id":"/arts/tv","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/arts/tv/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/arts/tv"]},"_website":"bostonglobe","name":"Television","order":{"Hamburger-Menu":3004,"Top-Navigation":2002,"default":2004,"Native-app":2004,"Section-Navigation":2004,"TodaysPaper":2026},"parent":{"default":"/arts","Native-app":"/arts","Native-app-bar":null,"Hamburger-Menu":"/arts","Top-Navigation":"/arts","Section-Navigation":"/arts","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts"],"Native-app":["/arts","/"],"Native-app-bar":[],"Hamburger-Menu":["/sections","/arts"],"Top-Navigation":["/","/arts"],"Section-Navigation":["/arts"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/arts/tv/reviews","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/arts/tv/reviews","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"TV Reviews","_website":"bostonglobe","parent":{"default":"/arts/tv","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts","/arts/tv"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"_admin":{"alias_ids":["/arts/tv/reviews"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2035},"children":[]}]},{"_id":"/arts/performing-arts","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/arts/performing-arts/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/arts/performing-arts"]},"_website":"bostonglobe","name":"Theater/Dance","order":{"default":2005,"Native-app":2005,"Section-Navigation":2005,"Hamburger-Menu":3006,"TodaysPaper":2021},"parent":{"default":"/arts","Native-app":"/arts","Native-app-bar":null,"Section-Navigation":"/arts","Hamburger-Menu":"/arts","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts"],"Native-app":["/arts","/"],"Native-app-bar":[],"Section-Navigation":["/arts"],"Hamburger-Menu":["/sections","/arts"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/arts/performing-arts/reviews","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":"/arts/performing-arts/reviews","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Performing Arts Reviews","_website":"bostonglobe","parent":{"default":"/arts/performing-arts","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts","/arts/performing-arts"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"_admin":{"alias_ids":["/arts/performing-arts/reviews"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2032},"children":[]},{"_id":"/arts/performing-arts/dance","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/arts/performing-arts/dance/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/arts/performing-arts/dance","/arts/dance"]},"_website":"bostonglobe","name":"Dance","order":{"default":3001,"TodaysPaper":2004},"parent":{"default":"/arts/performing-arts","Native-app":null,"Native-app-bar":null,"Hamburger-Menu":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts","/arts/performing-arts"],"Native-app":[],"Native-app-bar":[],"Hamburger-Menu":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/arts/performing-arts/theater","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Theater","display_in_navigation":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":null,"site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Theater","_website":"bostonglobe","parent":{"default":"/arts/performing-arts","Section-Navigation":null,"Hamburger-Menu":null,"TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts","/arts/performing-arts"],"Section-Navigation":[],"Hamburger-Menu":[],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"_admin":{"alias_ids":["/arts/performing-arts/theater"]},"inactive":false,"node_type":"section","order":{"default":3002,"TodaysPaper":2008},"children":[]}]},{"_id":"/arts/visual-arts","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/arts/visual-arts/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/arts/visual-arts"]},"_website":"bostonglobe","name":"Visual Arts","order":{"Hamburger-Menu":3005,"default":2006,"Section-Navigation":2006,"TodaysPaper":2016},"parent":{"default":"/arts","Native-app":null,"Native-app-bar":null,"Hamburger-Menu":"/arts","Section-Navigation":"/arts","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts"],"Native-app":[],"Native-app-bar":[],"Hamburger-Menu":["/sections","/arts"],"Section-Navigation":["/arts"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/arts/visual-arts/reviews","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/arts/visual-arts/reviews","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Visual Arts Reviews","_website":"bostonglobe","parent":{"default":"/arts/visual-arts","TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts","/arts/visual-arts"],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"_admin":{"alias_ids":["/arts/visual-arts/reviews"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2011},"children":[]},{"_id":"/arts/visual-arts/museums","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/arts/visual-arts/museums/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Museums","_website":"bostonglobe","parent":{"default":"/arts/visual-arts","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts","/arts/visual-arts"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"_admin":{"alias_ids":["/arts/visual-arts/museums"]},"inactive":false,"node_type":"section","order":{"default":3001,"TodaysPaper":2003},"children":[]}]},{"_id":"/arts/things-to-do","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/arts/things-to-do/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/arts/things-to-do"]},"_website":"bostonglobe","name":"Things To Do","parent":{"default":"/arts","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/arts-lifestyle"},"ancestors":{"default":["/arts"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/arts-lifestyle","/"]},"inactive":false,"node_type":"section","order":{"default":2007,"TodaysPaper":2019},"children":[]}]},{"_id":"/magazine","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Globe Magazine","display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/magazine/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/magazine"]},"_website":"bostonglobe","name":"Magazine","order":{"default":1020,"Native-app":1017,"Native-app-bar":1008,"Top-Navigation":1011,"Section-Navigation":1009,"TodaysPaper":2003,"Hamburger-Menu":2015},"parent":{"default":"/","Native-app":"/","Native-app-bar":"/","Hamburger-Menu":"/sections","Top-Navigation":"/","Section-Navigation":"/","TodaysPaper":"/todays-paper/magazine"},"ancestors":{"default":["/"],"Native-app":["/"],"Native-app-bar":["/"],"Hamburger-Menu":["/sections","/"],"Top-Navigation":["/"],"Section-Navigation":["/"],"TodaysPaper":["/todays-paper/magazine","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/magazine/your-home","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/magazine/your-home/","site_url":null,"site_title":"Your Home - Boston Globe Magazine","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/magazine/your-home"]},"_website":"bostonglobe","name":"Your Home","order":{"TodaysPaper":2006},"parent":{"default":"/magazine","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/magazine"},"ancestors":{"default":["/magazine"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/magazine","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/magazine/miss-conduct","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Miss Conduct","display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/magazine/miss-conduct/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/magazine/miss-conduct"]},"_website":"bostonglobe","name":"Miss Conduct","order":{"TodaysPaper":2001,"Section-Navigation":2001,"Native-app":2001,"Hamburger-Menu":3001},"parent":{"default":"/magazine","Native-app":"/magazine","Native-app-bar":null,"Section-Navigation":"/magazine","TodaysPaper":"/todays-paper/magazine","Hamburger-Menu":"/magazine"},"ancestors":{"default":["/magazine"],"Native-app":["/magazine"],"Native-app-bar":[],"Section-Navigation":["/magazine"],"TodaysPaper":["/todays-paper/magazine","/"],"Hamburger-Menu":["/sections","/magazine"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/magazine/boston-best","_website":"bostonglobe","name":"Best of the Best","inactive":false,"ancestors":{"default":["/magazine"]},"parent":{"default":"/magazine"},"navigation":{"display_in_navigation":null,"nav_title":"Best of Best Boston"},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"Experience our best food, dining, plus things to do in and around Boston, with all top picks powered by Boston Globe reporting.","site_keywords":null,"site_tagline":null,"site_title":"The Boston Globe Best of the Best","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/magazine/dinner-with-cupid","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Dinner with Cupid","display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/magazine/dinner-with-cupid/","site_url":null,"site_title":"Dinner with Cupid - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/magazine/dinner-with-cupid"]},"_website":"bostonglobe","name":"Dinner With Cupid","order":{"Section-Navigation":2002,"Native-app":2002,"default":2003,"TodaysPaper":2002,"Hamburger-Menu":3002},"parent":{"default":"/magazine","Native-app":"/magazine","Native-app-bar":null,"Section-Navigation":"/magazine","TodaysPaper":"/todays-paper/magazine","Hamburger-Menu":"/magazine"},"ancestors":{"default":["/magazine"],"Native-app":["/magazine"],"Native-app-bar":[],"Section-Navigation":["/magazine"],"TodaysPaper":["/todays-paper/magazine","/"],"Hamburger-Menu":["/sections","/magazine"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/magazine/perspective","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":"/magazine/perspective/","pagebuilder_path_for_native_apps":"/magazine/perspective/","site_tagline":null,"site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":"Perspective","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/magazine/perspective"]},"_website":"bostonglobe","name":"Perspective","order":{"TodaysPaper":2004,"default":2004,"Section-Navigation":2003,"Native-app":2003,"Hamburger-Menu":3003},"parent":{"default":"/magazine","TodaysPaper":"/todays-paper/magazine","Section-Navigation":"/magazine","Native-app":"/magazine","Hamburger-Menu":"/magazine"},"ancestors":{"default":["/magazine"],"TodaysPaper":["/todays-paper/magazine","/"],"Section-Navigation":["/magazine"],"Native-app":["/magazine"],"Hamburger-Menu":["/sections","/magazine"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/magazine/connections","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":null,"pagebuilder_path_for_native_apps":"/magazine/connections/","site_tagline":null,"site_title":"Connections - The Boston Globe","site_description":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/magazine/connections"]},"_website":"bostonglobe","name":"Connections","order":{"TodaysPaper":2005,"default":2005,"Section-Navigation":2004},"parent":{"default":"/magazine","TodaysPaper":"/todays-paper/magazine","Section-Navigation":"/magazine"},"ancestors":{"default":["/magazine"],"TodaysPaper":["/todays-paper/magazine","/"],"Section-Navigation":["/magazine"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/magazine/most-stylish","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/magazine/most-stylish/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/magazine/most-stylish"]},"_website":"bostonglobe","name":"Most Stylish","parent":{"default":"/magazine","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/magazine"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","order":{"default":2006},"children":[]},{"_id":"/magazine/bostonians-of-the-year","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/magazine/bostonians-of-the-year/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/magazine/bostonians-of-the-year"]},"_website":"bostonglobe","name":"Bostonians of the Year","parent":{"default":"/magazine","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/magazine"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","order":{"default":2007},"children":[{"_id":"/magazine/bostonians-of-the-year/2020","site":{"site_url":"https://www.bostonglobe.com/magazine/bostonians-of-the-year/2020/","site_tagline":null,"pagebuilder_path_for_native_apps":"/magazine/bostonians-of-the-year/2020","site_title":"Bostonians of the Year 2020 - The Boston Globe","site_description":"In 2020, they stood up to fight the twin pandemics of COVID-19 and racial injustice. Meet the people leading us through a harrowing year.","site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Bostonians of the Year 2020","display_in_navigation":null},"site_topper":{"site_logo_image":null},"_admin":{"paywall_status":"non-exempt","alias_ids":["/magazine/bostonians-of-the-year/2020"]},"_website":"bostonglobe","name":"Bostonians of the Year 2020","parent":{"default":"/magazine/bostonians-of-the-year"},"ancestors":{"default":["/magazine","/magazine/bostonians-of-the-year"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/magazine/bostonians-of-the-year/2021","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Bostonians of the Year 2021 - The Boston Globe","site_tagline":null,"site_description":"Meet the pioneering scientist, the trailblazing mayor, and other standouts whose drive, ingenuity, and compassion are getting vaccines in arms and giving us a shot at a just future for all.","site_url":"/magazine/bostonians-of-the-year/2021","pagebuilder_path_for_native_apps":"/magazine/bostonians-of-the-year/2021","site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/magazine/bostonians-of-the-year/2021"]},"_website":"bostonglobe","name":"Bostonians of the Year 2021","parent":{"default":"/magazine/bostonians-of-the-year"},"ancestors":{"default":["/magazine","/magazine/bostonians-of-the-year"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/magazine/bostonians-of-the-year/2022","site":{"site_title":"2022 Bostonian of the Year","site_tagline":"2022 Bostonian of the Year","site_url":"","site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"2022 Bostonian of the Year","display_in_navigation":null},"_admin":{"alias_ids":["/magazine/bostonians-of-the-year/2022"]},"_website":"bostonglobe","name":"Bostonian of the Year 2022","parent":{"default":"/magazine/bostonians-of-the-year"},"ancestors":{"default":["/magazine","/magazine/bostonians-of-the-year"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/magazine/bostonians-of-the-year/2023","site":{"site_title":"Bostonians of the year 2023 - The Boston Globe","site_tagline":null,"site_url":null,"site_description":"Meet the 2023 Bostonians of the Year. Plus, this year's honorable mentions and remembering the legacies of six people who set an example for the rest of us.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"_admin":{"alias_ids":["/magazine/bostonians-of-the-year/2023"]},"_website":"bostonglobe","name":"Bostonians of the Year 2023","parent":{"default":"/magazine/bostonians-of-the-year","TodaysPaper":null},"ancestors":{"default":["/magazine","/magazine/bostonians-of-the-year"],"TodaysPaper":[]},"inactive":false,"node_type":"section","order":{},"children":[]}]},{"_id":"/magazine/women-and-power","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":"The Commonwealth Institute and the Globe Magazine partner to name the most noteworthy companies and nonprofits helmed by women.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/magazine/women-and-power/","site_url":null,"site_title":"Boston Globe Magazine | Women & Power","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/magazine/women-and-power"]},"_website":"bostonglobe","name":"Women and Power","order":{"default":2008},"parent":{"default":"/magazine","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"Hamburger-Menu":null},"ancestors":{"default":["/magazine"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"Hamburger-Menu":[]},"inactive":false,"node_type":"section","children":[{"_id":"/magazine/women-and-power/2023","site":{"site_title":"Boston Globe Magazine | Women and Power 2023","site_tagline":null,"site_url":null,"site_description":"The Commonwealth Institute and the Globe Magazine partner to name the most noteworthy companies and nonprofits helmed by women.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Women & Power 2023","display_in_navigation":"true"},"_admin":{"alias_ids":["/magazine/women-and-power/2023"]},"_website":"bostonglobe","name":"Women and Power 2023","order":{"Hamburger-Menu":3004,"Native-app":2004},"parent":{"default":"/magazine/women-and-power","Hamburger-Menu":"/magazine","Section-Navigation":null,"Native-app":"/magazine","Native-app-bar":null,"TodaysPaper":null},"ancestors":{"default":["/magazine","/magazine/women-and-power"],"Hamburger-Menu":["/sections","/magazine"],"Section-Navigation":[],"Native-app":["/magazine"],"Native-app-bar":[],"TodaysPaper":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/magazine/women-and-power/2024","_website":"bostonglobe","name":"Women & Power 2024","inactive":false,"ancestors":{"default":["/magazine","/magazine/women-and-power"],"TodaysPaper":["/todays-paper/magazine","/"]},"parent":{"default":"/magazine/women-and-power","TodaysPaper":"/todays-paper/magazine"},"navigation":{"display_in_navigation":"true","nav_title":"Women & Power 2024"},"site":{"pagebuilder_path_for_native_apps":"/magazine/women-and-power/2024","site_about":null,"site_description":"The Commonwealth Institute and the Globe Magazine partner to name the most noteworthy companies and nonprofits helmed by women.","site_keywords":null,"site_tagline":null,"site_title":null,"site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","order":{"TodaysPaper":2007},"children":[]}]},{"_id":"/magazine/top-places-work","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/magazine/top-places-work/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/magazine/top-places-work"]},"_website":"bostonglobe","name":"Top Places to Work","order":{"default":2009},"parent":{"default":"/magazine","Native-app":null,"Native-app-bar":null,"Hamburger-Menu":null,"Section-Navigation":null},"ancestors":{"default":["/magazine"],"Native-app":[],"Native-app-bar":[],"Hamburger-Menu":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[{"_id":"/magazine/top-places-work/2020","site":{"site_url":"https://www.bostonglobe.com/magazine/top-places-work/2020/","site_tagline":null,"pagebuilder_path_for_native_apps":"/magazine/top-places-work/2020","site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Top Places to Work 2020","display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Top Places to Work 2020","_website":"bostonglobe","parent":{"default":"/magazine/top-places-work","Hamburger-Menu":null,"Native-app":null},"ancestors":{"default":["/magazine","/magazine/top-places-work"],"Hamburger-Menu":[],"Native-app":[]},"_admin":{"alias_ids":["/magazine/top-places-work/2020"]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/magazine/top-places-work/2019","site":{"site_url":"https://www.bostonglobe.com/magazine/top-places-work/2019/","site_tagline":null,"pagebuilder_path_for_native_apps":"/magazine/top-places-work/2019","site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Top Places to Work 2019","display_in_navigation":null},"site_topper":{"site_logo_image":null},"_admin":{"paywall_status":"non-exempt","alias_ids":["/magazine/top-places-work/2019"]},"name":"Top Places to Work 2019","_website":"bostonglobe","parent":{"default":"/magazine/top-places-work"},"ancestors":{"default":["/magazine","/magazine/top-places-work"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/magazine/top-places-work/2021","site":{"site_title":"Top Places to Work 2021 - Boston Globe Magazine","site_tagline":null,"site_url":"https://www.bostonglobe.com/magazine/top-places-work/2021/","site_description":"At a time when nothing about work seems certain, these 150 Massachusetts companies make sure to put employees first.","pagebuilder_path_for_native_apps":"/magazine/top-places-work/2021","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Top Places to Work 2021","display_in_navigation":null},"_admin":{"alias_ids":["/magazine/top-places-work/2021"]},"_website":"bostonglobe","name":"Top Places to Work 2021","parent":{"default":"/magazine/top-places-work","Hamburger-Menu":null},"ancestors":{"default":["/magazine","/magazine/top-places-work"],"Hamburger-Menu":[]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/magazine/top-places-work/2022","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":null,"site_tagline":null,"site_description":"The 150 companies with the happiest employees in the state.","site_url":"https://www.bostonglobe.com/magazine/top-places-work/2022/","pagebuilder_path_for_native_apps":"/magazine/top-places-work/2022","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Top Places to Work 2022 - The Boston Globe","display_in_navigation":null},"_admin":{"alias_ids":["/magazine/top-places-work/2022"]},"_website":"bostonglobe","name":"Top Places to Work 2022","parent":{"default":"/magazine/top-places-work"},"ancestors":{"default":["/magazine","/magazine/top-places-work"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/magazine/top-places-work/2023","site":{"site_title":"Top Places to Work 2023 - The Boston Globe","site_tagline":null,"site_url":null,"site_description":"The 175 companies with the happiest employees in Massachusetts.","pagebuilder_path_for_native_apps":"/magazine/top-places-to-work/2023","site_about":null,"site_keywords":null},"social":{"twitter":"https://www.bostonglobe.com/resizer/GkxlX8ace3Utso0C6Y_tTKFcHww=/arc-anglerfish-arc2-prod-bostonglobe/public/QKR225KSZBEZLCA65HSOKTHDTU.jpg","rss":null,"instagram":"https://www.bostonglobe.com/resizer/GkxlX8ace3Utso0C6Y_tTKFcHww=/arc-anglerfish-arc2-prod-bostonglobe/public/QKR225KSZBEZLCA65HSOKTHDTU.jpg","facebook":"https://www.bostonglobe.com/resizer/GkxlX8ace3Utso0C6Y_tTKFcHww=/arc-anglerfish-arc2-prod-bostonglobe/public/QKR225KSZBEZLCA65HSOKTHDTU.jpg"},"site_topper":{"site_logo_image":"https://www.bostonglobe.com/resizer/GkxlX8ace3Utso0C6Y_tTKFcHww=/arc-anglerfish-arc2-prod-bostonglobe/public/QKR225KSZBEZLCA65HSOKTHDTU.jpg"},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/magazine/top-places-work/2023"]},"_website":"bostonglobe","name":"Top Places to Work 2023","order":{},"parent":{"default":"/magazine/top-places-work","TodaysPaper":null},"ancestors":{"default":["/magazine","/magazine/top-places-work"],"TodaysPaper":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/magazine/top-places-work/2024","_website":"bostonglobe","name":"Top Places to Work 2024","inactive":false,"ancestors":{"default":["/magazine","/magazine/top-places-work"],"TodaysPaper":["/todays-paper/magazine","/"]},"parent":{"default":"/magazine/top-places-work","TodaysPaper":"/todays-paper/magazine"},"navigation":{"display_in_navigation":null,"nav_title":null},"site":{"pagebuilder_path_for_native_apps":"/magazine/top-places-to-work/2024","site_about":null,"site_description":"The 175 companies with the happiest employees in Massachusetts.","site_keywords":null,"site_tagline":null,"site_title":"Top Places to Work 2024 - The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","order":{"TodaysPaper":2008},"children":[]}]}]},{"_id":"/marijuana","social":{"twitter":"https://twitter.com/bostonglobe","rss":null,"facebook":"https://facebook.com/globe","instagram":"https://instagram.com/bostonglobe/"},"navigation":{"nav_title":"Marijuana","display_in_navigation":"true"},"site":{"site_description":"Telling the story of marijuana legalization, including medical cannabis, the emerging pot industry, drug policy and more across Massachusetts","site_about":null,"site_keywords":"Marijuana Cannabis","pagebuilder_path_for_native_apps":"/marijuana/","site_url":null,"site_title":"Marijuana - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/marijuana"]},"_website":"bostonglobe","name":"Marijuana","order":{"default":1021,"TodaysPaper":2021},"parent":{"default":"/","Top-Navigation":null,"Hamburger-Menu":null,"Native-app":null,"Section-Navigation":null,"Native-app-bar":null,"TodaysPaper":"/todays-paper/metro"},"ancestors":{"default":["/"],"Top-Navigation":[],"Hamburger-Menu":[],"Native-app":[],"Section-Navigation":[],"Native-app-bar":[],"TodaysPaper":["/","/todays-paper/metro"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/nation","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/nation/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Nation","_website":"bostonglobe","parent":{"default":"/","Native-app":"/","Native-app-bar":null,"Top-Nav":null,"Section-Navigation":"/","Hamburger-Menu":null,"TodaysPaper":"/todays-paper/nation"},"ancestors":{"default":["/"],"Native-app":["/"],"Native-app-bar":[],"Top-Nav":[],"Section-Navigation":["/"],"Hamburger-Menu":[],"TodaysPaper":["/todays-paper/nation","/"]},"_admin":{"alias_ids":["/nation"]},"inactive":false,"order":{"default":1022,"Native-app":1015,"Section-Navigation":1010,"TodaysPaper":2014,"Native-app-bar":1014},"node_type":"section","children":[{"_id":"/nation/photos","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Nation Photos - The Boston Globe","site_tagline":null,"site_description":null,"site_url":"https://www.bostonglobe.com/nation/photos/","pagebuilder_path_for_native_apps":"/nation/photos","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Photos","display_in_navigation":null},"name":"Photos","_website":"bostonglobe","parent":{"default":"/nation"},"ancestors":{"default":["/nation","/"]},"_admin":{"alias_ids":["/nation/photos"]},"inactive":false,"node_type":"section","order":{"default":2001},"children":[]},{"_id":"/nation/politics","_website":"bostonglobe","name":"Politics","inactive":false,"ancestors":{"default":["/nation","/"],"Native-app":["/"],"Native-app-bar":["/"],"Hamburger-Menu":["/sections","/"],"Top-Navigation":["/"],"Section-Navigation":["/nation"],"TodaysPaper":["/todays-paper/nation","/"]},"parent":{"default":"/nation","Native-app":"/","Native-app-bar":"/","Hamburger-Menu":"/sections","Top-Navigation":"/","Section-Navigation":"/nation","TodaysPaper":"/todays-paper/nation"},"order":{"default":2002,"Hamburger-Menu":2006,"Top-Navigation":1005,"Section-Navigation":2001,"Native-app-bar":1004,"Native-app":1006,"TodaysPaper":2012},"_admin":{"alias_ids":["/nation/politics"],"paywall_status":"non-exempt"},"navigation":{"nav_title":null},"site":{"pagebuilder_path_for_native_apps":"/nation/politics/","site_about":null,"site_description":null,"site_keywords":null,"site_tagline":null,"site_title":null,"site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[{"_id":"/nation/politics/battle-for-gop","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":"Battle for the GOP","site_url":"https://www.bostonglobe.com/nation/politics/battle-for-gop/","site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/nation/politics/battle-for-gop","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Battle for the GOP","display_in_navigation":null},"name":"Battle for the GOP","_website":"bostonglobe","parent":{"default":"/nation/politics"},"ancestors":{"default":["/nation","/nation/politics"]},"_admin":{"alias_ids":["/nation/politics/battle-for-gop"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/nation/politics/class-war","site":{"site_title":"Class War","site_tagline":null,"site_url":"nation/politics/class-war","site_description":"How culture war politics are changing the shape of education around the country.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Class War","display_in_navigation":"false"},"name":"Class War","_website":"bostonglobe","parent":{"default":"/nation/politics","TodaysPaper":"/todays-paper/nation"},"ancestors":{"default":["/nation","/nation/politics"],"TodaysPaper":["/todays-paper/nation","/"]},"_admin":{"alias_ids":["/nation/politics/class-war"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2013},"children":[]},{"_id":"/nation/politics/elections","_website":"bostonglobe","name":"Elections","inactive":false,"ancestors":{"default":["/nation","/nation/politics"],"Native-app":["/homepage","/"],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/nation","/"],"2022-09-06":[],"2020-11-03-Election":[],"2022-11-08-Election":[],"Hamburger-Menu":["/sections","/nation/politics"]},"parent":{"default":"/nation/politics","Native-app":"/homepage","Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/nation","2022-09-06":null,"2020-11-03-Election":null,"2022-11-08-Election":null,"Hamburger-Menu":"/nation/politics"},"order":{"default":3001,"TodaysPaper":2011,"Hamburger-Menu":3001,"Native-app":2001},"_admin":{"alias_ids":["/nation/politics/elections"],"paywall_status":"non-exempt"},"navigation":{"display_in_navigation":"true","nav_title":"2024 Election"},"site":{"pagebuilder_path_for_native_apps":"/nation/politics/elections/","site_about":null,"site_description":"Stay informed with the latest US election news, analysis, and comprehensive 2024 presidential election coverage from The Boston Globe.","site_keywords":null,"site_tagline":null,"site_title":"2024 Election — The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[{"_id":"/nation/politics/elections/2020","site":{"site_url":"https://www.bostonglobe.com/nation/politics/elections/2020/","site_tagline":null,"pagebuilder_path_for_native_apps":"/nation/politics/elections/2020","site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"2020 Election Results","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"name":"2020 Election Results","_website":"bostonglobe","parent":{"default":"/nation/politics/elections"},"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections"]},"_admin":{"alias_ids":["/nation/politics/elections/2020"]},"inactive":false,"node_type":"section","children":[{"_id":"/nation/politics/elections/2020/us-house-results","site":{"site_url":"https://www.bostonglobe.com/nation/politics/elections/2020/us-house-results/","site_tagline":null,"pagebuilder_path_for_native_apps":"/nation/politics/elections/2020/us-house-results","site_title":"2020 US House Election Results","site_description":"Results for the 2020 US House Election. Find local and national election results at Bostonglobe.com","site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"US House Election Results","display_in_navigation":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/nation/politics/elections/2020/us-house-results"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"US House Election Results","parent":{"default":"/nation/politics/elections/2020"},"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections","/nation/politics/elections/2020"]},"inactive":false,"node_type":"section","children":[{"_id":"/nation/politics/elections/2020/us-house-results/full","site":{"site_url":"https://www.bostonglobe.com/nation/politics/elections/2020/us-house-results/full/","site_tagline":null,"pagebuilder_path_for_native_apps":"/nation/politics/elections/2020/us-house-results/full","site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Full US House Results","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/nation/politics/elections/2020/us-house-results/full"]},"_website":"bostonglobe","name":"Full US House Results","parent":{"default":"/nation/politics/elections/2020/us-house-results"},"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections","/nation/politics/elections/2020","/nation/politics/elections/2020/us-house-results"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/nation/politics/elections/2020/president-results","site":{"site_url":"https://www.bostonglobe.com/nation/politics/elections/2020/president-results/","site_tagline":null,"pagebuilder_path_for_native_apps":"/nation/politics/elections/2020/president-results","site_title":"2020 Presidential Election Results","site_description":"Results for the 2020 Presidential Election. Find local and national election results at Bostonglobe.com","site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Presidential Election Results","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/nation/politics/elections/2020/president-results"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"Presidential Election Results","parent":{"default":"/nation/politics/elections/2020"},"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections","/nation/politics/elections/2020"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/nation/politics/elections/2020/app","site":{"site_url":"https://www.bostonglobe.com/nation/politics/elections/2020/app/","site_tagline":null,"pagebuilder_path_for_native_apps":"/nation/politics/elections/2020/app","site_title":"2020 Election Results","site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"2020 Election Results","display_in_navigation":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/nation/politics/elections/2020/app"]},"_website":"bostonglobe","name":"Mobile App 2020 Election Results","parent":{"default":"/nation/politics/elections/2020","Native-app-bar":null},"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections","/nation/politics/elections/2020"],"Native-app-bar":[]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/nation/politics/elections/2020/governors-results","site":{"site_url":"https://www.bostonglobe.com/nation/politics/elections/2020/governors-results/","site_tagline":null,"pagebuilder_path_for_native_apps":"/nation/politics/elections/2020/governors-results","site_title":"2020 Governors Election Results","site_description":"Results for 2020 State Governors Elections. Find local and national election results at Bostonglobe.com","site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Governors Election Results","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/nation/politics/elections/2020/governors-results"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"Governors Election Results","parent":{"default":"/nation/politics/elections/2020"},"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections","/nation/politics/elections/2020"]},"inactive":false,"node_type":"section","children":[{"_id":"/nation/politics/elections/2020/governors-results/full","site":{"site_url":"https://www.bostonglobe.com/nation/politics/elections/2020/governors-results/full/","site_tagline":null,"pagebuilder_path_for_native_apps":"/nation/politics/elections/2020/governors-results/full","site_title":"Full Governors Election Results - The Boston Globe","site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/nation/politics/elections/2020/governors-results/full"]},"_website":"bostonglobe","name":"Full Governors Election Results","parent":{"default":"/nation/politics/elections/2020/governors-results"},"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections","/nation/politics/elections/2020","/nation/politics/elections/2020/governors-results"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/nation/politics/elections/2020/us-senate-results","site":{"site_url":"https://www.bostonglobe.com/nation/politics/elections/2020/us-senate-results/","site_tagline":null,"pagebuilder_path_for_native_apps":"/nation/politics/elections/2020/us-senate-results","site_title":"2020 US Senate Election Results","site_description":"Results for the 2020 US Senate Election. Find local and national election results at Bostonglobe.com","site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"US Senate Election Results","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/nation/politics/elections/2020/us-senate-results"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"US Senate Election Results","parent":{"default":"/nation/politics/elections/2020"},"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections","/nation/politics/elections/2020"]},"inactive":false,"node_type":"section","children":[{"_id":"/nation/politics/elections/2020/us-senate-results/full","site":{"site_url":"https://www.bostonglobe.com/nation/politics/elections/2020/us-senate-results/full/","site_tagline":null,"pagebuilder_path_for_native_apps":"/nation/politics/elections/2020/us-senate-results/full","site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Full US Senate Results","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/nation/politics/elections/2020/us-senate-results/full"]},"_website":"bostonglobe","name":"Full US Senate Results","parent":{"default":"/nation/politics/elections/2020/us-senate-results"},"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections","/nation/politics/elections/2020","/nation/politics/elections/2020/us-senate-results"]},"inactive":false,"node_type":"section","children":[]}]}]},{"_id":"/nation/politics/elections/voter-guide","_website":"bostonglobe","name":"Voter Guide","inactive":false,"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections"],"Section-Navigation":["/nation/politics","/"]},"parent":{"default":"/nation/politics/elections","Section-Navigation":"/nation/politics"},"order":{"Section-Navigation":3003},"_admin":{"alias_ids":["/nation/politics/elections/voter-guide"]},"navigation":{"display_in_navigation":"true","nav_title":"Voter Guide"},"site":{"pagebuilder_path_for_native_apps":"/nation/politics/elections/voter-guide","site_about":null,"site_description":null,"site_keywords":null,"site_tagline":null,"site_title":"Voter Guide - The Boston Globe","site_url":"https://www.bostonglobe.com/nation/politics/elections/voter-guide/"},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/nation/politics/elections/2022","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"2022 Midterm Election Results","site_tagline":null,"site_description":"Results for the 2022 elections","site_url":"htttp://www.bostonglobe.com/nation/politics/elections/2022","pagebuilder_path_for_native_apps":"/nation/politics/elections/2022","site_about":null,"site_keywords":null},"navigation":{"nav_title":"2022 Midterm Election Results","display_in_navigation":null},"_admin":{"alias_ids":["/nation/politics/elections/2022"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"2022 Midterm Election Results","parent":{"default":"/nation/politics/elections"},"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections"]},"inactive":false,"node_type":"section","children":[{"_id":"link-RENWGVEWBD7T738D1QDK4H875R","_website":"bostonglobe","display_name":"Full race results (singleLink)","url":"/metro/politics/elections/2022/","parent":{"default":"/nation/politics/elections/2022","2022-09-06":"/"},"order":{"default":4998,"2022-09-06":1008},"node_type":"link","children":[]},{"_id":"link-GY6U19CZWD6QTE9BAFD1CFJTCW","_website":"bostonglobe","display_name":"Suffolk DA (Democrat) (singlelink)","url":"/elections/2022/primary/massachusetts/democratic/district%20attorney/suffolk","parent":{"default":"/nation/politics/elections/2022"},"order":{"default":4999},"node_type":"link","children":[]},{"_id":"link-XKP51HMP397NN5ZWQTE36Q6EVW","_website":"bostonglobe","display_name":"Lt. Governor (Republican)","url":"/elections/2022/primary/massachusetts/republican/lieutenant%20governor","parent":{"default":"/nation/politics/elections/2022","2022-09-06":"/"},"order":{"default":5000,"2022-09-06":1007},"node_type":"link","children":[]},{"_id":"link-91HNHREHVD4J7DRT3FPEZMCRMW","_website":"bostonglobe","display_name":"Governor (Democrat)","url":"/elections/2022/primary/massachusetts/democratic/governor/","parent":{"default":"/nation/politics/elections/2022","2022-09-06":"/"},"order":{"default":5001,"2022-09-06":1001},"node_type":"link","children":[]},{"_id":"link-XM3KTU5RCH5M11M5DMVDG0UBRW","_website":"bostonglobe","display_name":"Governor (GOP)","url":"/elections/2022/primary/massachusetts/republican/governor","parent":{"default":"/nation/politics/elections/2022","2022-09-06":"/"},"order":{"default":5002,"2022-09-06":1002},"node_type":"link","children":[]},{"_id":"link-BU46ABWT6T3WH8A0Y7A9CTFKJG","_website":"bostonglobe","display_name":"Attorney General (Democrat) (singlelink)","url":"/elections/2022/primary/massachusetts/democratic/attorney%20general","parent":{"default":"/nation/politics/elections/2022","2022-09-06":"/"},"order":{"default":5003,"2022-09-06":1003},"node_type":"link","children":[]},{"_id":"link-2R6Z4HGF617ZH67DU4937EC6R0","_website":"bostonglobe","display_name":"Lt. Governor (Democrat) (singlelink)","url":"/elections/2022/primary/massachusetts/democratic/lieutenant%20governor","parent":{"default":"/nation/politics/elections/2022","2022-09-06":"/"},"order":{"default":5004,"2022-09-06":1006},"node_type":"link","children":[]},{"_id":"link-X1XHB3QXHH7XX6507DJNATCW3W","_website":"bostonglobe","display_name":"Secretary of State (Dem)","url":"/elections/2022/primary/massachusetts/democratic/secretary%20of%20state","parent":{"default":"/nation/politics/elections/2022"},"order":{"default":5005},"node_type":"link","children":[]},{"_id":"link-UWK66HNYWH72HEMTUV934TD5HM","_website":"bostonglobe","display_name":"Auditor (Democrat) (singlelink)","url":"/elections/2022/primary/massachusetts/democratic/auditor","parent":{"default":"/nation/politics/elections/2022","2022-09-06":"/"},"order":{"default":5006,"2022-09-06":1005},"node_type":"link","children":[]},{"_id":"link-JKP4U3VYG52ZT78DZR4VBZAE68","_website":"bostonglobe","display_name":"Suffolk DA (Democrat) (singlelink)","url":"/elections/2022/primary/massachusetts/democrat/district%20attorney/suffolk","parent":{"default":"/nation/politics/elections/2022","2022-09-06":"/"},"order":{"default":5007,"2022-09-06":1004},"node_type":"link","children":[]}]},{"_id":"/nation/politics/elections/2022/house","site":{"site_title":"2022 US House midterm election results","site_tagline":"Find results from the 2022 US House midterm elections","site_url":"https://www.bostonglobe.com/nation/politics/elections/2022/house","site_description":"Find results from the 2022 US House midterm elections","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"2022 US House midterm election results","display_in_navigation":null},"_admin":{"alias_ids":["/nation/politics/elections/2022/house"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"2022 US House midterm election results","parent":{"default":"/nation/politics/elections"},"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections","/nation/politics/elections/2022"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/nation/politics/elections/2022/senate","site":{"site_title":"2022 US Senate midterm election results","site_tagline":"See results from the 2022 US Senate midterm elections","site_url":"https//www.bostonglobe.com/nation/politics/2022/senate/","site_description":"See results from the 2022 US Senate midterm elections","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"2022 US Senate midterm election results","display_in_navigation":null},"_admin":{"alias_ids":["/nation/politics/elections/2022/senate"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"2022 US Senate midterm election results","parent":{"default":"/nation/politics/elections"},"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections","/nation/politics/elections/2022"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/nation/politics/elections/2024-president-results","_website":"bostonglobe","name":"2024 Presidential election results","inactive":false,"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections"],"TodaysPaper":["/todays-paper/nation","/"],"Native-app-bar":[],"Native-app":[]},"parent":{"default":"/nation/politics/elections","TodaysPaper":"/todays-paper/nation","Native-app-bar":null,"Native-app":null},"order":{"TodaysPaper":2004},"_admin":{"paywall_status":"non-exempt"},"navigation":{"display_in_navigation":null,"nav_title":null},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"See full results from the 2024 presidential election between Donald Trump and Kamala Harris, including swing states.","site_keywords":null,"site_tagline":null,"site_title":"2024 Presidential election results — The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/nation/politics/elections/2024-massachusetts-results","_website":"bostonglobe","name":"2024 Massachusetts election results","inactive":false,"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections"],"TodaysPaper":["/todays-paper/nation","/"]},"parent":{"default":"/nation/politics/elections","TodaysPaper":"/todays-paper/nation"},"order":{"TodaysPaper":2007},"_admin":{"paywall_status":"non-exempt"},"navigation":{"display_in_navigation":null,"nav_title":null},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"See full Massachusetts election results, including town-by-town maps and ballot questions.","site_keywords":null,"site_tagline":null,"site_title":"2024 Massachusetts election results — The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/nation/politics/elections/2024-rhode-island-results","_website":"bostonglobe","name":"2024 Rhode Island election results","inactive":false,"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections"],"TodaysPaper":["/todays-paper/nation","/"]},"parent":{"default":"/nation/politics/elections","TodaysPaper":"/todays-paper/nation"},"order":{"TodaysPaper":2006},"_admin":{"paywall_status":"non-exempt"},"navigation":{"display_in_navigation":null,"nav_title":null},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"See full Rhode Island election results, including town-by-town maps and ballot questions.","site_keywords":null,"site_tagline":null,"site_title":"2024 Rhode Island election results — The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/nation/politics/elections/2024-ma-ballot-questions-results","_website":"bostonglobe","name":"2024 Massachusetts ballot question results","inactive":false,"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections"],"TodaysPaper":["/todays-paper/nation","/"]},"parent":{"default":"/nation/politics/elections","TodaysPaper":"/todays-paper/nation"},"order":{"TodaysPaper":2005},"_admin":{"paywall_status":"non-exempt"},"navigation":{"display_in_navigation":null,"nav_title":null},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"See full election results for Massachusetts ballot questions on MCAS, tipped minimum wage, psychedelics, and more.","site_keywords":null,"site_tagline":null,"site_title":"2024 Massachusetts ballot question results — The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/nation/politics/elections/2024-new-hampshire-results","_website":"bostonglobe","name":"2024 New Hampshire election results","inactive":false,"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections"],"TodaysPaper":["/todays-paper/nation","/"]},"parent":{"default":"/nation/politics/elections","TodaysPaper":"/todays-paper/nation"},"order":{"TodaysPaper":2003},"Custom":{"icon_string":null},"_admin":{"alias_ids":[],"paywall_status":"non-exempt"},"navigation":{"display_in_navigation":null,"nav_title":null},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"See full New Hampshire election results, including town-by-town maps and ballot questions.","site_keywords":null,"site_tagline":null,"site_title":"2024 New Hampshire election results — The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/nation/politics/elections/2024-senate-results","_website":"bostonglobe","name":"2024 US Senate election results","inactive":false,"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections"],"TodaysPaper":["/todays-paper/nation","/"]},"parent":{"default":"/nation/politics/elections","TodaysPaper":"/todays-paper/nation"},"order":{"TodaysPaper":2002},"_admin":{"paywall_status":"non-exempt"},"navigation":{"display_in_navigation":null,"nav_title":null},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"See full US Senate election results, including the balance of power.","site_keywords":null,"site_tagline":null,"site_title":"2024 US Senate election results — The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/nation/politics/elections/2024-us-house-results","_website":"bostonglobe","name":"2024 US House election results","inactive":false,"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections"],"TodaysPaper":["/todays-paper/nation","/"]},"parent":{"default":"/nation/politics/elections","TodaysPaper":"/todays-paper/nation"},"order":{"TodaysPaper":2001},"_admin":{"paywall_status":"non-exempt"},"navigation":{"display_in_navigation":null,"nav_title":null},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"See full US House election results, including the balance of power.","site_keywords":null,"site_tagline":null,"site_title":"2024 US House election results — The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/nation/politics/elections/app-results","_website":"bostonglobe","name":"App Election Results","inactive":false,"ancestors":{"default":["/nation","/nation/politics","/nation/politics/elections"]},"parent":{"default":"/nation/politics/elections"},"navigation":{"display_in_navigation":null,"nav_title":"2024 General election results"},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"See full results from the 2024 election, including national results for president, US House, and US Senate, as well as state results for New England.","site_keywords":null,"site_tagline":null,"site_title":"2024 full general election results - Globe app","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]}]}]},{"_id":"/nation/special-reports","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/nation/special-reports/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/nation/special-reports"]},"_website":"bostonglobe","name":"Special Reports","order":{"default":2003,"Section-Navigation":2002},"parent":{"default":"/nation","Native-app":null,"Native-app-bar":null,"Section-Navigation":"/nation"},"ancestors":{"default":["/nation","/"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":["/nation"]},"inactive":false,"node_type":"section","children":[{"_id":"/nation/special-reports/coronavirus","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":"","pagebuilder_path_for_native_apps":"/nation/special-reports/coronavirus/","site_tagline":null,"site_title":"Coronavirus - The Boston Globe","site_description":null,"site_about":null,"site_keywords":"Coronavirus"},"navigation":{"nav_title":"COVID","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/nation/special-reports/coronavirus"]},"_website":"bostonglobe","name":"COVID-19","order":{"TodaysPaper":2008,"Native-app":2003,"Hamburger-Menu":2014},"parent":{"default":"/nation/special-reports","Native-app-bar":null,"Native-app":"/homepage","TodaysPaper":"/todays-paper/nation","Top-Navigation":null,"Hamburger-Menu":"/sections"},"ancestors":{"default":["/nation","/nation/special-reports"],"Native-app-bar":[],"Native-app":["/homepage","/"],"TodaysPaper":["/todays-paper/nation","/"],"Top-Navigation":[],"Hamburger-Menu":["/sections","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/nation/special-reports/coronavirus/resources","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":"https://bostonglobe.com/nation/special-reports/coronavirus/resources/","pagebuilder_path_for_native_apps":"/nation/special-reports/coronavirus/resources","site_tagline":null,"site_title":"Coronavirus Resources - The Boston Globe","site_description":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":"Coronavirus Resources","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/nation/special-reports/coronavirus/resources"]},"_website":"bostonglobe","name":"Coronavirus Resources","parent":{"default":"/nation/special-reports/coronavirus"},"ancestors":{"default":["/nation","/nation/special-reports","/nation/special-reports/coronavirus"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/nation/special-reports/coronavirus/vaccine","site":{"site_url":"https://www.bostonglobe.com/nation/special-reports/coronavirus/vaccine/","site_tagline":null,"pagebuilder_path_for_native_apps":"/nation/special-reports/coronavirus/vaccine","site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":"Vaccine news & resources","display_in_navigation":"false"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/nation/special-reports/coronavirus/vaccine"]},"_website":"bostonglobe","name":"COVID-19 Vaccines","order":{"TodaysPaper":2009},"parent":{"default":"/nation/special-reports/coronavirus","Section-Navigation":null,"Top-Navigation":null,"Native-app":null,"Native-app-bar":null,"Hamburger-Menu":null,"TodaysPaper":"/todays-paper/nation"},"ancestors":{"default":["/nation","/nation/special-reports","/nation/special-reports/coronavirus"],"Section-Navigation":[],"Top-Navigation":[],"Native-app":[],"Native-app-bar":[],"Hamburger-Menu":[],"TodaysPaper":["/todays-paper/nation","/"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/nation/special-reports/sept-11","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":"/nation/special-reports/sept-11","site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/nation/special-reports/sept-11","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"_admin":{"alias_ids":["/nation/special-reports/sept-11"]},"_website":"bostonglobe","name":"Sept-11","parent":{"default":"/nation/special-reports"},"ancestors":{"default":["/nation","/nation/special-reports"]},"inactive":false,"node_type":"section","children":[]}]}]},{"_id":"/world","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/world/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"World","_website":"bostonglobe","parent":{"default":"/","Native-app":"/","Native-app-bar":null,"Section-Navigation":"/","Hamburger-Menu":"/sections","TodaysPaper":"/todays-paper/world"},"ancestors":{"default":["/"],"Native-app":["/"],"Native-app-bar":[],"Section-Navigation":["/"],"Hamburger-Menu":["/sections","/"],"TodaysPaper":["/","/todays-paper/world"]},"_admin":{"alias_ids":["/world"]},"inactive":false,"order":{"default":1023,"Native-app":1016,"Hamburger-Menu":2013,"Section-Navigation":1011,"TodaysPaper":2001,"Native-app-bar":1016},"node_type":"section","children":[{"_id":"/world/middle-east","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/world/middle-east/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/world/middle-east"]},"_website":"bostonglobe","name":"Middle East","parent":{"default":"/world","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/world"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/world/asia","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/world/asia/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/world/asia"]},"_website":"bostonglobe","name":"Asia","parent":{"default":"/world","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/world"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/world/africa","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/world/africa/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/world/africa"]},"_website":"bostonglobe","name":"Africa","parent":{"default":"/world","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/world"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/world/russia","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/world/russia/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/world/russia"]},"_website":"bostonglobe","name":"Russia","parent":{"default":"/world","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/world"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/world/special-reports","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/world/special-reports/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/world/special-reports"]},"_website":"bostonglobe","name":"Special Reports","parent":{"default":"/world","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/world"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/world/latin-america","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/world/latin-america/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/world/latin-america"]},"_website":"bostonglobe","name":"Latin America","parent":{"default":"/world","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/world"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/world/conflict","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Conflict"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/world/conflict/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/world/war","/world/conflict"]},"_website":"bostonglobe","name":"Conflict","parent":{"default":"/world","Native-app":null,"Native-app-bar":"/world","Section-Navigation":null},"ancestors":{"default":["/world"],"Native-app":[],"Native-app-bar":["/world"],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/world/canada","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/world/canada/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/world/canada"]},"_website":"bostonglobe","name":"Canada","parent":{"default":"/world","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/world"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/world/europe","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/world/europe/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/world/europe"]},"_website":"bostonglobe","name":"Europe","parent":{"default":"/world","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/world"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/world/photos","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"World Photos - The Boston Globe","site_tagline":null,"site_description":null,"site_url":"https://www.bostonglobe.com/world/photos/","pagebuilder_path_for_native_apps":"/world/photos","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Photos","display_in_navigation":null},"name":"Photos","_website":"bostonglobe","parent":{"default":"/world"},"ancestors":{"default":["/world"]},"_admin":{"alias_ids":["/world/photos"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/multimedia","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/multimedia/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Multimedia","_website":"bostonglobe","parent":{"default":"/","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/multimedia"]},"inactive":false,"order":{"default":1024},"node_type":"section","children":[{"_id":"/multimedia/ebook","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/multimedia/ebook/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"E-book","_website":"bostonglobe","parent":{"default":"/multimedia","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"2021-11-02-Election":null,"Election-2022-09-13":null,"2022-09-13":null},"ancestors":{"default":["/multimedia"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"2021-11-02-Election":[],"Election-2022-09-13":[],"2022-09-13":[]},"_admin":{"alias_ids":["/multimedia/ebook"]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/multimedia/epaper","_website":"bostonglobe","name":"E-Paper","inactive":false,"ancestors":{"default":["/multimedia"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"Hamburger-Menu":["/"],"Top-Navigation":["/"]},"parent":{"default":"/multimedia","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"Hamburger-Menu":"/","Top-Navigation":"/"},"order":{"Hamburger-Menu":1004,"Top-Navigation":1001},"_admin":{"alias_ids":["/multimedia/epaper"]},"navigation":{"nav_title":"ePaper"},"site":{"pagebuilder_path_for_native_apps":"/multimedia/epaper/","site_about":null,"site_description":null,"site_keywords":null,"site_tagline":null,"site_title":null,"site_url":null},"site_topper":{"site_logo_image":"<svg width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M36.91 0.209961C37.4 0.209961 37.79 0.599961 37.79 1.08996V33.97C37.79 36.1 36.11 37.79 33.97 37.79H4.31996C2.01996 37.79 0.209961 35.98 0.209961 33.68V7.25996C0.209961 6.60996 0.739961 6.08996 1.37996 6.08996H6.07996V1.08996C6.07996 0.599961 6.46996 0.209961 6.95996 0.209961H36.91ZM6.07996 8.42996H2.55996V33.67C2.55996 34.67 3.31996 35.43 4.31996 35.43C5.31996 35.43 6.07996 34.67 6.07996 33.67V8.42996ZM19.59 31.33H12.55C12.06 31.33 11.67 31.72 11.67 32.21C11.67 32.7 12.06 33.09 12.55 33.09H19.59C20.08 33.09 20.47 32.7 20.47 32.21C20.47 31.72 20.07 31.33 19.59 31.33ZM31.62 26.63H23.99C23.5 26.63 23.11 27.02 23.11 27.51V32.21C23.11 32.7 23.5 33.09 23.99 33.09H31.62C32.11 33.09 32.5 32.7 32.5 32.21V27.51C32.5 27.03 32.11 26.63 31.62 26.63ZM19.59 26.63H12.55C12.06 26.63 11.67 27.02 11.67 27.51C11.67 28 12.06 28.39 12.55 28.39H19.59C20.08 28.39 20.47 28 20.47 27.51C20.47 27.03 20.07 26.63 19.59 26.63ZM31.62 21.64H12.54C12.05 21.64 11.66 22.03 11.66 22.52C11.66 23.01 12.05 23.4 12.54 23.4H31.62C32.11 23.4 32.5 23.01 32.5 22.52C32.5 22.04 32.11 21.64 31.62 21.64ZM21.94 5.49996H12.55C12.06 5.49996 11.67 5.88996 11.67 6.37996V17.53C11.67 18.02 12.06 18.41 12.55 18.41H21.94C22.43 18.41 22.82 18.02 22.82 17.53V6.37996C22.82 5.88996 22.42 5.49996 21.94 5.49996ZM31.62 15.77H26.63C26.14 15.77 25.75 16.16 25.75 16.65C25.75 17.14 26.14 17.53 26.63 17.53H31.62C32.11 17.53 32.5 17.14 32.5 16.65C32.5 16.17 32.11 15.77 31.62 15.77ZM31.62 11.07H26.63C26.14 11.07 25.75 11.46 25.75 11.95C25.75 12.44 26.14 12.83 26.63 12.83H31.62C32.11 12.83 32.5 12.44 32.5 11.95C32.5 11.47 32.11 11.07 31.62 11.07ZM31.62 6.37996H26.63C26.14 6.37996 25.75 6.76996 25.75 7.25996C25.75 7.74996 26.14 8.13996 26.63 8.13996H31.62C32.11 8.13996 32.5 7.74996 32.5 7.25996C32.5 6.76996 32.11 6.37996 31.62 6.37996Z\" fill=\"black\"/> </svg>"},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]},{"_id":"/multimedia/narrative","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":"Narrative, nonfiction stories from around the region, from the staff of The Boston Globe.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/multimedia/narrative/","site_url":null,"site_title":"Narrative - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/multimedia/narrative"]},"_website":"bostonglobe","name":"Narrative","parent":{"default":"/multimedia","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/multimedia"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/multimedia/video","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/multimedia/video/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Video","_website":"bostonglobe","parent":{"default":"/multimedia","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/multimedia"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/multimedia/video"]},"inactive":false,"node_type":"section","children":[{"_id":"/multimedia/video/boston-globe-today","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Boston Globe Today - Episodes, schedule, featured news and lifestyle videos","site_tagline":"","site_description":"Boston Globe Today takes you behind the scenes of top stories from The Boston Globe. The show is available for streaming on BostonGlobe.com and the NESN360 app.","site_url":null,"pagebuilder_path_for_native_apps":"/multimedia/video/boston-globe-today","site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"_admin":{"alias_ids":["/multimedia/video/boston-globe-today"]},"_website":"bostonglobe","name":"Boston Globe Today","parent":{"default":"/multimedia/video"},"ancestors":{"default":["/multimedia","/multimedia/video"]},"inactive":false,"node_type":"section","children":[{"_id":"/multimedia/video/boston-globe-today/bgt-full-episodes","site":{"site_title":"Boston Globe Today full episodes","site_tagline":null,"site_url":null,"site_description":"Watch full episodes of Boston Globe Today, airing Mondays through Fridays at 5 p.m. on NESN and streaming digitally on BostonGlobe.com, the Globe app, NESN.com, and the NESN360 app.","pagebuilder_path_for_native_apps":"/multimedia/video/boston-globe-today/bgt-full-episodes","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"_admin":{"alias_ids":["/multimedia/video/boston-globe-today/bgt-full-episodes"]},"_website":"bostonglobe","name":"Boston Globe Today full episodes","parent":{"default":"/multimedia/video/boston-globe-today"},"ancestors":{"default":["/multimedia","/multimedia/video","/multimedia/video/boston-globe-today"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/multimedia/video/boston-globe-today/bgt-segments","site":{"site_title":"Boston Globe Today segments","site_tagline":null,"site_url":null,"site_description":"Watch the latest segments of Boston Globe Today, airing Mondays through Fridays at 5 p.m. on NESN and streaming digitally on BostonGlobe.com, the Globe app, NESN.com, and the NESN360 app.","pagebuilder_path_for_native_apps":"/multimedia/video/boston-globe-today/bgt-segments","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"","display_in_navigation":"false"},"_admin":{"alias_ids":["/multimedia/video/boston-globe-today/bgt-segments"]},"_website":"bostonglobe","name":"Boston Globe Today segments","parent":{"default":"/multimedia/video/boston-globe-today"},"ancestors":{"default":["/multimedia","/multimedia/video","/multimedia/video/boston-globe-today"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/multimedia/video/boston-globe-today/bgt-sports-full-episodes","site":{"site_title":"Boston Globe Today Sports full episodes","site_tagline":null,"site_url":null,"site_description":"Watch full episodes of Boston Globe Today Sports hosted by Christopher L. Gasper, airing Fridays at 5 p.m. on NESN and streaming digitally on BostonGlobe.com, the Globe app, NESN.com, and the NESN360 app.","pagebuilder_path_for_native_apps":"/multimedia/video/boston-globe-today/bgt-sports-full-episodes","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"_admin":{"alias_ids":["/multimedia/video/boston-globe-today/bgt-sports-full-episodes"]},"_website":"bostonglobe","name":"Boston Globe Today Sports full episodes","parent":{"default":"/multimedia/video/boston-globe-today"},"ancestors":{"default":["/multimedia","/multimedia/video","/multimedia/video/boston-globe-today"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","site":{"site_title":"Boston Globe Today Sports segments","site_tagline":null,"site_url":null,"site_description":"Watch the latest segments from Boston Globe Today Sports hosted by Christopher L. Gasper, airing Fridays at 5 p.m. on NESN and streaming digitally on BostonGlobe.com, the Globe app, NESN.com, and the NESN360 app.","pagebuilder_path_for_native_apps":"/multimedia/video/boston-globe-today/bgt-sports-segments","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"_admin":{"alias_ids":["/multimedia/video/boston-globe-today/bgt-sports-segments"]},"_website":"bostonglobe","name":"Boston Globe Today Sports segments","parent":{"default":"/multimedia/video/boston-globe-today"},"ancestors":{"default":["/multimedia","/multimedia/video","/multimedia/video/boston-globe-today"]},"inactive":false,"node_type":"section","children":[]}]}]},{"_id":"/multimedia/photo","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/multimedia/photo/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Photo","_website":"bostonglobe","parent":{"default":"/multimedia","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/multimedia"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/multimedia/photo"]},"inactive":false,"node_type":"section","children":[{"_id":"/multimedia/photo/big-picture","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":"Boston Globe photo journalism at its best.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/multimedia/photo/big-picture/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/multimedia/photo/big-picture"]},"_website":"bostonglobe","name":"Big Picture","parent":{"default":"/multimedia/photo","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/multimedia","/multimedia/photo"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/multimedia/audio","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Audio","site_tagline":null,"site_description":null,"site_url":"","pagebuilder_path_for_native_apps":"/multimedia/audio/","site_about":null,"site_keywords":null},"navigation":{"nav_title":"","display_in_navigation":null},"name":"Audio","_website":"bostonglobe","parent":{"default":"/multimedia"},"ancestors":{"default":["/multimedia"]},"_admin":{"alias_ids":["/multimedia/audio"]},"inactive":false,"node_type":"section","children":[{"_id":"/multimedia/audio/podcast","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":null,"site_tagline":null,"site_description":null,"site_url":null,"pagebuilder_path_for_native_apps":"/multimedia/audio/podcast","site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Podcast","_website":"bostonglobe","parent":{"default":"/multimedia/audio"},"ancestors":{"default":["/multimedia","/multimedia/audio"]},"_admin":{"alias_ids":["/multimedia/audio/podcast"]},"inactive":false,"node_type":"section","children":[{"_id":"/multimedia/audio/podcast/say-more","site":{"site_title":"Boston Globe Say More Opinion Podcast","site_tagline":null,"site_url":"/multimedia/audio/podcast/say-more","site_description":"Boston Globe Say More Opinion Podcast","pagebuilder_path_for_native_apps":"/multimedia/audio/podcast/say-more","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Say More","display_in_navigation":"true"},"name":"Say More","_website":"bostonglobe","parent":{"default":"/multimedia/audio/podcast"},"ancestors":{"default":["/multimedia","/multimedia/audio","/multimedia/audio/podcast"]},"_admin":{"alias_ids":["/multimedia/audio/podcast/say-more"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/multimedia/audio/podcast/globe-podcast","_website":"bostonglobe","name":"The Globe podcast","inactive":false,"ancestors":{"default":["/multimedia","/multimedia/audio","/multimedia/audio/podcast"]},"parent":{"default":"/multimedia/audio/podcast"},"navigation":{"display_in_navigation":null,"nav_title":null},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"The Globe podcast features in-depth reporting and compelling audio storytelling from of The Boston Globe newsroom.","site_keywords":null,"site_tagline":null,"site_title":"The Globe podcast — The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","children":[]}]}]}]},{"_id":"/science","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":"","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/science/","site_url":null,"site_title":"Science - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/science"]},"_website":"bostonglobe","name":"Science","order":{"default":1025,"Native-app-bar":1018,"TodaysPaper":2015},"parent":{"default":"/","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/nation"},"ancestors":{"default":["/"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/nation","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/science/environment","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/science/environment/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/science/environment"]},"_website":"bostonglobe","name":"Environment","order":{"TodaysPaper":2021},"parent":{"default":"/science","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/nation"},"ancestors":{"default":["/science"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/nation","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/science/environment/climate","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Climate - The Boston Globe","site_tagline":null,"site_description":"Climate coverage by the Boston Globe","site_url":"bostonglobe.com/science/environment/climate/","pagebuilder_path_for_native_apps":"/science/environment/climate","site_about":null,"site_keywords":null},"navigation":{"nav_title":"Climate","display_in_navigation":"true"},"_admin":{"alias_ids":["/science/environment/climate"]},"_website":"bostonglobe","name":"Climate","order":{"Top-Navigation":1021,"TodaysPaper":2020,"Native-app-bar":1013,"Hamburger-Menu":2008,"Native-app":1008},"parent":{"default":"/science/environment","Top-Navigation":"/","Hamburger-Menu":"/sections","Section-Navigation":null,"TodaysPaper":"/todays-paper/nation","Native-app-bar":"/","Native-app":"/"},"ancestors":{"default":["/science","/science/environment"],"Top-Navigation":["/"],"Hamburger-Menu":["/sections","/"],"Section-Navigation":[],"TodaysPaper":["/todays-paper/nation","/"],"Native-app-bar":["/"],"Native-app":["/"]},"inactive":false,"node_type":"section","children":[{"_id":"/science/environment/climate/accountability","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":"Climate Accountability - The Boston Globe","site_url":"bostonglobe.com/science/environment/climate/accountability","site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/science/environment/climate/accountability","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"_admin":{"alias_ids":["/science/environment/climate/accountability"]},"_website":"bostonglobe","name":"Accountability","order":{"TodaysPaper":2019},"parent":{"default":"/science/environment/climate","TodaysPaper":"/todays-paper/nation"},"ancestors":{"default":["/science","/science/environment","/science/environment/climate"],"TodaysPaper":["/todays-paper/nation","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/science/environment/climate/climate-science","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":"Climate Science - The Boston Globe","site_url":"bostonglobe.com/science/environment/climate-change/climate-science","site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/science/environment/climate-change/climate-science","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"_admin":{"alias_ids":["/science/environment/climate/climate-science"]},"_website":"bostonglobe","name":"Climate Science","order":{"TodaysPaper":2022},"parent":{"default":"/science/environment/climate","TodaysPaper":"/todays-paper/nation"},"ancestors":{"default":["/science","/science/environment","/science/environment/climate"],"TodaysPaper":["/todays-paper/nation","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/science/environment/climate/politics-policy","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":"Science Politics Policy - The Boston Globe","site_url":"bostonglobe.com/science/environment/climate-change/politics-policy","site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/science/environment/climate-change/politics-policy","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"_admin":{"alias_ids":["/science/environment/climate/politics-policy"]},"_website":"bostonglobe","name":"Politics Policy","order":{"TodaysPaper":2017},"parent":{"default":"/science/environment/climate","TodaysPaper":"/todays-paper/nation"},"ancestors":{"default":["/science","/science/environment","/science/environment/climate"],"TodaysPaper":["/todays-paper/nation","/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/science/environment/climate/how-tos","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":"bostonglobe.com/science/environment/climate-change/how-tos","site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/science/environment/climate-change/how-tos","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"name":"How Tos","_website":"bostonglobe","parent":{"default":"/science/environment/climate","TodaysPaper":"/todays-paper/nation"},"ancestors":{"default":["/science","/science/environment","/science/environment/climate"],"TodaysPaper":["/todays-paper/nation","/"]},"_admin":{"alias_ids":["/science/environment/climate/how-tos"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":2016},"children":[]}]}]},{"_id":"/science/space","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/science/space/","site_url":null,"site_title":"Space - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/science/space"]},"_website":"bostonglobe","name":"Space","order":{"TodaysPaper":2018},"parent":{"default":"/science","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/nation"},"ancestors":{"default":["/science"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"TodaysPaper":["/todays-paper/nation","/"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/todays-paper","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/todays-paper/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/todays-paper"]},"_website":"bostonglobe","name":"Today's Paper","order":{"default":1026,"Hamburger-Menu":2001},"parent":{"default":"/","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"Hamburger-Menu":"/more-about"},"ancestors":{"default":["/"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"Hamburger-Menu":["/more-about","/"]},"inactive":false,"node_type":"section","children":[{"_id":"/todays-paper/sports","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":null,"pagebuilder_path_for_native_apps":null,"site_tagline":null,"site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Today's Paper - Sports","_website":"bostonglobe","parent":{"default":"/todays-paper","TodaysPaper":"/"},"ancestors":{"default":["/todays-paper","/"],"TodaysPaper":["/"]},"_admin":{"alias_ids":["/todays-paper/sports"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":1006,"default":2001},"children":[]},{"_id":"/todays-paper/world","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":null,"pagebuilder_path_for_native_apps":null,"site_tagline":null,"site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Today's Paper - The World","_website":"bostonglobe","parent":{"default":"/todays-paper","TodaysPaper":"/"},"ancestors":{"default":["/todays-paper","/"],"TodaysPaper":["/"]},"_admin":{"alias_ids":["/todays-paper/world"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":1003,"default":2002},"children":[]},{"_id":"/todays-paper/comfort-zone","site":{"site_url":null,"site_tagline":null,"pagebuilder_path_for_native_apps":null,"site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Today's Paper - Comfort Zone","_website":"bostonglobe","parent":{"default":"/todays-paper","TodaysPaper":null},"ancestors":{"default":["/todays-paper","/"],"TodaysPaper":[]},"_admin":{"alias_ids":["/todays-paper/comfort-zone"]},"inactive":false,"node_type":"section","order":{"default":2003},"children":[]},{"_id":"/todays-paper/metro","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":null,"pagebuilder_path_for_native_apps":null,"site_tagline":null,"site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Today's Paper - Metro","_website":"bostonglobe","parent":{"default":"/todays-paper","TodaysPaper":"/"},"ancestors":{"default":["/todays-paper","/"],"TodaysPaper":["/"]},"_admin":{"alias_ids":["/todays-paper/metro"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":1005,"default":2004},"children":[]},{"_id":"/todays-paper/wednesday-food","site":{"site_url":null,"site_tagline":null,"pagebuilder_path_for_native_apps":null,"site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Today's Paper - Wednesday Food","_website":"bostonglobe","parent":{"default":"/todays-paper","TodaysPaper":null},"ancestors":{"default":["/todays-paper","/"],"TodaysPaper":[]},"_admin":{"alias_ids":["/todays-paper/wednesday-food"]},"inactive":false,"node_type":"section","order":{"default":2005},"children":[]},{"_id":"/todays-paper/business","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":null,"pagebuilder_path_for_native_apps":null,"site_tagline":null,"site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Today's Paper - Business","_website":"bostonglobe","parent":{"default":"/todays-paper","TodaysPaper":"/"},"ancestors":{"default":["/todays-paper","/"],"TodaysPaper":["/"]},"_admin":{"alias_ids":["/todays-paper/business"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":1004,"default":2006},"children":[]},{"_id":"/todays-paper/opinion","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":null,"pagebuilder_path_for_native_apps":null,"site_tagline":null,"site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Today's Paper - Editorial & Opinion","_website":"bostonglobe","parent":{"default":"/todays-paper","TodaysPaper":"/"},"ancestors":{"default":["/todays-paper","/"],"TodaysPaper":["/"]},"_admin":{"alias_ids":["/todays-paper/opinion"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":1008,"default":2007},"children":[]},{"_id":"/todays-paper/weekend","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":null,"pagebuilder_path_for_native_apps":null,"site_tagline":null,"site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Today's Paper - Weekend","_website":"bostonglobe","parent":{"default":"/todays-paper","TodaysPaper":null},"ancestors":{"default":["/todays-paper","/"],"TodaysPaper":[]},"_admin":{"alias_ids":["/todays-paper/weekend"]},"inactive":false,"node_type":"section","order":{"default":2008},"children":[]},{"_id":"/todays-paper/nation","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":null,"pagebuilder_path_for_native_apps":null,"site_tagline":null,"site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Today's Paper - The Nation","_website":"bostonglobe","parent":{"default":"/todays-paper","TodaysPaper":"/"},"ancestors":{"default":["/todays-paper","/"],"TodaysPaper":["/"]},"_admin":{"alias_ids":["/todays-paper/nation"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":1002,"default":2009},"children":[]},{"_id":"/todays-paper/obituaries","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":null,"pagebuilder_path_for_native_apps":null,"site_tagline":null,"site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Today's Paper - Obituaries","_website":"bostonglobe","parent":{"default":"/todays-paper","TodaysPaper":"/"},"ancestors":{"default":["/todays-paper","/"],"TodaysPaper":["/"]},"_admin":{"alias_ids":["/todays-paper/obituaries"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":1007,"default":2010},"children":[]},{"_id":"/todays-paper/travel","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Today's Paper - Travel","site_tagline":null,"site_description":null,"site_url":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Today's Paper - Travel","_website":"bostonglobe","parent":{"default":"/todays-paper","TodaysPaper":"/"},"ancestors":{"default":["/todays-paper","/"],"TodaysPaper":["/"]},"_admin":{"alias_ids":["/todays-paper/travel"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":1012,"default":2011},"children":[]},{"_id":"/todays-paper/ideas","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Today's Paper - Ideas","site_tagline":null,"site_description":null,"site_url":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Today's Paper - Ideas","_website":"bostonglobe","parent":{"default":"/todays-paper","TodaysPaper":"/"},"ancestors":{"default":["/todays-paper","/"],"TodaysPaper":["/"]},"_admin":{"alias_ids":["/todays-paper/ideas"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":1009,"default":2012},"children":[]},{"_id":"/todays-paper/arts-lifestyle","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Today's Paper - Arts & Lifestyle","site_tagline":null,"site_description":null,"site_url":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Today's Paper - Arts & Lifestyle","_website":"bostonglobe","parent":{"default":"/todays-paper","TodaysPaper":"/"},"ancestors":{"default":["/todays-paper","/"],"TodaysPaper":["/"]},"_admin":{"alias_ids":["/todays-paper/arts-lifestyle"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":1001,"default":2013},"children":[]},{"_id":"/todays-paper/magazine","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"Today's Paper - Magazine","site_tagline":null,"site_description":null,"site_url":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Today's Paper - Magazine","_website":"bostonglobe","parent":{"default":"/todays-paper","TodaysPaper":"/"},"ancestors":{"default":["/todays-paper","/"],"TodaysPaper":["/"]},"_admin":{"alias_ids":["/todays-paper/magazine"]},"inactive":false,"node_type":"section","order":{"TodaysPaper":1011,"default":2014},"children":[]},{"_id":"/todays-paper/real-estate","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":null,"site_tagline":null,"site_description":null,"site_url":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"_admin":{"alias_ids":["/todays-paper/real-estate"]},"_website":"bostonglobe","name":"Today's Paper - Real Estate","order":{"TodaysPaper":1010,"default":2015},"parent":{"default":"/todays-paper","TodaysPaper":"/","Section-Navigation":null},"ancestors":{"default":["/todays-paper","/"],"TodaysPaper":["/"],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/games-comics","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/games-comics/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Games & Comics","_website":"bostonglobe","parent":{"default":"/","Native-app":null,"Native-app-bar":null,"Section-Navigation":null,"Hamburger-Menu":null},"ancestors":{"default":["/"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[],"Hamburger-Menu":[]},"_admin":{"alias_ids":["/games-comics"]},"inactive":false,"order":{"default":1027},"node_type":"section","children":[{"_id":"/games-comics/this-day-in-history","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/games-comics/this-day-in-history/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"This Day in History","_website":"bostonglobe","parent":{"default":"/games-comics","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/games-comics"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/games-comics/this-day-in-history"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/games-comics/comics","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"site":{"site_description":"A daily selection of comic strips and editorial cartoons featuring favorites like Dilbert, Doonesbury, Rose is Rose and Zippy the Pinhead.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/games-comics/comics/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/games-comics/comics"]},"_website":"bostonglobe","name":"Comics","order":{"Hamburger-Menu":3003,"Top-Navigation":2005},"parent":{"default":"/games-comics","Native-app":null,"Native-app-bar":null,"Hamburger-Menu":"/lifestyle","Top-Navigation":"/lifestyle","Section-Navigation":null},"ancestors":{"default":["/games-comics"],"Native-app":[],"Native-app-bar":[],"Hamburger-Menu":["/sections","/lifestyle"],"Top-Navigation":["/","/lifestyle"],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/games-comics/crossword","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":"The Boston Globe's online crossword puzzle is brand new every day.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/games-comics/crossword/","site_url":null,"site_title":"Crossword - The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/games-comics/crossword"],"paywall_status":"non-exempt"},"_website":"bostonglobe","name":"Crossword","order":{"Hamburger-Menu":3004,"Top-Navigation":2004,"Section-Navigation":2004},"parent":{"default":"/games-comics","Native-app":null,"Native-app-bar":null,"Hamburger-Menu":"/lifestyle","Top-Navigation":"/lifestyle","Section-Navigation":"/lifestyle"},"ancestors":{"default":["/games-comics"],"Native-app":[],"Native-app-bar":[],"Hamburger-Menu":["/sections","/lifestyle"],"Top-Navigation":["/","/lifestyle"],"Section-Navigation":["/lifestyle"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/games-comics/horoscope","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/games-comics/horoscope/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Horoscope","_website":"bostonglobe","parent":{"default":"/games-comics","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/games-comics"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/games-comics/horoscope"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/cars","social":{"rss":null,"facebook":null,"instagram":null,"twitter":null},"site":{"site_keywords":null,"site_about":null,"site_url":"https://www.boston.com/section/cars","site_description":null,"site_title":null,"site_tagline":null,"pagebuilder_path_for_native_apps":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/cars"]},"_website":"bostonglobe","name":"Cars","order":{"default":1028},"parent":{"default":"/","Hamburger-Menu":null,"Top-Navigation":null,"Native-app":null,"Section-Navigation":null},"ancestors":{"default":["/"],"Hamburger-Menu":[],"Top-Navigation":[],"Native-app":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/real-estate","social":{"rss":null,"facebook":null,"instagram":null,"twitter":null},"site":{"site_keywords":null,"site_about":null,"site_url":null,"site_description":null,"site_title":null,"site_tagline":null,"pagebuilder_path_for_native_apps":"/real-estate/"},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/real-estate"]},"_website":"bostonglobe","name":"Real Estate","order":{"default":1029,"TodaysPaper":2001},"parent":{"default":"/","Hamburger-Menu":null,"Native-app":null,"Section-Navigation":null,"TodaysPaper":"/todays-paper/real-estate"},"ancestors":{"default":["/"],"Hamburger-Menu":[],"Native-app":[],"Section-Navigation":[],"TodaysPaper":["/","/todays-paper/real-estate"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/events","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"Events","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Events","_website":"bostonglobe","parent":{"default":"/","Native-app":null,"Section-Navigation":null},"ancestors":{"default":["/"],"Native-app":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/events"]},"inactive":false,"node_type":"section","order":{"default":1030},"children":[]},{"_id":"/about","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/about/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"About","_website":"bostonglobe","parent":{"default":"/","Native-app":null,"Native-app-bar":null,"Footer":null,"Section-Navigation":"/"},"ancestors":{"default":["/"],"Native-app":[],"Native-app-bar":[],"Footer":[],"Section-Navigation":["/"]},"_admin":{"alias_ids":["/about"]},"inactive":false,"order":{"default":1031,"Section-Navigation":1012},"node_type":"section","children":[{"_id":"/about/staff-list","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/about/staff-list/","site_url":null,"site_title":"Staff","site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/about/staff-list"]},"_website":"bostonglobe","name":"Staff List","order":{"Footer":2002,"Footer-Logged-In":2002},"parent":{"default":"/about","Native-app":null,"Native-app-bar":null,"Section-Navigation":"/about","Footer":"/contact","Footer-Logged-In":"/contact"},"ancestors":{"default":["/about"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":["/about"],"Footer":["/contact"],"Footer-Logged-In":["/","/contact"]},"inactive":false,"node_type":"section","children":[{"_id":"/about/staff-list/staff","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/about/staff-list/staff/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Staff","_website":"bostonglobe","parent":{"default":"/about/staff-list","Native-app":null,"Native-app-bar":null,"Section-Navigation":"/about/staff-list"},"ancestors":{"default":["/about","/about/staff-list"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":["/about","/about/staff-list"]},"_admin":{"alias_ids":["/about/staff-list/staff"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/about/staff-list/contributors","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/about/staff-list/contributors/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Contributors","_website":"bostonglobe","parent":{"default":"/about/staff-list","Native-app":null,"Native-app-bar":null,"Section-Navigation":"/about/staff-list"},"ancestors":{"default":["/about","/about/staff-list"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":["/about","/about/staff-list"]},"_admin":{"alias_ids":["/about/staff-list/contributors"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/about/help","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/about/help/","site_url":null,"site_title":null,"site_tagline":""},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/about/help"],"paywall_status":"exempt"},"_website":"bostonglobe","name":"Help","parent":{"default":"/about","Native-app":null,"Native-app-bar":null,"Section-Navigation":"/about"},"ancestors":{"default":["/about"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":["/about"]},"inactive":false,"node_type":"section","children":[{"_id":"/about/help/privacy-policy","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":null,"site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Privacy Policy","_website":"bostonglobe","parent":{"default":"/about/help","Footer":"/more-about","AMP-Footer":"/","Section-Navigation":"/about/help","Footer-Logged-In":"/about/help/terms"},"ancestors":{"default":["/about","/about/help"],"Footer":["/more-about"],"AMP-Footer":["/"],"Section-Navigation":["/about","/about/help"],"Footer-Logged-In":["/","/about/help/terms"]},"_admin":{"alias_ids":["/about/help/privacy-policy"]},"inactive":false,"node_type":"section","order":{"Footer":2006,"AMP-Footer":1003,"Section-Navigation":3001,"Footer-Logged-In":2001},"children":[]},{"_id":"/about/help/terms-purchase","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":null,"pagebuilder_path_for_native_apps":null,"site_tagline":null,"site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Terms of Purchase","_website":"bostonglobe","parent":{"default":"/about/help","Footer":"/more-about","Section-Navigation":"/about/help","Footer-Logged-In":"/about/help/terms"},"ancestors":{"default":["/about","/about/help"],"Footer":["/more-about"],"Section-Navigation":["/about","/about/help"],"Footer-Logged-In":["/","/about/help/terms"]},"_admin":{"alias_ids":["/about/help/terms-purchase"]},"inactive":false,"node_type":"section","order":{"Footer":2008,"Section-Navigation":3003,"Footer-Logged-In":2003},"children":[]},{"_id":"/about/help/terms-service","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":null,"pagebuilder_path_for_native_apps":null,"site_tagline":null,"site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Terms of Service","_website":"bostonglobe","parent":{"default":"/about/help","Footer":"/more-about","Section-Navigation":"/about/help","Footer-Logged-In":"/about/help/terms"},"ancestors":{"default":["/about","/about/help"],"Footer":["/more-about"],"Section-Navigation":["/about","/about/help"],"Footer-Logged-In":["/","/about/help/terms"]},"_admin":{"alias_ids":["/about/help/terms-service"]},"inactive":false,"node_type":"section","order":{"Footer":2007,"Section-Navigation":3002,"Footer-Logged-In":2002},"children":[]},{"_id":"/about/help/home-delivery","social":{"rss":null,"instagram":null,"facebook":null,"twitter":null},"site":{"site_url":"https://www.bostonglobe.com/about/help/home-delivery/","pagebuilder_path_for_native_apps":"/about/help/home-delivery","site_tagline":null,"site_title":"Home Delivery - The Boston Globe","site_description":null,"site_about":null,"site_keywords":null},"navigation":{"nav_title":"Home Delivery","display_in_navigation":"true"},"site_topper":{"site_logo_image":null},"name":"Home Delivery","_website":"bostonglobe","parent":{"default":"/about/help"},"ancestors":{"default":["/about","/about/help"]},"_admin":{"alias_ids":["/about/help/home-delivery"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/about/help/contribution-policy","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Contributions","display_in_navigation":"true"},"name":"Contributions","_website":"bostonglobe","parent":{"default":"/about/help"},"ancestors":{"default":["/about","/about/help"]},"_admin":{"alias_ids":["/about/help/contribution-policy"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/about/help/internship","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"Information about The Boston Globe internship program.","pagebuilder_path_for_native_apps":"/about/help/internship","site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"_admin":{"alias_ids":["/about/help/internship"],"paywall_status":"exempt"},"_website":"bostonglobe","name":"Internship Program","order":{"Section-Navigation":3004,"Footer":2011,"Footer-Logged-In":2008},"parent":{"default":"/about/help","Section-Navigation":"/about/help","Footer":"/more-about","Footer-Logged-In":"/more-about"},"ancestors":{"default":["/about","/about/help"],"Section-Navigation":["/about","/about/help"],"Footer":["/more-about"],"Footer-Logged-In":["/","/more-about"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/about/help/coop","site":{"site_title":null,"site_tagline":null,"site_url":null,"site_description":"Information about The Boston Globe coop porgram.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"social":{"twitter":null,"rss":null,"instagram":null,"facebook":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":"true"},"_admin":{"alias_ids":["/about/help/coop"],"paywall_status":"exempt"},"_website":"bostonglobe","name":"Co-op Program","order":{"Section-Navigation":3005,"Footer":2012,"Footer-Logged-In":2009},"parent":{"default":"/about/help","Section-Navigation":"/about/help","Footer":"/more-about","Footer-Logged-In":"/more-about"},"ancestors":{"default":["/about","/about/help"],"Section-Navigation":["/about","/about/help"],"Footer":["/more-about"],"Footer-Logged-In":["/","/more-about"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/about/the-emancipator","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":"The Emancipator","site_url":null,"site_tagline":null,"site_description":"The Emancipator centers critical voices, debates, and evidence-based opinion to reframe the national conversation on racial equity and hasten a more racially just society.","pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/about/the-emancipator"],"paywall_status":"exempt"},"_website":"bostonglobe","name":"The Emancipator","parent":{"default":"/about"},"ancestors":{"default":["/about"]},"inactive":false,"node_type":"section","children":[{"_id":"/about/the-emancipator/help","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/about/the-emancipator/help"],"paywall_status":"exempt"},"_website":"bostonglobe","name":"Help","parent":{"default":"/about/the-emancipator"},"ancestors":{"default":["/about","/about/the-emancipator"]},"inactive":false,"node_type":"section","children":[{"_id":"/about/the-emancipator/help/terms-of-service","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/about/the-emancipator/help/terms-of-service"]},"_website":"bostonglobe","name":"Terms of Service","parent":{"default":"/about/the-emancipator/help","Emancipator-Footer":null},"ancestors":{"default":["/about","/about/the-emancipator","/about/the-emancipator/help"],"Emancipator-Footer":[]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/about/the-emancipator/help/privacy-policy","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Privacy Policy","_website":"bostonglobe","parent":{"default":"/about/the-emancipator/help","Emancipator-Footer":null},"ancestors":{"default":["/about","/about/the-emancipator","/about/the-emancipator/help"],"Emancipator-Footer":[]},"_admin":{"alias_ids":["/about/the-emancipator/help/privacy-policy"]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/about/the-emancipator/help/about","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":"About The Emancipator","site_url":null,"site_tagline":null,"site_description":"The Emancipator centers critical voices, debates, and evidence-based opinion to reframe the national conversation on racial equity and hasten a more racially just society.","pagebuilder_path_for_native_apps":"/about/the-emancipator/help/about","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/about/the-emancipator/help/about"]},"_website":"bostonglobe","name":"About","order":{},"parent":{"default":"/about/the-emancipator/help","Emancipator-Footer":null},"ancestors":{"default":["/about","/about/the-emancipator","/about/the-emancipator/help"],"Emancipator-Footer":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/about/the-emancipator/help/masthead","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/about/the-emancipator/help/masthead"],"paywall_status":"exempt"},"_website":"bostonglobe","name":"Masthead","order":{"Emancipator-Footer":1002},"parent":{"default":"/about/the-emancipator/help","Emancipator-Footer":"/"},"ancestors":{"default":["/about","/about/the-emancipator","/about/the-emancipator/help"],"Emancipator-Footer":["/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/about/the-emancipator/help/contact","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"_admin":{"alias_ids":["/about/the-emancipator/help/contact"],"paywall_status":"exempt"},"_website":"bostonglobe","name":"Contact","order":{"Emancipator-Footer":1003},"parent":{"default":"/about/the-emancipator/help","Emancipator-Footer":"/"},"ancestors":{"default":["/about","/about/the-emancipator","/about/the-emancipator/help"],"Emancipator-Footer":["/"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/about/the-emancipator/help/press","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Press","_website":"bostonglobe","parent":{"default":"/about/the-emancipator/help","Emancipator-Footer":null},"ancestors":{"default":["/about","/about/the-emancipator","/about/the-emancipator/help"],"Emancipator-Footer":[]},"_admin":{"alias_ids":["/about/the-emancipator/help/press"]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/about/the-emancipator/help/supporters","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Supporters","_website":"bostonglobe","parent":{"default":"/about/the-emancipator/help","Emancipator-Footer":"/"},"ancestors":{"default":["/about","/about/the-emancipator","/about/the-emancipator/help"],"Emancipator-Footer":["/"]},"_admin":{"alias_ids":["/about/the-emancipator/help/supporters"]},"inactive":false,"node_type":"section","order":{"Emancipator-Footer":1005},"children":[]},{"_id":"/about/the-emancipator/help/emancipatornewslettersignup","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Sign up for our newslettter","_website":"bostonglobe","parent":{"default":"/about/the-emancipator/help","Emancipator-Footer":null},"ancestors":{"default":["/about","/about/the-emancipator","/about/the-emancipator/help"],"Emancipator-Footer":[]},"_admin":{"alias_ids":["/about/the-emancipator/help/emancipatornewslettersignup"]},"inactive":false,"node_type":"section","order":{},"children":[]},{"_id":"/about/the-emancipator/help/the-emancipator-newsletter","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":null,"site_url":null,"site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":null,"site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":null,"display_in_navigation":null},"name":"Read the latest newsletter","_website":"bostonglobe","parent":{"default":"/about/the-emancipator/help","Emancipator-Footer":null},"ancestors":{"default":["/about","/about/the-emancipator","/about/the-emancipator/help"],"Emancipator-Footer":[]},"_admin":{"alias_ids":["/about/the-emancipator/help/the-emancipator-newsletter"]},"inactive":false,"node_type":"section","order":{},"children":[]}]}]}]},{"_id":"/sitemap","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/sitemap/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/sitemap"]},"_website":"bostonglobe","name":"Sitemap","order":{"default":1032},"parent":{"default":"/","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/member-center","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/member-center/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/member-center"]},"_website":"bostonglobe","name":"Member Center","order":{"default":1033},"parent":{"default":"/","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[{"_id":"/member-center/content-landing","site":{"site_url":"https://www.bostonglobe.com/member-center/content-landing/","site_tagline":null,"pagebuilder_path_for_native_apps":"/member-center/content-landing/","site_title":null,"site_description":null,"site_about":null,"site_keywords":null},"social":{"instagram":null,"rss":null,"twitter":null,"facebook":null},"navigation":{"nav_title":null,"display_in_navigation":null},"site_topper":{"site_logo_image":null},"name":"Content Landing","_website":"bostonglobe","parent":{"default":"/member-center"},"ancestors":{"default":["/member-center"]},"_admin":{"alias_ids":["/member-center/content-landing"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/member-center/saved-articles","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site":{"site_title":"Saved Articles","site_url":"bostonglobe.com/member-center/saved-articles/","site_tagline":null,"site_description":null,"pagebuilder_path_for_native_apps":"/member-center/saved-articles","site_about":null,"site_keywords":null},"site_topper":{"site_logo_image":null},"navigation":{"nav_title":"Saved Articles","display_in_navigation":"true"},"name":"Saved Articles","_website":"bostonglobe","parent":{"default":"/member-center"},"ancestors":{"default":["/member-center"]},"_admin":{"alias_ids":["/member-center/saved-articles"]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/newsletters","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":"What’s going on in Boston, New England today? Sign up for free email Globe newsletters to get breaking news alerts, metro and business headlines and much more.","site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/","site_url":null,"site_title":"Newsletters — The Boston Globe","site_tagline":null},"site_topper":{"site_logo_image":"<?xml version=\"1.0\" encoding=\"UTF-8\"?> <svg width=\"56px\" height=\"40px\" viewBox=\"0 0 56 40\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"> <!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --> <title>email</title> <desc>Created with Sketch.</desc> <defs></defs> <g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"> <g id=\"icons\" transform=\"translate(-704.000000, -1268.000000)\" fill=\"#000000\"> <g id=\"email\" transform=\"translate(704.000000, 1268.000000)\"> <path d=\"M30.0973948,26.11455 C29.5279132,26.6837424 28.8233999,26.9797225 28.0014677,26.9797225 C27.2000839,26.9797225 26.4750223,26.6865884 25.8879279,26.11455 L20.627562,21.0316613 L1.03328616,40 L54.9520365,40 L35.3900508,21.0316613 L30.0973948,26.11455 L30.0973948,26.11455 Z M55.9970645,1.01316258 L36.4321434,20.0241907 L56,38.9782995 L55.9970645,1.01316258 Z M26.9681816,25.1526147 C27.2470514,25.4201352 27.5846307,25.5567414 28.0014677,25.5567414 C28.4271112,25.5567414 28.7705614,25.4144433 29.0494313,25.1497688 L54.9813912,0 L1.03328616,0 L26.9652461,25.1526147 L26.9681816,25.1526147 Z M0,38.9811455 L19.5884049,20.0213447 L0,1.01031661 L0,38.9811455 Z\"></path> </g> </g> </g> </svg>"},"_admin":{"alias_ids":["/newsletters"]},"_website":"bostonglobe","name":"Newsletters","order":{"default":1034,"Hamburger-Menu":1006},"parent":{"default":"/","Native-app":null,"Native-app-bar":null,"Hamburger-Menu":"/","Section-Navigation":null},"ancestors":{"default":["/"],"Native-app":[],"Native-app-bar":[],"Hamburger-Menu":["/"],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[{"_id":"/newsletters/today-in-opinion","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":"Today in Opinion","display_in_navigation":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/today-in-opinion/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Today in Opinion","_website":"bostonglobe","parent":{"default":"/newsletters"},"ancestors":{"default":["/newsletters"]},"_admin":{"alias_ids":["/newsletters/today-in-opinion"]},"inactive":false,"node_type":"section","children":[]},{"_id":"/newsletters/starting-point","_website":"bostonglobe","name":"Starting Point","inactive":false,"ancestors":{"default":["/newsletters"],"Top-Navigation":[],"Native-app":[],"Hamburger-Menu":["/newsletters","/"]},"parent":{"default":"/newsletters","Top-Navigation":null,"Native-app":null,"Hamburger-Menu":"/newsletters"},"navigation":{"display_in_navigation":"true","nav_title":null},"site":{"pagebuilder_path_for_native_apps":null,"site_about":null,"site_description":"Starting Point is a daily newsletter from The Boston Globe that will guide you through the most important stories of the morning, how they impact New England, and why they matter.","site_keywords":null,"site_tagline":null,"site_title":"Starting Point newsletter — The Boston Globe","site_url":null},"site_topper":{"site_logo_image":null},"social":{"facebook":null,"instagram":null,"rss":null,"twitter":null},"node_type":"section","order":{"Hamburger-Menu":2003},"children":[]},{"_id":"/newsletters/108-stitches","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/108-stitches/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"108 Stitches","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/108-stitches"]},"inactive":false,"node_type":"section","order":{"default":2001},"children":[]},{"_id":"/newsletters/arguable","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/arguable/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Arguable","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/arguable"]},"inactive":false,"node_type":"section","order":{"default":2002},"children":[]},{"_id":"/newsletters/breaking-news","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/breaking-news/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Breaking News","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/breaking-news"]},"inactive":false,"node_type":"section","order":{"default":2003},"children":[]},{"_id":"/newsletters/business-headlines","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/business-headlines/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Business Headlines","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/business-headlines"]},"inactive":false,"node_type":"section","order":{"default":2004},"children":[]},{"_id":"/newsletters/fast-forward","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/fast-forward/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Fast Forward","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/fast-forward"]},"inactive":false,"node_type":"section","order":{"default":2005},"children":[]},{"_id":"/newsletters/foodies","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/foodies/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Foodies","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/foodies"]},"inactive":false,"node_type":"section","order":{"default":2006},"children":[]},{"_id":"/newsletters/magazine","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/magazine/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Magazine","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/magazine"]},"inactive":false,"node_type":"section","order":{"default":2007},"children":[]},{"_id":"/newsletters/ground-game","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/ground-game/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Ground Game","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/ground-game"]},"inactive":false,"node_type":"section","order":{"default":2008},"children":[]},{"_id":"/newsletters/all-downhill","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/all-downhill/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"It's All Downhill","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/all-downhill"]},"inactive":false,"node_type":"section","order":{"default":2009},"children":[]},{"_id":"/newsletters/most-popular","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/most-popular/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"_admin":{"alias_ids":["/newsletters/most-popular"]},"_website":"bostonglobe","name":"Most Popular","order":{"default":2010},"parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Hamburger-Menu":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Hamburger-Menu":[],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]},{"_id":"/newsletters/point-after","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/point-after/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Point After","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/point-after"]},"inactive":false,"node_type":"section","order":{"default":2011},"children":[]},{"_id":"/newsletters/sports-alerts","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/sports-alerts/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Sports Alerts","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/sports-alerts"]},"inactive":false,"node_type":"section","order":{"default":2012},"children":[]},{"_id":"/newsletters/sports-headlines","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/sports-headlines/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Sports Headlines","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Hamburger-Menu":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Hamburger-Menu":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/sports-headlines"]},"inactive":false,"node_type":"section","order":{"default":2013},"children":[]},{"_id":"/newsletters/subscribers","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/subscribers/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Subscribers","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/subscribers"]},"inactive":false,"node_type":"section","order":{"default":2014},"children":[]},{"_id":"/newsletters/talking-points","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/talking-points/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Talking Points","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/talking-points"]},"inactive":false,"node_type":"section","order":{"default":2015},"children":[]},{"_id":"/newsletters/weekender","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/weekender/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"The Weekender","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/weekender"]},"inactive":false,"node_type":"section","order":{"default":2016},"children":[]},{"_id":"/newsletters/week-in-opinion","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/week-in-opinion/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"This Week in Opinion","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/week-in-opinion"]},"inactive":false,"node_type":"section","order":{"default":2017},"children":[]},{"_id":"/newsletters/week-in-politics","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/week-in-politics/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"This Week in Politics","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/week-in-politics"]},"inactive":false,"node_type":"section","order":{"default":2018},"children":[]},{"_id":"/newsletters/week-in-weed","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/week-in-weed/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"This Week in Weed","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/week-in-weed"]},"inactive":false,"node_type":"section","order":{"default":2019},"children":[]},{"_id":"/newsletters/todays-headlines","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/todays-headlines/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Today's Headlines","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/todays-headlines"]},"inactive":false,"node_type":"section","order":{"default":2020},"children":[]},{"_id":"/newsletters/truth-consequences","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/truth-consequences/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Truth and Consequences","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/truth-consequences"]},"inactive":false,"node_type":"section","order":{"default":2021},"children":[]},{"_id":"/newsletters/varsity-news","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/newsletters/varsity-news/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Varsity News","_website":"bostonglobe","parent":{"default":"/newsletters","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/newsletters"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/newsletters/varsity-news"]},"inactive":false,"node_type":"section","order":{"default":2022},"children":[]}]},{"_id":"/feeds","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/feeds/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":null},"name":"Feeds","_website":"bostonglobe","parent":{"default":"/","Native-app":null,"Native-app-bar":null,"Section-Navigation":null},"ancestors":{"default":["/"],"Native-app":[],"Native-app-bar":[],"Section-Navigation":[]},"_admin":{"alias_ids":["/feeds"]},"inactive":false,"order":{"default":1035},"node_type":"section","children":[{"_id":"/feeds/elections/2020/app","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"site_topper":{"site_logo_image":null},"site":{"site_title":"2020 Election Results","site_tagline":null,"site_description":null,"site_url":"https://www.bostonglobe.com/feeds/elections/2020/app/","pagebuilder_path_for_native_apps":"/feeds/elections/2020/app","site_about":null,"site_keywords":null},"navigation":{"nav_title":"2020 Election Results","display_in_navigation":"true"},"_admin":{"alias_ids":["/feeds/elections/2020/app"]},"_website":"bostonglobe","name":"2020 Election Results","order":{},"parent":{"default":"/feeds","Native-app":null,"Native-app-bar":null},"ancestors":{"default":["/feeds","/feeds/elections","/feeds/elections/2020"],"Native-app":[],"Native-app-bar":[]},"inactive":false,"node_type":"section","children":[]}]},{"_id":"/search","social":{"twitter":null,"rss":null,"facebook":null,"instagram":null},"navigation":{"nav_title":null,"display_in_navigation":"false"},"site":{"site_description":null,"site_about":null,"site_keywords":null,"pagebuilder_path_for_native_apps":"/search/","site_url":null,"site_title":null,"site_tagline":null},"site_topper":{"site_logo_image":"<svg width=\"35\" height=\"40\" viewBox=\"0 0 35 40\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"#000\" fill-rule=\"evenodd\"><path d=\"M12.536 7.336c-4.157 4.573-4.157 12.015 0 16.588 4.158 4.573 10.922 4.573 15.08 0 4.159-4.573 4.158-12.015 0-16.588-4.158-4.574-10.922-4.574-15.08 0zm-2.347-2.58c5.453-5.997 14.323-5.997 19.773 0 5.452 5.996 5.452 15.752.002 21.748-5.452 5.997-14.322 5.997-19.775 0-5.45-5.996-5.45-15.753 0-21.748z\"/><path d=\"M6.314 38.12l7.972-11.845-1.425-1.71-1.425-1.708-9.87 9.566a3.544 3.544 0 0 0-.56.545c-1.341 1.607-1.341 4.216-.001 5.826 1.342 1.608 3.515 1.608 4.856-.002.174-.208.325-.434.453-.672\"/></g></svg>"},"_admin":{"alias_ids":["/search"]},"_website":"bostonglobe","name":"Search","order":{"default":1036,"Hamburger-Menu":1003},"parent":{"default":"/","Native-app":null,"Native-app-bar":null,"Hamburger-Menu":"/","Section-Navigation":null},"ancestors":{"default":["/"],"Native-app":[],"Native-app-bar":[],"Hamburger-Menu":["/"],"Section-Navigation":[]},"inactive":false,"node_type":"section","children":[]}]};Fusion.globalContentConfig={"source":"site-service","query":{"arc-site":"bostonglobe"}};Fusion.lastModified=1732449783115;Fusion.contentCache={"site-service":{"{\"hierarchy\":\"Top-Navigation\"}":{"data":{"children":[{"_id":"/multimedia/epaper","name":"E-Paper","navigation":{"nav_title":"ePaper"},"node_type":"section"},{"_id":"/metro","name":"Metro","navigation":{"display_in_navigation":"true","nav_title":"Metro"},"node_type":"section"},{"_id":"/metro/weather","name":"Weather","navigation":{"display_in_navigation":"true","nav_title":"Weather"},"node_type":"section"},{"_id":"/nation/politics","name":"Politics","navigation":{"nav_title":null},"node_type":"section"},{"_id":"/sports","name":"Sports","navigation":{"display_in_navigation":"true","nav_title":"Sports"},"node_type":"section"},{"_id":"/business","name":"Business","navigation":{"display_in_navigation":"true","nav_title":"Business"},"node_type":"section"},{"_id":"link-3ABLLATNXJEUVCI6MNBAL3UYVE","display_name":"Watch: Globe Today","node_type":"link","url":"/globe-today"},{"_id":"link-ZQNBPYPBP5EVBOWVM66GNHEB6I","display_name":"Puzzles","node_type":"link","url":"/games"},{"_id":"/metro/new-england/rhode-island","name":"Rhode Island","navigation":{"display_in_navigation":"true","nav_title":"Rhode Island"},"node_type":"section"},{"_id":"/magazine","name":"Magazine","navigation":{"display_in_navigation":"true","nav_title":"Globe Magazine"},"node_type":"section"},{"_id":"/opinion","name":"Opinion","navigation":{"nav_title":"Opinion"},"node_type":"section"},{"_id":"link-VUJBNQCE310FHAJUHNREMP38F4","display_name":"Health","node_type":"link","url":"/business/healthcare/"},{"_id":"/arts","name":"Arts","navigation":{"nav_title":null},"node_type":"section"},{"_id":"/lifestyle","name":"Lifestyle","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/metro/education","name":"Education","navigation":{"display_in_navigation":"true","nav_title":"Education"},"node_type":"section"},{"_id":"/metro/new-england/massachusetts/cambridge-somerville","name":"Cambridge and Somerville","navigation":{"display_in_navigation":"true","nav_title":"Camberville"},"node_type":"section"},{"_id":"/metro/money-power-inequality","name":"Money, Power, Inequality","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/metro/investigations/spotlight","name":"Spotlight","navigation":{"nav_title":"Spotlight"},"node_type":"section"},{"_id":"/business/technology","name":"Technology","navigation":{"display_in_navigation":"true","nav_title":""},"node_type":"section"},{"_id":"/science/environment/climate","name":"Climate","navigation":{"display_in_navigation":"true","nav_title":"Climate"},"node_type":"section"},{"_id":"link-cars","display_name":"Cars","node_type":"link","url":"https://boston.com/section/cars?s_campaign=bg:mainnav:cars"},{"_id":"link-real_estate","display_name":"Real Estate","node_type":"link","url":"https://www.boston.com/category/real-estate/"},{"_id":"link-YZJD4R8FT93T387PDK2TW8DKCW","display_name":"Events","node_type":"link","url":"https://globeevents.splashthat.com"}],"site":{"site_description":"Best live news, sports, opinion and entertainment in New England by Globe journalists. Read Spotlight Team investigations plus coverage of Celtics and Patriots.","site_keywords":"News, Massachusetts, New England","site_title":"The Boston Globe - Breaking News, Sports, Games, Obituaries"},"_id":"/"},"expires":1732449863913,"lastModified":1732449563786},"{\"hierarchy\":\"Hamburger-Menu\"}":{"data":{"children":[{"children":[{"_id":"link-HBX4G2RD55FRZCE5AHBKMXDWIM","children":[],"display_name":"Watch: Globe Today","node_type":"link","url":"https://www.bostonglobe.com/globe-today/"},{"_id":"link-YYGTHVPDXFGENFYA4DIGRTIOYE","children":[],"display_name":"Epaper","node_type":"link","url":"https://epaper.bostonglobe.com/html5/reader/production/default.aspx?pubname=&pubid=2c60291d-c20c-4780-9829-b3d9a12687cf"},{"_id":"/sports","children":[{"_id":"/sports/baseball/redsox","name":"Red Sox","navigation":{"nav_title":"Red Sox"},"node_type":"section"},{"_id":"/sports/football/patriots","name":"Patriots","navigation":{"nav_title":null},"node_type":"section"},{"_id":"/sports/hockey/bruins","name":"Bruins","navigation":{"nav_title":null},"node_type":"section"},{"_id":"/sports/basketball/celtics","name":"Celtics","navigation":{"nav_title":null},"node_type":"section"},{"_id":"/sports/soccer/revolution","name":"Revolution","navigation":{"display_in_navigation":"true","nav_title":"Revolution"},"node_type":"section"},{"_id":"/sports/high-schools","name":"High Schools","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/sports/colleges","name":"Colleges","navigation":{"display_in_navigation":"true","nav_title":"Colleges"},"node_type":"section"},{"_id":"/sports/tv-radio","name":"TV & Radio","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"}],"name":"Sports","navigation":{"display_in_navigation":"true","nav_title":"Sports"},"node_type":"section"},{"_id":"/metro","children":[{"_id":"/metro/weather","name":"Weather","navigation":{"display_in_navigation":"true","nav_title":"Weather"},"node_type":"section"},{"_id":"/metro/politics","name":"Politics","navigation":{"display_in_navigation":"true","nav_title":"Politics"},"node_type":"section"},{"_id":"/metro/transportation","name":"Transportation","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/metro/education","name":"Education","navigation":{"display_in_navigation":"true","nav_title":"Education"},"node_type":"section"},{"_id":"/metro/new-england/massachusetts/cambridge-somerville","name":"Cambridge and Somerville","navigation":{"display_in_navigation":"true","nav_title":"Camberville"},"node_type":"section"},{"_id":"/metro/new-england/massachusetts","name":"Massachusetts","navigation":{"display_in_navigation":"true","nav_title":"Around Mass."},"node_type":"section"},{"_id":"/metro/investigations","name":"Investigations","navigation":{"display_in_navigation":"true","nav_title":"Investigations"},"node_type":"section"},{"_id":"/metro/obituaries","name":"Obituaries","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"link-QN3PP70CRH3AD5KA0VJ178DCEG","display_name":"Death Notices","node_type":"link","url":"https://www.legacy.com/us/obituaries/bostonglobe/browse"}],"name":"Metro","navigation":{"display_in_navigation":"true","nav_title":"Metro"},"node_type":"section"},{"_id":"/games","children":[{"_id":"/games/crossword","name":"Crossword","navigation":{"display_in_navigation":"true","nav_title":"Crossword"},"node_type":"section"},{"_id":"/games/mini-crossword","name":"Mini Crossword","navigation":{"display_in_navigation":"true","nav_title":"Mini Crossword"},"node_type":"section"},{"_id":"/games/sudoku","name":"Sudokus","navigation":{"display_in_navigation":"true","nav_title":"Sudokus"},"node_type":"section"},{"_id":"/games/word-flower","name":"Word Flower","navigation":{"display_in_navigation":"true","nav_title":"Word Flower"},"node_type":"section"},{"_id":"/games/wordrow","name":"WordroW","navigation":{"display_in_navigation":"true","nav_title":"WordroW"},"node_type":"section"},{"_id":"/games/jigsaw","name":"Jigsaw","navigation":{"display_in_navigation":"true","nav_title":"Jigsaw"},"node_type":"section"}],"name":"Games","navigation":{"display_in_navigation":"true","nav_title":"Games & Puzzles"},"node_type":"section"},{"_id":"/business","children":[{"_id":"link-ZDJ4P7VTWVFOPNQCBNWMMUBUDY","display_name":"Tech Power Players","node_type":"link","url":"https://www.bostonglobe.com/business/tech-power-players/2024/"},{"_id":"/business/technology","name":"Technology","navigation":{"display_in_navigation":"true","nav_title":""},"node_type":"section"},{"_id":"/business/economy","name":"Economy","navigation":{"display_in_navigation":"true","nav_title":""},"node_type":"section"},{"_id":"/business/real-estate/residential","name":"Housing","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/business/real-estate","name":"Real Estate","navigation":{"display_in_navigation":"true","nav_title":"Real Estate"},"node_type":"section"},{"_id":"/business/jobs","name":"Jobs","navigation":{"display_in_navigation":"true","nav_title":""},"node_type":"section"},{"_id":"/business/biotech","name":"Biotech","navigation":{"display_in_navigation":"true","nav_title":""},"node_type":"section"},{"_id":"/business/future-of-work","name":"Future of Work","navigation":{"display_in_navigation":"true","nav_title":"Future of Work"},"node_type":"section"},{"_id":"/business/fine-print","name":"The Fine Print","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/business/bold-types","name":"Bold Types","navigation":{"display_in_navigation":"true","nav_title":"Bold Types"},"node_type":"section"}],"name":"Business","navigation":{"display_in_navigation":"true","nav_title":"Business"},"node_type":"section"},{"_id":"/nation/politics","children":[{"_id":"/nation/politics/elections","name":"Elections","navigation":{"display_in_navigation":"true","nav_title":"2024 Election"},"node_type":"section"}],"name":"Politics","navigation":{"nav_title":null},"node_type":"section"},{"_id":"/metro/money-power-inequality","children":[],"name":"Money, Power, Inequality","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/science/environment/climate","children":[],"name":"Climate","navigation":{"display_in_navigation":"true","nav_title":"Climate"},"node_type":"section"},{"_id":"/metro/investigations/spotlight","children":[],"name":"Spotlight","navigation":{"nav_title":"Spotlight"},"node_type":"section"},{"_id":"/opinion","children":[{"_id":"/opinion/ideas","name":"Ideas","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/opinion/columns","name":"Columns","navigation":{"display_in_navigation":"true","nav_title":"Columns and Op-eds"},"node_type":"section"},{"_id":"/opinion/editorials","name":"Editorials","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/opinion/letters","name":"Letters","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/opinion/cartoons","name":"Cartoons","navigation":{"display_in_navigation":"true","nav_title":"Cartoons"},"node_type":"section"},{"_id":"link-BA6JUWB7WZHTHMUBLUGUOLSPP4","display_name":"Say More podcast","node_type":"link","url":"https://www.bostonglobe.com/opinion/podcasts/say-more/"}],"name":"Opinion","navigation":{"nav_title":"Opinion"},"node_type":"section"},{"_id":"/metro/new-england/new-hampshire","children":[{"_id":"/metro/new-england/new-hampshire/business","name":"Business","navigation":{"display_in_navigation":"true","nav_title":"Business"},"node_type":"section"},{"_id":"/metro/new-england/new-hampshire/politics","name":"Politics","navigation":{"display_in_navigation":"true","nav_title":"Politics"},"node_type":"section"},{"_id":"/metro/new-england/new-hampshire/education","name":"Education","navigation":{"display_in_navigation":"true","nav_title":"Education"},"node_type":"section"},{"_id":"/metro/new-england/new-hampshire/crime","name":"Crime","navigation":{"display_in_navigation":"true","nav_title":"Crime"},"node_type":"section"},{"_id":"/metro/new-england/new-hampshire/health","name":"Health","navigation":{"display_in_navigation":"true","nav_title":"Health"},"node_type":"section"},{"_id":"/metro/new-england/new-hampshire/commentary","name":"Commentary","navigation":{"display_in_navigation":"true","nav_title":"Commentary"},"node_type":"section"}],"name":"New Hampshire","navigation":{"display_in_navigation":"true","nav_title":"New Hampshire"},"node_type":"section"},{"_id":"/metro/new-england/rhode-island","children":[{"_id":"/metro/new-england/rhode-island/things-to-do","name":"Rhode Island Things to Do","navigation":{"display_in_navigation":"true","nav_title":"Things to Do"},"node_type":"section"},{"_id":"/metro/new-england/rhode-island/podcast","name":"Rhode Island Podcast","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/metro/new-england/rhode-island/food-dining","name":"Rhode Island Food & Dining","navigation":{"display_in_navigation":"true","nav_title":"RI Food & Dining"},"node_type":"section"},{"_id":"/metro/new-england/rhode-island/politics","name":"Rhode Island Politics","navigation":{"display_in_navigation":"true","nav_title":"Politics"},"node_type":"section"},{"_id":"/metro/new-england/rhode-island/business","name":"Rhode Island Business","navigation":{"display_in_navigation":"true","nav_title":"Business"},"node_type":"section"},{"_id":"/metro/new-england/rhode-island/arts","name":"Rhode Island Arts","navigation":{"display_in_navigation":"true","nav_title":"Arts"},"node_type":"section"},{"_id":"/metro/new-england/rhode-island/crime","name":"Rhode Island Crime","navigation":{"display_in_navigation":"true","nav_title":"Crime"},"node_type":"section"}],"name":"Rhode Island","navigation":{"display_in_navigation":"true","nav_title":"Rhode Island"},"node_type":"section"},{"_id":"/world","children":[],"name":"World","navigation":{"nav_title":null},"node_type":"section"},{"_id":"/nation/special-reports/coronavirus","children":[],"name":"COVID-19","navigation":{"display_in_navigation":"true","nav_title":"COVID"},"node_type":"section"},{"_id":"/magazine","children":[{"_id":"/magazine/miss-conduct","name":"Miss Conduct","navigation":{"display_in_navigation":"true","nav_title":"Miss Conduct"},"node_type":"section"},{"_id":"/magazine/dinner-with-cupid","name":"Dinner With Cupid","navigation":{"display_in_navigation":"true","nav_title":"Dinner with Cupid"},"node_type":"section"},{"_id":"/magazine/perspective","name":"Perspective","navigation":{"display_in_navigation":"true","nav_title":"Perspective"},"node_type":"section"},{"_id":"/magazine/women-and-power/2023","name":"Women and Power 2023","navigation":{"display_in_navigation":"true","nav_title":"Women & Power 2023"},"node_type":"section"}],"name":"Magazine","navigation":{"display_in_navigation":"true","nav_title":"Globe Magazine"},"node_type":"section"},{"_id":"/lifestyle","children":[{"_id":"/metro/special-reports/a-beautiful-resistance","name":"A Beautiful Resistance","navigation":{"display_in_navigation":null,"nav_title":"A Beautiful Resistance"},"node_type":"section"},{"_id":"/lifestyle/food-dining","name":"Food & Dining","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/games-comics/comics","name":"Comics","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/games-comics/crossword","name":"Crossword","navigation":{"nav_title":null},"node_type":"section"},{"_id":"link-F50RT4T6M11VV2CNRB6BZVXVFR","display_name":"Games","node_type":"link","url":"/games/"},{"_id":"/lifestyle/travel","name":"Travel","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/lifestyle/names","name":"Names","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"link-Q2D6QE5Z714FQ8CZYVJ47BB31G","display_name":"Love Letters","node_type":"link","url":"https://www.bostonglobe.com/lifestyle/relationships/love-letters/"},{"_id":"link-P1P5NH9KQT2BTCE6K3WRU3DXXW","display_name":"Real Estate","node_type":"link","url":"https://www.boston.com/category/real-estate/?p1=header_mainnav"}],"name":"Lifestyle","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/arts","children":[{"_id":"/arts/books","name":"Books","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/arts/movies","name":"Movies","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/arts/music","name":"Music","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/arts/tv","name":"Television","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/arts/visual-arts","name":"Visual Arts","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"/arts/performing-arts","name":"Theater/Dance","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"}],"name":"Arts","navigation":{"nav_title":null},"node_type":"section"},{"_id":"link-EBHDPF7W453XBCV6AM2YP6EKCM","children":[],"display_name":"Cars","node_type":"link","url":"https://www.boston.com/category/cars/?s_campaign=bg:bgmenu:cars"},{"_id":"link-real_estate","children":[],"display_name":"Real Estate","node_type":"link","url":"https://www.boston.com/category/real-estate/"},{"_id":"link-CTEDYF2J312HH1DJ6N565YWRN8","children":[],"display_name":"Events","node_type":"link","url":"https://globeevents.splashthat.com"}],"name":"Sections","navigation":{"nav_title":null},"node_type":"section","site_topper":{"site_logo_image":"<svg width=\"20\" height=\"20\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.314 10.916l-.068 4.873c-.507.27-.845.44-1.32.777-.372-.236-.744-.474-1.184-.745V9.528l2.572 1.388zm.373-4.232c0 .744-.677 1.117-2.945 2.54v-2.17c0-1.082.068-1.69.1-2.132h-.472c.067.474.102 1.05.102 2.133v8.633c-1.423-.848-3.15-1.728-4.977-1.863 1.727-.982 3.452-2.302 3.452-4.233v-4.23c0-1.354.542-2.167 1.964-3.385a61.06 61.06 0 0 1 2.44 3.858c.203.338.34.677.34.846l-.003.004zm-4.434-5.28l-.068-.204c-1.422 0-2.2-.17-2.946-.304C7.53.794 6.92.658 6.072.658c-2.235 0-3.69 1.152-3.69 3.013 0 .78.168 1.22.676 1.797l.202-.203c-.27-.34-.405-.678-.405-1.05 0-.812.676-1.523 2.165-1.523 1.118 0 2.133.204 3.013.407C6.14 4.483 4.99 5.5 4.99 8.444c-.272-.102-.644-.17-1.152-.17-1.42 0-2.166.95-2.166 1.862 0 .407.1.848.373 1.152l.237-.135c-.102-.204-.17-.407-.17-.61 0-.61.474-1.083 1.354-1.083.78 0 1.354.338 1.624.813 0 2.064-.405 3.114-1.488 3.114v.236c1.624 0 3.588-1.184 3.588-3.08v-3.79c0-3.116 1.828-4.57 4.063-5.35zm7.075 8.563L15.314 7.97c1.15-.71 1.524-.914 1.93-1.218.71-.508.914-.813.914-1.117 0-.238-.1-.677-.643-1.49-.677-1.016-1.32-1.997-2.674-3.892-1.894 1.286-2.943 2.063-4.94 3.622A3.707 3.707 0 0 0 8.48 6.82c0 .44.034 2.707.034 4.196 0 1.15-.202 1.76-1.42 2.775-2.945 0-4.706 1.898-4.706 3.793 0 .813.27 1.66.88 2.335l.204-.204a2.693 2.693 0 0 1-.677-1.793c0-1.016.746-2.133 3.08-2.133 2.574 0 4.977 1.76 6.365 2.607 1.997-1.693 3.25-2.404 5.822-3.252v-4.298c0-.304.1-.608.27-.88l-.002.003z\"/><image/></svg>"}},{"children":[{"_id":"link-ED817H7DR51YN7HCWY3M9K6630","children":[],"display_name":"Search","node_type":"link","url":"https://www.bostonglobe.com/search/"}],"name":"Search","navigation":{"nav_title":null},"node_type":"section","site_topper":{"site_logo_image":"<svg width=\"35\" height=\"40\" viewBox=\"0 0 35 40\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"#000\" fill-rule=\"evenodd\"><path d=\"M12.536 7.336c-4.157 4.573-4.157 12.015 0 16.588 4.158 4.573 10.922 4.573 15.08 0 4.159-4.573 4.158-12.015 0-16.588-4.158-4.574-10.922-4.574-15.08 0zm-2.347-2.58c5.453-5.997 14.323-5.997 19.773 0 5.452 5.996 5.452 15.752.002 21.748-5.452 5.997-14.322 5.997-19.775 0-5.45-5.996-5.45-15.753 0-21.748z\"/><path d=\"M6.314 38.12l7.972-11.845-1.425-1.71-1.425-1.708-9.87 9.566a3.544 3.544 0 0 0-.56.545c-1.341 1.607-1.341 4.216-.001 5.826 1.342 1.608 3.515 1.608 4.856-.002.174-.208.325-.434.453-.672\"/></g></svg>"}},{"children":[{"_id":"link-G5QJ65OFURFJ3FN5JYD2ELAMWI","children":[],"display_name":"ePaper","node_type":"link","url":"https://epaper.bostonglobe.com/html5/reader/production/default.aspx?pubname=&pubid=2c60291d-c20c-4780-9829-b3d9a12687cf"}],"name":"E-Paper","navigation":{"nav_title":"ePaper"},"node_type":"section","site_topper":{"site_logo_image":"<svg width=\"38\" height=\"38\" viewBox=\"0 0 38 38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M36.91 0.209961C37.4 0.209961 37.79 0.599961 37.79 1.08996V33.97C37.79 36.1 36.11 37.79 33.97 37.79H4.31996C2.01996 37.79 0.209961 35.98 0.209961 33.68V7.25996C0.209961 6.60996 0.739961 6.08996 1.37996 6.08996H6.07996V1.08996C6.07996 0.599961 6.46996 0.209961 6.95996 0.209961H36.91ZM6.07996 8.42996H2.55996V33.67C2.55996 34.67 3.31996 35.43 4.31996 35.43C5.31996 35.43 6.07996 34.67 6.07996 33.67V8.42996ZM19.59 31.33H12.55C12.06 31.33 11.67 31.72 11.67 32.21C11.67 32.7 12.06 33.09 12.55 33.09H19.59C20.08 33.09 20.47 32.7 20.47 32.21C20.47 31.72 20.07 31.33 19.59 31.33ZM31.62 26.63H23.99C23.5 26.63 23.11 27.02 23.11 27.51V32.21C23.11 32.7 23.5 33.09 23.99 33.09H31.62C32.11 33.09 32.5 32.7 32.5 32.21V27.51C32.5 27.03 32.11 26.63 31.62 26.63ZM19.59 26.63H12.55C12.06 26.63 11.67 27.02 11.67 27.51C11.67 28 12.06 28.39 12.55 28.39H19.59C20.08 28.39 20.47 28 20.47 27.51C20.47 27.03 20.07 26.63 19.59 26.63ZM31.62 21.64H12.54C12.05 21.64 11.66 22.03 11.66 22.52C11.66 23.01 12.05 23.4 12.54 23.4H31.62C32.11 23.4 32.5 23.01 32.5 22.52C32.5 22.04 32.11 21.64 31.62 21.64ZM21.94 5.49996H12.55C12.06 5.49996 11.67 5.88996 11.67 6.37996V17.53C11.67 18.02 12.06 18.41 12.55 18.41H21.94C22.43 18.41 22.82 18.02 22.82 17.53V6.37996C22.82 5.88996 22.42 5.49996 21.94 5.49996ZM31.62 15.77H26.63C26.14 15.77 25.75 16.16 25.75 16.65C25.75 17.14 26.14 17.53 26.63 17.53H31.62C32.11 17.53 32.5 17.14 32.5 16.65C32.5 16.17 32.11 15.77 31.62 15.77ZM31.62 11.07H26.63C26.14 11.07 25.75 11.46 25.75 11.95C25.75 12.44 26.14 12.83 26.63 12.83H31.62C32.11 12.83 32.5 12.44 32.5 11.95C32.5 11.47 32.11 11.07 31.62 11.07ZM31.62 6.37996H26.63C26.14 6.37996 25.75 6.76996 25.75 7.25996C25.75 7.74996 26.14 8.13996 26.63 8.13996H31.62C32.11 8.13996 32.5 7.74996 32.5 7.25996C32.5 6.76996 32.11 6.37996 31.62 6.37996Z\" fill=\"black\"/> </svg>"}},{"children":[{"_id":"link-V6IAOA6FTBEM5PGDT7KBYAMVME","children":[],"display_name":"Murder in Boston","node_type":"link","url":"https://apps.bostonglobe.com/metro/investigations/2023/12/charles-stuart/murder-in-boston-charles-stuart-podcast/"},{"_id":"link-love_letters","children":[],"display_name":"Love Letters","node_type":"link","url":"https://www.boston.com/love-letters-podcast/"},{"_id":"/opinion/podcasts/say-more","children":[],"name":"Say More","navigation":{"display_in_navigation":"true","nav_title":"Say More"},"node_type":"section"},{"_id":"link-QJLTARIOXJFZHPC4HHOPCKK7YE","children":[],"display_name":"Rhode Island Report","node_type":"link","url":"https://www.bostonglobe.com/metro/new-england/rhode-island/podcast/"},{"_id":"/magazine/special-reports/prostate-cancer","children":[],"name":"Mr. 80 Percent","navigation":{"display_in_navigation":"true","nav_title":"Mr. 80 Percent"},"node_type":"section"},{"_id":"link-D1KE5W4CDD6TK0F4XNH7DC2G74","children":[],"display_name":"Gladiator","node_type":"link","url":"https://apps.bostonglobe.com/spotlight/gladiator/"},{"_id":"link-7P3YQ9RPCN50H0B85QB0P05JKG","children":[],"display_name":"STAT: The Readout Loud","node_type":"link","url":"https://www.statnews.com/readout-loud/"},{"_id":"link-CSG3BTOU4VEBBB5DGMTFTZ24XQ","children":[],"display_name":"The Globe","node_type":"link","url":"https://www.bostonglobe.com/multimedia/audio/podcast/globe-podcast/"},{"_id":"link-XH4T3UCG691XD6TXFDU18XUR24","children":[],"display_name":"All Podcasts","node_type":"link","url":"https://www.bostonglobe.com/podcasts"}],"name":"Podcasts","navigation":{"nav_title":null},"node_type":"section","site_topper":{"site_logo_image":"<svg width=\"29\" height=\"40\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"#000\" fill-rule=\"evenodd\"><path d=\"M16.74 16.889c-.214 0-.385-.191-.385-.426 0-.236.17-.427.386-.427h2.473v-.805H16.74c-.215 0-.386-.19-.386-.427 0-.236.17-.426.386-.426h2.473v-.357c0-.151-.01-.3-.022-.447h-2.451c-.215 0-.386-.193-.386-.428s.17-.425.386-.425h2.327c-.53-2.382-2.465-4.15-4.781-4.15-2.312 0-4.246 1.76-4.777 4.13h2.32c.215 0 .387.192.387.427s-.172.426-.386.426H9.379c-.012.154-.02.309-.02.467v.338h2.472c.214 0 .386.191.386.427 0 .235-.172.425-.386.425H9.359v.808h2.472c.214 0 .386.19.386.425 0 .237-.172.428-.386.428H9.359l.001 1.865h9.854V16.89H16.74zm-7.381 6.56c0 3.01 2.204 5.451 4.923 5.451 2.727 0 4.932-2.441 4.932-5.45v-2.896H9.36l-.001 2.896zm6.193 13.746h5.07c.7 0 1.267.63 1.267 1.403 0 .774-.566 1.402-1.267 1.402H7.95c-.7 0-1.27-.628-1.27-1.402 0-.773.57-1.403 1.27-1.403h5.068v-4.302c-4.967-.718-7.304-5.624-7.304-8.317V20.67c0-.773.573-1.402 1.27-1.402.698 0 1.268.629 1.268 1.402v3.905c.005.569 1.151 5.609 6.033 5.609 5.012 0 6.035-5.38 6.035-5.61v-3.904c0-.773.569-1.402 1.267-1.402s1.27.629 1.27 1.402v3.905c0 2.693-2.335 7.6-7.305 8.317v4.302zM5.04 14.286c-.417 0-.754-.293-.754-.653 0-7.814 5.896-9.629 6.146-9.702.395-.116.823.067.957.409.133.34-.077.71-.47.827-.215.065-5.124 1.633-5.124 8.466 0 .36-.338.653-.755.653\"/><path d=\"M.778 14.286c-.43 0-.778-.288-.778-.643C0 2.667 8.607.136 8.973.034c.407-.114.848.067.986.403.137.335-.08.7-.485.814-.327.093-7.919 2.381-7.919 12.392 0 .355-.348.643-.777.643\"/><g><path d=\"M23.531 14.286c.417 0 .755-.293.755-.653 0-7.814-5.896-9.629-6.147-9.702-.395-.116-.823.067-.956.409-.133.34.077.71.47.827.214.065 5.124 1.633 5.124 8.466 0 .36.338.653.754.653\"/><path d=\"M27.794 14.286c.43 0 .777-.288.777-.643 0-10.976-8.606-13.507-8.973-13.609-.407-.114-.848.067-.985.403-.138.335.08.7.485.814.326.093 7.918 2.381 7.918 12.392 0 .355.348.643.778.643\"/></g></g></svg>"}},{"children":[{"_id":"link-MZ5HWTVFHN7YNA4UUEAARNAHHG","children":[],"display_name":"Today's Headlines","node_type":"link","url":"https://cloudpages.bostonglobe.com/TodaysHeadlinesSU"},{"_id":"link-GKVRM6XUAH68B8875HFUW5WTJ0","children":[],"display_name":"Breaking News Alerts","node_type":"link","url":"https://cloudpages.bostonglobe.com/BreakingNewsSU"},{"_id":"/newsletters/starting-point","children":[],"name":"Starting Point","navigation":{"display_in_navigation":"true","nav_title":null},"node_type":"section"},{"_id":"link-A5WN31DF1X31TBJATURMAUB62G","children":[],"display_name":"Today in Opinion","node_type":"link","url":"https://www.bostonglobe.com/2023/01/03/opinion/sign-up-today-opinion/"},{"_id":"link-EG2DZXB2BH36B7ZZQQ0YA6E928","children":[],"display_name":"Globe's Most Popular","node_type":"link","url":"https://cloudpages.bostonglobe.com/PopularSU"},{"_id":"link-XIUAHFJS75CVNKLBTDTL6YFMBU","children":[],"display_name":"Camberville & beyond","node_type":"link","url":"https://www.bostonglobe.com/2023/09/27/metro/cambridge-somerville-and-boston-surrounding-areas/"},{"_id":"link-HAYY5UYJXRAILOBQUUMMVMCNQY","children":[],"display_name":"Rhode Island News","node_type":"link","url":"https://mailchi.mp/bostonglobe.com/rhode-island-e-mail-alerts-signup-page"},{"_id":"link-L3I2EDNUTFB7RIOYGSFIRENEX4","children":[],"display_name":"New Hampshire News","node_type":"link","url":"https://cloudpages.bostonglobe.com/NHMorningSU"},{"_id":"link-15DW37143N4HD0ZR8QMBKF1QB8","children":[],"display_name":"All Newsletters","node_type":"link","url":"https://www.bostonglobe.com/newsletters"}],"name":"Newsletters","navigation":{"nav_title":null},"node_type":"section","site_topper":{"site_logo_image":"<?xml version=\"1.0\" encoding=\"UTF-8\"?> <svg width=\"56px\" height=\"40px\" viewBox=\"0 0 56 40\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"> <!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --> <title>email</title> <desc>Created with Sketch.</desc> <defs></defs> <g id=\"Page-1\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"> <g id=\"icons\" transform=\"translate(-704.000000, -1268.000000)\" fill=\"#000000\"> <g id=\"email\" transform=\"translate(704.000000, 1268.000000)\"> <path d=\"M30.0973948,26.11455 C29.5279132,26.6837424 28.8233999,26.9797225 28.0014677,26.9797225 C27.2000839,26.9797225 26.4750223,26.6865884 25.8879279,26.11455 L20.627562,21.0316613 L1.03328616,40 L54.9520365,40 L35.3900508,21.0316613 L30.0973948,26.11455 L30.0973948,26.11455 Z M55.9970645,1.01316258 L36.4321434,20.0241907 L56,38.9782995 L55.9970645,1.01316258 Z M26.9681816,25.1526147 C27.2470514,25.4201352 27.5846307,25.5567414 28.0014677,25.5567414 C28.4271112,25.5567414 28.7705614,25.4144433 29.0494313,25.1497688 L54.9813912,0 L1.03328616,0 L26.9652461,25.1526147 L26.9681816,25.1526147 Z M0,38.9811455 L19.5884049,20.0213447 L0,1.01031661 L0,38.9811455 Z\"></path> </g> </g> </g> </svg>"}},{"children":[{"_id":"/todays-paper","children":[],"name":"Today's Paper","navigation":{"display_in_navigation":"false","nav_title":null},"node_type":"section"},{"_id":"link-Y25BWKP29D06Z6373J9MNRF4XW","children":[],"display_name":"Games & Puzzles","node_type":"link","url":"/games"},{"_id":"link-YY86ZQBY2X4VVB48HE22DV4HCW","children":[],"display_name":"Magazine","node_type":"link","url":"https://www.bostonglobe.com/magazine/"},{"_id":"link-0GQGX7CAXX0DN5GTTM3APMV570","children":[],"display_name":"Obituaries","node_type":"link","url":"/metro/obituaries"},{"_id":"link-9UHKWZAD2X6PX225Z2H7CGK5A8","children":[],"display_name":"Comics","node_type":"link","url":"/games-comics/comics"},{"_id":"link-94FN8VT3GH24KFD7890M1CGPG8","children":[],"display_name":"Events","node_type":"link","url":"https://globeevents.splashthat.com/"},{"_id":"link-7W2C0VW0A50CD9CYK75JNM4728","children":[],"display_name":"Manage my Account","node_type":"link","url":"https://manage.bostonglobe.com/cs/mc/login.aspx"}],"name":"More","navigation":{"nav_title":null},"node_type":"section","site_topper":{"site_logo_image":"<svg width=\"41\" height=\"41\" viewBox=\"0 0 41 41\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23.443 17.318h16.744V.576H23.444v16.742zM0 17.318h16.741V.576H0v16.742zM23.443 40.76h16.744V24.016H23.444V40.76zM0 40.76h16.741V24.016H0V40.76z\" fill=\"#000\" fill-rule=\"evenodd\"/></svg>"}}],"site":{"site_description":"Best live news, sports, opinion and entertainment in New England by Globe journalists. Read Spotlight Team investigations plus coverage of Celtics and Patriots.","site_keywords":"News, Massachusetts, New England","site_title":"The Boston Globe - Breaking News, Sports, Games, Obituaries"},"_id":"/"},"expires":1732449948773,"lastModified":1732449648474},"{\"hierarchy\":\"Footer-Logged-In\"}":{"data":{"children":[{"_id":"/my-account","children":[{"_id":"link-K2YYXDRNSRFC5KBF4LWUAWB52Q","display_name":"Log In","node_type":"link","url":"https://www.bostonglobe.com/login"},{"_id":"link-OBSJHQAYINGR7OASAA3OJBVKGY","display_name":"Manage My Account","node_type":"link","url":"https://manage.bostonglobe.com/cs/mc/login.aspx"},{"_id":"link-YTXKDPNYBRAL3GKO6OHSN4YXX4","display_name":"Customer Service","node_type":"link","url":"https://www.bostonglobe.com/bgcs"},{"_id":"link-RHZBKB63PBG2BFO2S4QBXA3WOY","display_name":"Delivery Issues","node_type":"link","url":"https://isd-chatterbox.com/BostonGlobe/TransactionType.aspx"},{"_id":"link-FSYUSKCLLJDFZEJD5GDQVKZ5RY","display_name":"Feedback","node_type":"link","url":"https://www.research.net/r/G653HPY"}],"name":"My Account","navigation":{"display_in_navigation":null}},{"_id":"/contact","children":[{"_id":"link-QH7CQJAUCFEB5FI7A67LULQTGE","display_name":"Help & FAQs","node_type":"link","url":"https://customerservice.bostonglobe.com/hc/en-us"},{"_id":"/about/staff-list","name":"Staff List","navigation":{"nav_title":null},"node_type":"section"},{"_id":"link-MJYAH6PSDNDTZEXLAI5W77JX74","display_name":"Advertise","node_type":"link","url":"https://www.bostonglobemedia.com/"}],"name":"Contact","navigation":{"display_in_navigation":"true"}},{"_id":"/about/help/terms","children":[{"_id":"/about/help/privacy-policy","name":"Privacy Policy","navigation":{"nav_title":null},"node_type":"section"},{"_id":"/about/help/terms-service","name":"Terms of Service","navigation":{"nav_title":null},"node_type":"section"},{"_id":"/about/help/terms-purchase","name":"Terms of Purchase","navigation":{"nav_title":null},"node_type":"section"}],"name":"Terms","navigation":{"display_in_navigation":"true"}},{"_id":"/more-about","children":[{"_id":"link-N3NDJDNJJBCEFKBTNORR3KMNZU","display_name":"Newsletters","node_type":"link","url":"https://www.bostonglobe.com/newsletters"},{"_id":"link-MIY5U4PETZGW3LF3RMBIEROGMU","display_name":"View the ePaper","node_type":"link","url":"https://epaper.bostonglobe.com/launch.aspx?pbid=2c60291d-c20c-4780-9829-b3d9a12687cf"},{"_id":"link-C4BFFF7KBJDJHPYLNMQBKHS6HU","display_name":"Order Back Issues","node_type":"link","url":"https://payment.bostonglobe.com/back-issues"},{"_id":"link-2FYM5BYX3ZFPRLI2YTBYJ57NEA","display_name":"News in Education","node_type":"link","url":"https://nieonline.com/bostonglobe/"},{"_id":"link-SP5K5P7DYRGHRJGPBVLGNHLGKU","display_name":"Search the Archives","node_type":"link","url":"https://pages.bostonglobe.com/login/archive?p1=BGFooter"},{"_id":"link-LE6RTP3WJBF6PFGVORVJ54H5TE","display_name":"Contact","node_type":"link","url":"https://www.bostonglobe.com/contact/"},{"_id":"link-QBATD2BUUFCCPBTN6DQLV52AW4","display_name":"Work at Boston Globe Media","node_type":"link","url":"https://bostonglobemediapartners.applytojob.com/"},{"_id":"/about/help/internship","name":"Internship Program","navigation":{"nav_title":null},"node_type":"section"},{"_id":"/about/help/coop","name":"Co-op Program","navigation":{"nav_title":null},"node_type":"section"},{"_id":"link-HTAJEHCJXFHINCFLUQTEDXVMSM","display_name":"Do Not Sell My Personal Information","node_type":"link","url":"https://www.bostonglobe.com/about/help/privacy-policy/?showform=true"}],"name":"More","navigation":{"display_in_navigation":null}}],"site":{"site_description":"Best live news, sports, opinion and entertainment in New England by Globe journalists. Read Spotlight Team investigations plus coverage of Celtics and Patriots.","site_keywords":"News, Massachusetts, New England","site_title":"The Boston Globe - Breaking News, Sports, Games, Obituaries"},"_id":"/"},"expires":1732449948818,"lastModified":1732449648651},"{\"hierarchy\":\"Footer\"}":{"data":{"children":[{"_id":"/subscribe-now","children":[{"_id":"link-digital_access","display_name":"Digital Access","node_type":"link","url":"https://subscribe.bostonglobe.com/B7663/"},{"_id":"link-home_delivery","display_name":"Home Delivery","node_type":"link","url":"https://subscribe.bostonglobe.com/B5232/"},{"_id":"link-gift_subscription","display_name":"Gift Subscriptions","node_type":"link","url":"https://manage.bostonglobe.com/gift/gift.html"}],"name":"Subscribe Now","navigation":{"display_in_navigation":"true"}},{"_id":"/my-account","children":[{"_id":"link-log_in","display_name":"Log In","node_type":"link","url":"https://www.bostonglobe.com/login"},{"_id":"link-login","display_name":"Manage My Account","node_type":"link","url":"https://manage.bostonglobe.com/cs/mc/login.aspx"},{"_id":"link-customer_service","display_name":"Customer Service","node_type":"link","url":"https://www.bostonglobe.com/bgcs"},{"_id":"link-2MF3LQUKMVH7FNOYMVAJRIJ2A4","display_name":"Delivery Issues","node_type":"link","url":"https://isd-chatterbox.com/BostonGlobe/TransactionType.aspx"},{"_id":"link-T6PFH4SIXVEFRE5XNBCJ76XKYQ","display_name":"Feedback","node_type":"link","url":"https://www.research.net/r/G653HPY"}],"name":"My Account","navigation":{"display_in_navigation":null}},{"_id":"/contact","children":[{"_id":"link-YWN3TZ9M493VZ3944733F2BZ28","display_name":"Help & FAQs","node_type":"link","url":"https://customerservice.bostonglobe.com/hc/en-us"},{"_id":"/about/staff-list","name":"Staff List","navigation":{"nav_title":null},"node_type":"section"},{"_id":"link-6VD30983G50CVDR7BQ608GXEAM","display_name":"Advertise","node_type":"link","url":"https://www.bostonglobemedia.com/"}],"name":"Contact","navigation":{"display_in_navigation":"true"}},{"_id":"/more-about","children":[{"_id":"link-newsletters","display_name":"Newsletters","node_type":"link","url":"https://www.bostonglobe.com/newsletters"},{"_id":"link-view_the_epaper","display_name":"View the ePaper","node_type":"link","url":"https://epaper.bostonglobe.com/launch.aspx?pbid=2c60291d-c20c-4780-9829-b3d9a12687cf"},{"_id":"link-X9YHRB6V9N60ZCRPAQJWN5WEM4","display_name":"Order Back Issues","node_type":"link","url":"https://payment.bostonglobe.com/back-issues"},{"_id":"link-news_in_education","display_name":"News in Education","node_type":"link","url":"https://nieonline.com/bostonglobe/"},{"_id":"link-search_the_archives","display_name":"Search the Archives","node_type":"link","url":"https://pages.bostonglobe.com/login/archive?p1=BGFooter"},{"_id":"/about/help/privacy-policy","name":"Privacy Policy","navigation":{"nav_title":null},"node_type":"section"},{"_id":"/about/help/terms-service","name":"Terms of Service","navigation":{"nav_title":null},"node_type":"section"},{"_id":"/about/help/terms-purchase","name":"Terms of Purchase","navigation":{"nav_title":null},"node_type":"section"},{"_id":"link-27P7ZXHXJ5HCLDSHF7J7RVMBXA","display_name":"Contact","node_type":"link","url":"https://www.bostonglobe.com/contact/"},{"_id":"link-work_at_boston_globe_media","display_name":"Work at Boston Globe Media","node_type":"link","url":"https://globe.rec.pro.ukg.net/BOS1501BGMP/JobBoard/3ebc7d47-2d31-4b8d-817d-db673315517a/?q=&o=postedDateDesc"},{"_id":"/about/help/internship","name":"Internship Program","navigation":{"nav_title":null},"node_type":"section"},{"_id":"/about/help/coop","name":"Co-op Program","navigation":{"nav_title":null},"node_type":"section"},{"_id":"link-6LR3PEKOHVGMNEX4T3V2CHKTAU","display_name":"Do Not Sell My Personal Information","node_type":"link","url":"https://www.bostonglobe.com/about/help/privacy-policy/?showform=true"}],"name":"More","navigation":{"display_in_navigation":null}}],"site":{"site_description":"Best live news, sports, opinion and entertainment in New England by Globe journalists. Read Spotlight Team investigations plus coverage of Celtics and Patriots.","site_keywords":"News, Massachusetts, New England","site_title":"The Boston Globe - Breaking News, Sports, Games, Obituaries"},"_id":"/"},"expires":1732449816279,"lastModified":1732449516160}},"content-api":{"{\"published\":true,\"website_url\":\"/2024/11/24/metro/thanksgiving-forecast-new-england-noreaster/\"}":{"data":{"_id":"BPNIA3UXJ5GV3KF335OV7WJQ4A","canonical_url":"/2024/11/24/metro/thanksgiving-forecast-new-england-noreaster/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Timing of this storm is looking like late Thanksgiving night through much of Black Friday could get messy."},"display_date":"2024-11-24T11:00:00Z","headlines":{"basic":"Potential Thanksgiving nor’easter looms for much of New England","native":"Thanksgiving forecast new england noreaster"},"label":{"storycard":{"text":"Forecast | Ken Mahan"}},"last_updated_date":"2024-11-24T12:00:39.334Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"672f07633db86f920db0bffb7cb147e8465090739c3977266047867300552822"},"caption":"This storm system will have a rainy side and snowy side as it passes through New England.","credits":{"by":[{"name":"Boston Globe"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/HOXWJWOPCZEDHBR73Z6MDMHCU4.png","width":1298}},"publish_date":"2024-11-24T12:00:39.08Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"R6TPUEPBNVBYRJ2IS73CBOC5X4"},"taxonomy":{"primary_section":{"name":"Weather"}},"type":"story"},"expires":1732449944408,"lastModified":1732449644081},"{\"published\":true,\"website_url\":\"/2024/11/23/metro/teachers-strikes-continue-beverly-marblehead/\"}":{"data":{"_id":"D6OSKZECV5B7ZLMEH3CZRDDCAA","canonical_url":"/2024/11/23/metro/teachers-strikes-continue-beverly-marblehead/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Governor Maura Healey has urged the sides to strike a deal this weekend or develop plans to reopen schools so students can return to classes Monday while the talks continue."},"display_date":"2024-11-24T04:07:54.311Z","headlines":{"basic":"Teachers strikes continue in Beverly, Marblehead as Sunday deadline nears ","native":"teachers strikes continue beverly marblehead"},"label":{},"last_updated_date":"2024-11-24T04:07:54.505Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"a181871edddc8daf1aa3621190cf1831f897181e7c2c35ff9c569f5152cb4ae5"},"caption":"Striking teachers and supporters stood on the picket line Friday in Beverly to call attention to pay, paid parental leave, and other contract issues.","credits":{"by":[{"name":"Charles Krupa"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/HYZ3MRSWQ4YTSQNVVX6AYJV5T4.jpg","width":2622}},"publish_date":"2024-11-24T04:07:54.311Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"2LSOT3DNRNBU7M6SYEO44D445Q"},"taxonomy":{"primary_section":{"name":"K-12"}},"type":"story"},"expires":1732449944224,"lastModified":1732449644095},"{\"published\":true,\"website_url\":\"/2024/11/23/metro/terence-kent-sexual-misconduct-lexington-police/\"}":{"data":{"_id":"TYK6M6L3QVBQ7OONFMBVAHDO4Y","canonical_url":"/2024/11/23/metro/terence-kent-sexual-misconduct-lexington-police/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"The Lexington Police Department and the Middlesex County District Attorney’s Office are conducting an independent investigation into State Trooper Terence Kent for unspecified reasons related to sexual misconduct."},"display_date":"2024-11-23T19:12:53.901Z","headlines":{"basic":"Mass. State Police Trooper suspended without pay related to sexual misconduct","native":"Terence Kent sexual misconduct lexington police"},"label":{},"last_updated_date":"2024-11-23T19:12:54.008Z","publish_date":"2024-11-23T19:12:53.901Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"4EGGD2KO5FCK3LCAAVLKON5S6M"},"taxonomy":{"primary_section":{"name":"Massachusetts"}},"type":"story"},"expires":1732450082486,"lastModified":1732449782399},"{\"published\":true,\"website_url\":\"/2024/11/23/lifestyle/boston-globe-horn-book-bpl/\"}":{"data":{"_id":"ZY3HDZJSRNBZ5JY4I3PHDXD544","canonical_url":"/2024/11/23/lifestyle/boston-globe-horn-book-bpl/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"The Horn Book’s centennial year includes an awards ceremony Monday that’s open to the public."},"display_date":"2024-11-23T18:29:01.772Z","headlines":{"basic":"Boston Globe-Horn Book Awards to present literary celebration at Boston Public Library ","native":"Boston Globe Horn Book BPL"},"label":{"storycard":{"text":"BOOKS"}},"last_updated_date":"2024-11-24T02:12:51.762Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3"},"caption":"Jacqueline Woodson, pictured in 2020, is one of the authors who will appear at the Boston Globe-Horn Book Awards at the BPL on Monday.","credits":{"by":[{"name":"John D. and Catherine T. MacArthur Foundation"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg","width":6016}},"publish_date":"2024-11-24T02:12:51.631Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"OC5HNZPNZNADDFB5AFFQZZ5NC4"},"taxonomy":{"primary_section":{"name":"Names"}},"type":"story"},"expires":1732449944242,"lastModified":1732449644126},"{\"published\":true,\"website_url\":\"/2024/11/23/metro/overdue-hiker-dead-new-hampshire-white-mountains/\"}":{"data":{"_id":"4CGQ5OZPHRFALI6OU3V2ZGZGHY","canonical_url":"/2024/11/23/metro/overdue-hiker-dead-new-hampshire-white-mountains/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Christopher Huyler’s body was found around 1 a.m. at approximately 2,800 feet in elevation, near a steep, icy slide in the Coppermine Brook valley, officials said."},"display_date":"2024-11-24T02:13:35.926Z","headlines":{"basic":"Overdue hiker found dead in New Hampshire’s White Mountains, officials say","native":"Overdue hiker dead New Hampshire White Mountains"},"label":{},"last_updated_date":"2024-11-24T02:17:17.13Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed"},"caption":"A view from Interstate 93 of part of the White Mountains was photographed in January.","credits":{"by":[{"name":"Jim Davis for The Boston Globe"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg","width":5600}},"publish_date":"2024-11-24T02:17:17.004Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"I4LNQ6CBERCOPNF76NCCVPYODU"},"taxonomy":{"primary_section":{"name":"New Hampshire"}},"type":"story"},"expires":1732450082464,"lastModified":1732449782375},"{\"published\":true,\"website_url\":\"/2024/11/24/world/israel-crackdown-palestinian-dissent-gaza-war/\"}":{"data":{"_id":"DDICAF2VJRE7NGUIGKHYIX4HIE","canonical_url":"/2024/11/24/world/israel-crackdown-palestinian-dissent-gaza-war/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"In the year since the war in Gaza broke out, Israel’s government has been cracking down on dissent among its Palestinian citizens."},"display_date":"2024-11-24T05:26:49.53Z","headlines":{"basic":"Israel cracks down on Palestinian citizens who speak out against the war in Gaza","native":"israel crackdown palestinian dissent gaza war"},"label":{},"last_updated_date":"2024-11-24T05:26:49.721Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"1f9583a298a6af87be7f8833bb618cd183781aa57be0c4cb741b8d4c8eeb52d6"},"caption":"Palestinian citizens of Israel march against Israel's military operations in the Gaza Strip, in Umm al-Fahm, Israel, on Nov. 15.","credits":{"by":[{"name":"Mahmoud Illean"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/I335C4CUCOCLP2TRFZSDP7HGX4.jpg","width":5616}},"publish_date":"2024-11-24T05:26:49.53Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"LGVRXCCAQJEQFM3BHTH3LQQMLA"},"subtype":"Wire","taxonomy":{"primary_section":{"name":"World"}},"type":"story"},"expires":1732449934345,"lastModified":1732449634281},"{\"published\":true,\"website_url\":\"/2024/11/23/metro/karen-read-case-robert-alessi-lawyer/\"}":{"data":{"_id":"EBU7IOMIRVCDXKMDVXK6IL4Q4A","canonical_url":"/2024/11/23/metro/karen-read-case-robert-alessi-lawyer/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Karen Read’s lawyers on Friday filed a motion to add Robert Alessi, a New York City-based attorney."},"display_date":"2024-11-23T16:34:04.937Z","headlines":{"basic":"Karen Read team seeking to add another out-of-state lawyer","native":"karen read case robert alessi lawyer"},"label":{},"last_updated_date":"2024-11-23T19:27:38.348Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"7d18742725a3dd66c648f078f4ae1f216e1f05e8011dcd03de0e809325e75e0e"},"caption":"Karen Read stands in Norfolk Superior Court in Dedham during her trial.","credits":{"by":[{"name":"Greg Derr"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/LDGETN3WQTOHHZ2JJP72HQJQDM.jpg","width":3400}},"publish_date":"2024-11-23T19:27:38.222Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"HHXKIHOLAJEKDI3YHA6WYV4MDE"},"taxonomy":{"primary_section":{"name":"Crime & Courts"}},"type":"story"},"expires":1732449944210,"lastModified":1732449644109},"{\"published\":true,\"website_url\":\"/2024/11/23/metro/brockton-shooting-man-dead-police/\"}":{"data":{"_id":"36C3S56JABE3BFOSZS26SZEQ2U","canonical_url":"/2024/11/23/metro/brockton-shooting-man-dead-police/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Many of the details surrounding the incident that occurred Friday remain unclear, including the name of the man killed."},"display_date":"2024-11-23T16:38:13.44Z","headlines":{"basic":"After man killed in Brockton, some residents weigh safety concerns: ‘It makes me sad’","native":"brockton shooting man dead police"},"label":{},"last_updated_date":"2024-11-23T23:34:22.187Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"3c5fb20da4f80e25284af6938a6fc300fd49816a9d699eb459cfb0f9c3387373"},"caption":"The exterior of 125 Pleasant St. in Brockton.","credits":{"by":[{"name":"Shannon Larson"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/EKPMHM3D5JCDJOA6COB6AML3KI.jpg","width":5712}},"publish_date":"2024-11-23T23:34:21.978Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"6J72ANNB6ZAYJF4TB6A5VIJULI"},"taxonomy":{"primary_section":{"name":"Crime & Courts"}},"type":"story"},"expires":1732449944203,"lastModified":1732449644100},"{\"published\":true,\"website_url\":\"/2024/11/23/metro/pedestrian-hit-and-run-driver-framingham/\"}":{"data":{"_id":"FULATYXRJJD3DBZP2VEHGTDUOU","canonical_url":"/2024/11/23/metro/pedestrian-hit-and-run-driver-framingham/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"The vehicle involved is believed to have been a silver or gray 2011 to 2021 Jeep Grand Cherokee with damage to the left side of the front end, including the rear-view mirror, police said."},"display_date":"2024-11-23T22:10:16.309Z","headlines":{"basic":"Pedestrian struck by hit-and-run driver in Framingham, police say","native":"Pedestrian hit-and-run driver Framingham"},"label":{},"last_updated_date":"2024-11-23T22:21:50.142Z","publish_date":"2024-11-23T22:21:50.023Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"NPE6TX54EJE7TBBVUDPVWV77ZE"},"taxonomy":{"primary_section":{"name":"Crime & Courts"}},"type":"story"},"expires":1732449864954,"lastModified":1732449564723},"{\"published\":true,\"website_url\":\"/2024/11/20/metro/mother-and-4-month-old-son-murder-hartford-springfield/\"}":{"data":{"_id":"EAAA32JDKVH2LHOY5AN5BJ4KZM","canonical_url":"/2024/11/20/metro/mother-and-4-month-old-son-murder-hartford-springfield/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"The man suspected of fatally shooting a Springfield woman and her 4-month-old son earlier this week was arrested Saturday in Puerto Rico, according to a statement from the U.S. Marshals Service."},"display_date":"2024-11-23T19:21:22.803Z","headlines":{"basic":"Suspect in custody after Springfield woman and 4-month-old son fatally shot in Hartford ","native":"Mother and 4 month old son murder Hartford Springfield"},"label":{},"last_updated_date":"2024-11-23T19:21:22.988Z","publish_date":"2024-11-23T19:21:22.803Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"T7UJTXS3HZFVJLNXCIHCGIJNBA"},"taxonomy":{"primary_section":{"name":"Crime & Courts"}},"type":"story"},"expires":1732449820437,"lastModified":1732449520378},"{\"published\":true,\"website_url\":\"/2024/11/23/metro/wwii-soldiers-remains-return-80-years-after-to-rhode-island/\"}":{"data":{"_id":"FXAQXZLTXZD6FEP3MVRUHTFYUQ","canonical_url":"/2024/11/23/metro/wwii-soldiers-remains-return-80-years-after-to-rhode-island/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"US Army Sgt. Hagop Jack Zarifian will be laid to rest in Providence on Saturday, nearly 80 years after he was killed in action in Germany."},"display_date":"2024-11-23T11:00:00Z","headlines":{"basic":"A WWII soldier finally comes home to R.I. thanks to a bracelet, a class ring, and DNA testing ","native":"WWII soldiers remains return 80 years after to rhode island"},"label":{"storycard":{"text":"RHODE ISLAND"}},"last_updated_date":"2024-11-23T11:00:02.622Z","promo_items":{"basic":{"additional_properties":{"focal_point":{"min":[203,188]}},"auth":{"1":"fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49"},"caption":"Army Sergeant Hagop Jack Zarifian was killed in action in Germany during World War II in April 1945. After his remains were found there last year, Zarifian will finally be laid to rest in the United States in Providence, R.I., on Saturday.","credits":{"by":[{"name":"Pontarelli-Marino Funeral Home"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg","width":488}},"publish_date":"2024-11-23T11:00:02.622Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"MI37BQ5J7NG35PC2UFJX53QV74"},"taxonomy":{"primary_section":{"name":"Rhode Island Education"}},"type":"story"},"expires":1732449916998,"lastModified":1732449616967},"{\"published\":true,\"website_url\":\"/2024/11/22/metro/alice-brock-arlo-guthrie-song/\"}":{"data":{"_id":"NJ3NPBVNWFE6RDXCAL7PXBAAJI","canonical_url":"/2024/11/22/metro/alice-brock-arlo-guthrie-song/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"“Alice was a lifelong friend,” said folksinger Arlo Guthrie of Ms. Brock, a former restaurateur who prepared the 1965 Thanksgiving dinner that was the jumping off point for his famous song \"Alice's Restaurant.\""},"display_date":"2024-11-23T00:19:57.525Z","headlines":{"basic":"Alice Brock, whose restaurant inspired Arlo Guthrie’s classic song, dies at 83","native":"Alice Brock Arlo Guthrie song"},"label":{},"last_updated_date":"2024-11-23T00:19:57.753Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"bb5282de04ef285cd5bf77355d16f389676b53e59a3495f4c710c206b9f2eeaa"},"caption":"Ms. Brock, in 2008 in Provincetown. She told the Globe that year, “Every morning I’m so grateful to wake up to another beautiful day in paradise.\"","credits":{"by":[{"name":"Jonathan Wiggs/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/5D5LVBW54NHHFIO3K4WTTPX5SE.jpg","width":3456}},"publish_date":"2024-11-23T00:19:57.525Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"WX2B4UADHFHXRPO43CDU4F6OWM"},"taxonomy":{"primary_section":{"name":"Obituaries"}},"type":"story"},"expires":1732449944200,"lastModified":1732449644097},"{\"published\":true,\"website_url\":\"/2024/11/23/nation/look-how-some-trumps-picks-lead-health-agencies-could-help-carry-out-kennedys-overhaul/\"}":{"data":{"_id":"DLMUZ52PGBHD5ETOCL72PHPZ3E","canonical_url":"/2024/11/23/nation/look-how-some-trumps-picks-lead-health-agencies-could-help-carry-out-kennedys-overhaul/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Donald Trump's health team picks include a retired congressman, a surgeon and a former talk-show host."},"display_date":"2024-11-23T19:22:55.085Z","headlines":{"basic":"A look at how some of Trump’s picks to lead health agencies could help carry out Kennedy’s overhaul","native":""},"label":{},"last_updated_date":"2024-11-23T20:01:14.651Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"1397d3db7844c33d39f96e8cb204a911c95828269bb4381752cda02bb0725898"},"caption":"Robert F. Kennedy Jr. is in line to lead the Department of Health and Human Services.","credits":{"by":[{"name":"Carlos Osorio"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/EES3Y6VPKCXHACQGA4U27YVAV4.jpg","width":3554}},"publish_date":"2024-11-23T20:01:14.414Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"JW3IB326JRFW5D7OUSOX3FH4QY"},"subtype":"Wire","taxonomy":{"primary_section":{"name":"Nation"}},"type":"story"},"expires":1732450055316,"lastModified":1732449755242},"{\"published\":true,\"website_url\":\"/2024/11/22/nation/gaetz-says-he-wont-rejoin-congress/\"}":{"data":{"_id":"5AVTFJ6TTNG2ZFFUEGVNXL6MMY","canonical_url":"/2024/11/22/nation/gaetz-says-he-wont-rejoin-congress/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"“I’m still going to be in the fight, but it’s going to be from a new perch,” Gaetz said during an interview. “I do not intend to join the 119th Congress.”"},"display_date":"2024-11-22T20:18:48.985Z","headlines":{"basic":"Matt Gaetz says he won’t return to Congress after withdrawing his bid for attorney general","native":"gaetz says he won't rejoin congress"},"label":{},"last_updated_date":"2024-11-22T21:21:31.645Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"cbad961f371eb53c25c83731ef8ca4d2da079c35fa56bf2a17f866fe2596a153"},"caption":"Matt Gaetz, a Republican from Florida, left, ahead of a State of the Union address at the US Capitol in Washington, DC, US, on Thursday, March 7, 2024.","credits":{"by":[{"name":"Ting Shen"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/22BP67MR3F7MWPHSJH4NUZQXLU.jpg","width":2000}},"publish_date":"2024-11-22T21:21:31.511Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"DZXQGWWFC5BH5FPZCWAV7L3IAY"},"taxonomy":{"primary_section":{"name":"Politics"}},"type":"story"},"expires":1732449820469,"lastModified":1732449520363},"{\"published\":true,\"website_url\":\"/2024/11/23/metro/hyannis-advocates-want-honor-civil-rights-leader-with-mural-town-official-suggested-painting-kennedys-there-instead/\"}":{"data":{"_id":"OM6U33X2RRFKBE5HUOHR43YVMA","canonical_url":"/2024/11/23/metro/hyannis-advocates-want-honor-civil-rights-leader-with-mural-town-official-suggested-painting-kennedys-there-instead/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Eugenia Fortes, known as the \"Rosa Parks of Cape Cod,\" helped establish the local branch of the NAACP."},"display_date":"2024-11-23T19:34:58.193Z","headlines":{"basic":"Hyannis advocates want to honor civil rights leader with mural. Town official suggested painting Kennedys there instead.","native":""},"label":{},"last_updated_date":"2024-11-23T21:40:00.93Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"8f3b5107cca57772991de84effc544d6a4b463ff05f87f7a7ed041b0c497ae3f"},"caption":"Eugenia Fortes stood on the public beach dedicated to her, the Eugenia Fortes Beach in Hyannis Port in 2004. She is honored for her \"ability and courage to speak where others dared not, preserved rights of access for all,\" says the plaque on the other side of the rock she's leaning against.","credits":{"by":[]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/3W565WGXOZB7NJHGXZ7TAISGN4.jpg","width":3504}},"publish_date":"2024-11-23T21:40:00.731Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"LILUDINZKJDOJHO7JAY4NK5WW4"},"taxonomy":{"primary_section":{"name":"Massachusetts"}},"type":"story"},"expires":1732449944217,"lastModified":1732449644098},"{\"published\":true,\"website_url\":\"/2024/11/23/sports/sunday-football-notes-patriots-nfl-play-action-passes/\"}":{"data":{"_id":"25NJVAAF4FFFZN7APTMF2R2RHA","canonical_url":"/2024/11/23/sports/sunday-football-notes-patriots-nfl-play-action-passes/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Entering Week 12, the Patriots rank 30th in frequency of play-action passes, while Drake Maye ranks 33rd of 36 quarterbacks (17.7 percent) and Jacoby Brissett ranks 36th (13.4 percent)."},"display_date":"2024-11-23T22:06:04.168Z","headlines":{"basic":"Why the Patriots, and all NFL teams, need to call more play-action passes","native":"Sunday football notes Patriots NFL play-action passes"},"label":{"storycard":{"text":"Ben Volin | Sunday football notes"}},"last_updated_date":"2024-11-23T22:06:04.525Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"e0ebf5fb7765aeb754e28173ace9f20205068df0684921aa817a53fcaa245a57"},"caption":"Patriots quarterback Drake Maye has four touchdowns and two interceptions on play-action passes, with better stats across the board than without play-action.","credits":{"by":[{"name":"Danielle Parhizkaran/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/E56BTLOKF3L4Q5LBH7UVU43MYY.JPG","width":5282}},"publish_date":"2024-11-23T22:06:04.168Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"X6C4BCN5TNDGDI2FND36BB3DAI"},"subtype":"big-article","taxonomy":{"primary_section":{"name":"Patriots"}},"type":"story"},"expires":1732449944305,"lastModified":1732449644166},"{\"published\":true,\"website_url\":\"/2024/11/23/sports/bruins-red-wings-game-score-brad-marchand/\"}":{"data":{"_id":"Q2PSHOOW4ZCRBDP6X23XU42CX4","canonical_url":"/2024/11/23/sports/bruins-red-wings-game-score-brad-marchand/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Jeremy Swayman made 18 saves in his return to the net, handing interim coach Joe Sacco his second win in as many games. "},"display_date":"2024-11-24T04:28:07.011Z","headlines":{"basic":"The captain comes through, as Brad Marchand’s third-period goal lifts Bruins over Red Wings ","native":"Bruins Red Wings game score Brad Marchand"},"label":{"storycard":{"text":"BRUINS 2, RED WINGS 1"}},"last_updated_date":"2024-11-24T05:04:56.965Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"15ef0c5b65eadde98a9528512782ae55b8f77364aef5f7fded7677df25de7b21"},"caption":"Boston captain Brad Marchand (second from left) celebrates with teammates Nikita Zadorov (91) and David Pastrnak after scoring the go-ahead goal 8:30 into the third period in Saturday's 2-1 win in Detroit. ","credits":{"by":[{"name":"Duane Burleson"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/FDOOV7ABX37B3XGSVL4A74SE6E.jpg","width":2555}},"publish_date":"2024-11-24T05:04:56.802Z","related_content":{},"resizer_version":1,"revision":{"revision_id":"64I43BQKCNHKJHEEEFCEHAPQU4"},"subtype":"bruins","taxonomy":{"primary_section":{"name":"Bruins"}},"type":"story"},"expires":1732450082450,"lastModified":1732449782367},"{\"published\":true,\"website_url\":\"/2024/11/23/metro/trump-sexual-assault-allegations-women-2024-election-cabinet/\"}":{"data":{"_id":"PK3SUTQHNJEFHARU6PHS7AY4BI","canonical_url":"/2024/11/23/metro/trump-sexual-assault-allegations-women-2024-election-cabinet/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Donald Trump received more support from women than ever before, despite allegations of sexual misconduct and a jury verdict that found him liable for sexual abuse. Many women are demoralized."},"display_date":"2024-11-23T11:00:00Z","headlines":{"basic":"Trump is back after winning more women’s votes. Some fear it’s a sign the country has moved backward on #MeToo and more.","native":"trump sexual assault allegations women 2024 election cabinet"},"label":{},"last_updated_date":"2024-11-23T13:44:40.266Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"65e2c960c2cf5edd1c366540fc229fadb93502e13174ea30978951a2af394b0b"},"caption":"Women reacted as they listened to a speaker during a rally at the Women's March on Washington, D.C., on Jan 21, 2017.","credits":{"by":[{"name":"Jessica Rinaldi"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/HETKYTH6III6PKHMI7QRHXBVUU.jpg","width":3200}},"publish_date":"2024-11-23T13:44:40.052Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"YYOYDGXLRRBNZMUMBNRDI5MIII"},"taxonomy":{"primary_section":{"name":"New Hampshire Primary Election"}},"type":"story"},"expires":1732449785421,"lastModified":1732449485361},"{\"published\":\"true\",\"website_url\":\"/2024/11/20/metro/transgender-athletes-seth-moulton/\"}":{"data":{"_id":"MN3L7RENBBAOHLS2RGN4Q2AZHU","canonical_url":"/2024/11/20/metro/transgender-athletes-seth-moulton/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Just 0.5 percent of the US population is estimated to be transgender and a fraction of that fraction is believed to play competitive sports."},"display_date":"2024-11-20T12:06:42.569Z","headlines":{"basic":"Do trans female athletes competing in girls’ and women’s sports have a competitive edge? Here’s what the science says.","native":"transgender athletes seth moulton"},"label":{},"last_updated_date":"2024-11-24T08:52:14.904Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b"},"caption":"A 12-year-old transgender girl who is a competitive swimmer seen at a pool in Utah in Feb. 2021.","credits":{"by":[{"name":"Rick Bowmer"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/ZIE5JF547TWPG2XOKMFF2352AE.jpg","width":5216}},"publish_date":"2024-11-24T08:52:14.7Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"HRA3QFNZ3RHYNMLHPYWZ4R33GI"},"taxonomy":{"primary_section":{"name":"Health"}},"type":"story"},"expires":1732449864767,"lastModified":1732449564726},"{\"published\":\"true\",\"website_url\":\"/2024/11/23/business/healey-health-insurance-reform-retailers/\"}":{"data":{"_id":"Y5WI6YKETFDP5HQTOS37JM23NY","canonical_url":"/2024/11/23/business/healey-health-insurance-reform-retailers/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"At the Retailers Association of Massachusetts annual meeting, Gov. Healey said she wants to help curb the maddening increases in health insurance costs."},"display_date":"2024-11-23T12:00:00Z","headlines":{"basic":"Healey makes health insurance reform promise to Mass. retailers group","native":"healey health insurance reform retailers"},"label":{"storycard":{"text":"BOLD TYPES"}},"last_updated_date":"2024-11-23T12:00:05.12Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"c328eac9022a43c848b595e1f27c99d939fb9b3fcb44691b984e8253652d9339"},"caption":"Governor Maura Healey, accompanied by Lieutenant Governor Kim Driscoll, right, in November 2024.","credits":{"by":[{"name":"Pat Greenhouse/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/U6KX2FNZHQEZYGSMAC57A5JANA.jpg","width":7756}},"publish_date":"2024-11-23T12:00:05.12Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"5SQTH3VELRHJDMJ3GIHPC2AAOY"},"subtype":"business","taxonomy":{"primary_section":{"name":"Bold Types"}},"type":"story"},"expires":1732449944424,"lastModified":1732449644128},"{\"published\":\"true\",\"website_url\":\"/2024/11/23/sports/geno-auriemma-uconn-huskies-womens-basketball-ncaa/\"}":{"data":{"_id":"G337VIJF3ZAKNLPRDYJJCSCXWU","canonical_url":"/2024/11/23/sports/geno-auriemma-uconn-huskies-womens-basketball-ncaa/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"The 70-year-old coach found purpose and value in not just building a product from the ground up, but in continuing to add layers to the same foundation."},"display_date":"2024-11-23T10:00:00Z","headlines":{"basic":"Geno Auriemma’s legacy is much more than wins at UConn — it’s in leading the impressive growth of the sport of women’s basketball","native":"Geno Auriemma UConn Huskies women's basketball NCAA"},"label":{"storycard":{"text":"Tara Sullivan"}},"last_updated_date":"2024-11-23T10:00:07.692Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"617f3d4a44be4462cac876585ebab9e1179c280bbfe47c318ca29f65797d3b97"},"caption":"UConn women's coach Geno Auriemma was joined by 60 former and current players after setting the record for most wins in college basketball history.","credits":{"by":[{"name":"Jessica Hill"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/5O5I3453OWPS723WXGQ5QPOB5E.jpg","width":5400}},"publish_date":"2024-11-23T10:00:07.692Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"CIEFXQKHRRBQVNSN2ILM7UKEIY"},"subtype":"sports","taxonomy":{"primary_section":{"name":"Colleges"}},"type":"story"},"expires":1732449944309,"lastModified":1732449644124},"{\"published\":true,\"website_url\":\"/2024/11/25/opinion/jake-auchincloss-reject-robert-kennedy-health-secretary/\"}":{"data":{"_id":"22U7VEG65NBBHLTRWEOIQ3FFL4","canonical_url":"/2024/11/25/opinion/jake-auchincloss-reject-robert-kennedy-health-secretary/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Kennedy won’t only attack vaccines. Other targets include fluoride, new medicines for cancer and Alzheimer’s, and high-speed internet."},"display_date":"2024-11-23T11:53:24.306Z","headlines":{"basic":"Senate must reject Kennedy as health secretary","native":"Jake Auchincloss reject robert kennedy health secretary"},"label":{"storycard":{"text":"Jake Auchincloss"}},"last_updated_date":"2024-11-23T11:53:24.77Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"a4440c256f48f4dce28aba1458e980df9c5ab7838050f0017253225eb7b31fbe"},"caption":"Robert F. Kennedy Jr. speaks at a rally against vaccine and mask rules in Washington in 2022.","credits":{"by":[{"name":"KENNY HOLSTON"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/NFSB6YEPYMAH6GEZCPRED7VEAU.jpg","width":3300}},"publish_date":"2024-11-23T11:53:24.306Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"MDD5YINOBJFDRGB4IYMVRXM6UM"},"subtype":"opinion-article","taxonomy":{"primary_section":{"name":"OpEds"}},"type":"story"},"expires":1732450082492,"lastModified":1732449782387},"{\"published\":true,\"website_url\":\"/2024/11/22/opinion/matt-siegel-kiss-108-radio-billy-costa-interview/\"}":{"data":{"_id":"K3YKVFHW6JDQ5DG2LT5CODYKPU","canonical_url":"/2024/11/22/opinion/matt-siegel-kiss-108-radio-billy-costa-interview/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Matt Siegel discusses his favorite moments in radio, why he left Kiss 108, and whether or not you’ll hear him on the air again."},"display_date":"2024-11-22T18:31:13.271Z","headlines":{"basic":"Matty in the Morning, in his own words","native":"Matt Siegel kiss 108 radio billy costa interview"},"label":{"storycard":{"text":"RAMI ABOU-SABE"}},"last_updated_date":"2024-11-23T02:38:48.209Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"6698498bf3b8700cf1956a7ed241fe1da37a56b08f9de9260703d4add8283a4e"},"caption":"Matt Siegel hosted the \"Matty in the Morning\" radio show on Kiss 108 for 41 years.","credits":{"by":[{"name":"Nic Antaya for The Boston Globe"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/XOUBAXG3CMI6TP66LM5D3BH6QU.jpg","width":3300}},"publish_date":"2024-11-23T02:38:47.928Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"CLKV6JK6OZFNFK5UDNPGGTA34I"},"subtype":"big-article","taxonomy":{"primary_section":{"name":"OpEds"}},"type":"story"},"expires":1732450055305,"lastModified":1732449755261},"{\"published\":true,\"website_url\":\"/2024/11/19/opinion/veterinary-clinics-private-equity-elizabeth-warren/\"}":{"data":{"_id":"PKSILZOITVCS5MOJQRUNOYQA4E","canonical_url":"/2024/11/19/opinion/veterinary-clinics-private-equity-elizabeth-warren/","content_restrictions":{"content_code":"exempt"},"description":{"basic":"Veterinary prices have increased more than 60 percent in the past decade, according to federal data."},"display_date":"2024-11-19T09:00:00Z","headlines":{"basic":"How a famous candy company is giving pet owners a stomachache","native":"veterinary clinics private equity elizabeth warren"},"label":{"storycard":{"text":"MARCELA GARCÍA"}},"last_updated_date":"2024-11-23T19:12:18.6Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"73745d272a95385ba708273db3e180d333c832bc730d6f4053b71a698601c0e4"},"caption":"An increasing number of Americans have had to surrender their pets to animal shelters because they can’t afford veterinary care.","credits":{"by":[{"name":"Pixel-Shot/Adobe"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/NMZRUQSCK5F4PJSR3SGE4FID4U.jpeg","width":2400}},"publish_date":"2024-11-23T19:12:18.422Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"HDH6FQZCPNF3NMX26DS7EIOWII"},"subtype":"opinion-article","taxonomy":{"primary_section":{"name":"Columns"}},"type":"story"},"expires":1732449785580,"lastModified":1732449485357},"{\"published\":true,\"website_url\":\"/2024/11/23/opinion/elon-musk-trump-ai-dangers/\"}":{"data":{"_id":"LJT674BACVDYFJWVNDBBCSGPMY","canonical_url":"/2024/11/23/opinion/elon-musk-trump-ai-dangers/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Musk has warned for years about the dangers of artificial intelligence. Then again, he stands to make a lot of money off it."},"display_date":"2024-11-23T08:00:00Z","headlines":{"basic":"What if Elon Musk is our best hope for AI caution under Trump?","native":"elon musk trump AI dangers"},"label":{"storycard":{"text":"IDEAS | SCOTT KIRSNER"}},"last_updated_date":"2024-11-23T08:00:00.625Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"fb69dacceaa4fada6d435d91ab147c95f6a1015ec80389cc02e46fdf389f2e37"},"caption":"Elon Musk talked with President-elect Donald Trump before the launch of a SpaceX Starship rocket on Tuesday.","credits":{"by":[{"name":"Brandon Bell"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/UIZPGRPZH64ICRV462XAVFLFJA.jpg","width":8256}},"publish_date":"2024-11-23T08:00:00.625Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"QCOY6IFSW5ECNLQUUQBNFVO4UE"},"subtype":"ideas-article","taxonomy":{"primary_section":{"name":"Ideas"}},"type":"story"},"expires":1732449944299,"lastModified":1732449644156},"{\"published\":true,\"website_url\":\"/2024/11/23/opinion/letters-to-the-editor-bernie-sanders-democrats-election-lessons/\"}":{"data":{"_id":"MTQ3Y6YJGJB3DGTBOZF6C2LKDI","canonical_url":"/2024/11/23/opinion/letters-to-the-editor-bernie-sanders-democrats-election-lessons/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"\"Members of the working class have every right to be angry and feel left behind, because they have been. It’s the tax code, pure and simple,\" writes one reader. Another: \" The vast majority of Americans, never mind the working class, don’t base their voting decisions on the workings of Congress.\""},"display_date":"2024-11-23T07:30:00Z","headlines":{"basic":"Bernie Sanders has some post-election words. So do voters.","native":"letters to the editor bernie sanders democrats election lessons"},"label":{"storycard":{"text":"LETTERS"}},"last_updated_date":"2024-11-23T07:30:00.564Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"95249164ff14d4ce86f2b73939f6a453a0523978bda389b99843a971d2837490"},"caption":"Senator Bernie Sanders, Independent of Vermont, delivers remarks at NHTI Concord Community College in Concord, N.H., before President Joe Biden on Oct. 22. The visit was to highlight the Biden-Harris administration's goal of lowering the cost of prescription drugs.","credits":{"by":[{"name":"Scott Eisen"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/3DVUS3QXZZCC3WBPXSOVMBVTH4.jpg","width":5963}},"publish_date":"2024-11-23T07:30:00.564Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"LH62CBLYO5CDJFIX76NQWU5WGU"},"subtype":"opinion-article","taxonomy":{"primary_section":{"name":"Letters"}},"type":"story"},"expires":1732450006131,"lastModified":1732449706093},"{\"published\":true,\"website_url\":\"/2024/02/28/opinion/reimagining-downtown-boston/\"}":{"data":{"_id":"4STV6QY4KFHOBPNYKELRZTLZ6Q","canonical_url":"/2024/02/28/opinion/reimagining-downtown-boston/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"It's time to reimagine the identity of the city's core — and we've got ideas."},"display_date":"2024-02-29T05:00:00Z","headlines":{"basic":"Blueprints for a new downtown Boston","native":"reimagining-downtown-boston"},"label":{"storycard":{"text":"IDEAS"}},"last_updated_date":"2024-02-29T01:19:17.314Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"a13a1d77a7f5ec5ea9fb5f2fd03c33618f02e8d05a78c302df60ab666a3ac5db"},"caption":"Heather Hopp-Bruce/Globe staff; Adobe","credits":{"by":[{"name":"Heather Hopp-Bruce/Globe staff; Adobe"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/354AD5XIQVAOXFRWX64LYZ66PU.jpg","width":1852}},"publish_date":"2024-02-29T01:19:17.045Z","related_content":{"redirect":[{"canonical_url":"/2024/02/28/opinion/reimagining-downtown-boston/","redirect_url":"https://apps.bostonglobe.com/opinion/ideas/graphics/2024/02/reimagining-downtown-boston/"}]},"resizer_version":1,"revision":{"revision_id":"WPQTKTAAWVDW5OFYQAUJHCR6LU"},"subtype":"ideas-article","taxonomy":{"primary_section":{"name":"Opinion"}},"type":"story"},"expires":1732449910652,"lastModified":1732449610620},"{\"published\":true,\"website_url\":\"/2024/11/21/magazine/seven-wondrous-new-england-winter-getaways/\"}":{"data":{"_id":"6JJITW54YFBAJLLDFB6H4VSI64","canonical_url":"/2024/11/21/magazine/seven-wondrous-new-england-winter-getaways/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Sometimes the best way to fight the cold weather is to get out and embrace it, and parts of New England shine brightest when the mercury drops."},"display_date":"2024-11-21T16:09:44.942Z","headlines":{"basic":"The seven wonders of winter in New England ","native":"Seven wondrous New England winter getaways"},"label":{"storycard":{"text":"GLOBE MAGAZINE"}},"last_updated_date":"2024-11-22T22:11:49.937Z","promo_items":{"basic":{"additional_properties":{},"alt_text":"Photos to go with a story on the seven wonders of winter in New England, from the Winter Travel issue.","auth":{"1":"478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1"},"caption":"In Carrabassett Valley, Maine, skiers and snowboarders alike flock to Sugarloaf.","credits":{"by":[{"name":"Sugarloaf"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/T25J2YDMCBHWPAGSYXMU65IJNA.jpg","width":5827}},"publish_date":"2024-11-22T22:11:49.627Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"J62DVXF72ZAKBNA4AI4SDGVLNU"},"subtype":"big-article","taxonomy":{"primary_section":{"name":"Magazine"}},"type":"story"},"expires":1732449908968,"lastModified":1732449608870},"{\"published\":true,\"website_url\":\"/2024/11/20/magazine/best-snorkeling-florida-keys-vacation/\"}":{"data":{"_id":"PHMM6LCDFNB6TART2ZEWLL7ZJI","canonical_url":"/2024/11/20/magazine/best-snorkeling-florida-keys-vacation/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"A friendly wager leads to a glimmering perspective of the laid-back island chain. "},"display_date":"2024-11-20T18:22:38.857Z","headlines":{"basic":"The best view of the Florida Keys may be through a snorkel mask","native":"Best snorkeling Florida Keys vacation"},"label":{"storycard":{"text":"GLOBE MAGAZINE"}},"last_updated_date":"2024-11-22T22:04:13.504Z","promo_items":{"basic":{"additional_properties":{},"alt_text":"An underwater photo of two people wearing swim goggles and snorkeling gear.","auth":{"1":"9924c97a0c559ff3b9fffb8a8930f085e550daec7403e54ca76d4ff84ac710ff"},"caption":"The writer, at right, and his friend Craig pose for a selfie while snorkeling.","credits":{"by":[{"name":"Daniel McGinn"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/LBQL2LDX3NBHXAD2WSSJZDEMCQ.jpg","width":4032}},"publish_date":"2024-11-22T22:04:13.301Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"WJQMWAWV55B5VGREXEUPG57AIA"},"subtype":"big-article","taxonomy":{"primary_section":{"name":"Magazine"}},"type":"story"},"expires":1732449909082,"lastModified":1732449608856},"{\"published\":true,\"website_url\":\"/2024/11/22/magazine/will-this-librarian-find-literary-spark-with-her-date/\"}":{"data":{"_id":"GHI7S2D7HRHKFIZKE43KWEXZH4","canonical_url":"/2024/11/22/magazine/will-this-librarian-find-literary-spark-with-her-date/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Will this librarian find a literary spark with her date?"},"display_date":"2024-11-22T10:59:44.127Z","headlines":{"basic":"Blind date: ‘Emma is a librarian ... it made it easy to talk about our recent favorite books’","native":"will this librarian find literary spark with her date"},"label":{"storycard":{"text":"Dinner with Cupid"}},"last_updated_date":"2024-11-22T14:54:22.031Z","promo_items":{"basic":{"additional_properties":{},"alt_text":"A composite image that puts the daters' headshots side by side.","auth":{"1":"9498e035903a8c97f59b6e9a3bbee0aceadd4e3b3152d6de2e075667455c3c9b"},"caption":"This week's daters: Emma and Brendan","credits":{"by":[{"name":"Handout images"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/4XTSOP43YRBELMN2KZQGG4ODBA.jpg","width":1400}},"publish_date":"2024-11-22T14:54:21.844Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"BW6PEOYMX5FOXJPNWPX34HLKT4"},"taxonomy":{"primary_section":{"name":"Dinner With Cupid"}},"type":"story"},"expires":1732449908893,"lastModified":1732449608792},"{\"published\":true,\"website_url\":\"/2024/11/21/magazine/questions-about-tipping-and-party-leftovers/\"}":{"data":{"_id":"KOQY3SM3RFGDXG2TOQQGOTS63E","canonical_url":"/2024/11/21/magazine/questions-about-tipping-and-party-leftovers/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Miss Conduct offers a second opinion on some issues facing three readers."},"display_date":"2024-11-21T12:13:40.095Z","headlines":{"basic":"Settling debates over tips, divvying up leftovers, and an unwanted prayer circle","native":"questions about tipping and party leftovers"},"label":{"storycard":{"text":"MISS CONDUCT"}},"last_updated_date":"2024-11-21T12:13:40.315Z","promo_items":{"basic":{"additional_properties":{"focal_point":{"min":[398,296]}},"alt_text":"The column logo is an Illustrated version of Robin Abrahams' head shot.","auth":{"1":"c435de7f79d24d8906fe964cecf69a74cc2186d9a12c1eef154e9a2486b7fba8"},"caption":"","credits":{"by":[]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/Z7F7MDWAV5FHVBNXV7DVWNMT4I.jpg","width":827}},"publish_date":"2024-11-21T12:13:40.095Z","related_content":{"redirect":[]},"resizer_version":1,"revision":{"revision_id":"QBIBFZ7Y5ZFAPIUMJ2UU7OCL4E"},"taxonomy":{"primary_section":{"name":"Miss Conduct"}},"type":"story"},"expires":1732450055309,"lastModified":1732449755247}},"content-api-article-page":{"{\"published\":true,\"website_url\":\"/2024/11/24/sports/island-cup-nantucket-marthas-vineyard-high-school-football-fenway-park/\"}":{"data":{"_id":"5ZAQEFYUHFGF3HQ4CAFYZIFHD4","canonical_url":"/2024/11/24/sports/island-cup-nantucket-marthas-vineyard-high-school-football-fenway-park/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"The schools will face off for the 75th time Tuesday at Fenway Park in a game that matters deeply to the dedicated islanders on both sides."},"display_date":"2024-11-24T08:00:00Z","headlines":{"basic":"The Island Cup goes off-island: Storied rivalry between Nantucket and Martha’s Vineyard adds new chapter","native":"island cup nantucket marthas vineyard high school football Fenway Park"},"label":{"storycard":{"text":"high school football"}},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf"},"caption":"For Martha's Vineyard, a 6-4 season can have a fantastic finish with a victory in the 2024 Island Cup, which will be played at Fenway Park on Tuesday.","credits":{"by":[{"name":"Kylie Cooper for The Boston Globe"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/7MGOJC4NWXISW55TQVXMNYNKOE.JPG","width":3000}},"publish_date":"2024-11-24T08:00:00.949Z","related_content":{"redirect":[]},"resizer_version":1,"subtype":"big-article","taxonomy":{"primary_section":{"name":"High Schools"}},"type":"story"},"expires":1732450055334,"lastModified":1732449755250},"{\"published\":true,\"website_url\":\"/2024/11/23/metro/portland-maine-homeless-crackdown/\"}":{"data":{"_id":"GHW6ROGBMBCUTJRMSUAU266HP4","canonical_url":"/2024/11/23/metro/portland-maine-homeless-crackdown/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Although the camps are gone, hard questions remain about the limits of compassion, patience, and responsibility in this gentrifying port city."},"display_date":"2024-11-23T11:00:00Z","headlines":{"basic":"‘You can’t wait for perfect’: Portland mixes care, crackdown in homeless crisis","native":"Portland Maine homeless crackdown"},"label":{},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"8b8333cf323ea7def55b42f4990c1ebb442169376dadca449d42cbb688bd8276"},"caption":"Michael Smith rested in his bed at the homeless services center in Portland. Smith, an Army veteran, has PTSD.","credits":{"by":[{"name":"Lane Turner/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/KBHVDJLXTBA4B6HIPLCMUKW6CU.jpg","width":2148}},"publish_date":"2024-11-23T11:00:07.077Z","related_content":{"redirect":[]},"resizer_version":1,"taxonomy":{"primary_section":{"name":"Maine"}},"type":"story"},"expires":1732449932109,"lastModified":1732449632081},"{\"published\":true,\"website_url\":\"/2024/11/22/metro/maura-healey-emergency-shelter-migrant-families-six-month-limit/\"}":{"data":{"_id":"46BMLOE6QVGH5HU423RWTBNFMA","canonical_url":"/2024/11/22/metro/maura-healey-emergency-shelter-migrant-families-six-month-limit/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"The Legislature passed a law in the spring setting a nine-month limit. But state officials say they want to lower the cap to six months."},"display_date":"2024-11-22T20:50:32.269Z","headlines":{"basic":"Facing a cost of more than $1 billion, Healey proposes dramatic changes to emergency shelter system","native":"Maura Healey emergency shelter migrant families six-month limit"},"label":{},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"49312e5e3b26b03e3016f90cfe8cff7cb46d7de57230e68566d3735ac5f8cd09"},"caption":"Governor Maura Healey speaks to reporters earlier this month at the State House.","credits":{"by":[{"name":"Pat Greenhouse/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/UCPFULC7ZSJQP26Q4LNRMCUL2A.jpg","width":8192}},"publish_date":"2024-11-23T19:07:10.860Z","related_content":{"redirect":[]},"resizer_version":1,"taxonomy":{"primary_section":{"name":"Politics"}},"type":"story"},"expires":1732449820466,"lastModified":1732449520291},"{\"published\":true,\"website_url\":\"/2024/11/23/nation/brooke-rollins-agriculture-chief/\"}":{"data":{"_id":"JKXTEE2UOZHHPHWOMOP5PSE2CM","canonical_url":"/2024/11/23/nation/brooke-rollins-agriculture-chief/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"President-elect Donald Trump said Saturday that he will nominate former White House aide Brooke Rollins to be his agriculture secretary."},"display_date":"2024-11-23T22:21:07.413Z","headlines":{"basic":"Trump taps Brooke Rollins as agriculture chief, completing proposed slate of Cabinet secretaries","native":"brooke rollins agriculture chief"},"label":{},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"fbe57525f8b6eb007556ff01af4e2755f253d117b1f15c29bbe0db4d00061d7d"},"caption":"Brooke Rollins speaks before Republican presidential nominee former President Donald Trump speaks at a campaign rally at Madison Square Garden, Sunday, Oct. 27, 2024, in New York.","credits":{"by":[{"name":"Evan Vucci"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/LDNZ3NOGTWEIUAPRBQ65NFPFLA.jpg","width":4119}},"publish_date":"2024-11-23T22:21:07.413Z","related_content":{"redirect":[]},"resizer_version":1,"subtype":"Wire","taxonomy":{"primary_section":{"name":"Elections"}},"type":"story"},"expires":1732449925323,"lastModified":1732449625232},"{\"published\":true,\"website_url\":\"/2024/11/23/metro/in-massachusetts-trump-gained-where-cost-of-living-hit-hard/\"}":{"data":{"_id":"2ZD5UYUGCJF7PEKYDP6YCG7S54","canonical_url":"/2024/11/23/metro/in-massachusetts-trump-gained-where-cost-of-living-hit-hard/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Cities and counties with some of the worst average income to cost-of-living are among some of the communities that swung red for Trump this election."},"display_date":"2024-11-23T20:16:59.102Z","headlines":{"basic":"In Mass. towns where cost of living outpaced income, Trump saw more gains, data show","native":"In Massachusetts, Trump gained where cost of living hit hard"},"label":{"storycard":{"text":"Money, Power, Inequality"}},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"437b83fe938b2fd5ae8d0e8b46cc1d69050b48a7981e3cd7ed15876132a38264"},"caption":"Trump supporters celebrated during a Massachusetts for Trump 2024 election night watch party at White’s of Westport.","credits":{"by":[{"name":"Barry Chin/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/VXWL6NWQT2JJP2AYYQRPDWPASA.jpg","width":5743}},"publish_date":"2024-11-23T20:16:59.102Z","related_content":{"redirect":[]},"resizer_version":1,"taxonomy":{"primary_section":{"name":"Money, Power, Inequality"}},"type":"story"},"expires":1732449820426,"lastModified":1732449520305},"{\"published\":true,\"website_url\":\"/2024/11/24/opinion/opinion-renee-graham-trump-cabinet/\"}":{"data":{"_id":"J2OQLXFTOVF5BIIWEF6KPQMZMA","canonical_url":"/2024/11/24/opinion/opinion-renee-graham-trump-cabinet/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"This isn’t a presidential transition. It’s a national stress test to see if democracy will continue to bend or finally break."},"display_date":"2024-11-24T08:00:00Z","headlines":{"basic":"Disqualifying, extreme, and incompetent — Trump’s DEI Cabinet picks","native":"opinion renee graham trump cabinet"},"label":{"storycard":{"text":"RENÉE GRAHAM"}},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"66e1d6d4b5928d2ca658d64ec316b6f124ddf956db29a236bfe7b13c6ca90d21"},"caption":"Pete Hegseth, the nominee for defense secretary, at a Fox News event in Nashville in 2021.","credits":{"by":[{"name":"Brett Carlsen"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/3Q26PZACSIUF6DAHSZ7B6JERNY.jpg","width":2200}},"publish_date":"2024-11-24T08:00:01.639Z","related_content":{"redirect":[]},"resizer_version":1,"subtype":"opinion-article","taxonomy":{"primary_section":{"name":"Columns"}},"type":"story"},"expires":1732449785435,"lastModified":1732449485355},"{\"published\":true,\"website_url\":\"/2024/11/24/opinion/ai-anthropomorphism-characterai-notebook-lm/\"}":{"data":{"_id":"A5FBULAZXFCJPH7X77735XZ5OM","canonical_url":"/2024/11/24/opinion/ai-anthropomorphism-characterai-notebook-lm/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"AI that impersonates humans was briefly taboo. Now it’s here to stay, and we need stronger protections."},"display_date":"2024-11-24T08:00:00Z","headlines":{"basic":"How to stop believable bots from duping us all","native":"AI anthropomorphism character.ai Notebook LM"},"label":{"storycard":{"text":"IDEAS | EVAN SELINGER"}},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"5b0e9546b6b498fd7357666e699bc8ac987fe21365343e5f7137018c38fae721"},"caption":"","credits":{"by":[{"name":"Lustre Art Group/Adobe"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/MITUYKFCABB3DONHMU44TMZO6A.jpg","width":2400}},"publish_date":"2024-11-24T08:00:00.936Z","related_content":{"redirect":[]},"resizer_version":1,"subtype":"big-article","taxonomy":{"primary_section":{"name":"Ideas"}},"type":"story"},"expires":1732449944220,"lastModified":1732449644102},"{\"published\":true,\"website_url\":\"/2024/11/24/opinion/training-be-state-cop-shouldnt-be-game-survival/\"}":{"data":{"_id":"CI4MZQJRTZEQDMN5RL4SJXQWX4","canonical_url":"/2024/11/24/opinion/training-be-state-cop-shouldnt-be-game-survival/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Injuries too often contribute to an already unduly high attrition rate for Massachusetts recruits."},"display_date":"2024-11-24T09:00:00Z","headlines":{"basic":"Training to be a state cop shouldn’t be a game of survival","native":""},"label":{"storycard":{"text":"EDITORIAL"}},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"ebab3535c1784a0d33c3b6828ebe5cb709393a3fd0e21a7f2d30cb6aa25c3771"},"caption":"Demonstrators outside at the DCU Center in Worcester where the State Police Academy graduation took place a month after recruit Trooper Enrique Delgado-Garcia died as a cadet.","credits":{"by":[{"name":"David L. Ryan/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/4HMZYJ3YJCW7EYNZOJX27I7PPI.jpg","width":5008}},"publish_date":"2024-11-24T09:00:08.979Z","related_content":{"redirect":[]},"resizer_version":1,"subtype":"opinion-article","taxonomy":{"primary_section":{"name":"Editorials"}},"type":"story"},"expires":1732449820409,"lastModified":1732449520273},"{\"published\":true,\"website_url\":\"/2024/11/24/opinion/social-security-myths-insolvency/\"}":{"data":{"_id":"U3SNUZNF5RGDVAMMU2YDITJ55M","canonical_url":"/2024/11/24/opinion/social-security-myths-insolvency/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Beginning with FDR, politicians have promoted fables and fibs about the nation’s largest spending program."},"display_date":"2024-11-24T08:00:00Z","headlines":{"basic":"The myths that hide why Social Security is unsustainable","native":"social security myths insolvency"},"label":{"storycard":{"text":"JEFF JACOBY"}},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"992b1a20a4c5f987485edfc828da01f1a88835844b952fd37d35221612720da7"},"caption":"","credits":{"by":[{"name":"Jenny Kane"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/GLWMXDJQGWEJNZ7FHUDHOYS7WM.jpg","width":6131}},"publish_date":"2024-11-24T08:00:01.169Z","related_content":{"redirect":[]},"resizer_version":1,"subtype":"opinion-article","taxonomy":{"primary_section":{"name":"Columns"}},"type":"story"},"expires":1732450082470,"lastModified":1732449782381},"{\"published\":true,\"website_url\":\"/2024/11/24/opinion/letters-to-the-editor-mass-special-education-inequity/\"}":{"data":{"_id":"AIHBOPOY4JGUNAXUU7ID7POV6A","canonical_url":"/2024/11/24/opinion/letters-to-the-editor-mass-special-education-inequity/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"I saw firsthand the differences in services that were included in IEPs and how they favored students whose parents were well versed in special-education law and had the means to hire an advocate or attorney."},"display_date":"2024-11-24T07:30:00Z","headlines":{"basic":"Many Mass. students are not getting the special education they need","native":"letters to the editor mass. special education inequity"},"label":{"storycard":{"text":"LETTERS"}},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"16a44ac7f09349225ec8b21a7fd01215588d4bcbeb408f1bb505f14dd5a6fef0"},"caption":"Binders of school paperwork for fourth-grader Jonathan Pagan were stacked inside the family’s Medford home. He only recently learned his letters despite being in a specialized district program, and he missed more than a month of school last year, in addition to seeing the nurse 67 times, all in an effort to avoid being embarrassed in class.","credits":{"by":[{"name":"Jessica Rinaldi/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/MQDRW43DINLYA4CAZWFEXMC5UE.JPG","width":4000}},"publish_date":"2024-11-24T07:30:00.425Z","related_content":{"redirect":[]},"resizer_version":1,"subtype":"opinion-article","taxonomy":{"primary_section":{"name":"Letters"}},"type":"story"},"expires":1732449785426,"lastModified":1732449485363},"{\"published\":true,\"website_url\":\"/2024/11/21/metro/globe-santa-inflation-holiday-christmas-present/\"}":{"data":{"_id":"AS6TH3W57NFG3CJQBLMBOZWRBA","canonical_url":"/2024/11/21/metro/globe-santa-inflation-holiday-christmas-present/","content_restrictions":{"content_code":"exempt"},"description":{"basic":"The mother’s financial need is so great she wanted to be sure her point was not lost on Globe Santa. In her October letter requesting holiday toys for her kids, she enclosed her most recent gas bill."},"display_date":"2024-11-21T21:40:37.264Z","headlines":{"basic":"Exhibit A: Her gas bill","native":"globe Santa inflation holiday Christmas present"},"label":{"storycard":{"text":"GLOBE SANTA"}},"promo_items":{"basic":{"additional_properties":{"focal_point":{"min":[1465,1295]}},"auth":{"1":"814afb3ce1b0eb70517c8a7b757bbca37c273c92505855e18581aadc11031dc5"},"caption":"","credits":{"by":[{"name":"The Boston Globe"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/DH6C7263HJBOBCKLZB3SNEMHQ4.jpg","width":2212}},"publish_date":"2024-11-21T21:51:29.660Z","related_content":{"redirect":[]},"resizer_version":1,"taxonomy":{"primary_section":{"name":"Metro"}},"type":"story"},"expires":1732449944295,"lastModified":1732449644105},"{\"published\":true,\"website_url\":\"/2023/04/17/multimedia/introducing-boston-globe-today/\"}":{"data":{"_id":"RV6M4AEREFCWBATDMMZJSYP5Y4","canonical_url":"/2023/04/17/multimedia/introducing-boston-globe-today/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"A new show offering in-depth perspective from the Globe’s award-winning newsrooms."},"display_date":"2023-04-17T22:35:01.464Z","headlines":{"basic":"Introducing Boston Globe Today","native":""},"label":{},"promo_items":{"basic":{"additional_properties":{},"alt_text":"BGT","auth":{"1":"c706b18f5ec1f9c104516ac79d6f820ec9e8d135e632e0d5c16c10c9a6d0438f"},"caption":"BGT","credits":{"by":[{"name":"Boston Globe Today"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/73E6KRAC5RBGVEQXESAP7YYZDY.jpg","width":1200}},"publish_date":"2023-04-17T22:35:42.297Z","related_content":{"redirect":[{"canonical_url":"/2023/04/17/multimedia/introducing-boston-globe-today/","redirect_url":"https://www.bostonglobe.com/globe-today/"}]},"resizer_version":1,"taxonomy":{"primary_section":{"name":"Boston Globe Today"}},"type":"story"},"expires":1732449822845,"lastModified":1732449522767},"{\"published\":true,\"website_url\":\"/2024/11/23/world/israel-strikes-lebanon-deaths-diplomats-ceasefire/\"}":{"data":{"_id":"T57HP2VRYNBJTPK6TWJUONCGUU","canonical_url":"/2024/11/23/world/israel-strikes-lebanon-deaths-diplomats-ceasefire/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Lebanese officials say Israeli airstrikes have killed at least 20 people and injured dozens in central Beirut, as the once-rare attacks on the heart of Lebanon’s capital continue without warning."},"display_date":"2024-11-23T09:57:01.472Z","headlines":{"basic":"Israeli strikes in central Beirut kill at least 20 as diplomats push for a cease-fire","native":"israel strikes lebanon deaths diplomats ceasefire"},"label":{},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"67f06e08397fe86bca6d79fbd045e0c3333e9962190627eca9ea607a85e27946"},"caption":"Rescue workers and people search for victims at the site of an Israeli airstrike in Beirut, Lebanon, on Nov. 23.","credits":{"by":[{"name":"Hassan Ammar"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/Y7VP7YUBNGELPC2VBUOC66S4HM.jpg","width":16320}},"publish_date":"2024-11-24T06:29:41.167Z","related_content":{"redirect":[]},"resizer_version":1,"subtype":"Wire","taxonomy":{"primary_section":{"name":"World"}},"type":"story"},"expires":1732449785459,"lastModified":1732449485374},"{\"published\":true,\"website_url\":\"/2024/11/22/metro/dartmouth-alpha-phi-charged-won-jang-death/\"}":{"data":{"_id":"CXBSTIGGFFHPLPGWUSXWVB65FA","canonical_url":"/2024/11/22/metro/dartmouth-alpha-phi-charged-won-jang-death/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Two fraternity members were individually charged as well for allegedly providing alcohol to persons younger than 21 shortly before Won Jang went missing"},"display_date":"2024-11-23T04:19:06.004Z","headlines":{"basic":"Dartmouth sorority criminally charged for party that preceded student’s death, police say","native":"dartmouth alpha phi charged won jang death"},"label":{"storycard":{"text":"NH CRIME"}},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"b07cfeb54de0aecb363945a1319297ba91d6c7236ec6bc30526061b9243e8dc5"},"caption":"Dartmouth College in Hanover, N.H., as seen from the Dartmouth Green on May, 1, 2024.","credits":{"by":[{"name":"Cheryl Senter"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/HD3NGOXPV7KGJ2JDSVRA4NOKUM.jpg","width":7085}},"publish_date":"2024-11-23T04:44:46.640Z","related_content":{"redirect":[]},"resizer_version":1,"taxonomy":{"primary_section":{"name":"Crime"}},"type":"story"},"expires":1732450082475,"lastModified":1732449782396},"{\"published\":true,\"website_url\":\"/2024/11/24/sports/five-takeaways-nov-24-massachusetts-high-school-football-soccer/\"}":{"data":{"_id":"RERFNH2TTZE2HHHVPBWCTCSUHU","canonical_url":"/2024/11/24/sports/five-takeaways-nov-24-massachusetts-high-school-football-soccer/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"An unprecedented run to the title from Newton North boys' soccer, the unstoppable force of Fairhaven's Justin Marques, and celebrating some high school dynasties."},"display_date":"2024-11-24T05:22:18.965Z","headlines":{"basic":"Five takeaways from a Saturday full of soccer champions and football semifinals","native":"Five takeaways Nov 24 massachusetts high school football soccer"},"label":{"storycard":{"text":"HIGH SCHOOLS"}},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2"},"caption":"Newton North’s Seth Rao (No. 3) celebrates his first-half goal as teammates Bishrelt Bat-Erdene, (left) and Lorenzo Grimaldi (center) give chase.","credits":{"by":[{"name":"Ken McGagh for The Boston Globe"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg","width":2000}},"publish_date":"2024-11-24T05:35:52.054Z","related_content":{"redirect":[]},"resizer_version":1,"subtype":"schools","taxonomy":{"primary_section":{"name":"High Schools"}},"type":"story"},"expires":1732449820450,"lastModified":1732449520298},"{\"published\":true,\"website_url\":\"/2024/11/22/business/housing-vote-needham-referendum/\"}":{"data":{"_id":"JJFSRFJ6IFFFRNDR7S2RRQNZRA","canonical_url":"/2024/11/22/business/housing-vote-needham-referendum/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Voters in Needham will be asked to weigh in on a plan to allow dense multifamily housing in key commercial areas near the Commuter Rail."},"display_date":"2024-11-22T22:29:47.332Z","headlines":{"basic":"First Milton, now Needham: Another town is set to vote on controversial MBTA housing plan","native":"Housing vote Needham referendum"},"label":{},"promo_items":{"basic":{"additional_properties":{"focal_point":{"min":[3840,996]}},"auth":{"1":"d2113731a1a6753c5ee09ab4ba484b987dbe06955a1cfe0007f4bb8cb2c38444"},"caption":"Needham Town Meeting recently approved a plan to zone for housing near the town's commuter rail stations. Opponents this week filed signatures to force a referendum early next year.","credits":{"by":[{"name":"Keith Bedford"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/ALQKZRVTUMI6PGKL6VUAKXIAOA.jpg","width":5000}},"publish_date":"2024-11-23T00:16:32.780Z","related_content":{"redirect":[]},"resizer_version":1,"subtype":"business","taxonomy":{"primary_section":{"name":"Housing"}},"type":"story"},"expires":1732449944222,"lastModified":1732449644014},"{\"published\":true,\"website_url\":\"/2024/11/23/world/climate-talks-forge-deal-money-after-bitter-fight/\"}":{"data":{"_id":"DK5VF3PPG5A45I5GWLRYXUS42M","canonical_url":"/2024/11/23/world/climate-talks-forge-deal-money-after-bitter-fight/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Negotiators at this year’s United Nations climate summit struck an agreement to triple the flow of money to help developing countries adopt cleaner energy and cope with the effects of climate change."},"display_date":"2024-11-23T23:22:22.842Z","headlines":{"basic":"Climate talks forge a deal on money after a bitter fight","native":""},"label":{},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"18bf43f580a001bb9773859961ee2fd8dd7dafa83cce13dfa1c5940e2fe46f4f"},"caption":"Mukhtar Babayev, COP29 president, (right) embraced Simon Stiell, United Nations climate chief, after reaching a deal for money to curb climate change at the COP29 UN Climate Summit.","credits":{"by":[{"name":"Rafiq Maqbool"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/GFABN6WCOUNMIBM6URU2J6YJZQ.jpg","width":3178}},"publish_date":"2024-11-24T06:52:43.557Z","related_content":{"redirect":[]},"resizer_version":1,"taxonomy":{"primary_section":{"name":"World"}},"type":"story"},"expires":1732449944215,"lastModified":1732449644103},"{\"published\":true,\"website_url\":\"/2024/11/23/world/55-days-into-hunger-strike-activists-mother-says-she-wont-back-down/\"}":{"data":{"_id":"M2I2TXWUFJFT7DNN6Y33CQ2U4I","canonical_url":"/2024/11/23/world/55-days-into-hunger-strike-activists-mother-says-she-wont-back-down/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"After a few days without food, the hunger stops. The body, while weak, “learns how to just function.” That is how Laila Soueif, an Egyptian mathematician and professor, describes her hunger strike, which reached 55 days Saturday."},"display_date":"2024-11-23T22:08:52.71Z","headlines":{"basic":"55 days into hunger strike, activist’s mother says she ‘won’t back down’","native":""},"label":{},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"fa31d0f2c4542864c7932b9463bfa1641c7903956acc93c8027a118e5bfc82df"},"caption":"Laila Soueif, mother of jailed pro-democracy activist Alaa Abdel-Fattah, during a 2022 interview.","credits":{"by":[{"name":"Amr Nabil"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/KNW6BXHLBW2Z6SFS6IJXDGYKGU.jpg","width":5055}},"publish_date":"2024-11-23T23:53:23.310Z","related_content":{"redirect":[]},"resizer_version":1,"taxonomy":{"primary_section":{"name":"World"}},"type":"story"},"expires":1732449820430,"lastModified":1732449520296},"{\"published\":true,\"use_redirects\":\"\",\"website_url\":\"/2024/11/18/metro/migrants-immigration-chile-haiti-massachusetts/\"}":{"data":{"_id":"JZD7RU2X7RHGJPXWZXEIWTSWC4","canonical_url":"/2024/11/18/metro/migrants-immigration-chile-haiti-massachusetts/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Migrants, both recent arrivals and many who’ve been in Chile longer, find themselves on the fringes of society, with scant opportunity for economic mobility."},"display_date":"2024-11-18T10:49:24.292Z","headlines":{"basic":"Here’s why many Haitians are migrating from Chile to Massachusetts. ‘The country wasn’t prepared to respond.’","native":"migrants immigration chile haiti massachusetts"},"label":{"storycard":{"text":"North toward hope"}},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"4b30903e931b34f4f7e6b1146bcf70e7acd72803ae913701949e1d9efd1d56d0"},"caption":"Inés Fuentes Arenas, a Chilean community leader, reached out to embrace a young boy in the \"Nuevo Amanecer\" encampment, located in the Cerrillos district of Santiago, Chile.","credits":{"by":[{"name":"Erin Clark/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/B5E2HXUBRWNZ2HN6BF75JVMKFI.JPG","width":3500}},"publish_date":"2024-11-18T16:08:27.549Z","related_content":{"redirect":[]},"resizer_version":1,"subtype":"big-article","taxonomy":{"primary_section":{"name":"Immigration"}},"type":"story"},"expires":1732449944320,"lastModified":1732449644183},"{\"published\":true,\"website_url\":\"/2024/06/20/metro/broken-promises-unfulfilled-hope/\"}":{"data":{"_id":"R5ZYGGMA75ENFA2PC7TO7PCZLM","canonical_url":"/2024/06/20/metro/broken-promises-unfulfilled-hope/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"The Boston Globe explores the legacy of Boston’s busing era."},"display_date":"2024-06-20T10:30:00Z","headlines":{"basic":"Broken Promises, Unfulfilled Hope","native":""},"label":{},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"391c12e426bfb642ee811a803e66df372105a3363c9f5a87b31ee694b453094a"},"caption":"Seventh-graders at the Curley School on the first day of school in 1975. (Ulrike Welsch/Globe staff)","credits":{"by":[{"name":"Ulrike Welsch"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/E3FAFP5SAZFFXPPPJBH2BWJ7KU.jpg","width":2835}},"publish_date":"2024-06-20T10:38:10.878Z","related_content":{"redirect":[{"canonical_url":"/2024/06/20/metro/broken-promises-unfulfilled-hope/","redirect_url":"https://apps.bostonglobe.com/metro/2024/06/busing-in-boston/home/"}]},"resizer_version":1,"taxonomy":{"primary_section":{"name":"K-12"}},"type":"story"},"expires":1732449820420,"lastModified":1732449520303},"{\"published\":true,\"website_url\":\"/2024/09/06/metro/steward-health-care-boston-globe-spotlight-team-report/\"}":{"data":{"_id":"JQWRVTTOAZHCZFIK3YQXIOOLLY","canonical_url":"/2024/09/06/metro/steward-health-care-boston-globe-spotlight-team-report/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"A Boston Globe Spotlight Team review found the Steward Health Care hospital system plagued by staggering neglect at the hands of executives."},"display_date":"2024-09-06T11:07:34.929Z","headlines":{"basic":"A Globe Spotlight Team report on Steward Health Care","native":"steward health care boston globe spotlight team report"},"label":{},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"493da9bfcb6069fb2ddfdd05559d079b62f3a151041c8b62e07ce79d2f2ac77e"},"caption":"An Ambulance passed Glenwood Regional Medical Center in West Monroe, La.","credits":{"by":[{"name":"Craig F. Walker/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/BJEJI3QQKRQBRXBZCOULBNJ7SM.JPG","width":5692}},"publish_date":"2024-09-06T11:08:12.275Z","related_content":{"redirect":[{"canonical_url":"/2024/09/06/metro/steward-health-care-boston-globe-spotlight-team-report/","redirect_url":"https://apps.bostonglobe.com/metro/investigations/spotlight/2024/09/steward-hospitals/"}]},"resizer_version":1,"taxonomy":{"primary_section":{"name":"Spotlight"}},"type":"story"},"expires":1732449920361,"lastModified":1732449620322},"{\"published\":true,\"website_url\":\"/2024/07/11/magazine/best-in-best-boston-best-in-food-things-to-do/\"}":{"data":{"_id":"SA5LYUFE7NFPROKTMSEBOD2QCI","canonical_url":"/2024/07/11/magazine/best-in-best-boston-best-in-food-things-to-do/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"Our ultimate guide to more than 200 winners for Boston's best food, drinks, and fun things to do."},"display_date":"2024-07-11T10:30:00Z","headlines":{"basic":"The Boston Globe’s Best of the Best","native":"best in best Boston best in food things to do"},"label":{},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"efdcb0a200167adc33f9c7deac8a063f35d6e9a84bcc4661cc1521455219fbf2"},"caption":"best of best social share image","credits":{"by":[{"name":"ryan huddle/globe staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/UA54UZEGABGDTG6ZNZKYCNQ4XE.jpg","width":905}},"publish_date":"2024-08-15T19:00:19.151Z","related_content":{"redirect":[{"canonical_url":"/2024/07/11/magazine/best-in-best-boston-best-in-food-things-to-do/","redirect_url":"https://apps.bostonglobe.com/magazine/2024/07/best-of-the-best/"}]},"resizer_version":1,"taxonomy":{"primary_section":{"name":"Best of the Best"}},"type":"story"},"expires":1732450082600,"lastModified":1732449782385},"{\"published\":true,\"website_url\":\"/2023/12/07/metro/nightmare-mission-hill/\"}":{"data":{"_id":"BXG7PJS6IFHYTMP4VHPTF7NRNE","canonical_url":"/2023/12/07/metro/nightmare-mission-hill/","content_restrictions":{"content_code":"non-exempt"},"description":{"basic":"The story of how a murder in Mission Hill — the Carol Stuart shooting — terrorized and wounded a community of innocent people."},"display_date":"2023-12-07T18:23:16.502Z","headlines":{"basic":"Nightmare in Mission Hill","native":""},"label":{},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"0448eff82e8a21eb46445ba5be627669b51a35a067b951e3ead5e8e77c801c6b"},"caption":"stuart landing page illustration","credits":{"by":[{"name":"Derek Gores for the Boston Globe"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/TCQ75OD6DVA7XDNUXKLVYYNZQQ.jpg","width":3850}},"publish_date":"2023-12-08T17:57:40.214Z","related_content":{"redirect":[{"canonical_url":"/2023/12/07/metro/nightmare-mission-hill/","redirect_url":"https://apps.bostonglobe.com/metro/investigations/2023/12/charles-stuart/"}]},"resizer_version":1,"taxonomy":{"primary_section":{"name":"Crime & Courts"}},"type":"story"},"expires":1732449822835,"lastModified":1732449522793}},"signing-service":{"{\"id\":\"YKQDVWBT4JHARA66ZTTQCEWLDY\"}":{"data":{"hash":"534beb4361d3a05fbc731b9b0c7d32befdd2ff0a01677c80077d0d1656d28cda","type":"sha256","_id":"0d81961a537b4df9dc1e996eac05370e08b4c88abb1d36737ed002826f1d45f1"},"expires":1763927916795,"lastModified":1732391916499}},"video-playlist-api":{"{\"name\":\"All Boston Globe Today segments\"}":{"data":{"playlistName":"All Boston Globe Today segments","uuid":"ef1e1b48-8120-4ef0-8070-4e937d4dee37","version":"0.8.0","playlistItems":[{"type":"video","_id":"c8e76a31-e24a-492c-b6bb-cb93d42ff43e","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/are-the-red-sox-and-juan-soto-a-realistic-marriage/","canonical_website":"bostonglobe","short_url":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/are-the-red-sox-and-juan-soto-a-realistic-marriage/","created_date":"2024-11-22T19:28:07Z","last_updated_date":"2024-11-22T20:15:19Z","publish_date":"2024-11-22T20:20:44Z","first_publish_date":"2024-11-22T20:20:43Z","display_date":"2024-11-22T22:35:00Z","headlines":{"basic":"Are the Red Sox and Juan Soto a realistic marriage?","meta_title":"Are the Red Sox and Juan Soto a realistic marriage?"},"subheadlines":{"basic":"Reporter Michael Silverman says the Red Sox could be willing to spend on Juan Soto, and offers alternative plans if that falls through, including a shifting infield."},"description":{"basic":"WATCH: Reporter Michael Silverman isn’t ruling out a union between the two just yet, and David Ortiz could be the secret weapon."},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","version":"0.5.8","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","version":"0.5.8","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-22-2024/t_041459a4d6c24b488ba461d0deaa4fe8_name_soto__1_.jpg","width":1920,"height":1080,"auth":{"1":"d3244d92531ec774217382e1b2d55af42654b89b27d7cc6a21ffa97c73f90810"}}},"related_content":{"redirect":[],"basic":[{"type":"reference","additional_properties":{"title":"David Ortiz adds his voice to those trying to entice Juan Soto to the Red Sox","canonical_url":"/2024/11/22/sports/david-ortiz-red-sox-juan-soto-free-agent/"},"_id":"CJSVBUMJUFCE7KYGBTHLT7PO6Q","referent":{"type":"story","id":"CJSVBUMJUFCE7KYGBTHLT7PO6Q","provider":""}},{"type":"reference","additional_properties":{"title":"Red Sox deserve no benefit of the doubt with their Juan Soto pursuit, and other thoughts","canonical_url":"/2024/11/22/sports/dan-shaughnessy-red-sox-juan-soto-payroll/"},"_id":"XW72WQ7LKVDURK2CKHJWOUSQCY","referent":{"type":"story","id":"XW72WQ7LKVDURK2CKHJWOUSQCY","provider":""}},{"type":"reference","additional_properties":{"title":"Sam Kennedy talks Red Sox’ plans to spend, including for a free agent like Juan Soto: ‘We intend to invest going forward’","canonical_url":"/2024/11/20/sports/red-sox-kennedy-spending-free-agency/"},"_id":"4GXLQLFNEVHANGZF2ZGXWWTRWQ","referent":{"type":"story","id":"4GXLQLFNEVHANGZF2ZGXWWTRWQ","provider":""}}]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-sports-segments"},"additional_properties":{"subsection":"Boston Globe Today Sports segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"6740db4769ba5c5d42a092c4","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/iHodozWpQ5IBY2CugIg0_Fjv8L4=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-22-2024/t_041459a4d6c24b488ba461d0deaa4fe8_name_soto__1_.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/pd9047MBwMdz3Y-9eIO7c0z_14E=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-22-2024/t_041459a4d6c24b488ba461d0deaa4fe8_name_soto__1_.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/2B76WfVHJoD-dJdjnRcrEbwWq-k=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-22-2024/t_041459a4d6c24b488ba461d0deaa4fe8_name_soto__1_.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-sports-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/are-the-red-sox-and-juan-soto-a-realistic-marriage/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":true,"doNotShowTranscripts":false,"useVariants":false,"playlistTags":["master","all boston globe today segments","bgt-sports","bgtoday-2024november22"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":214815,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":10157264,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740db4769ba5c5d42a092c4/t_f9149a57446c4afd867ee036f42c9eb2_name_BGS_11_22_24_FS_A_BLOCK_FTP_2/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":14162980,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740db4769ba5c5d42a092c4/t_f9149a57446c4afd867ee036f42c9eb2_name_BGS_11_22_24_FS_A_BLOCK_FTP_2/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":22274428,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740db4769ba5c5d42a092c4/t_f9149a57446c4afd867ee036f42c9eb2_name_BGS_11_22_24_FS_A_BLOCK_FTP_2/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":38810344,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740db4769ba5c5d42a092c4/t_f9149a57446c4afd867ee036f42c9eb2_name_BGS_11_22_24_FS_A_BLOCK_FTP_2/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":129925484,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740db4769ba5c5d42a092c4/t_f9149a57446c4afd867ee036f42c9eb2_name_BGS_11_22_24_FS_A_BLOCK_FTP_2/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":150333448,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740db4769ba5c5d42a092c4/t_f9149a57446c4afd867ee036f42c9eb2_name_BGS_11_22_24_FS_A_BLOCK_FTP_2/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":7930201,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740db4769ba5c5d42a092c4/t_f9149a57446c4afd867ee036f42c9eb2_name_BGS_11_22_24_FS_A_BLOCK_FTP_2/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":19793461,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740db4769ba5c5d42a092c4/t_f9149a57446c4afd867ee036f42c9eb2_name_BGS_11_22_24_FS_A_BLOCK_FTP_2/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":35985322,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740db4769ba5c5d42a092c4/t_f9149a57446c4afd867ee036f42c9eb2_name_BGS_11_22_24_FS_A_BLOCK_FTP_2/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":57543525,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740db4769ba5c5d42a092c4/t_f9149a57446c4afd867ee036f42c9eb2_name_BGS_11_22_24_FS_A_BLOCK_FTP_2/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":149167908,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740db4769ba5c5d42a092c4/t_f9149a57446c4afd867ee036f42c9eb2_name_BGS_11_22_24_FS_A_BLOCK_FTP_2/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{"confidence":1,"urls":[{"format":"SRT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/c8e76a31-e24a-492c-b6bb-cb93d42ff43e/2_1732306527143/c8e76a31-e24a-492c-b6bb-cb93d42ff43e_6740dbe533627b30386dfcc8.srt"},{"format":"DFXP","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/c8e76a31-e24a-492c-b6bb-cb93d42ff43e/2_1732306530388/c8e76a31-e24a-492c-b6bb-cb93d42ff43e_6740dbe533627b30386dfcc8.dfxp"},{"format":"RAW_TEXT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/c8e76a31-e24a-492c-b6bb-cb93d42ff43e/2_1732306530427/c8e76a31-e24a-492c-b6bb-cb93d42ff43e_6740dbe533627b30386dfcc8.txt"},{"format":"WEB_VTT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/c8e76a31-e24a-492c-b6bb-cb93d42ff43e/2_1732306531277/c8e76a31-e24a-492c-b6bb-cb93d42ff43e_6740dbe533627b30386dfcc8.vtt"},{"format":"WEB_VTT_PLAYLIST","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/c8e76a31-e24a-492c-b6bb-cb93d42ff43e/2_1732306537495/c8e76a31-e24a-492c-b6bb-cb93d42ff43e_6740dbe533627b30386dfcc8.m3u8"}]},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-22-2024/t_041459a4d6c24b488ba461d0deaa4fe8_name_soto__1_.jpg","width":1920,"height":1080,"auth":{"1":"d3244d92531ec774217382e1b2d55af42654b89b27d7cc6a21ffa97c73f90810"}},"embed_html":"<div class=\"powa\" id=\"powa-c8e76a31-e24a-492c-b6bb-cb93d42ff43e\" data-org=\"bostonglobe\" data-uuid=\"c8e76a31-e24a-492c-b6bb-cb93d42ff43e\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-sports-segments","_website":"bostonglobe","name":"Boston Globe Today Sports segments","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/are-the-red-sox-and-juan-soto-a-realistic-marriage/"}}},{"type":"video","_id":"97ae5313-a19b-4fa5-a6f4-956d439811f5","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/we-got-one-drake-maye-proves-to-be-credible-dual-threat/","canonical_website":"bostonglobe","short_url":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/we-got-one-drake-maye-proves-to-be-credible-dual-threat/","created_date":"2024-11-22T19:23:46Z","last_updated_date":"2024-11-22T20:34:51Z","publish_date":"2024-11-22T20:35:01Z","first_publish_date":"2024-11-22T20:22:39Z","display_date":"2024-11-22T22:35:00Z","headlines":{"basic":"Drake Maye proves to be credible dual-threat","meta_title":"‘We got one!’: Drake Maye proves to be credible dual-threat"},"subheadlines":{"basic":"Former Globe columnist and longtime sportswriter Bob Ryan says Patriots finally have a QB who can win in the air and on the ground."},"description":{"basic":"WATCH: Former Globe columnist and longtime sportswriter Bob Ryan says Patriots finally have a QB who can win in the air and on the ground."},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","version":"0.5.8","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","version":"0.5.8","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-22-2024/t_52d5bdf2ed2845fd8e08e0c8de4c0153_name_maye__5_.jpg","width":1920,"height":1080,"auth":{"1":"440ea973326fe6ee09674f919c0778e84a410ef39a1fbf38aa6ec408092718ad"}}},"related_content":{"redirect":[],"basic":[{"type":"reference","additional_properties":{"title":"Patriots' Drake Maye vs. Dolphins' Tua Tagovailoa could be the first meeting of many","canonical_url":""},"_id":"LBURABQ4G5AELFPVTZL6VYFFRM","referent":{"type":"story","id":"LBURABQ4G5AELFPVTZL6VYFFRM","provider":""}},{"type":"reference","additional_properties":{"title":"Everyone around the NFL is impressed with Drake Maye and the start of his career","canonical_url":"/2024/11/22/sports/nfl-patriots-drake-maye-rookie-of-the-year/"},"_id":"KHRFNKCSRBAQ7KQGZ7LJZFS24E","referent":{"type":"story","id":"KHRFNKCSRBAQ7KQGZ7LJZFS24E","provider":""}},{"type":"reference","additional_properties":{"title":"Patriots mailbag: Who has had the better rookie season, quarterback Drake Maye or coach Jerod Mayo?","canonical_url":"/2024/11/21/sports/patriots-mailbag-drake-maye-jerod-mayo/"},"_id":"D7RGKEPNE5G3THGVC6MUUGA7R4","referent":{"type":"story","id":"D7RGKEPNE5G3THGVC6MUUGA7R4","provider":""}},{"type":"reference","additional_properties":{"title":"Patriots Monday: Jerod Mayo denies reports that team sought advice on developing Drake Maye, talks loss to Rams","canonical_url":"/2024/11/18/sports/jerod-mayo-patriots-reaction/"},"_id":"TFLK5FPKXFBQFMNCFRQGBOEISQ","referent":{"type":"story","id":"TFLK5FPKXFBQFMNCFRQGBOEISQ","provider":""}}]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-sports-segments"},"additional_properties":{"subsection":"Boston Globe Today Sports segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"6740da4201ae71225864d83b","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/ntzpqhTha7hpB1rBhBPRc0Q2bJQ=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-22-2024/t_52d5bdf2ed2845fd8e08e0c8de4c0153_name_maye__5_.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/IhiMlGFX0bj21QbbTjmvoG5HL8k=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-22-2024/t_52d5bdf2ed2845fd8e08e0c8de4c0153_name_maye__5_.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/L35Wv5vzGovRxf_TzXqSBrzt-9U=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-22-2024/t_52d5bdf2ed2845fd8e08e0c8de4c0153_name_maye__5_.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-sports-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/we-got-one-drake-maye-proves-to-be-credible-dual-threat/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":true,"doNotShowTranscripts":false,"useVariants":false,"has_published_copy":true,"playlistTags":["master","all boston globe today segments","bgt-sports","bgtoday-2024november22"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":195829,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":9217452,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740da4201ae71225864d83b/t_c2fd0d02c29547c1b3c97a3c031ec296_name_BGS_11_22_24_FS_A_BLOCK_FTP_1/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":12863712,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740da4201ae71225864d83b/t_c2fd0d02c29547c1b3c97a3c031ec296_name_BGS_11_22_24_FS_A_BLOCK_FTP_1/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":20259444,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740da4201ae71225864d83b/t_c2fd0d02c29547c1b3c97a3c031ec296_name_BGS_11_22_24_FS_A_BLOCK_FTP_1/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":35316364,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740da4201ae71225864d83b/t_c2fd0d02c29547c1b3c97a3c031ec296_name_BGS_11_22_24_FS_A_BLOCK_FTP_1/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":118534564,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740da4201ae71225864d83b/t_c2fd0d02c29547c1b3c97a3c031ec296_name_BGS_11_22_24_FS_A_BLOCK_FTP_1/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":137172132,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740da4201ae71225864d83b/t_c2fd0d02c29547c1b3c97a3c031ec296_name_BGS_11_22_24_FS_A_BLOCK_FTP_1/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":7229955,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740da4201ae71225864d83b/t_c2fd0d02c29547c1b3c97a3c031ec296_name_BGS_11_22_24_FS_A_BLOCK_FTP_1/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":18029465,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740da4201ae71225864d83b/t_c2fd0d02c29547c1b3c97a3c031ec296_name_BGS_11_22_24_FS_A_BLOCK_FTP_1/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":32771437,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740da4201ae71225864d83b/t_c2fd0d02c29547c1b3c97a3c031ec296_name_BGS_11_22_24_FS_A_BLOCK_FTP_1/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":52421684,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740da4201ae71225864d83b/t_c2fd0d02c29547c1b3c97a3c031ec296_name_BGS_11_22_24_FS_A_BLOCK_FTP_1/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":135992032,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740da4201ae71225864d83b/t_c2fd0d02c29547c1b3c97a3c031ec296_name_BGS_11_22_24_FS_A_BLOCK_FTP_1/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{"confidence":1,"urls":[{"format":"SRT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/97ae5313-a19b-4fa5-a6f4-956d439811f5/2_1732306642559/97ae5313-a19b-4fa5-a6f4-956d439811f5_6740db926a72ae4fa9380a3a.srt"},{"format":"DFXP","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/97ae5313-a19b-4fa5-a6f4-956d439811f5/2_1732306645921/97ae5313-a19b-4fa5-a6f4-956d439811f5_6740db926a72ae4fa9380a3a.dfxp"},{"format":"RAW_TEXT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/97ae5313-a19b-4fa5-a6f4-956d439811f5/2_1732306645957/97ae5313-a19b-4fa5-a6f4-956d439811f5_6740db926a72ae4fa9380a3a.txt"},{"format":"WEB_VTT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/97ae5313-a19b-4fa5-a6f4-956d439811f5/2_1732306646932/97ae5313-a19b-4fa5-a6f4-956d439811f5_6740db926a72ae4fa9380a3a.vtt"},{"format":"WEB_VTT_PLAYLIST","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/97ae5313-a19b-4fa5-a6f4-956d439811f5/2_1732306652857/97ae5313-a19b-4fa5-a6f4-956d439811f5_6740db926a72ae4fa9380a3a.m3u8"}]},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-22-2024/t_52d5bdf2ed2845fd8e08e0c8de4c0153_name_maye__5_.jpg","width":1920,"height":1080,"auth":{"1":"440ea973326fe6ee09674f919c0778e84a410ef39a1fbf38aa6ec408092718ad"}},"embed_html":"<div class=\"powa\" id=\"powa-97ae5313-a19b-4fa5-a6f4-956d439811f5\" data-org=\"bostonglobe\" data-uuid=\"97ae5313-a19b-4fa5-a6f4-956d439811f5\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-sports-segments","_website":"bostonglobe","name":"Boston Globe Today Sports segments","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/we-got-one-drake-maye-proves-to-be-credible-dual-threat/"}}},{"type":"video","_id":"3b98940f-91bd-41a2-b4c0-60343a447ee0","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/gasper-the-bruins-biggest-problem-isnt-their-coach/","canonical_website":"bostonglobe","short_url":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/gasper-the-bruins-biggest-problem-isnt-their-coach/","created_date":"2024-11-22T19:40:24Z","last_updated_date":"2024-11-22T21:35:58Z","publish_date":"2024-11-22T21:36:01Z","first_publish_date":"2024-11-22T20:29:58Z","display_date":"2024-11-22T22:17:00Z","headlines":{"basic":"Gasper: The Bruins biggest problem isn’t their coach","meta_title":"Gasper: The Bruins biggest problem isn’t their coach"},"subheadlines":{"basic":"The columnist and host argues that Don Sweeney ‘deployed his hockey human shield to deflect blame from the real issue – his roster.”"},"description":{"basic":"WATCH: The columnist and host argues that Don Sweeney ‘deployed his hockey human shield to deflect blame from the real issue – his roster.”"},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","version":"0.5.8","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","version":"0.5.8","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-22-2024/t_5cdd2480dd8f47f08d3f5d93d34e38df_name_saco.jpg","width":1920,"height":1080,"auth":{"1":"0eb59598180b15e2a7eebaf90b2b7d66ff883e751a898a0cb08153a3cdf369df"}}},"related_content":{"redirect":[],"basic":[{"type":"reference","additional_properties":{"title":"Bruins blank Utah, giving Joe Sacco a win in his first game as interim coach","canonical_url":"/2024/11/21/sports/bruins-joe-sacco-utah/"},"_id":"3PLBL5GOKZGCHFIJKTDDZUQTWI","referent":{"type":"story","id":"3PLBL5GOKZGCHFIJKTDDZUQTWI","provider":""}},{"type":"reference","additional_properties":{"title":"The Bruins have been powerless on the man advantage. Joe Sacco has ideas to change that. ","canonical_url":"/2024/11/21/sports/bruins-power-play-joe-sacco/"},"_id":"QM5EAGG2S5D6XPGX2UUVYCI5BA","referent":{"type":"story","id":"QM5EAGG2S5D6XPGX2UUVYCI5BA","provider":""}},{"type":"reference","additional_properties":{"title":"Utah at Bruins preview: Joe Sacco makes his debut as Bruins coach","canonical_url":"/2024/11/21/sports/bruins-utah-preview-november-21-2024/"},"_id":"GEDG2HPFRRG4NNPH2HMCUYLVPM","referent":{"type":"story","id":"GEDG2HPFRRG4NNPH2HMCUYLVPM","provider":""}}]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-sports-segments"},"additional_properties":{"subsection":"Boston Globe Today Sports segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"6740de28403b82535d30daf1","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/jaoTAcyfSGSeCu2e09iu1NXQiYo=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-22-2024/t_5cdd2480dd8f47f08d3f5d93d34e38df_name_saco.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/iYpRbdWnYRTS6rLjQtrPD1qnqBo=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-22-2024/t_5cdd2480dd8f47f08d3f5d93d34e38df_name_saco.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/aI2TRWld7qyK2kU4fbGvYMDm4U8=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-22-2024/t_5cdd2480dd8f47f08d3f5d93d34e38df_name_saco.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-sports-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/gasper-the-bruins-biggest-problem-isnt-their-coach/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":false,"doNotShowTranscripts":false,"useVariants":false,"has_published_copy":true,"playlistTags":["master","all boston globe today segments","bgt-sports","bgtoday-2024november22"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":91792,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":4337536,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740de28403b82535d30daf1/t_04b3b5683bd04c7790330bfe35f8aa25_name_BGS_11_22_24_FS_D_BLOCK_FTP/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":6070144,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740de28403b82535d30daf1/t_04b3b5683bd04c7790330bfe35f8aa25_name_BGS_11_22_24_FS_D_BLOCK_FTP/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":9552844,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740de28403b82535d30daf1/t_04b3b5683bd04c7790330bfe35f8aa25_name_BGS_11_22_24_FS_D_BLOCK_FTP/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":16627096,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740de28403b82535d30daf1/t_04b3b5683bd04c7790330bfe35f8aa25_name_BGS_11_22_24_FS_D_BLOCK_FTP/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":56012908,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740de28403b82535d30daf1/t_04b3b5683bd04c7790330bfe35f8aa25_name_BGS_11_22_24_FS_D_BLOCK_FTP/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":64710352,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740de28403b82535d30daf1/t_04b3b5683bd04c7790330bfe35f8aa25_name_BGS_11_22_24_FS_D_BLOCK_FTP/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":3404352,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740de28403b82535d30daf1/t_04b3b5683bd04c7790330bfe35f8aa25_name_BGS_11_22_24_FS_D_BLOCK_FTP/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":8500705,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740de28403b82535d30daf1/t_04b3b5683bd04c7790330bfe35f8aa25_name_BGS_11_22_24_FS_D_BLOCK_FTP/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":15422479,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740de28403b82535d30daf1/t_04b3b5683bd04c7790330bfe35f8aa25_name_BGS_11_22_24_FS_D_BLOCK_FTP/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":24699946,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740de28403b82535d30daf1/t_04b3b5683bd04c7790330bfe35f8aa25_name_BGS_11_22_24_FS_D_BLOCK_FTP/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":63984626,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740de28403b82535d30daf1/t_04b3b5683bd04c7790330bfe35f8aa25_name_BGS_11_22_24_FS_D_BLOCK_FTP/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-22-2024/t_5cdd2480dd8f47f08d3f5d93d34e38df_name_saco.jpg","width":1920,"height":1080,"auth":{"1":"0eb59598180b15e2a7eebaf90b2b7d66ff883e751a898a0cb08153a3cdf369df"}},"embed_html":"<div class=\"powa\" id=\"powa-3b98940f-91bd-41a2-b4c0-60343a447ee0\" data-org=\"bostonglobe\" data-uuid=\"3b98940f-91bd-41a2-b4c0-60343a447ee0\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-sports-segments","_website":"bostonglobe","name":"Boston Globe Today Sports segments","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/gasper-the-bruins-biggest-problem-isnt-their-coach/"}}},{"type":"video","_id":"c70c415b-6500-479c-9f2b-a956eb8cf560","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/can-voter-fatigue-help-jayson-tatums-mvp-case/","canonical_website":"bostonglobe","short_url":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/can-voter-fatigue-help-jayson-tatums-mvp-case/","created_date":"2024-11-22T20:08:03Z","last_updated_date":"2024-11-22T20:30:40Z","publish_date":"2024-11-22T20:36:04Z","first_publish_date":"2024-11-22T20:36:04Z","display_date":"2024-11-22T20:36:04Z","headlines":{"basic":"Can voter fatigue help Jayson Tatum’s MVP case?","meta_title":"Can voter fatigue help Jayson Tatum’s MVP case?"},"subheadlines":{"basic":"Former Globe columnist and longtime sportswriter Bob Ryan makes a case for the Celtics guard’s first MVP."},"description":{"basic":"WATCH: Former Globe columnist and longtime sportswriter Bob Ryan makes a case for the Celtics guard’s first MVP."},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","version":"0.5.8","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","version":"0.5.8","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-22-2024/t_7cb889d87e8e4691a0f37854cdf653b8_name_tatum__3_.jpg","width":1920,"height":1080,"auth":{"1":"8537c94d5d44f96b585301e441ce4ea6698915eb77df25c8bf0d4b4f111ce0cc"}}},"related_content":{"redirect":[],"basic":[{"type":"reference","additional_properties":{"title":"Behind 33 points from Jayson Tatum, Celtics show they are the team to beat by handing Cavaliers first loss","canonical_url":"/2024/11/19/sports/celtics-cavaliers-jayson-tatum/"},"_id":"DOE7HYYGV5BSRETHHN7LA3LZ2E","referent":{"type":"story","id":"DOE7HYYGV5BSRETHHN7LA3LZ2E","provider":""}},{"type":"reference","additional_properties":{"title":"NBA says Jayson Tatum traveled on overtime game-winner against Raptors on Saturday","canonical_url":"/2024/11/17/sports/nba-celtics-jayson-tatum-traveling/"},"_id":"N2EMZUAXCBCR7M26P7P6DBKGUE","referent":{"type":"story","id":"N2EMZUAXCBCR7M26P7P6DBKGUE","provider":""}},{"type":"reference","additional_properties":{"title":"Jayson Tatum, given a second chance, buries overtime winner as Celtics claw past NBA-worst Raptors","canonical_url":"/2024/11/16/sports/celtics-raptors-jayson-tatum-game-winner/"},"_id":"I5NV5I73IJF3TPJJ53GFMI3DFI","referent":{"type":"story","id":"I5NV5I73IJF3TPJJ53GFMI3DFI","provider":""}}]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-sports-segments"},"additional_properties":{"subsection":"Boston Globe Today Sports segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"6740e4a34b7d49044714fd90","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/ysUAnIrcaQF9K26pGCxZjre7GGw=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-22-2024/t_7cb889d87e8e4691a0f37854cdf653b8_name_tatum__3_.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/4W0Y1aiRAGSzAWnGTZNOtu5F2CA=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-22-2024/t_7cb889d87e8e4691a0f37854cdf653b8_name_tatum__3_.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/GgTkPZevGJD527FgmPM3W080WSw=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-22-2024/t_7cb889d87e8e4691a0f37854cdf653b8_name_tatum__3_.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-sports-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/can-voter-fatigue-help-jayson-tatums-mvp-case/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":true,"doNotShowTranscripts":false,"useVariants":false,"playlistTags":["master","all boston globe today segments","bgt-sports","bgtoday-2024november22"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":216984,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":10205580,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740e4a34b7d49044714fd90/t_fb1b2371fbed401bad4c32ad576c71e4_name_BGS_11_22_24_FS_A_BLOCK_FTP_3/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":14245888,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740e4a34b7d49044714fd90/t_fb1b2371fbed401bad4c32ad576c71e4_name_BGS_11_22_24_FS_A_BLOCK_FTP_3/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":22431784,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740e4a34b7d49044714fd90/t_fb1b2371fbed401bad4c32ad576c71e4_name_BGS_11_22_24_FS_A_BLOCK_FTP_3/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":39111144,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740e4a34b7d49044714fd90/t_fb1b2371fbed401bad4c32ad576c71e4_name_BGS_11_22_24_FS_A_BLOCK_FTP_3/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":131367820,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740e4a34b7d49044714fd90/t_fb1b2371fbed401bad4c32ad576c71e4_name_BGS_11_22_24_FS_A_BLOCK_FTP_3/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":151980704,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740e4a34b7d49044714fd90/t_fb1b2371fbed401bad4c32ad576c71e4_name_BGS_11_22_24_FS_A_BLOCK_FTP_3/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":8009884,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740e4a34b7d49044714fd90/t_fb1b2371fbed401bad4c32ad576c71e4_name_BGS_11_22_24_FS_A_BLOCK_FTP_3/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":19978002,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740e4a34b7d49044714fd90/t_fb1b2371fbed401bad4c32ad576c71e4_name_BGS_11_22_24_FS_A_BLOCK_FTP_3/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":36305848,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740e4a34b7d49044714fd90/t_fb1b2371fbed401bad4c32ad576c71e4_name_BGS_11_22_24_FS_A_BLOCK_FTP_3/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":58100483,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740e4a34b7d49044714fd90/t_fb1b2371fbed401bad4c32ad576c71e4_name_BGS_11_22_24_FS_A_BLOCK_FTP_3/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":150651533,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740e4a34b7d49044714fd90/t_fb1b2371fbed401bad4c32ad576c71e4_name_BGS_11_22_24_FS_A_BLOCK_FTP_3/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{"confidence":1,"urls":[{"format":"SRT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/c70c415b-6500-479c-9f2b-a956eb8cf560/2_1732307447915/c70c415b-6500-479c-9f2b-a956eb8cf560_6740e608e2eed03454dc1a20.srt"},{"format":"DFXP","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/c70c415b-6500-479c-9f2b-a956eb8cf560/2_1732307451209/c70c415b-6500-479c-9f2b-a956eb8cf560_6740e608e2eed03454dc1a20.dfxp"},{"format":"RAW_TEXT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/c70c415b-6500-479c-9f2b-a956eb8cf560/2_1732307451271/c70c415b-6500-479c-9f2b-a956eb8cf560_6740e608e2eed03454dc1a20.txt"},{"format":"WEB_VTT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/c70c415b-6500-479c-9f2b-a956eb8cf560/2_1732307452293/c70c415b-6500-479c-9f2b-a956eb8cf560_6740e608e2eed03454dc1a20.vtt"},{"format":"WEB_VTT_PLAYLIST","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/c70c415b-6500-479c-9f2b-a956eb8cf560/2_1732307458938/c70c415b-6500-479c-9f2b-a956eb8cf560_6740e608e2eed03454dc1a20.m3u8"}]},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-22-2024/t_7cb889d87e8e4691a0f37854cdf653b8_name_tatum__3_.jpg","width":1920,"height":1080,"auth":{"1":"8537c94d5d44f96b585301e441ce4ea6698915eb77df25c8bf0d4b4f111ce0cc"}},"embed_html":"<div class=\"powa\" id=\"powa-c70c415b-6500-479c-9f2b-a956eb8cf560\" data-org=\"bostonglobe\" data-uuid=\"c70c415b-6500-479c-9f2b-a956eb8cf560\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-sports-segments","_website":"bostonglobe","name":"Boston Globe Today Sports segments","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/can-voter-fatigue-help-jayson-tatums-mvp-case/"}}},{"type":"video","_id":"a1b4c070-2a70-4b1d-820d-f9e98cbf10ca","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/fair-of-foul-dustin-pedroia-is-a-hall-of-famer/","canonical_website":"bostonglobe","short_url":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/fair-of-foul-dustin-pedroia-is-a-hall-of-famer/","created_date":"2024-11-22T19:34:19Z","last_updated_date":"2024-11-22T20:18:16Z","publish_date":"2024-11-22T20:23:45Z","first_publish_date":"2024-11-22T20:23:45Z","display_date":"2024-11-22T20:23:45Z","headlines":{"basic":"Fair of Foul: Dustin Pedroia is a Hall of Famer","meta_title":"Fair of Foul: Dustin Pedroia is a Hall of Famer"},"subheadlines":{"basic":"Former Globe columnist and longtime sportswriter Bob Ryan and reporter Michael Silverman debate the Red Sox second baseman’s place in Cooperstown."},"description":{"basic":"WATCH: Former Globe columnist and longtime sportswriter Bob Ryan and reporter Michael Silverman debate the Red Sox second baseman’s place in Cooperstown."},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","version":"0.5.8","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","version":"0.5.8","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-22-2024/t_55dfe0fef57e44749b66f181c32d3bb0_name_pedroia.jpg","width":1920,"height":1080,"auth":{"1":"ae5e540641fbf35a9f168eeb75c88e23b00106fc09d0723b0fbc2d3be3d9e996"}}},"related_content":{"redirect":[],"basic":[]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-sports-segments"},"additional_properties":{"subsection":"Boston Globe Today Sports segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"6740dcbb58d37c40807e7de9","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/yKmU5bcYQndBLkGaEjgkPi0wKjk=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-22-2024/t_55dfe0fef57e44749b66f181c32d3bb0_name_pedroia.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/8biT2WA87mY97JBg79xJO7Mm0Vk=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-22-2024/t_55dfe0fef57e44749b66f181c32d3bb0_name_pedroia.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/IC9mogvWLvE2L5rKOQCrzLF4hX0=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-22-2024/t_55dfe0fef57e44749b66f181c32d3bb0_name_pedroia.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-sports-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/fair-of-foul-dustin-pedroia-is-a-hall-of-famer/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":true,"doNotShowTranscripts":false,"useVariants":false,"playlistTags":["master","all boston globe today segments","bgt-sports","bgtoday-2024november22"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":189790,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":8976812,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dcbb58d37c40807e7de9/t_00334da09a924a7abeddd0d812106471_name_BGS_11_22_24_FS_B_BLOCK_FTP/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":12527192,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dcbb58d37c40807e7de9/t_00334da09a924a7abeddd0d812106471_name_BGS_11_22_24_FS_B_BLOCK_FTP/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":19707852,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dcbb58d37c40807e7de9/t_00334da09a924a7abeddd0d812106471_name_BGS_11_22_24_FS_B_BLOCK_FTP/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":34297780,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dcbb58d37c40807e7de9/t_00334da09a924a7abeddd0d812106471_name_BGS_11_22_24_FS_B_BLOCK_FTP/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":114898080,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dcbb58d37c40807e7de9/t_00334da09a924a7abeddd0d812106471_name_BGS_11_22_24_FS_B_BLOCK_FTP/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":132974844,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dcbb58d37c40807e7de9/t_00334da09a924a7abeddd0d812106471_name_BGS_11_22_24_FS_B_BLOCK_FTP/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":7012913,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dcbb58d37c40807e7de9/t_00334da09a924a7abeddd0d812106471_name_BGS_11_22_24_FS_B_BLOCK_FTP/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":17496697,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dcbb58d37c40807e7de9/t_00334da09a924a7abeddd0d812106471_name_BGS_11_22_24_FS_B_BLOCK_FTP/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":31782755,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dcbb58d37c40807e7de9/t_00334da09a924a7abeddd0d812106471_name_BGS_11_22_24_FS_B_BLOCK_FTP/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":50907778,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dcbb58d37c40807e7de9/t_00334da09a924a7abeddd0d812106471_name_BGS_11_22_24_FS_B_BLOCK_FTP/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":132005338,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dcbb58d37c40807e7de9/t_00334da09a924a7abeddd0d812106471_name_BGS_11_22_24_FS_B_BLOCK_FTP/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{"confidence":1,"urls":[{"format":"SRT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/a1b4c070-2a70-4b1d-820d-f9e98cbf10ca/2_1732306708506/a1b4c070-2a70-4b1d-820d-f9e98cbf10ca_6740ddbcd694ec45183df2d3.srt"},{"format":"DFXP","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/a1b4c070-2a70-4b1d-820d-f9e98cbf10ca/2_1732306711998/a1b4c070-2a70-4b1d-820d-f9e98cbf10ca_6740ddbcd694ec45183df2d3.dfxp"},{"format":"RAW_TEXT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/a1b4c070-2a70-4b1d-820d-f9e98cbf10ca/2_1732306712063/a1b4c070-2a70-4b1d-820d-f9e98cbf10ca_6740ddbcd694ec45183df2d3.txt"},{"format":"WEB_VTT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/a1b4c070-2a70-4b1d-820d-f9e98cbf10ca/2_1732306712937/a1b4c070-2a70-4b1d-820d-f9e98cbf10ca_6740ddbcd694ec45183df2d3.vtt"},{"format":"WEB_VTT_PLAYLIST","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/22/a1b4c070-2a70-4b1d-820d-f9e98cbf10ca/2_1732306718553/a1b4c070-2a70-4b1d-820d-f9e98cbf10ca_6740ddbcd694ec45183df2d3.m3u8"}]},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-22-2024/t_55dfe0fef57e44749b66f181c32d3bb0_name_pedroia.jpg","width":1920,"height":1080,"auth":{"1":"ae5e540641fbf35a9f168eeb75c88e23b00106fc09d0723b0fbc2d3be3d9e996"}},"embed_html":"<div class=\"powa\" id=\"powa-a1b4c070-2a70-4b1d-820d-f9e98cbf10ca\" data-org=\"bostonglobe\" data-uuid=\"a1b4c070-2a70-4b1d-820d-f9e98cbf10ca\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-sports-segments","_website":"bostonglobe","name":"Boston Globe Today Sports segments","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/fair-of-foul-dustin-pedroia-is-a-hall-of-famer/"}}},{"type":"video","_id":"854ad7ac-2722-4b85-b698-52cb40ff0013","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/new-future-unfolding-for-the-revolution/","canonical_website":"bostonglobe","short_url":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/new-future-unfolding-for-the-revolution/","created_date":"2024-11-22T19:34:58Z","last_updated_date":"2024-11-22T20:16:47Z","publish_date":"2024-11-22T20:16:56Z","first_publish_date":"2024-11-22T20:14:47Z","display_date":"2024-11-22T20:14:47Z","headlines":{"basic":"New future unfolding for the Revolution","meta_title":"New future unfolding for the Revolution?"},"subheadlines":{"basic":"Reporter Michael Silverman gives the ins and outs of what a soccer-specific stadium in Everett could mean for the team."},"description":{"basic":"WATCH: Reporter Michael Silverman gives the ins and outs of what a soccer-specific stadium in Everett could mean for the team."},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","version":"0.5.8","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","version":"0.5.8","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today Sports segments","path":"/multimedia/video/boston-globe-today/bgt-sports-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-22-2024/t_7e4c2ec282a74754b8b7013078f61967_name_rev.jpg","width":1920,"height":1080,"auth":{"1":"7ce63328e15260b66203acb5f998f95c368ffb2da7805514392cf24971d1cf3a"}}},"related_content":{"redirect":[],"basic":[]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-sports-segments"},"additional_properties":{"subsection":"Boston Globe Today Sports segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"6740dce200504110c8bb3fc4","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/I0gScr9EPYo5Ol7TBpDKjQuo76k=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-22-2024/t_7e4c2ec282a74754b8b7013078f61967_name_rev.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/e5QawidZF42S_V9VlB2gztFoVEs=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-22-2024/t_7e4c2ec282a74754b8b7013078f61967_name_rev.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/7yDdBtPO4gVpdVUcR68PUVqO0GM=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-22-2024/t_7e4c2ec282a74754b8b7013078f61967_name_rev.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-sports-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/new-future-unfolding-for-the-revolution/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":false,"doNotShowTranscripts":false,"useVariants":false,"has_published_copy":true,"playlistTags":["master","all boston globe today segments","bgt-sports","bgtoday-2024november22"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":268502,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":12684736,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dce200504110c8bb3fc4/t_2710e67eb2484a72a9f7e1e04171e382_name_BGS_11_22_24_FS_C_BLOCK_FTP/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":17667112,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dce200504110c8bb3fc4/t_2710e67eb2484a72a9f7e1e04171e382_name_BGS_11_22_24_FS_C_BLOCK_FTP/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":27829828,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dce200504110c8bb3fc4/t_2710e67eb2484a72a9f7e1e04171e382_name_BGS_11_22_24_FS_C_BLOCK_FTP/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":48454556,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dce200504110c8bb3fc4/t_2710e67eb2484a72a9f7e1e04171e382_name_BGS_11_22_24_FS_C_BLOCK_FTP/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":162280660,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dce200504110c8bb3fc4/t_2710e67eb2484a72a9f7e1e04171e382_name_BGS_11_22_24_FS_C_BLOCK_FTP/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":187886448,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dce200504110c8bb3fc4/t_2710e67eb2484a72a9f7e1e04171e382_name_BGS_11_22_24_FS_C_BLOCK_FTP/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":9910175,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dce200504110c8bb3fc4/t_2710e67eb2484a72a9f7e1e04171e382_name_BGS_11_22_24_FS_C_BLOCK_FTP/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":24716702,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dce200504110c8bb3fc4/t_2710e67eb2484a72a9f7e1e04171e382_name_BGS_11_22_24_FS_C_BLOCK_FTP/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":44921121,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dce200504110c8bb3fc4/t_2710e67eb2484a72a9f7e1e04171e382_name_BGS_11_22_24_FS_C_BLOCK_FTP/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":71844066,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dce200504110c8bb3fc4/t_2710e67eb2484a72a9f7e1e04171e382_name_BGS_11_22_24_FS_C_BLOCK_FTP/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":186289825,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241122/6740dce200504110c8bb3fc4/t_2710e67eb2484a72a9f7e1e04171e382_name_BGS_11_22_24_FS_C_BLOCK_FTP/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-22-2024/t_7e4c2ec282a74754b8b7013078f61967_name_rev.jpg","width":1920,"height":1080,"auth":{"1":"7ce63328e15260b66203acb5f998f95c368ffb2da7805514392cf24971d1cf3a"}},"embed_html":"<div class=\"powa\" id=\"powa-854ad7ac-2722-4b85-b698-52cb40ff0013\" data-org=\"bostonglobe\" data-uuid=\"854ad7ac-2722-4b85-b698-52cb40ff0013\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-sports-segments","_website":"bostonglobe","name":"Boston Globe Today Sports segments","_id":"/multimedia/video/boston-globe-today/bgt-sports-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/22/multimedia/video/boston-globe-today/bgt-sports-segments/new-future-unfolding-for-the-revolution/"}}},{"type":"video","_id":"1615d13e-f666-47c0-a6b5-c712c0c2ed4e","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/has-the-mbta-gone-off-the-rails/","canonical_website":"bostonglobe","short_url":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/has-the-mbta-gone-off-the-rails/","created_date":"2024-11-21T20:30:38Z","last_updated_date":"2024-11-21T21:59:06Z","publish_date":"2024-11-21T21:59:15Z","first_publish_date":"2024-11-21T21:12:57Z","display_date":"2024-11-21T22:30:00Z","headlines":{"basic":"Has the MBTA gone off the rails?","meta_title":"Has the MBTA gone off the rails?"},"subheadlines":{"basic":"The T’s lax overtime policy sent employees home with hundreds of thousands of dollars in extra pay. The agency’s last publicly-known audit of overtime practices was back in 2016. Officials attribute the pay to an extraordinary amount of work being done. Is that true? Transportation editor Jason Margolis explores why."},"description":{"basic":"WATCH: The T’s overtime policy gives workers hundreds of thousands of dollars in extra pay. Transportation editor Jason Margolis explores why."},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-21-2024/t_e2b496a8b79143929ea57e7f98baea39_name_mbta.jpg","width":1920,"height":1080,"auth":{"1":"eb1cc66dd3e5666c4a4702fc41b50fcce7b0d8bf0560ffa7015a672e8b61e01f"}}},"related_content":{"redirect":[],"basic":[{"type":"reference","additional_properties":{"title":"MBTA has launched a new app with real-time updates","canonical_url":"/2024/11/21/metro/mbta-go-app/"},"_id":"D3I53JNQ7ZAWBHXC4GC4SC7G7I","referent":{"type":"story","id":"D3I53JNQ7ZAWBHXC4GC4SC7G7I","provider":""}},{"type":"reference","additional_properties":{"title":"MBTA workers are taking home hundreds of thousands of dollars in overtime pay","canonical_url":"/2024/11/18/metro/mbta-payroll-overtime-spending/"},"_id":"5H7YS25UTVG5POPJ3ACXJSI5BE","referent":{"type":"story","id":"5H7YS25UTVG5POPJ3ACXJSI5BE","provider":""}}]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-segments"},"additional_properties":{"subsection":"Boston Globe Today segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"673f986e33627b3038535ac7","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/iXqz-FHAu_5t2S-04VgZeO3A4mY=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-21-2024/t_e2b496a8b79143929ea57e7f98baea39_name_mbta.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/qREkmgxMmTo-BFkFjYNUCrTqNR4=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-21-2024/t_e2b496a8b79143929ea57e7f98baea39_name_mbta.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/NCdOOftP0X3HCmVgr7xshzEEuEY=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-21-2024/t_e2b496a8b79143929ea57e7f98baea39_name_mbta.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/has-the-mbta-gone-off-the-rails/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":true,"doNotShowTranscripts":false,"useVariants":false,"has_published_copy":true,"playlistTags":["master","all boston globe today segments","bgt-local","bgtoday-2024november21"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":226994,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":10683852,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f986e33627b3038535ac7/t_5d89fb69eff340c89394372b651aa431_name_BGT_E285_11_21_24_A1_BLOCK_FTP/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":14926260,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f986e33627b3038535ac7/t_5d89fb69eff340c89394372b651aa431_name_BGT_E285_11_21_24_A1_BLOCK_FTP/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":23494736,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f986e33627b3038535ac7/t_5d89fb69eff340c89394372b651aa431_name_BGT_E285_11_21_24_A1_BLOCK_FTP/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":40960124,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f986e33627b3038535ac7/t_5d89fb69eff340c89394372b651aa431_name_BGT_E285_11_21_24_A1_BLOCK_FTP/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":137216312,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f986e33627b3038535ac7/t_5d89fb69eff340c89394372b651aa431_name_BGT_E285_11_21_24_A1_BLOCK_FTP/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":158813940,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f986e33627b3038535ac7/t_5d89fb69eff340c89394372b651aa431_name_BGT_E285_11_21_24_A1_BLOCK_FTP/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":8384376,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f986e33627b3038535ac7/t_5d89fb69eff340c89394372b651aa431_name_BGT_E285_11_21_24_A1_BLOCK_FTP/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":20914509,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f986e33627b3038535ac7/t_5d89fb69eff340c89394372b651aa431_name_BGT_E285_11_21_24_A1_BLOCK_FTP/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":38004567,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f986e33627b3038535ac7/t_5d89fb69eff340c89394372b651aa431_name_BGT_E285_11_21_24_A1_BLOCK_FTP/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":60806236,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f986e33627b3038535ac7/t_5d89fb69eff340c89394372b651aa431_name_BGT_E285_11_21_24_A1_BLOCK_FTP/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":157737020,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f986e33627b3038535ac7/t_5d89fb69eff340c89394372b651aa431_name_BGT_E285_11_21_24_A1_BLOCK_FTP/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{"confidence":1,"urls":[{"format":"SRT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/1615d13e-f666-47c0-a6b5-c712c0c2ed4e/2_1732223261664/1615d13e-f666-47c0-a6b5-c712c0c2ed4e_673f9afb03dde50654c0f34d.srt"},{"format":"DFXP","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/1615d13e-f666-47c0-a6b5-c712c0c2ed4e/2_1732223265091/1615d13e-f666-47c0-a6b5-c712c0c2ed4e_673f9afb03dde50654c0f34d.dfxp"},{"format":"RAW_TEXT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/1615d13e-f666-47c0-a6b5-c712c0c2ed4e/2_1732223265133/1615d13e-f666-47c0-a6b5-c712c0c2ed4e_673f9afb03dde50654c0f34d.txt"},{"format":"WEB_VTT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/1615d13e-f666-47c0-a6b5-c712c0c2ed4e/2_1732223265924/1615d13e-f666-47c0-a6b5-c712c0c2ed4e_673f9afb03dde50654c0f34d.vtt"},{"format":"WEB_VTT_PLAYLIST","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/1615d13e-f666-47c0-a6b5-c712c0c2ed4e/2_1732223272107/1615d13e-f666-47c0-a6b5-c712c0c2ed4e_673f9afb03dde50654c0f34d.m3u8"}]},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-21-2024/t_e2b496a8b79143929ea57e7f98baea39_name_mbta.jpg","width":1920,"height":1080,"auth":{"1":"eb1cc66dd3e5666c4a4702fc41b50fcce7b0d8bf0560ffa7015a672e8b61e01f"}},"embed_html":"<div class=\"powa\" id=\"powa-1615d13e-f666-47c0-a6b5-c712c0c2ed4e\" data-org=\"bostonglobe\" data-uuid=\"1615d13e-f666-47c0-a6b5-c712c0c2ed4e\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","name":"Boston Globe Today segments","_id":"/multimedia/video/boston-globe-today/bgt-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/has-the-mbta-gone-off-the-rails/"}}},{"type":"video","_id":"6a4b72d4-58dd-42c1-9f15-1762defcda5d","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/ai-security-cameras-raises-alarms/","canonical_website":"bostonglobe","short_url":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/ai-security-cameras-raises-alarms/","created_date":"2024-11-21T20:36:56Z","last_updated_date":"2024-11-21T21:17:24Z","publish_date":"2024-11-21T21:17:32Z","first_publish_date":"2024-11-21T21:13:34Z","display_date":"2024-11-21T22:20:00Z","headlines":{"basic":"AI security cameras raise alarms","meta_title":"AI security cameras raises alarms"},"subheadlines":{"basic":"Simplisafe is using artificial intelligence to sort friends from foes. But skeptics warn about privacy issues. Reporter Hiawatha Bray explains."},"description":{"basic":"WATCH: Simplisafe is using artificial intelligence to sort friends from foes. But skeptics warn about privacy issues. Reporter Hiawatha Bray explains."},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-21-2024/t_d3caa6c9e1974bdeba2b8e22d91c5988_name_ai__1_.jpg","width":1920,"height":1080,"auth":{"1":"565a2a9d57b66b9766be3ada722928327e9bfb2d1d362f1e7efd3d9104d51e38"}}},"related_content":{"redirect":[],"basic":[{"type":"reference","additional_properties":{"title":"Can AI decide who’s a threat at your door? A new SimpliSafe camera aims to find out. ","canonical_url":"/2024/10/28/business/simplisafe-camera-ai/"},"_id":"ZRY3TBKIDJG7LKM6BO7THU3CCY","referent":{"type":"story","id":"ZRY3TBKIDJG7LKM6BO7THU3CCY","provider":""}},{"type":"reference","additional_properties":{"title":"SimpliSafe settles into much bigger downtown digs, a rare office expansion in COVID era","canonical_url":"/2023/04/20/business/simplisafe-settles-into-much-bigger-downtown-digs-rare-office-expansion-covid-era/"},"_id":"33ANWWUCBBAP3H3BDG74INUWJY","referent":{"type":"story","id":"33ANWWUCBBAP3H3BDG74INUWJY","provider":""}}]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-segments"},"additional_properties":{"subsection":"Boston Globe Today segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"673f99e851a3751541a5fdc5","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/ujGRxvlkBrxY2vtFlzIAqIKEumE=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-21-2024/t_d3caa6c9e1974bdeba2b8e22d91c5988_name_ai__1_.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/oph0dXXAQAhKVH8HR4kJdT0uUgI=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-21-2024/t_d3caa6c9e1974bdeba2b8e22d91c5988_name_ai__1_.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/94WBimvnB4LD0XwXgwrUKWs6GoM=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-21-2024/t_d3caa6c9e1974bdeba2b8e22d91c5988_name_ai__1_.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/ai-security-cameras-raises-alarms/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":true,"doNotShowTranscripts":false,"useVariants":false,"has_published_copy":true,"playlistTags":["master","all boston globe today segments","bgt-technology","bgtoday-2024november21"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":302903,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":14245324,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f99e851a3751541a5fdc5/t_33e78a7f716d4b7e87565686903ad568_name_BGT_E285_11_21_24_A2_BLOCK_FTP/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":19865772,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f99e851a3751541a5fdc5/t_33e78a7f716d4b7e87565686903ad568_name_BGT_E285_11_21_24_A2_BLOCK_FTP/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":31335088,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f99e851a3751541a5fdc5/t_33e78a7f716d4b7e87565686903ad568_name_BGT_E285_11_21_24_A2_BLOCK_FTP/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":54610992,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f99e851a3751541a5fdc5/t_33e78a7f716d4b7e87565686903ad568_name_BGT_E285_11_21_24_A2_BLOCK_FTP/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":183174792,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f99e851a3751541a5fdc5/t_33e78a7f716d4b7e87565686903ad568_name_BGT_E285_11_21_24_A2_BLOCK_FTP/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":211970188,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f99e851a3751541a5fdc5/t_33e78a7f716d4b7e87565686903ad568_name_BGT_E285_11_21_24_A2_BLOCK_FTP/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":11182998,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f99e851a3751541a5fdc5/t_33e78a7f716d4b7e87565686903ad568_name_BGT_E285_11_21_24_A2_BLOCK_FTP/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":27894084,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f99e851a3751541a5fdc5/t_33e78a7f716d4b7e87565686903ad568_name_BGT_E285_11_21_24_A2_BLOCK_FTP/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":50682863,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f99e851a3751541a5fdc5/t_33e78a7f716d4b7e87565686903ad568_name_BGT_E285_11_21_24_A2_BLOCK_FTP/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":81079080,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f99e851a3751541a5fdc5/t_33e78a7f716d4b7e87565686903ad568_name_BGT_E285_11_21_24_A2_BLOCK_FTP/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":210358792,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f99e851a3751541a5fdc5/t_33e78a7f716d4b7e87565686903ad568_name_BGT_E285_11_21_24_A2_BLOCK_FTP/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{"confidence":1,"urls":[{"format":"SRT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/6a4b72d4-58dd-42c1-9f15-1762defcda5d/2_1732223301081/6a4b72d4-58dd-42c1-9f15-1762defcda5d_673f9b1301ae712258617a8a.srt"},{"format":"DFXP","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/6a4b72d4-58dd-42c1-9f15-1762defcda5d/2_1732223301485/6a4b72d4-58dd-42c1-9f15-1762defcda5d_673f9b1301ae712258617a8a.dfxp"},{"format":"RAW_TEXT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/6a4b72d4-58dd-42c1-9f15-1762defcda5d/2_1732223301527/6a4b72d4-58dd-42c1-9f15-1762defcda5d_673f9b1301ae712258617a8a.txt"},{"format":"WEB_VTT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/6a4b72d4-58dd-42c1-9f15-1762defcda5d/2_1732223302396/6a4b72d4-58dd-42c1-9f15-1762defcda5d_673f9b1301ae712258617a8a.vtt"},{"format":"WEB_VTT_PLAYLIST","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/6a4b72d4-58dd-42c1-9f15-1762defcda5d/2_1732223308411/6a4b72d4-58dd-42c1-9f15-1762defcda5d_673f9b1301ae712258617a8a.m3u8"}]},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-21-2024/t_d3caa6c9e1974bdeba2b8e22d91c5988_name_ai__1_.jpg","width":1920,"height":1080,"auth":{"1":"565a2a9d57b66b9766be3ada722928327e9bfb2d1d362f1e7efd3d9104d51e38"}},"embed_html":"<div class=\"powa\" id=\"powa-6a4b72d4-58dd-42c1-9f15-1762defcda5d\" data-org=\"bostonglobe\" data-uuid=\"6a4b72d4-58dd-42c1-9f15-1762defcda5d\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","name":"Boston Globe Today segments","_id":"/multimedia/video/boston-globe-today/bgt-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/ai-security-cameras-raises-alarms/"}}},{"type":"video","_id":"b2e6d7a7-f7b7-422c-8d4e-e3fa203609e1","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/e-bike-boom-fuels-accident-surge/","canonical_website":"bostonglobe","short_url":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/e-bike-boom-fuels-accident-surge/","created_date":"2024-11-21T20:39:06Z","last_updated_date":"2024-11-21T21:07:52Z","publish_date":"2024-11-21T21:13:21Z","first_publish_date":"2024-11-21T21:13:20Z","display_date":"2024-11-21T22:18:00Z","headlines":{"basic":"E-bike boom fuels accident surge","meta_title":"E-bike boom fuels accident surge"},"subheadlines":{"basic":"Older riders are in the saddle, but they’re ending up in the hospital. Reporter Kay Lazar breaks down the trends and potential safety improvements."},"description":{"basic":"WATCH: Older riders are in the saddle and ending up in the hospital. Reporter Kay Lazar breaks down the trends and potential safety improvements."},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-21-2024/t_077635bcbbce4efcb2d0a53f2992a61b_name_e.jpg","width":1920,"height":1080,"auth":{"1":"5d0ece2ba3818698c9c21af8d60bb7ccf6fbdb5b74547aebe834ac1187ffb2b9"}}},"related_content":{"redirect":[],"basic":[{"type":"reference","additional_properties":{"title":"‘I couldn’t stop it from hitting the pole’: Here’s why e-bike injuries among Gen-Xers and Boomers are spiking","canonical_url":"/2024/10/18/metro/electric-bikes-e-bikes-injuries-helmets/"},"_id":"H2MJ5OIUXJD6ZPOC4IJZ5AL3DY","referent":{"type":"story","id":"H2MJ5OIUXJD6ZPOC4IJZ5AL3DY","provider":""}}]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-segments"},"additional_properties":{"subsection":"Boston Globe Today segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"673f9a6aeac07e35f9b70c1a","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/QYAlJBRNB5nz3IfDuA3U6M91HC4=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-21-2024/t_077635bcbbce4efcb2d0a53f2992a61b_name_e.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/sWO9YDR5L0VGQsXcD1d8VO4ECWw=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-21-2024/t_077635bcbbce4efcb2d0a53f2992a61b_name_e.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/rNvXP6lo-FeFN7ka0kt_pSISo_k=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-21-2024/t_077635bcbbce4efcb2d0a53f2992a61b_name_e.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/e-bike-boom-fuels-accident-surge/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":true,"doNotShowTranscripts":false,"useVariants":false,"playlistTags":["master","all boston globe today segments","bgt-technology","bgtoday-2024november21"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":257091,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":12095544,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9a6aeac07e35f9b70c1a/t_79c539ff181b4882a494262a029515e4_name_BGT_E285_11_21_24_B_BLOCK_FTP/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":16899696,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9a6aeac07e35f9b70c1a/t_79c539ff181b4882a494262a029515e4_name_BGT_E285_11_21_24_B_BLOCK_FTP/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":26594292,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9a6aeac07e35f9b70c1a/t_79c539ff181b4882a494262a029515e4_name_BGT_E285_11_21_24_B_BLOCK_FTP/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":46362868,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9a6aeac07e35f9b70c1a/t_79c539ff181b4882a494262a029515e4_name_BGT_E285_11_21_24_B_BLOCK_FTP/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":155215056,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9a6aeac07e35f9b70c1a/t_79c539ff181b4882a494262a029515e4_name_BGT_E285_11_21_24_B_BLOCK_FTP/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":179687204,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9a6aeac07e35f9b70c1a/t_79c539ff181b4882a494262a029515e4_name_BGT_E285_11_21_24_B_BLOCK_FTP/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":9495859,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9a6aeac07e35f9b70c1a/t_79c539ff181b4882a494262a029515e4_name_BGT_E285_11_21_24_B_BLOCK_FTP/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":23674338,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9a6aeac07e35f9b70c1a/t_79c539ff181b4882a494262a029515e4_name_BGT_E285_11_21_24_B_BLOCK_FTP/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":43042473,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9a6aeac07e35f9b70c1a/t_79c539ff181b4882a494262a029515e4_name_BGT_E285_11_21_24_B_BLOCK_FTP/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":68851179,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9a6aeac07e35f9b70c1a/t_79c539ff181b4882a494262a029515e4_name_BGT_E285_11_21_24_B_BLOCK_FTP/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":178574129,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9a6aeac07e35f9b70c1a/t_79c539ff181b4882a494262a029515e4_name_BGT_E285_11_21_24_B_BLOCK_FTP/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{"confidence":1,"urls":[{"format":"SRT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/b2e6d7a7-f7b7-422c-8d4e-e3fa203609e1/2_1732223284745/b2e6d7a7-f7b7-422c-8d4e-e3fa203609e1_673f9b256a72ae4fa931c295.srt"},{"format":"DFXP","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/b2e6d7a7-f7b7-422c-8d4e-e3fa203609e1/2_1732223288086/b2e6d7a7-f7b7-422c-8d4e-e3fa203609e1_673f9b256a72ae4fa931c295.dfxp"},{"format":"RAW_TEXT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/b2e6d7a7-f7b7-422c-8d4e-e3fa203609e1/2_1732223288119/b2e6d7a7-f7b7-422c-8d4e-e3fa203609e1_673f9b256a72ae4fa931c295.txt"},{"format":"WEB_VTT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/b2e6d7a7-f7b7-422c-8d4e-e3fa203609e1/2_1732223289052/b2e6d7a7-f7b7-422c-8d4e-e3fa203609e1_673f9b256a72ae4fa931c295.vtt"},{"format":"WEB_VTT_PLAYLIST","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/b2e6d7a7-f7b7-422c-8d4e-e3fa203609e1/2_1732223295218/b2e6d7a7-f7b7-422c-8d4e-e3fa203609e1_673f9b256a72ae4fa931c295.m3u8"}]},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-21-2024/t_077635bcbbce4efcb2d0a53f2992a61b_name_e.jpg","width":1920,"height":1080,"auth":{"1":"5d0ece2ba3818698c9c21af8d60bb7ccf6fbdb5b74547aebe834ac1187ffb2b9"}},"embed_html":"<div class=\"powa\" id=\"powa-b2e6d7a7-f7b7-422c-8d4e-e3fa203609e1\" data-org=\"bostonglobe\" data-uuid=\"b2e6d7a7-f7b7-422c-8d4e-e3fa203609e1\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","name":"Boston Globe Today segments","_id":"/multimedia/video/boston-globe-today/bgt-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/e-bike-boom-fuels-accident-surge/"}}},{"type":"video","_id":"a68a7a0f-d510-48af-bdcf-42205b3f9f99","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/is-wicked-wicked-good/","canonical_website":"bostonglobe","short_url":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/is-wicked-wicked-good/","created_date":"2024-11-20T22:03:27Z","last_updated_date":"2024-11-21T21:51:39Z","publish_date":"2024-11-21T21:51:44Z","first_publish_date":"2024-11-21T15:18:19Z","display_date":"2024-11-21T22:12:00Z","headlines":{"basic":"Is 'Wicked' wicked good?","meta_title":"Is 'Wicked' wicked good?"},"subheadlines":{"basic":"Boston.com entertainment writer Kevin Slane reviews the highly anticipated broadway adaptation and \"Gladiator II.\""},"description":{"basic":"WATCH: Boston.com entertainment writer Kevin Slane reviews the highly anticipated broadway adaptation and \"Gladiator II.\""},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-21-2024/t_6679605ccd974ee1ab82503b7475de00_name_BGT_thumbnail_template_lower_left__55_.jpg","width":1920,"height":1080,"auth":{"1":"8211a4250fa11e559da3fca9ee5a1e5ed002c472d3f91064330d4614b62ce586"}}},"related_content":{"redirect":[],"basic":[]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-segments"},"additional_properties":{"subsection":"Boston Globe Today segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"673e5caf33627b30383bf855","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/bBHZeDNuCj5E7oMSgtUOw1EjZk4=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-21-2024/t_6679605ccd974ee1ab82503b7475de00_name_BGT_thumbnail_template_lower_left__55_.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/1qjsYKJDbTQHT52VUc5EUpWa13s=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-21-2024/t_6679605ccd974ee1ab82503b7475de00_name_BGT_thumbnail_template_lower_left__55_.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/hbQ50C5B5BxiBDYUJqSlnT0ePqk=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-21-2024/t_6679605ccd974ee1ab82503b7475de00_name_BGT_thumbnail_template_lower_left__55_.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/is-wicked-wicked-good/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":false,"doNotShowTranscripts":false,"useVariants":false,"has_published_copy":true,"playlistTags":["master","all boston globe today segments","bgt-arts and entertainment","bgtoday-2024november21"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":162346,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":3029244,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e5caf33627b30383bf855/t_76b7a731b5314b6791086231c4fbd746_name_BGT_11_19_24_WickedGladiator_FTP/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":4168148,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e5caf33627b30383bf855/t_76b7a731b5314b6791086231c4fbd746_name_BGT_11_19_24_WickedGladiator_FTP/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":6399896,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e5caf33627b30383bf855/t_76b7a731b5314b6791086231c4fbd746_name_BGT_11_19_24_WickedGladiator_FTP/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":10971304,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e5caf33627b30383bf855/t_76b7a731b5314b6791086231c4fbd746_name_BGT_11_19_24_WickedGladiator_FTP/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":36364276,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e5caf33627b30383bf855/t_76b7a731b5314b6791086231c4fbd746_name_BGT_11_19_24_WickedGladiator_FTP/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":41966300,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e5caf33627b30383bf855/t_76b7a731b5314b6791086231c4fbd746_name_BGT_11_19_24_WickedGladiator_FTP/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":2206695,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e5caf33627b30383bf855/t_76b7a731b5314b6791086231c4fbd746_name_BGT_11_19_24_WickedGladiator_FTP/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":5521596,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e5caf33627b30383bf855/t_76b7a731b5314b6791086231c4fbd746_name_BGT_11_19_24_WickedGladiator_FTP/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":10014208,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e5caf33627b30383bf855/t_76b7a731b5314b6791086231c4fbd746_name_BGT_11_19_24_WickedGladiator_FTP/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":16001450,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e5caf33627b30383bf855/t_76b7a731b5314b6791086231c4fbd746_name_BGT_11_19_24_WickedGladiator_FTP/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":41509336,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e5caf33627b30383bf855/t_76b7a731b5314b6791086231c4fbd746_name_BGT_11_19_24_WickedGladiator_FTP/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-21-2024/t_6679605ccd974ee1ab82503b7475de00_name_BGT_thumbnail_template_lower_left__55_.jpg","width":1920,"height":1080,"auth":{"1":"8211a4250fa11e559da3fca9ee5a1e5ed002c472d3f91064330d4614b62ce586"}},"embed_html":"<div class=\"powa\" id=\"powa-a68a7a0f-d510-48af-bdcf-42205b3f9f99\" data-org=\"bostonglobe\" data-uuid=\"a68a7a0f-d510-48af-bdcf-42205b3f9f99\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","name":"Boston Globe Today segments","_id":"/multimedia/video/boston-globe-today/bgt-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/is-wicked-wicked-good/"}}},{"type":"video","_id":"cc766f5e-fa1b-4345-8253-fa98c02fa590","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/exploring-spaces-oldest-secrets/","canonical_website":"bostonglobe","short_url":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/exploring-spaces-oldest-secrets/","created_date":"2024-11-21T20:40:10Z","last_updated_date":"2024-11-21T21:06:45Z","publish_date":"2024-11-21T21:12:12Z","first_publish_date":"2024-11-21T21:12:11Z","display_date":"2024-11-21T22:00:00Z","headlines":{"basic":"Exploring space’s oldest secrets","meta_title":"Exploring space’s oldest secrets"},"subheadlines":{"basic":"Carlos Munoz from the Rhode Island bureau unpacks why Brown researchers are studying asteroids and what they could say about the Earth’s past."},"description":{"basic":"WATCH: Carlos Munoz from the Rhode Island bureau unpacks why Brown researchers are studying asteroids and what they could say about the Earth’s past."},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-21-2024/t_e28bbd8b40564f7290217658c8579971_name_asteroid.jpg","width":1920,"height":1080,"auth":{"1":"7acdaff81c1cc9fbedf93c569d4a03886b4212cdbddb625415cdd48bbcab2f4d"}}},"related_content":{"redirect":[],"basic":[{"type":"reference","additional_properties":{"title":"MIT scientists study particles from distant asteroid for clues to the outer solar system’s origin","canonical_url":"/2024/11/07/metro/mit-analyzes-asteroid-for-outer-system-origin/"},"_id":"7H36T6HJWZH3FMDDJ3TZD4PXFE","referent":{"type":"story","id":"7H36T6HJWZH3FMDDJ3TZD4PXFE","provider":""}}]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-segments"},"additional_properties":{"subsection":"Boston Globe Today segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"673f9aaa6cb1bf7d973b8b32","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/xpJYj-knU0hOdkgc03kk5LjOghA=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-21-2024/t_e28bbd8b40564f7290217658c8579971_name_asteroid.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/bIZ1R-y8NLGQZx8dYPXMzEeSMqk=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-21-2024/t_e28bbd8b40564f7290217658c8579971_name_asteroid.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/Cc9T3OKNllcjsQGVL6aDjCHUOy4=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-21-2024/t_e28bbd8b40564f7290217658c8579971_name_asteroid.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/exploring-spaces-oldest-secrets/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":false,"doNotShowTranscripts":false,"useVariants":false,"playlistTags":["master","all boston globe today segments","bgt-technology","bgtoday-2024november21"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":235903,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":11151408,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9aaa6cb1bf7d973b8b32/t_52e85555607e4f86939ddfa3e8dac692_name_BGT_E285_11_21_24_D_BLOCK_FTP/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":15545532,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9aaa6cb1bf7d973b8b32/t_52e85555607e4f86939ddfa3e8dac692_name_BGT_E285_11_21_24_D_BLOCK_FTP/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":24488880,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9aaa6cb1bf7d973b8b32/t_52e85555607e4f86939ddfa3e8dac692_name_BGT_E285_11_21_24_D_BLOCK_FTP/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":42630504,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9aaa6cb1bf7d973b8b32/t_52e85555607e4f86939ddfa3e8dac692_name_BGT_E285_11_21_24_D_BLOCK_FTP/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":142665868,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9aaa6cb1bf7d973b8b32/t_52e85555607e4f86939ddfa3e8dac692_name_BGT_E285_11_21_24_D_BLOCK_FTP/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":165026212,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9aaa6cb1bf7d973b8b32/t_52e85555607e4f86939ddfa3e8dac692_name_BGT_E285_11_21_24_D_BLOCK_FTP/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":8713741,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9aaa6cb1bf7d973b8b32/t_52e85555607e4f86939ddfa3e8dac692_name_BGT_E285_11_21_24_D_BLOCK_FTP/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":21745389,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9aaa6cb1bf7d973b8b32/t_52e85555607e4f86939ddfa3e8dac692_name_BGT_E285_11_21_24_D_BLOCK_FTP/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":39498045,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9aaa6cb1bf7d973b8b32/t_52e85555607e4f86939ddfa3e8dac692_name_BGT_E285_11_21_24_D_BLOCK_FTP/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":63218232,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9aaa6cb1bf7d973b8b32/t_52e85555607e4f86939ddfa3e8dac692_name_BGT_E285_11_21_24_D_BLOCK_FTP/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":163880947,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241121/673f9aaa6cb1bf7d973b8b32/t_52e85555607e4f86939ddfa3e8dac692_name_BGT_E285_11_21_24_D_BLOCK_FTP/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{"confidence":1,"urls":[{"format":"SRT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/cc766f5e-fa1b-4345-8253-fa98c02fa590/2_1732223215466/cc766f5e-fa1b-4345-8253-fa98c02fa590_673f9b2cd694ec45183b2524.srt"},{"format":"DFXP","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/cc766f5e-fa1b-4345-8253-fa98c02fa590/2_1732223218823/cc766f5e-fa1b-4345-8253-fa98c02fa590_673f9b2cd694ec45183b2524.dfxp"},{"format":"RAW_TEXT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/cc766f5e-fa1b-4345-8253-fa98c02fa590/2_1732223218938/cc766f5e-fa1b-4345-8253-fa98c02fa590_673f9b2cd694ec45183b2524.txt"},{"format":"WEB_VTT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/cc766f5e-fa1b-4345-8253-fa98c02fa590/2_1732223219845/cc766f5e-fa1b-4345-8253-fa98c02fa590_673f9b2cd694ec45183b2524.vtt"},{"format":"WEB_VTT_PLAYLIST","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/21/cc766f5e-fa1b-4345-8253-fa98c02fa590/2_1732223225998/cc766f5e-fa1b-4345-8253-fa98c02fa590_673f9b2cd694ec45183b2524.m3u8"}]},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-21-2024/t_e28bbd8b40564f7290217658c8579971_name_asteroid.jpg","width":1920,"height":1080,"auth":{"1":"7acdaff81c1cc9fbedf93c569d4a03886b4212cdbddb625415cdd48bbcab2f4d"}},"embed_html":"<div class=\"powa\" id=\"powa-cc766f5e-fa1b-4345-8253-fa98c02fa590\" data-org=\"bostonglobe\" data-uuid=\"cc766f5e-fa1b-4345-8253-fa98c02fa590\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","name":"Boston Globe Today segments","_id":"/multimedia/video/boston-globe-today/bgt-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/21/multimedia/video/boston-globe-today/bgt-segments/exploring-spaces-oldest-secrets/"}}},{"type":"video","_id":"f913250c-17a8-4de1-b077-6e480c934f90","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/is-the-bay-state-the-new-wild-west/","canonical_website":"bostonglobe","short_url":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/is-the-bay-state-the-new-wild-west/","created_date":"2024-11-20T20:54:27Z","last_updated_date":"2024-11-20T21:28:07Z","publish_date":"2024-11-20T21:32:12Z","first_publish_date":"2024-11-20T21:28:20Z","display_date":"2024-11-20T22:36:00Z","headlines":{"basic":"Is the Bay State the new Wild West?","meta_title":"Is the Bay State the new Wild West?"},"subheadlines":{"basic":"Wildfires are burning out of control. Reporter Danny McDonald was on scene at Blue Hills and breaks down what’s sparking the surge in New England."},"description":{"basic":"WATCH: Wildfires are burning out of control. Reporter Danny McDonald was reporting at Blue Hills and breaks down what’s sparking the flames in New England."},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-20-2024/t_c02d0d7bcf5e42cd8b5e771aaa54c919_name_wildfire__2_.jpg","width":1920,"height":1080,"auth":{"1":"4465efed9b2a95536edcd330435da469ebb3ef9ea09091b026fb622a842d4139"}}},"related_content":{"redirect":[],"basic":[{"type":"reference","additional_properties":{"title":"Renewed wildfire escapes containment and prompts evacuation near New York-New Jersey border","canonical_url":"/2024/11/17/nation/wildfires-new-york-new-jersey-evacuation/"},"_id":"MOCNRJAVDFGPVNHH4ZW4B75E64","referent":{"type":"story","id":"MOCNRJAVDFGPVNHH4ZW4B75E64","provider":""}},{"type":"reference","additional_properties":{"title":"A smoldering wildfire shuts down the vast Lynn Woods for the foreseeable future","canonical_url":"/2024/11/14/metro/lynn-woods-smoldering-wildfire/"},"_id":"KTYLTMAP2ZC5PDPLVHLPH344JU","referent":{"type":"story","id":"KTYLTMAP2ZC5PDPLVHLPH344JU","provider":""}}]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-segments"},"additional_properties":{"subsection":"Boston Globe Today segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"673e4c8377c14413ae2bdaf2","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/B0Rhuh6IW7HvyvZ6vZOyLRGoJwQ=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-20-2024/t_c02d0d7bcf5e42cd8b5e771aaa54c919_name_wildfire__2_.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/_okTkJmBcFGpexBLyD375dWgxck=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-20-2024/t_c02d0d7bcf5e42cd8b5e771aaa54c919_name_wildfire__2_.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/0cKUd8NxxIt2tY85Ix5yULppAm8=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-20-2024/t_c02d0d7bcf5e42cd8b5e771aaa54c919_name_wildfire__2_.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/is-the-bay-state-the-new-wild-west/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":true,"doNotShowTranscripts":false,"useVariants":false,"has_published_copy":true,"playlistTags":["master","all boston globe today segments","bgt-local","bgtoday-2024november20"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":204705,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":9664704,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4c8377c14413ae2bdaf2/t_5511a44fd70f4e46918e00fb7f8e986c_name_BGT_E284_11_20_24_A1_BLOCK_FTP/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":13473584,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4c8377c14413ae2bdaf2/t_5511a44fd70f4e46918e00fb7f8e986c_name_BGT_E284_11_20_24_A1_BLOCK_FTP/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":21236480,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4c8377c14413ae2bdaf2/t_5511a44fd70f4e46918e00fb7f8e986c_name_BGT_E284_11_20_24_A1_BLOCK_FTP/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":36987684,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4c8377c14413ae2bdaf2/t_5511a44fd70f4e46918e00fb7f8e986c_name_BGT_E284_11_20_24_A1_BLOCK_FTP/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":124146928,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4c8377c14413ae2bdaf2/t_5511a44fd70f4e46918e00fb7f8e986c_name_BGT_E284_11_20_24_A1_BLOCK_FTP/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":143603612,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4c8377c14413ae2bdaf2/t_5511a44fd70f4e46918e00fb7f8e986c_name_BGT_E284_11_20_24_A1_BLOCK_FTP/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":7564145,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4c8377c14413ae2bdaf2/t_5511a44fd70f4e46918e00fb7f8e986c_name_BGT_E284_11_20_24_A1_BLOCK_FTP/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":18880270,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4c8377c14413ae2bdaf2/t_5511a44fd70f4e46918e00fb7f8e986c_name_BGT_E284_11_20_24_A1_BLOCK_FTP/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":34298816,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4c8377c14413ae2bdaf2/t_5511a44fd70f4e46918e00fb7f8e986c_name_BGT_E284_11_20_24_A1_BLOCK_FTP/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":54858511,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4c8377c14413ae2bdaf2/t_5511a44fd70f4e46918e00fb7f8e986c_name_BGT_E284_11_20_24_A1_BLOCK_FTP/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":142398944,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4c8377c14413ae2bdaf2/t_5511a44fd70f4e46918e00fb7f8e986c_name_BGT_E284_11_20_24_A1_BLOCK_FTP/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{"confidence":1,"urls":[{"format":"SRT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/f913250c-17a8-4de1-b077-6e480c934f90/2_1732138015270/f913250c-17a8-4de1-b077-6e480c934f90_673e4f4c6a72ae4fa92b5c44.srt"},{"format":"DFXP","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/f913250c-17a8-4de1-b077-6e480c934f90/2_1732138018565/f913250c-17a8-4de1-b077-6e480c934f90_673e4f4c6a72ae4fa92b5c44.dfxp"},{"format":"RAW_TEXT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/f913250c-17a8-4de1-b077-6e480c934f90/2_1732138018603/f913250c-17a8-4de1-b077-6e480c934f90_673e4f4c6a72ae4fa92b5c44.txt"},{"format":"WEB_VTT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/f913250c-17a8-4de1-b077-6e480c934f90/2_1732138019529/f913250c-17a8-4de1-b077-6e480c934f90_673e4f4c6a72ae4fa92b5c44.vtt"},{"format":"WEB_VTT_PLAYLIST","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/f913250c-17a8-4de1-b077-6e480c934f90/2_1732138025634/f913250c-17a8-4de1-b077-6e480c934f90_673e4f4c6a72ae4fa92b5c44.m3u8"}]},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-20-2024/t_c02d0d7bcf5e42cd8b5e771aaa54c919_name_wildfire__2_.jpg","width":1920,"height":1080,"auth":{"1":"4465efed9b2a95536edcd330435da469ebb3ef9ea09091b026fb622a842d4139"}},"embed_html":"<div class=\"powa\" id=\"powa-f913250c-17a8-4de1-b077-6e480c934f90\" data-org=\"bostonglobe\" data-uuid=\"f913250c-17a8-4de1-b077-6e480c934f90\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","name":"Boston Globe Today segments","_id":"/multimedia/video/boston-globe-today/bgt-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/is-the-bay-state-the-new-wild-west/"}}},{"type":"video","_id":"0215c6ad-7c5a-41f1-bb70-c8668716d665","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/the-rollercoaster-week-defining-us-politics/","canonical_website":"bostonglobe","short_url":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/the-rollercoaster-week-defining-us-politics/","created_date":"2024-11-20T20:58:45Z","last_updated_date":"2024-11-20T21:52:48Z","publish_date":"2024-11-20T21:52:55Z","first_publish_date":"2024-11-20T21:30:49Z","display_date":"2024-11-20T22:21:00Z","headlines":{"basic":"The rollercoaster week defining US politics","meta_title":"The rollercoaster week defining US politics"},"subheadlines":{"basic":"From Trump’s controversial cabinet picks to Biden’s farewell on an international stage, political reporter James Pindell unpacks this week’s “3 Political Things.”"},"description":{"basic":"WATCH: From Trump’s controversial cabinet picks to Biden’s global farewell, political reporter James Pindell unpacks this week’s “3 Political Things.”"},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-20-2024/t_c5f3faa446b64683952ce2a0d0507469_name_trump__2_.jpg","width":1920,"height":1080,"auth":{"1":"87d4e6794fb44d41b1009aff23a2c6f7ada06a56870f69854fe1e273a7d26d60"}}},"related_content":{"redirect":[],"basic":[{"type":"reference","additional_properties":{"title":"The results are in. So let’s discuss all those polls.","canonical_url":"/2024/11/20/nation/2024-presidential-election-polls/"},"_id":"CDJXVO4BXFBZNCJV45V4ARCAUI","referent":{"type":"story","id":"CDJXVO4BXFBZNCJV45V4ARCAUI","provider":""}},{"type":"reference","additional_properties":{"title":"What’s Trump’s strategy with these Cabinet picks? Here are three insights to help make sense of his controversial selections.","canonical_url":"/2024/11/15/nation/trump-cabinet-picks-strategy-key-points/"},"_id":"RKTJFJBVBBBZZFZ72FRI7ZAX7E","referent":{"type":"story","id":"RKTJFJBVBBBZZFZ72FRI7ZAX7E","provider":""}},{"type":"reference","additional_properties":{"title":"2016 saw a wave of resistance after Trump’s win. In 2024, not so much. What’s behind the muted response?","canonical_url":"/2024/11/12/nation/donald-trump-resistance-2024-election/"},"_id":"T3N4G24OJBGZDLECH3FEGINZNQ","referent":{"type":"story","id":"T3N4G24OJBGZDLECH3FEGINZNQ","provider":""}}]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-segments"},"additional_properties":{"subsection":"Boston Globe Today segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"673e4d856a72ae4fa92b57f1","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/dUvhE97TpfsfB-BdK7eHnyWy608=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-20-2024/t_c5f3faa446b64683952ce2a0d0507469_name_trump__2_.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/Vi4Lv_ZpoU3OyUiMqe9JGrir1Qk=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-20-2024/t_c5f3faa446b64683952ce2a0d0507469_name_trump__2_.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/ESz9_3Vqv2rmTKIuzeo64Rk4wp8=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-20-2024/t_c5f3faa446b64683952ce2a0d0507469_name_trump__2_.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/the-rollercoaster-week-defining-us-politics/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":true,"doNotShowTranscripts":false,"useVariants":false,"has_published_copy":true,"playlistTags":["master","all boston globe today segments","bgt-politics","bgtoday-2024november20"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":195262,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":9212564,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4d856a72ae4fa92b57f1/t_2532cf3a9a704f909daf6b9b430dac07_name_BGT_E284_11_20_24_A2_BLOCK_FTP/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":12879880,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4d856a72ae4fa92b57f1/t_2532cf3a9a704f909daf6b9b430dac07_name_BGT_E284_11_20_24_A2_BLOCK_FTP/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":20246096,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4d856a72ae4fa92b57f1/t_2532cf3a9a704f909daf6b9b430dac07_name_BGT_E284_11_20_24_A2_BLOCK_FTP/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":35285720,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4d856a72ae4fa92b57f1/t_2532cf3a9a704f909daf6b9b430dac07_name_BGT_E284_11_20_24_A2_BLOCK_FTP/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":118356716,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4d856a72ae4fa92b57f1/t_2532cf3a9a704f909daf6b9b430dac07_name_BGT_E284_11_20_24_A2_BLOCK_FTP/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":136928860,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4d856a72ae4fa92b57f1/t_2532cf3a9a704f909daf6b9b430dac07_name_BGT_E284_11_20_24_A2_BLOCK_FTP/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":7218389,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4d856a72ae4fa92b57f1/t_2532cf3a9a704f909daf6b9b430dac07_name_BGT_E284_11_20_24_A2_BLOCK_FTP/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":18017196,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4d856a72ae4fa92b57f1/t_2532cf3a9a704f909daf6b9b430dac07_name_BGT_E284_11_20_24_A2_BLOCK_FTP/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":32743101,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4d856a72ae4fa92b57f1/t_2532cf3a9a704f909daf6b9b430dac07_name_BGT_E284_11_20_24_A2_BLOCK_FTP/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":52359211,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4d856a72ae4fa92b57f1/t_2532cf3a9a704f909daf6b9b430dac07_name_BGT_E284_11_20_24_A2_BLOCK_FTP/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":135873426,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4d856a72ae4fa92b57f1/t_2532cf3a9a704f909daf6b9b430dac07_name_BGT_E284_11_20_24_A2_BLOCK_FTP/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{"confidence":1,"urls":[{"format":"SRT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/0215c6ad-7c5a-41f1-bb70-c8668716d665/2_1732137932498/0215c6ad-7c5a-41f1-bb70-c8668716d665_673e4f51e2eed03454d52b67.srt"},{"format":"DFXP","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/0215c6ad-7c5a-41f1-bb70-c8668716d665/2_1732137935882/0215c6ad-7c5a-41f1-bb70-c8668716d665_673e4f51e2eed03454d52b67.dfxp"},{"format":"RAW_TEXT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/0215c6ad-7c5a-41f1-bb70-c8668716d665/2_1732137935919/0215c6ad-7c5a-41f1-bb70-c8668716d665_673e4f51e2eed03454d52b67.txt"},{"format":"WEB_VTT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/0215c6ad-7c5a-41f1-bb70-c8668716d665/2_1732137936809/0215c6ad-7c5a-41f1-bb70-c8668716d665_673e4f51e2eed03454d52b67.vtt"},{"format":"WEB_VTT_PLAYLIST","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/0215c6ad-7c5a-41f1-bb70-c8668716d665/2_1732137942455/0215c6ad-7c5a-41f1-bb70-c8668716d665_673e4f51e2eed03454d52b67.m3u8"}]},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-20-2024/t_c5f3faa446b64683952ce2a0d0507469_name_trump__2_.jpg","width":1920,"height":1080,"auth":{"1":"87d4e6794fb44d41b1009aff23a2c6f7ada06a56870f69854fe1e273a7d26d60"}},"embed_html":"<div class=\"powa\" id=\"powa-0215c6ad-7c5a-41f1-bb70-c8668716d665\" data-org=\"bostonglobe\" data-uuid=\"0215c6ad-7c5a-41f1-bb70-c8668716d665\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","name":"Boston Globe Today segments","_id":"/multimedia/video/boston-globe-today/bgt-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/the-rollercoaster-week-defining-us-politics/"}}},{"type":"video","_id":"da6c0ab5-0fd6-492b-ad4f-4f01525be30d","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/bruins-search-for-answers-in-new-head-coach/","canonical_website":"bostonglobe","short_url":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/bruins-search-for-answers-in-new-head-coach/","created_date":"2024-11-20T20:59:35Z","last_updated_date":"2024-11-20T21:26:07Z","publish_date":"2024-11-20T21:31:33Z","first_publish_date":"2024-11-20T21:31:32Z","display_date":"2024-11-20T22:18:00Z","headlines":{"basic":"Bruins search for answers in new head coach","meta_title":"Bruins search for answers in new head coach"},"subheadlines":{"basic":"Jim Montgomery is gone, but will the problems remain? Beat reporter Jim McBride breaks down GM Don Sweeney's decision."},"description":{"basic":"WATCH: Jim Montgomery is gone, but will the problems remain? Beat reporter Jim McBride breaks down GM Don Sweeney's decision."},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-20-2024/t_0cf92f6bf13f4bdfa11fcafa91a6cf61_name_BGT_thumbnail_template_lower_left__54_.jpg","width":1920,"height":1080,"auth":{"1":"066c1f4c2e7f34995b29f0ec1c61154343e4d31b4f4cca59ea87ae9b2b18c621"}}},"related_content":{"redirect":[],"basic":[{"type":"reference","additional_properties":{"title":"If Bruins don’t improve, GM Don Sweeney knows he could be next on chopping block","canonical_url":"/2024/11/20/sports/tara-sullivan-column-bruins-don-sweeney-jim-montgomery/"},"_id":"5TV2CW2J3RFSPMJK3RTBL4SMJM","referent":{"type":"story","id":"5TV2CW2J3RFSPMJK3RTBL4SMJM","provider":""}},{"type":"reference","additional_properties":{"title":"‘It’s a tough day’: Bruins players feel a sense of guilt after firing of coach Jim Montgomery","canonical_url":"/2024/11/20/sports/bruins-player-reaction-jim-montgomery/"},"_id":"QVDYQXG435FTFI7HO4V5IVNVYM","referent":{"type":"story","id":"QVDYQXG435FTFI7HO4V5IVNVYM","provider":""}}]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-segments"},"additional_properties":{"subsection":"Boston Globe Today segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"673e4db701ae7122585e0055","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/5DUwGIcjq2T90A4_IPOs3VZBHXY=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-20-2024/t_0cf92f6bf13f4bdfa11fcafa91a6cf61_name_BGT_thumbnail_template_lower_left__54_.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/2-2hiW6pAzxyjAH1YGA0dd7pmU8=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-20-2024/t_0cf92f6bf13f4bdfa11fcafa91a6cf61_name_BGT_thumbnail_template_lower_left__54_.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/mCueLRHlJ_AwIzO0pncc7FAYuvk=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-20-2024/t_0cf92f6bf13f4bdfa11fcafa91a6cf61_name_BGT_thumbnail_template_lower_left__54_.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/bruins-search-for-answers-in-new-head-coach/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":true,"doNotShowTranscripts":false,"useVariants":false,"playlistTags":["master","all boston globe today segments","bgt-sports","bgtoday-2024november20"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":358425,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":16891236,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4db701ae7122585e0055/t_881afa2e14d543a3924cb88385cae5fc_name_BGT_E284_11_20_24_B_BLOCK_FTP/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":23529328,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4db701ae7122585e0055/t_881afa2e14d543a3924cb88385cae5fc_name_BGT_E284_11_20_24_B_BLOCK_FTP/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":37098604,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4db701ae7122585e0055/t_881afa2e14d543a3924cb88385cae5fc_name_BGT_E284_11_20_24_B_BLOCK_FTP/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":64644176,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4db701ae7122585e0055/t_881afa2e14d543a3924cb88385cae5fc_name_BGT_E284_11_20_24_B_BLOCK_FTP/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":216373712,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4db701ae7122585e0055/t_881afa2e14d543a3924cb88385cae5fc_name_BGT_E284_11_20_24_B_BLOCK_FTP/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":250396824,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4db701ae7122585e0055/t_881afa2e14d543a3924cb88385cae5fc_name_BGT_E284_11_20_24_B_BLOCK_FTP/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":13229416,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4db701ae7122585e0055/t_881afa2e14d543a3924cb88385cae5fc_name_BGT_E284_11_20_24_B_BLOCK_FTP/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":32989800,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4db701ae7122585e0055/t_881afa2e14d543a3924cb88385cae5fc_name_BGT_E284_11_20_24_B_BLOCK_FTP/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":59963927,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4db701ae7122585e0055/t_881afa2e14d543a3924cb88385cae5fc_name_BGT_E284_11_20_24_B_BLOCK_FTP/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":95893052,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4db701ae7122585e0055/t_881afa2e14d543a3924cb88385cae5fc_name_BGT_E284_11_20_24_B_BLOCK_FTP/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":248636106,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4db701ae7122585e0055/t_881afa2e14d543a3924cb88385cae5fc_name_BGT_E284_11_20_24_B_BLOCK_FTP/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{"confidence":1,"urls":[{"format":"SRT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/da6c0ab5-0fd6-492b-ad4f-4f01525be30d/2_1732137975534/da6c0ab5-0fd6-492b-ad4f-4f01525be30d_673e4f56403b82535d2a3ec7.srt"},{"format":"DFXP","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/da6c0ab5-0fd6-492b-ad4f-4f01525be30d/2_1732137978943/da6c0ab5-0fd6-492b-ad4f-4f01525be30d_673e4f56403b82535d2a3ec7.dfxp"},{"format":"RAW_TEXT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/da6c0ab5-0fd6-492b-ad4f-4f01525be30d/2_1732137978998/da6c0ab5-0fd6-492b-ad4f-4f01525be30d_673e4f56403b82535d2a3ec7.txt"},{"format":"WEB_VTT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/da6c0ab5-0fd6-492b-ad4f-4f01525be30d/2_1732137979869/da6c0ab5-0fd6-492b-ad4f-4f01525be30d_673e4f56403b82535d2a3ec7.vtt"},{"format":"WEB_VTT_PLAYLIST","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/da6c0ab5-0fd6-492b-ad4f-4f01525be30d/2_1732137986617/da6c0ab5-0fd6-492b-ad4f-4f01525be30d_673e4f56403b82535d2a3ec7.m3u8"}]},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-20-2024/t_0cf92f6bf13f4bdfa11fcafa91a6cf61_name_BGT_thumbnail_template_lower_left__54_.jpg","width":1920,"height":1080,"auth":{"1":"066c1f4c2e7f34995b29f0ec1c61154343e4d31b4f4cca59ea87ae9b2b18c621"}},"embed_html":"<div class=\"powa\" id=\"powa-da6c0ab5-0fd6-492b-ad4f-4f01525be30d\" data-org=\"bostonglobe\" data-uuid=\"da6c0ab5-0fd6-492b-ad4f-4f01525be30d\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","name":"Boston Globe Today segments","_id":"/multimedia/video/boston-globe-today/bgt-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/bruins-search-for-answers-in-new-head-coach/"}}},{"type":"video","_id":"0a81693d-5d36-464f-87a4-cc4baf1f77a0","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/dee-brown-loves-celtics-fans-to-death/","canonical_website":"bostonglobe","short_url":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/dee-brown-loves-celtics-fans-to-death/","created_date":"2024-11-20T21:00:54Z","last_updated_date":"2024-11-20T21:24:47Z","publish_date":"2024-11-20T21:30:13Z","first_publish_date":"2024-11-20T21:30:13Z","display_date":"2024-11-20T22:15:00Z","headlines":{"basic":"Dee Brown loves Celtics fans ‘to death’","meta_title":"Dee Brown loves Celtics fans ‘to death’"},"subheadlines":{"basic":"The slam dunk champion and former Celtic talks with columnist Christopher L. Gasper about his glory days."},"description":{"basic":"WATCH: The slam dunk champion and former Celtic talks with columnist Christopher L. Gasper about his glory days."},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-20-2024/t_60572bc841284f4dbba368141bbb8ce8_name_dee.jpg","width":1920,"height":1080,"auth":{"1":"e4e4f1e5f9e1d9754f40713bbb2b6616463a0c79ff3c344aa6cfe13838c34403"}}},"related_content":{"redirect":[],"basic":[{"type":"reference","additional_properties":{"title":"Thirty-three years after Dee Brown became a no-look sensation, Jaylen Brown is ready to follow suit at the NBA Slam Dunk Contest","canonical_url":"/2024/02/16/sports/dee-brown-jaylen-brown-slam-dunk-contest/"},"_id":"PEP4E3COXZFGZNFILKSMLYDWJI","referent":{"type":"story","id":"PEP4E3COXZFGZNFILKSMLYDWJI","provider":""}}]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-segments"},"additional_properties":{"subsection":"Boston Globe Today segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"673e4e06403b82535d2a3b9f","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/RA5_QnZbKghDIO80oXH5PJ45RzE=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-20-2024/t_60572bc841284f4dbba368141bbb8ce8_name_dee.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/FbdEw7a3NQ2kjlmDlj0jwQSE9xw=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-20-2024/t_60572bc841284f4dbba368141bbb8ce8_name_dee.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/TqUZuDPRIll0cz4IpJDJtp3RvnQ=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-20-2024/t_60572bc841284f4dbba368141bbb8ce8_name_dee.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/dee-brown-loves-celtics-fans-to-death/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":true,"doNotShowTranscripts":false,"useVariants":false,"playlistTags":["master","all boston globe today segments","bgtoday-2024november20","bgt-sports"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":189623,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":8966848,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e06403b82535d2a3b9f/t_37fb682f7ccd4c94901de4b25fb32585_name_BGT_E284_11_20_24_C_BLOCK_FTP_1/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":12527380,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e06403b82535d2a3b9f/t_37fb682f7ccd4c94901de4b25fb32585_name_BGT_E284_11_20_24_C_BLOCK_FTP_1/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":19687548,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e06403b82535d2a3b9f/t_37fb682f7ccd4c94901de4b25fb32585_name_BGT_E284_11_20_24_C_BLOCK_FTP_1/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":34309436,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e06403b82535d2a3b9f/t_37fb682f7ccd4c94901de4b25fb32585_name_BGT_E284_11_20_24_C_BLOCK_FTP_1/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":114988696,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e06403b82535d2a3b9f/t_37fb682f7ccd4c94901de4b25fb32585_name_BGT_E284_11_20_24_C_BLOCK_FTP_1/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":133073732,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e06403b82535d2a3b9f/t_37fb682f7ccd4c94901de4b25fb32585_name_BGT_E284_11_20_24_C_BLOCK_FTP_1/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":7009854,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e06403b82535d2a3b9f/t_37fb682f7ccd4c94901de4b25fb32585_name_BGT_E284_11_20_24_C_BLOCK_FTP_1/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":17497216,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e06403b82535d2a3b9f/t_37fb682f7ccd4c94901de4b25fb32585_name_BGT_E284_11_20_24_C_BLOCK_FTP_1/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":31803323,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e06403b82535d2a3b9f/t_37fb682f7ccd4c94901de4b25fb32585_name_BGT_E284_11_20_24_C_BLOCK_FTP_1/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":50870211,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e06403b82535d2a3b9f/t_37fb682f7ccd4c94901de4b25fb32585_name_BGT_E284_11_20_24_C_BLOCK_FTP_1/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":131958245,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e06403b82535d2a3b9f/t_37fb682f7ccd4c94901de4b25fb32585_name_BGT_E284_11_20_24_C_BLOCK_FTP_1/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{"confidence":1,"urls":[{"format":"SRT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/0a81693d-5d36-464f-87a4-cc4baf1f77a0/2_1732137896347/0a81693d-5d36-464f-87a4-cc4baf1f77a0_673e4f5deac07e35f9af204e.srt"},{"format":"DFXP","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/0a81693d-5d36-464f-87a4-cc4baf1f77a0/2_1732137899749/0a81693d-5d36-464f-87a4-cc4baf1f77a0_673e4f5deac07e35f9af204e.dfxp"},{"format":"RAW_TEXT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/0a81693d-5d36-464f-87a4-cc4baf1f77a0/2_1732137899819/0a81693d-5d36-464f-87a4-cc4baf1f77a0_673e4f5deac07e35f9af204e.txt"},{"format":"WEB_VTT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/0a81693d-5d36-464f-87a4-cc4baf1f77a0/2_1732137900961/0a81693d-5d36-464f-87a4-cc4baf1f77a0_673e4f5deac07e35f9af204e.vtt"},{"format":"WEB_VTT_PLAYLIST","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/0a81693d-5d36-464f-87a4-cc4baf1f77a0/2_1732137906778/0a81693d-5d36-464f-87a4-cc4baf1f77a0_673e4f5deac07e35f9af204e.m3u8"}]},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-20-2024/t_60572bc841284f4dbba368141bbb8ce8_name_dee.jpg","width":1920,"height":1080,"auth":{"1":"e4e4f1e5f9e1d9754f40713bbb2b6616463a0c79ff3c344aa6cfe13838c34403"}},"embed_html":"<div class=\"powa\" id=\"powa-0a81693d-5d36-464f-87a4-cc4baf1f77a0\" data-org=\"bostonglobe\" data-uuid=\"0a81693d-5d36-464f-87a4-cc4baf1f77a0\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","name":"Boston Globe Today segments","_id":"/multimedia/video/boston-globe-today/bgt-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/dee-brown-loves-celtics-fans-to-death/"}}},{"type":"video","_id":"e215f0f8-609e-4760-ba15-032d7e7a3cc6","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/globe-says-i-do-to-the-big-day/","canonical_website":"bostonglobe","short_url":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/globe-says-i-do-to-the-big-day/","created_date":"2024-11-20T21:02:05Z","last_updated_date":"2024-11-20T21:24:13Z","publish_date":"2024-11-20T21:29:37Z","first_publish_date":"2024-11-20T21:21:54Z","display_date":"2024-11-20T22:00:00Z","headlines":{"basic":"Globe says ‘I do’ to the ‘Big Day’","meta_title":"Globe says ‘I do’ to 'The Big Day’"},"subheadlines":{"basic":"Here comes the wedding album. Correspondent Rachel Kim Raczka shares a first look at the weekly column featuring newlyweds and their journeys down the aisle."},"description":{"basic":"WATCH: Correspondent Rachel Kim Raczka shares a first look at the weekly column featuring newlyweds and their journeys down the aisle."},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-20-2024/t_e905bbc2a3444482a1dd9f1744a21496_name_big_day.jpg","width":1920,"height":1080,"auth":{"1":"382ab4c9b5c8e088165b4592f6ddce5405aafcd6c8268f8ebb09d1d7a8b79aa1"}}},"related_content":{"redirect":[],"basic":[{"type":"reference","additional_properties":{"title":"That time she manifested her ideal man","canonical_url":"/2024/11/12/lifestyle/new-england-wedding-jenee-walker-kerry-casting/"},"_id":"WHHI7ONQNJD6RGDU2YA3YHLI6I","referent":{"type":"story","id":"WHHI7ONQNJD6RGDU2YA3YHLI6I","provider":""}},{"type":"reference","additional_properties":{"title":"How LinkedIn led to wedding bells for Jasper White’s son and his high school sweetheart","canonical_url":"/2024/11/19/lifestyle/jasper-white-son-scituate-wedding/"},"_id":"MJTXVLJJB5FUHMCIJLDWCQIAHA","referent":{"type":"story","id":"MJTXVLJJB5FUHMCIJLDWCQIAHA","provider":""}},{"type":"reference","additional_properties":{"title":"In the age of doomscrolling, Cohasset couple Marisa and Mary found love in a hopeful place","canonical_url":"/2024/11/05/lifestyle/cohasset-couple-boston-city-hall-wedding/"},"_id":"CSEXH34KQ5F37G7AYZLC26Q6LA","referent":{"type":"story","id":"CSEXH34KQ5F37G7AYZLC26Q6LA","provider":""}}]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-segments"},"additional_properties":{"subsection":"Boston Globe Today segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"673e4e4d6a72ae4fa92b59a6","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/q68AC0GUrNcAsBgFhEpXwhDoJJs=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-20-2024/t_e905bbc2a3444482a1dd9f1744a21496_name_big_day.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/JaiqW_Ev_4nfWgCSsJ4tc4b4Q0I=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-20-2024/t_e905bbc2a3444482a1dd9f1744a21496_name_big_day.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/Uc7SMQ57Dn5Hx_ndKmYylkK3LFc=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-20-2024/t_e905bbc2a3444482a1dd9f1744a21496_name_big_day.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/globe-says-i-do-to-the-big-day/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":true,"doNotShowTranscripts":false,"useVariants":false,"has_published_copy":true,"playlistTags":["master","all boston globe today segments","bgt-arts and entertainment","bgtoday-2024november20"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":216750,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":10217800,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e4d6a72ae4fa92b59a6/t_9c03f9e807314181adbaa7d0669b278b_name_BGT_E284_11_20_24_D_BLOCK_FTP/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":14262808,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e4d6a72ae4fa92b59a6/t_9c03f9e807314181adbaa7d0669b278b_name_BGT_E284_11_20_24_D_BLOCK_FTP/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":22451712,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e4d6a72ae4fa92b59a6/t_9c03f9e807314181adbaa7d0669b278b_name_BGT_E284_11_20_24_D_BLOCK_FTP/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":39152128,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e4d6a72ae4fa92b59a6/t_9c03f9e807314181adbaa7d0669b278b_name_BGT_E284_11_20_24_D_BLOCK_FTP/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":130997084,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e4d6a72ae4fa92b59a6/t_9c03f9e807314181adbaa7d0669b278b_name_BGT_E284_11_20_24_D_BLOCK_FTP/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":151635348,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e4d6a72ae4fa92b59a6/t_9c03f9e807314181adbaa7d0669b278b_name_BGT_E284_11_20_24_D_BLOCK_FTP/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":8007227,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e4d6a72ae4fa92b59a6/t_9c03f9e807314181adbaa7d0669b278b_name_BGT_E284_11_20_24_D_BLOCK_FTP/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":19981334,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e4d6a72ae4fa92b59a6/t_9c03f9e807314181adbaa7d0669b278b_name_BGT_E284_11_20_24_D_BLOCK_FTP/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":36317786,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e4d6a72ae4fa92b59a6/t_9c03f9e807314181adbaa7d0669b278b_name_BGT_E284_11_20_24_D_BLOCK_FTP/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":58104850,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e4d6a72ae4fa92b59a6/t_9c03f9e807314181adbaa7d0669b278b_name_BGT_E284_11_20_24_D_BLOCK_FTP/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":150639605,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241120/673e4e4d6a72ae4fa92b59a6/t_9c03f9e807314181adbaa7d0669b278b_name_BGT_E284_11_20_24_D_BLOCK_FTP/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{"confidence":1,"urls":[{"format":"SRT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/e215f0f8-609e-4760-ba15-032d7e7a3cc6/2_1732137859977/e215f0f8-609e-4760-ba15-032d7e7a3cc6_673e4f6501ae7122585e03a4.srt"},{"format":"DFXP","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/e215f0f8-609e-4760-ba15-032d7e7a3cc6/2_1732137863292/e215f0f8-609e-4760-ba15-032d7e7a3cc6_673e4f6501ae7122585e03a4.dfxp"},{"format":"RAW_TEXT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/e215f0f8-609e-4760-ba15-032d7e7a3cc6/2_1732137863330/e215f0f8-609e-4760-ba15-032d7e7a3cc6_673e4f6501ae7122585e03a4.txt"},{"format":"WEB_VTT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/e215f0f8-609e-4760-ba15-032d7e7a3cc6/2_1732137864193/e215f0f8-609e-4760-ba15-032d7e7a3cc6_673e4f6501ae7122585e03a4.vtt"},{"format":"WEB_VTT_PLAYLIST","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/20/e215f0f8-609e-4760-ba15-032d7e7a3cc6/2_1732137870001/e215f0f8-609e-4760-ba15-032d7e7a3cc6_673e4f6501ae7122585e03a4.m3u8"}]},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-20-2024/t_e905bbc2a3444482a1dd9f1744a21496_name_big_day.jpg","width":1920,"height":1080,"auth":{"1":"382ab4c9b5c8e088165b4592f6ddce5405aafcd6c8268f8ebb09d1d7a8b79aa1"}},"embed_html":"<div class=\"powa\" id=\"powa-e215f0f8-609e-4760-ba15-032d7e7a3cc6\" data-org=\"bostonglobe\" data-uuid=\"e215f0f8-609e-4760-ba15-032d7e7a3cc6\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","name":"Boston Globe Today segments","_id":"/multimedia/video/boston-globe-today/bgt-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/20/multimedia/video/boston-globe-today/bgt-segments/globe-says-i-do-to-the-big-day/"}}},{"type":"video","_id":"67169cfe-2857-4790-9728-72728252d502","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/19/multimedia/video/boston-globe-today/bgt-segments/bruins-fire-their-coach-heres-what-to-know/","canonical_website":"bostonglobe","short_url":"/video/2024/11/19/multimedia/video/boston-globe-today/bgt-segments/bruins-fire-their-coach-heres-what-to-know/","created_date":"2024-11-19T22:22:13Z","last_updated_date":"2024-11-19T23:25:56Z","publish_date":"2024-11-19T23:26:01Z","first_publish_date":"2024-11-19T22:41:13Z","display_date":"2024-11-20T00:41:00Z","headlines":{"basic":"Bruins fire their coach. Here’s what to know.","meta_title":"Bruins fire their coach. Here’s what to know."},"subheadlines":{"basic":"Jim Montgomery was sacked for Joe Sacco. Senior staff writer and columnist Kevin Paul DuPont argues that changing the coach doesn’t change the culture."},"description":{"basic":"WATCH: Jim Montgomery was sacked for Joe Sacco. Senior staff writer and columnist Kevin Paul DuPont argues that changing the coach doesn’t change the culture."},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-19-2024/t_f787619303a9469698896de4646b968d_name_montgomery.jpg","width":1920,"height":1080,"auth":{"1":"6a5471082627ebc40487621cce2578edca59668f711a05a31155dff07628ed3f"}}},"related_content":{"redirect":[],"basic":[]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-segments"},"additional_properties":{"subsection":"Boston Globe Today segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"673d0f954b7d490447ed8f7e","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/-hBH3YUusIvCrMoNxcFC34Litlw=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-19-2024/t_f787619303a9469698896de4646b968d_name_montgomery.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/3pVtH8rukxL135ZXU-u-O8GW5kA=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-19-2024/t_f787619303a9469698896de4646b968d_name_montgomery.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/uAIrSbldGC01ajaT9a44hHCNCFU=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-19-2024/t_f787619303a9469698896de4646b968d_name_montgomery.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/19/multimedia/video/boston-globe-today/bgt-segments/bruins-fire-their-coach-heres-what-to-know/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":true,"doNotShowTranscripts":false,"useVariants":false,"has_published_copy":true,"playlistTags":["bgtoday-2024november19","all boston globe today segments","master","bgt-sports"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":419286,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":19799408,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673d0f954b7d490447ed8f7e/t_3db93716f2a645b997806831b9c0366d_name_BGt_11_19_24_MontgomeryFired_FTP_1/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":27549332,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673d0f954b7d490447ed8f7e/t_3db93716f2a645b997806831b9c0366d_name_BGt_11_19_24_MontgomeryFired_FTP_1/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":43417096,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673d0f954b7d490447ed8f7e/t_3db93716f2a645b997806831b9c0366d_name_BGt_11_19_24_MontgomeryFired_FTP_1/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":75631272,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673d0f954b7d490447ed8f7e/t_3db93716f2a645b997806831b9c0366d_name_BGt_11_19_24_MontgomeryFired_FTP_1/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":252919784,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673d0f954b7d490447ed8f7e/t_3db93716f2a645b997806831b9c0366d_name_BGt_11_19_24_MontgomeryFired_FTP_1/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":292788568,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673d0f954b7d490447ed8f7e/t_3db93716f2a645b997806831b9c0366d_name_BGt_11_19_24_MontgomeryFired_FTP_1/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":15471439,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673d0f954b7d490447ed8f7e/t_3db93716f2a645b997806831b9c0366d_name_BGt_11_19_24_MontgomeryFired_FTP_1/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":38583325,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673d0f954b7d490447ed8f7e/t_3db93716f2a645b997806831b9c0366d_name_BGt_11_19_24_MontgomeryFired_FTP_1/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":70115283,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673d0f954b7d490447ed8f7e/t_3db93716f2a645b997806831b9c0366d_name_BGt_11_19_24_MontgomeryFired_FTP_1/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":112138354,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673d0f954b7d490447ed8f7e/t_3db93716f2a645b997806831b9c0366d_name_BGt_11_19_24_MontgomeryFired_FTP_1/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":290712995,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673d0f954b7d490447ed8f7e/t_3db93716f2a645b997806831b9c0366d_name_BGt_11_19_24_MontgomeryFired_FTP_1/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{"confidence":1,"urls":[{"format":"SRT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/19/67169cfe-2857-4790-9728-72728252d502/2_1732055861851/67169cfe-2857-4790-9728-72728252d502_673d1094d694ec451834f66b.srt"},{"format":"DFXP","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/19/67169cfe-2857-4790-9728-72728252d502/2_1732055865207/67169cfe-2857-4790-9728-72728252d502_673d1094d694ec451834f66b.dfxp"},{"format":"RAW_TEXT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/19/67169cfe-2857-4790-9728-72728252d502/2_1732055865310/67169cfe-2857-4790-9728-72728252d502_673d1094d694ec451834f66b.txt"},{"format":"WEB_VTT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/19/67169cfe-2857-4790-9728-72728252d502/2_1732055866141/67169cfe-2857-4790-9728-72728252d502_673d1094d694ec451834f66b.vtt"},{"format":"WEB_VTT_PLAYLIST","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/19/67169cfe-2857-4790-9728-72728252d502/2_1732055873576/67169cfe-2857-4790-9728-72728252d502_673d1094d694ec451834f66b.m3u8"}]},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-19-2024/t_f787619303a9469698896de4646b968d_name_montgomery.jpg","width":1920,"height":1080,"auth":{"1":"6a5471082627ebc40487621cce2578edca59668f711a05a31155dff07628ed3f"}},"embed_html":"<div class=\"powa\" id=\"powa-67169cfe-2857-4790-9728-72728252d502\" data-org=\"bostonglobe\" data-uuid=\"67169cfe-2857-4790-9728-72728252d502\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","name":"Boston Globe Today segments","_id":"/multimedia/video/boston-globe-today/bgt-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/19/multimedia/video/boston-globe-today/bgt-segments/bruins-fire-their-coach-heres-what-to-know/"}}},{"type":"video","_id":"8e4fad33-0188-4fca-9d91-304b2b91e22e","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/19/multimedia/video/boston-globe-today/bgt-segments/former-steward-owned-hospitals-shed-catholic-identity/","canonical_website":"bostonglobe","short_url":"/video/2024/11/19/multimedia/video/boston-globe-today/bgt-segments/former-steward-owned-hospitals-shed-catholic-identity/","created_date":"2024-11-19T17:37:24Z","last_updated_date":"2024-11-19T21:23:44Z","publish_date":"2024-11-19T21:23:51Z","first_publish_date":"2024-11-19T17:54:24Z","display_date":"2024-11-19T23:54:00Z","headlines":{"basic":"Former Steward-owned hospitals shed Catholic identity","meta_title":"Former Steward-owned hospitals shed Catholic identity"},"subheadlines":{"basic":"What local hospitals provide to patients could change. Reporter Aaron Pressman breaks down the impact and responds to reader comments."},"description":{"basic":"WATCH: What local hospitals provide to patients could change. Reporter Aaron Pressman breaks down the impact and responds to reader comments."},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-19-2024/t_0a88d9579bc4458ab93c676aadf76fbb_name_catholic.jpg","width":1920,"height":1080,"auth":{"1":"50d2eff190e4863e2ec43fb11b47de64c42b8dd467dc1b636f28d99aa853f073"}}},"related_content":{"redirect":[],"basic":[]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-segments"},"additional_properties":{"subsection":"Boston Globe Today segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"673cccd4eac07e35f9a333e8","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/8zZKARjklxeTDj0SlY7IoKdgmsk=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-19-2024/t_0a88d9579bc4458ab93c676aadf76fbb_name_catholic.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/W0lfhD2x_jwNWFY7ECQe4nnlMSI=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-19-2024/t_0a88d9579bc4458ab93c676aadf76fbb_name_catholic.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/hKlCweIdltwNPBdMR8lESDioSqQ=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-19-2024/t_0a88d9579bc4458ab93c676aadf76fbb_name_catholic.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/19/multimedia/video/boston-globe-today/bgt-segments/former-steward-owned-hospitals-shed-catholic-identity/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":false,"doNotShowTranscripts":false,"useVariants":false,"has_published_copy":true,"playlistTags":["master","all boston globe today segments","bgt-health","bgt-local","bgtoday-2024november19"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":232933,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":10965288,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cccd4eac07e35f9a333e8/t_159cd1f494ca4d13809bba0f4ccf7038_name_BGT_E283_11_19_24_A1_BLOCK_FTP/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":15323880,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cccd4eac07e35f9a333e8/t_159cd1f494ca4d13809bba0f4ccf7038_name_BGT_E283_11_19_24_A1_BLOCK_FTP/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":24095396,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cccd4eac07e35f9a333e8/t_159cd1f494ca4d13809bba0f4ccf7038_name_BGT_E283_11_19_24_A1_BLOCK_FTP/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":42032100,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cccd4eac07e35f9a333e8/t_159cd1f494ca4d13809bba0f4ccf7038_name_BGT_E283_11_19_24_A1_BLOCK_FTP/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":141016732,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cccd4eac07e35f9a333e8/t_159cd1f494ca4d13809bba0f4ccf7038_name_BGT_E283_11_19_24_A1_BLOCK_FTP/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":163237956,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cccd4eac07e35f9a333e8/t_159cd1f494ca4d13809bba0f4ccf7038_name_BGT_E283_11_19_24_A1_BLOCK_FTP/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":8602501,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cccd4eac07e35f9a333e8/t_159cd1f494ca4d13809bba0f4ccf7038_name_BGT_E283_11_19_24_A1_BLOCK_FTP/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":21456090,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cccd4eac07e35f9a333e8/t_159cd1f494ca4d13809bba0f4ccf7038_name_BGT_E283_11_19_24_A1_BLOCK_FTP/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":39010362,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cccd4eac07e35f9a333e8/t_159cd1f494ca4d13809bba0f4ccf7038_name_BGT_E283_11_19_24_A1_BLOCK_FTP/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":62400620,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cccd4eac07e35f9a333e8/t_159cd1f494ca4d13809bba0f4ccf7038_name_BGT_E283_11_19_24_A1_BLOCK_FTP/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":161932043,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cccd4eac07e35f9a333e8/t_159cd1f494ca4d13809bba0f4ccf7038_name_BGT_E283_11_19_24_A1_BLOCK_FTP/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-19-2024/t_0a88d9579bc4458ab93c676aadf76fbb_name_catholic.jpg","width":1920,"height":1080,"auth":{"1":"50d2eff190e4863e2ec43fb11b47de64c42b8dd467dc1b636f28d99aa853f073"}},"embed_html":"<div class=\"powa\" id=\"powa-8e4fad33-0188-4fca-9d91-304b2b91e22e\" data-org=\"bostonglobe\" data-uuid=\"8e4fad33-0188-4fca-9d91-304b2b91e22e\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","name":"Boston Globe Today segments","_id":"/multimedia/video/boston-globe-today/bgt-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/19/multimedia/video/boston-globe-today/bgt-segments/former-steward-owned-hospitals-shed-catholic-identity/"}}},{"type":"video","_id":"f576ea16-48e0-4449-8cb1-1ec42e8d8fa7","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/19/multimedia/video/boston-globe-today/bgt-segments/teachers-illegally-strike-on-the-north-shore/","canonical_website":"bostonglobe","short_url":"/video/2024/11/19/multimedia/video/boston-globe-today/bgt-segments/teachers-illegally-strike-on-the-north-shore/","created_date":"2024-11-19T20:31:45Z","last_updated_date":"2024-11-19T21:20:30Z","publish_date":"2024-11-19T21:20:40Z","first_publish_date":"2024-11-19T21:14:40Z","display_date":"2024-11-19T22:20:00Z","headlines":{"basic":"Teachers strike report card","meta_title":"Teachers illegally strike on the North Shore"},"subheadlines":{"basic":"Reporter Mandy McLaren unpacks what educators want, what’s holding up negotiations and the impact on the Beverly, Gloucester, and Marblehead communities."},"description":{"basic":"WATCH: Reporter Mandy McLaren unpacks what educators want, what’s holding up negotiations and the impact on the Beverly, Gloucester, and Marblehead communities."},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-19-2024/t_d969911a9f614260b8e399dfbab6c5d9_name_essex.jpg","width":1920,"height":1080,"auth":{"1":"024e21010cc5861f2b69480bca675e921257d3dbd3aaaf64773aa96906c05b4c"}}},"related_content":{"redirect":[],"basic":[{"type":"reference","additional_properties":{"title":"Schools to remain closed Monday in three North Shore communities amid teacher strikes","canonical_url":"/2024/11/17/metro/teacher-strikes-beverly-gloucester-marblehead/"},"_id":"YSRVYHH5B5HQTDVFICWYIRDDQI","referent":{"type":"story","id":"YSRVYHH5B5HQTDVFICWYIRDDQI","provider":""}},{"type":"reference","additional_properties":{"title":"Are the North Shore teacher strikes a coincidence or a carefully coordinated effort?","canonical_url":"/2024/11/18/metro/beverly-gloucester-marblehead-teacher-strikes/"},"_id":"4V5ME7CCLFE75DSHQAORNHNE2Y","referent":{"type":"story","id":"4V5ME7CCLFE75DSHQAORNHNE2Y","provider":""}}]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-segments"},"additional_properties":{"subsection":"Boston Globe Today segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"673cf5b14b7d490447ec70e7","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/zzIAirunNTApf70R8vym9i96vDY=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-19-2024/t_d969911a9f614260b8e399dfbab6c5d9_name_essex.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/gYs3ZzDr4VoKr15O-_hQv34Dr7I=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-19-2024/t_d969911a9f614260b8e399dfbab6c5d9_name_essex.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/WBOHEXsknMGPqxJ_VN_BcxhZOf4=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/11-19-2024/t_d969911a9f614260b8e399dfbab6c5d9_name_essex.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/19/multimedia/video/boston-globe-today/bgt-segments/teachers-illegally-strike-on-the-north-shore/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":true,"doNotShowTranscripts":false,"useVariants":false,"has_published_copy":true,"playlistTags":["master","all boston globe today segments","bgt-education","bgtoday-2024november19"],"firstPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""}},"duration":197131,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":9283252,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cf5b14b7d490447ec70e7/t_0749a4c995e049dcbf57412b0213d94a_name_BGT_E283_11_19_24_A2_BLOCK_FTP/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":12955644,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cf5b14b7d490447ec70e7/t_0749a4c995e049dcbf57412b0213d94a_name_BGT_E283_11_19_24_A2_BLOCK_FTP/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":20419244,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cf5b14b7d490447ec70e7/t_0749a4c995e049dcbf57412b0213d94a_name_BGT_E283_11_19_24_A2_BLOCK_FTP/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":35591972,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cf5b14b7d490447ec70e7/t_0749a4c995e049dcbf57412b0213d94a_name_BGT_E283_11_19_24_A2_BLOCK_FTP/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":119179592,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cf5b14b7d490447ec70e7/t_0749a4c995e049dcbf57412b0213d94a_name_BGT_E283_11_19_24_A2_BLOCK_FTP/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":137913416,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cf5b14b7d490447ec70e7/t_0749a4c995e049dcbf57412b0213d94a_name_BGT_E283_11_19_24_A2_BLOCK_FTP/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":7284095,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cf5b14b7d490447ec70e7/t_0749a4c995e049dcbf57412b0213d94a_name_BGT_E283_11_19_24_A2_BLOCK_FTP/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":18177186,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cf5b14b7d490447ec70e7/t_0749a4c995e049dcbf57412b0213d94a_name_BGT_E283_11_19_24_A2_BLOCK_FTP/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":33026071,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cf5b14b7d490447ec70e7/t_0749a4c995e049dcbf57412b0213d94a_name_BGT_E283_11_19_24_A2_BLOCK_FTP/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":52856761,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cf5b14b7d490447ec70e7/t_0749a4c995e049dcbf57412b0213d94a_name_BGT_E283_11_19_24_A2_BLOCK_FTP/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":137041185,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241119/673cf5b14b7d490447ec70e7/t_0749a4c995e049dcbf57412b0213d94a_name_BGT_E283_11_19_24_A2_BLOCK_FTP/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{"confidence":1,"urls":[{"format":"SRT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/19/f576ea16-48e0-4449-8cb1-1ec42e8d8fa7/2_1732050564249/f576ea16-48e0-4449-8cb1-1ec42e8d8fa7_673cf842eac07e35f9a40b4a.srt"},{"format":"DFXP","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/19/f576ea16-48e0-4449-8cb1-1ec42e8d8fa7/2_1732050567597/f576ea16-48e0-4449-8cb1-1ec42e8d8fa7_673cf842eac07e35f9a40b4a.dfxp"},{"format":"RAW_TEXT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/19/f576ea16-48e0-4449-8cb1-1ec42e8d8fa7/2_1732050567658/f576ea16-48e0-4449-8cb1-1ec42e8d8fa7_673cf842eac07e35f9a40b4a.txt"},{"format":"WEB_VTT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/19/f576ea16-48e0-4449-8cb1-1ec42e8d8fa7/2_1732050568613/f576ea16-48e0-4449-8cb1-1ec42e8d8fa7_673cf842eac07e35f9a40b4a.vtt"},{"format":"WEB_VTT_PLAYLIST","url":"https://d6bifu81rvpzx.cloudfront.net/2024/11/19/f576ea16-48e0-4449-8cb1-1ec42e8d8fa7/2_1732050574370/f576ea16-48e0-4449-8cb1-1ec42e8d8fa7_673cf842eac07e35f9a40b4a.m3u8"}]},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/11-19-2024/t_d969911a9f614260b8e399dfbab6c5d9_name_essex.jpg","width":1920,"height":1080,"auth":{"1":"024e21010cc5861f2b69480bca675e921257d3dbd3aaaf64773aa96906c05b4c"}},"embed_html":"<div class=\"powa\" id=\"powa-f576ea16-48e0-4449-8cb1-1ec42e8d8fa7\" data-org=\"bostonglobe\" data-uuid=\"f576ea16-48e0-4449-8cb1-1ec42e8d8fa7\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","name":"Boston Globe Today segments","_id":"/multimedia/video/boston-globe-today/bgt-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/19/multimedia/video/boston-globe-today/bgt-segments/teachers-illegally-strike-on-the-north-shore/"}}},{"type":"video","_id":"9702bf5b-a437-4b79-8d89-014f0a19c94a","version":"0.8.0","subtype":"today-clip","language":"en","canonical_url":"/video/2024/11/01/multimedia/video/boston-globe-today/bgt-segments/can-cold-weather-actually-make-you-sick/","canonical_website":"bostonglobe","short_url":"/video/2024/11/01/multimedia/video/boston-globe-today/bgt-segments/can-cold-weather-actually-make-you-sick/","created_date":"2024-10-23T19:36:00Z","last_updated_date":"2024-11-19T21:25:01Z","publish_date":"2024-11-19T21:30:24Z","first_publish_date":"2024-11-01T17:59:41Z","display_date":"2024-11-19T22:17:00Z","headlines":{"basic":"Can cold weather actually make you sick?","meta_title":"Can cold weather actually make you sick?"},"subheadlines":{"basic":"Cold and flu season is here. Correspondent Izzy Bryars tackles the biggest myths about getting sick."},"description":{"basic":"WATCH: Cold and flu season is here. Correspondent Izzy Bryars tackles the biggest myths about getting sick and data-backed ways to feel better."},"credits":{},"taxonomy":{"tags":[],"primary_site":{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sites":[{"type":"site","_id":"/multimedia/video/boston-globe-today/bgt-segments","version":"0.5.8","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"primary_section":{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true},"sections":[{"type":"section","_id":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","version":"0.6.0","name":"Boston Globe Today segments","path":"/multimedia/video/boston-globe-today/bgt-segments","primary":true}],"seo_keywords":[]},"promo_items":{"basic":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/10-23-2024/t_9e4e47b368bd44588cebc2829b338a1b_name_BGT_thumbnail_template_lower_left__32_.jpg","width":1920,"height":1080,"auth":{"1":"08d0815953c828a9a9277935d6fc13b6508da0a08edd11c67286177c8c984108"}}},"related_content":{"redirect":[],"basic":[]},"owner":{"sponsored":false},"planning":{"scheduling":{}},"revision":{"published":true},"syndication":{"search":true},"source":{"system":"video center","edit_url":""},"distributor":{"category":"staff"},"tracking":{"in_url_headline":"bgt-segments"},"additional_properties":{"subsection":"Boston Globe Today segments","videoCategory":"today-clip","isWire":false,"workflowStatus":"PUBLISHED","gifAsThumbnail":false,"videoId":"67195020f08c4f5e5883d924","vertical":false,"embedContinuousPlay":true,"published":true,"imageResizerUrls":[{"width":576,"height":324,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/593pKdyBEeQgjWyNjnIVXDhbt2o=/576x324/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/10-23-2024/t_9e4e47b368bd44588cebc2829b338a1b_name_BGT_thumbnail_template_lower_left__32_.jpg","size":"small"},{"width":960,"height":540,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/zb14_DGxBq0jeQORrQlxIgSLBqk=/960x540/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/10-23-2024/t_9e4e47b368bd44588cebc2829b338a1b_name_BGT_thumbnail_template_lower_left__32_.jpg","size":"medium"},{"width":1536,"height":864,"url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/8On2jg4BG4d26GqiVN8bkL7RJPU=/1536x864/filters:quality(80)/arc-goldfish-bostonglobe-thumbnails.s3.amazonaws.com/10-23-2024/t_9e4e47b368bd44588cebc2829b338a1b_name_BGT_thumbnail_template_lower_left__32_.jpg","size":"large"}],"advertising":{"adInsertionUrls":null,"adSetUrls":null,"allowPrerollOnDomain":false,"autoPlayPreroll":false,"commercialAdNode":"/multimedia/video/boston-globe-today/bgt-segments","enableAdInsertion":false,"enableAutoPreview":false,"enableServerSideFallback":false,"forceAd":false,"playAds":false,"playVideoAds":true,"videoAdZone":"","adUnitCode":null,"keyValues":null},"disableUpNext":false,"videoAdZone":"","lastPublishedBy":{"name":"Perlman, Jenna","email":"jenna.perlman@globe.com","lastname":""},"permalinkUrl":"/video/2024/11/01/multimedia/video/boston-globe-today/bgt-segments/can-cold-weather-actually-make-you-sick/","platform":"desktop","playVideoAds":true,"playlist":"All Boston Globe Today segments","forceClosedCaptionsOn":true,"doNotShowTranscripts":false,"useVariants":false,"has_published_copy":true,"playlistTags":["master","all boston globe today segments","bgtoday-2024november19","bgt-health"],"firstPublishedBy":{"name":"Robert DeCola","email":"robert.decola@globe.com","lastname":""}},"duration":285285,"video_type":"clip","streams":[{"height":180,"width":320,"filesize":13391804,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241023/67195020f08c4f5e5883d924/t_8a656da139d944d8b0f4875d85590ffe_name_BGT_E283_11_19_24_B_BLOCK_FTP/mobile.m3u8","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":18728184,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241023/67195020f08c4f5e5883d924/t_8a656da139d944d8b0f4875d85590ffe_name_BGT_E283_11_19_24_B_BLOCK_FTP/mobile.m3u8","bitrate":300,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":29510548,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241023/67195020f08c4f5e5883d924/t_8a656da139d944d8b0f4875d85590ffe_name_BGT_E283_11_19_24_B_BLOCK_FTP/mobile.m3u8","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":51450336,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241023/67195020f08c4f5e5883d924/t_8a656da139d944d8b0f4875d85590ffe_name_BGT_E283_11_19_24_B_BLOCK_FTP/master.m3u8","bitrate":1200,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":172436984,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241023/67195020f08c4f5e5883d924/t_8a656da139d944d8b0f4875d85590ffe_name_BGT_E283_11_19_24_B_BLOCK_FTP/hd.m3u8","bitrate":4500,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":199665588,"stream_type":"ts","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241023/67195020f08c4f5e5883d924/t_8a656da139d944d8b0f4875d85590ffe_name_BGT_E283_11_19_24_B_BLOCK_FTP/hlsv4_master.m3u8","bitrate":5400,"provider":"mediaconvert"},{"height":180,"width":320,"filesize":10534532,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241023/67195020f08c4f5e5883d924/t_8a656da139d944d8b0f4875d85590ffe_name_BGT_E283_11_19_24_B_BLOCK_FTP/file_320x180-160-v3.mp4","bitrate":160,"provider":"mediaconvert"},{"height":360,"width":640,"filesize":26285959,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241023/67195020f08c4f5e5883d924/t_8a656da139d944d8b0f4875d85590ffe_name_BGT_E283_11_19_24_B_BLOCK_FTP/file_640x360-600-v3.mp4","bitrate":600,"provider":"mediaconvert"},{"height":480,"width":854,"filesize":47760070,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241023/67195020f08c4f5e5883d924/t_8a656da139d944d8b0f4875d85590ffe_name_BGT_E283_11_19_24_B_BLOCK_FTP/file_854x480-1200-v3_1.mp4","bitrate":1200,"provider":"mediaconvert"},{"height":720,"width":1280,"filesize":76386446,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241023/67195020f08c4f5e5883d924/t_8a656da139d944d8b0f4875d85590ffe_name_BGT_E283_11_19_24_B_BLOCK_FTP/file_1280x720-2000-v3_1.mp4","bitrate":2000,"provider":"mediaconvert"},{"height":1080,"width":1920,"filesize":198149991,"stream_type":"mp4","url":"https://d32e4p2yfip7hy.cloudfront.net/wp-bostonglobe/20241023/67195020f08c4f5e5883d924/t_8a656da139d944d8b0f4875d85590ffe_name_BGT_E283_11_19_24_B_BLOCK_FTP/file_1920x1080-5400-v4.mp4","bitrate":5400,"provider":"mediaconvert"}],"subtitles":{"confidence":1,"urls":[{"format":"SRT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/10/23/9702bf5b-a437-4b79-8d89-014f0a19c94a/2_1732051507596/9702bf5b-a437-4b79-8d89-014f0a19c94a_673cfb39d694ec451834baf6.srt"},{"format":"DFXP","url":"https://d6bifu81rvpzx.cloudfront.net/2024/10/23/9702bf5b-a437-4b79-8d89-014f0a19c94a/2_1732051510911/9702bf5b-a437-4b79-8d89-014f0a19c94a_673cfb39d694ec451834baf6.dfxp"},{"format":"RAW_TEXT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/10/23/9702bf5b-a437-4b79-8d89-014f0a19c94a/2_1732051510986/9702bf5b-a437-4b79-8d89-014f0a19c94a_673cfb39d694ec451834baf6.txt"},{"format":"WEB_VTT","url":"https://d6bifu81rvpzx.cloudfront.net/2024/10/23/9702bf5b-a437-4b79-8d89-014f0a19c94a/2_1732051511922/9702bf5b-a437-4b79-8d89-014f0a19c94a_673cfb39d694ec451834baf6.vtt"},{"format":"WEB_VTT_PLAYLIST","url":"https://d6bifu81rvpzx.cloudfront.net/2024/10/23/9702bf5b-a437-4b79-8d89-014f0a19c94a/2_1732051518133/9702bf5b-a437-4b79-8d89-014f0a19c94a_673cfb39d694ec451834baf6.m3u8"}]},"promo_image":{"type":"image","version":"0.5.8","credits":{},"url":"https://d1rwj3sbvso8ql.cloudfront.net/10-23-2024/t_9e4e47b368bd44588cebc2829b338a1b_name_BGT_thumbnail_template_lower_left__32_.jpg","width":1920,"height":1080,"auth":{"1":"08d0815953c828a9a9277935d6fc13b6508da0a08edd11c67286177c8c984108"}},"embed_html":"<div class=\"powa\" id=\"powa-9702bf5b-a437-4b79-8d89-014f0a19c94a\" data-org=\"bostonglobe\" data-uuid=\"9702bf5b-a437-4b79-8d89-014f0a19c94a\" data-aspect-ratio=\"0.562\" data-sticky=\"true\"><script src=\"https://d1zokzhal29fpg.cloudfront.net/prod/powaBoot.js\"><\/script></div>","websites":{"bostonglobe":{"website_section":{"path":"/multimedia/video/boston-globe-today/bgt-segments","_website":"bostonglobe","name":"Boston Globe Today segments","_id":"/multimedia/video/boston-globe-today/bgt-segments","type":"section","version":"0.6.0","primary":true},"website_url":"/video/2024/11/01/multimedia/video/boston-globe-today/bgt-segments/can-cold-weather-actually-make-you-sick/"}}}],"_id":"ef1e1b48-8120-4ef0-8070-4e937d4dee37"},"expires":1732449876584,"lastModified":1732449576209}},"feed-service":{"{\"size\":8}":{"data":{"_id":"709bbe1ca837844fa2185d8fa55a4f69ed0295a7e95c66a1f112f1de86dfe529","content_elements":[{"canonical_url":"https://bostonglobe.com/2024/11/24/metro/thanksgiving-forecast-new-england-noreaster/","description":{"basic":"Timing of this storm is looking like late Thanksgiving night through much of Black Friday could get messy."},"headlines":{"basic":"Potential Thanksgiving nor’easter looms for much of New England"},"label":{"basic":{"text":"Forecast"}},"promo_items":{"basic":{"auth":{"1":"__replaceMehttps://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HOXWJWOPCZEDHBR73Z6MDMHCU4.png?auth=672f07633db86f920db0bffb7cb147e8465090739c3977266047867300552822&width=1440__"},"type":"image","url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HOXWJWOPCZEDHBR73Z6MDMHCU4.png?auth=672f07633db86f920db0bffb7cb147e8465090739c3977266047867300552822&width=1440"}},"type":"story"},{"canonical_url":"https://bostonglobe.com/2024/11/20/metro/transgender-athletes-seth-moulton/","description":{"basic":"Just 0.5 percent of the US population is estimated to be transgender and a fraction of that fraction is believed to play competitive sports."},"headlines":{"basic":"Do trans female athletes competing in girls’ and women’s sports have a competitive edge? Here’s what the science says."},"label":{},"promo_items":{"basic":{"auth":{"1":"__replaceMehttps://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ZIE5JF547TWPG2XOKMFF2352AE.jpg?auth=aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b&width=1440__"},"type":"image","url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/ZIE5JF547TWPG2XOKMFF2352AE.jpg?auth=aaaa8830c3fcbc7505bd6dec90436f58ed837ef89bb48d1c38d576c3c85af03b&width=1440"}},"type":"story"},{"canonical_url":"https://bostonglobe.com/2024/11/24/opinion/social-security-myths-insolvency/","description":{"basic":"Beginning with FDR, politicians have promoted fables and fibs about the nation’s largest spending program."},"headlines":{"basic":"The myths that hide why Social Security is unsustainable"},"label":{"basic":{"text":"OPINION"}},"promo_items":{"basic":{"auth":{"1":"__replaceMehttps://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/GLWMXDJQGWEJNZ7FHUDHOYS7WM.jpg?auth=992b1a20a4c5f987485edfc828da01f1a88835844b952fd37d35221612720da7&width=1440__"},"type":"image","url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/GLWMXDJQGWEJNZ7FHUDHOYS7WM.jpg?auth=992b1a20a4c5f987485edfc828da01f1a88835844b952fd37d35221612720da7&width=1440"}},"type":"story"},{"canonical_url":"https://bostonglobe.com/2024/11/23/metro/overdue-hiker-dead-new-hampshire-white-mountains/","description":{"basic":"Christopher Huyler’s body was found around 1 a.m. at approximately 2,800 feet in elevation, near a steep, icy slide in the Coppermine Brook valley, officials said."},"headlines":{"basic":"Overdue hiker found dead in New Hampshire’s White Mountains, officials say"},"label":{},"promo_items":{"basic":{"auth":{"1":"__replaceMehttps://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=1440__"},"type":"image","url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg?auth=aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed&width=1440"}},"type":"story"},{"canonical_url":"https://bostonglobe.com/2024/11/19/magazine/how-to-be-a-great-grandparent/","description":{"basic":"How to offer support that will actually be appreciated."},"headlines":{"basic":"The dos and don’ts of grandparenting: From Vicks to surprise haircuts"},"label":{"basic":{"text":"Perspective | Magazine"}},"promo_items":{"basic":{"auth":{"1":"__replaceMehttps://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HJKZDMSCAVAC3GPU33Q3ED5RGY.jpg?auth=f5615e6024ccc6a304aa6b92d778db28bf6ae159cb2dcdbb830742dc6ac6370e&width=1440__"},"type":"image","url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/HJKZDMSCAVAC3GPU33Q3ED5RGY.jpg?auth=f5615e6024ccc6a304aa6b92d778db28bf6ae159cb2dcdbb830742dc6ac6370e&width=1440"}},"type":"story"},{"canonical_url":"https://bostonglobe.com/2024/11/22/nation/state-attorney-generals-legal-battles-with-trump/","description":{"basic":"Once again, Democratic state attorneys general are their party's first line of defense. But the court battles of Trump's second term could prove very different than those of his first."},"headlines":{"basic":"‘We’ve been preparing for months, in some cases years’: Democratic state attorneys general brace for Trump’s second term"},"label":{},"promo_items":{"basic":{"auth":{"1":"__replaceMehttps://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TL4GHHLVRD34ATDK5Y4PQUJXYM.jpg?auth=0f01be1dd93c47c3e7cd6567d5de840a6352829f45f02bb0da677bf54e4c6d16&width=1440__"},"type":"image","url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/TL4GHHLVRD34ATDK5Y4PQUJXYM.jpg?auth=0f01be1dd93c47c3e7cd6567d5de840a6352829f45f02bb0da677bf54e4c6d16&width=1440"}},"type":"story"},{"canonical_url":"https://bostonglobe.com/2024/11/21/magazine/seven-wondrous-new-england-winter-getaways/","description":{"basic":"Sometimes the best way to fight the cold weather is to get out and embrace it, and parts of New England shine brightest when the mercury drops."},"headlines":{"basic":"The seven wonders of winter in New England"},"label":{"basic":{"text":"GLOBE MAGAZINE"}},"promo_items":{"basic":{"auth":{"1":"__replaceMehttps://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/T25J2YDMCBHWPAGSYXMU65IJNA.jpg?auth=478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1&width=1440__"},"type":"image","url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/T25J2YDMCBHWPAGSYXMU65IJNA.jpg?auth=478a6f737072e8b3a70dbe4c92b8b1801e5f3c5e0b4577fd6d66e071bb601ca1&width=1440"}},"type":"story"},{"canonical_url":"https://bostonglobe.com/2024/11/24/sports/island-cup-nantucket-marthas-vineyard-high-school-football-fenway-park/","description":{"basic":"The schools will face off for the 75th time Tuesday at Fenway Park in a game that matters deeply to the dedicated islanders on both sides."},"headlines":{"basic":"The Island Cup goes off-island: Storied rivalry between Nantucket and Martha’s Vineyard adds new chapter"},"label":{"basic":{"text":"high school football"}},"promo_items":{"basic":{"auth":{"1":"__replaceMehttps://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=1440__"},"type":"image","url":"https://bostonglobe-prod.cdn.arcpublishing.com/resizer/v2/7MGOJC4NWXISW55TQVXMNYNKOE.JPG?auth=6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf&width=1440"}},"type":"story"}],"type":"results"},"expires":1732449787077,"lastModified":1732449485315}},"content-feed":{"{\"offset\":\"\",\"published\":\"\",\"query\":\"type:\\\"story\\\" AND taxonomy.tags.slug:\\\"thanksgiving\\\"\",\"size\":4,\"sortBy\":\"\"}":{"data":{"_id":"79aaa3e461a8d0e8b3adcd7f57fae04d1b75765b96a9dd394d76437653da8013","content_elements":[{"_id":"77LZL46QFFAKLF5GD2V7JVJHCU","canonical_url":"/2024/11/20/lifestyle/thanksgiving-dinner-recipes-feast/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/9c969e97-c42d-4127-bd22-af28750621ad.png"},"name":"Sheryl Julian","slug":""}]},"description":{"basic":"Move over Pilgrims. This Thanksgiving we’re updating, but leaving room for a bit of nostalgia for old times’ sake."},"display_date":"2024-11-22T17:09:32.084Z","headlines":{"basic":"All the fixings for a contemporary Thanksgiving feast","native":"Thanksgiving dinner recipes feast"},"label":{"basic":{"text":"FOOD"},"storycard":{"text":"FOOD"}},"last_updated_date":"2024-11-22T21:59:51.848Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c"},"caption":"A contemporary Thanksgiving feast includes (clockwise from bottom left): Pan-Braised Cabbage with Herbs, Miso-Maple Butternut, Spinach-Rice Pilaf, Salted Caramel Pecan Pie, Parmesan Brussels Sprouts, Roast Turkey with Spice Rub.","credits":{"by":[{"name":"Sally Pasley Vargas for The Boston Globe; Food styling by Sheryl Julian"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg","width":2000}},"publish_date":"2024-11-22T21:59:51.693Z","related_content":{"basic":[]},"revision":{"revision_id":"6662ED37WVDYJFV4RONG2JKR2M"},"taxonomy":{"primary_section":{"name":"Restaurants"}},"type":"story","website_url":"/2024/11/20/lifestyle/thanksgiving-dinner-recipes-feast/"},{"_id":"HFEILW62SJDPJNFVXKZQAEJ4AE","canonical_url":"/2024/11/21/metro/umass-amherst-minutemen-marching-band-macys-thanksgiving-day-parade/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/8aad4d1b-62c4-4560-8aec-a5709b15fa12.png"},"name":"Kiera McDonald","slug":"kiera-mcdonald"}]},"description":{"basic":"Although the band and baton twirlers marched in the parade in 2013, this year, the 21-member dance team will join them on Thanksgiving Day in New York City."},"display_date":"2024-11-21T22:01:33.936Z","headlines":{"basic":"UMass Amherst marching band ready to take its star turn in the Macy’s Thanksgiving Day parade ","native":"UMass Amherst Minutemen Marching Band Macy's Thanksgiving Day parade"},"label":{},"last_updated_date":"2024-11-22T04:37:51.922Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"e2af4ed3d7f8ed31b745d42c96f528a64f825a32b5dfeb8eea75d7aa5d3bf7ea"},"caption":"The UMass Amherst marching band played during halftime at McGuirk Alumni Stadium.","credits":{"by":[{"name":"Jonathan Wiggs/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/VMPB4ILPHS4UIIAUWOYCUKUHCY.jpg","width":5119}},"publish_date":"2024-11-22T04:37:51.678Z","related_content":{"basic":[]},"revision":{"revision_id":"CPEJFRKULZD6PO76HTH26QWXLM"},"taxonomy":{"primary_section":{"name":"Massachusetts"}},"type":"story","website_url":"/2024/11/21/metro/umass-amherst-minutemen-marching-band-macys-thanksgiving-day-parade/"},{"_id":"REYHSH4M55HNJO53O35EL7FR4Y","canonical_url":"/2024/11/21/arts/planes-trains-and-automobiles-thanksgiving-movie/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/81d5a4d7-909c-4a1f-a576-cd1913a640a2.png"},"name":"Odie Henderson","slug":"odie-henderson"}]},"description":{"basic":"Here's why."},"display_date":"2024-11-21T17:24:40.106Z","headlines":{"basic":"‘Planes, Trains & Automobiles’ is the perfect Thanksgiving movie","native":"planes trains and automobiles thanksgiving movie"},"label":{"basic":{"text":"CRITIC'S NOTEBOOK | ODIE HENDERSON"},"storycard":{"text":"CRITIC'S NOTEBOOK"}},"last_updated_date":"2024-11-21T20:06:27.469Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"1505cca61df666bbfc9cf536cb09b161cddee8a388011cc2877f98036532518d"},"caption":"Steve Martin and John Candy in 1987's \"Planes, Trains and Automobiles.\"","credits":{"by":[{"name":"Paramount/Getty Images"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/VP4JJQMEBQ7M4YE5SOKOBKSZ5U.jpg","width":4756}},"publish_date":"2024-11-21T20:06:27.333Z","related_content":{"basic":[]},"revision":{"revision_id":"E4JNAUF4DFAWJIZIDSBLHGBFPY"},"taxonomy":{"primary_section":{"name":"Movies"}},"type":"story","website_url":"/2024/11/21/arts/planes-trains-and-automobiles-thanksgiving-movie/"},{"_id":"NEAUWR3NO5EZZGVHTSWYUZPPD4","canonical_url":"/2024/11/21/business/high-grocery-prices-thanksgiving-plans-survey/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://author-service-images-prod-us-east-1.publishing.aws.arc.pub/bostonglobe/e1e5cde4-7f99-4218-ba70-69b639b14064.png"},"name":"Stella Tannenbaum","slug":"stella-tannenbaum"},{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/b98ba12f-f23f-4b03-bf8a-2a3b156136d9.png"},"name":"Neena Hagen","slug":"neena-hagen"}]},"description":{"basic":"Of the nearly one in 10 people who said they will not attend a Turkey Day gathering, 40 percent attributed their choice to higher food costs, according to Deloitte. "},"display_date":"2024-11-21T17:14:17.581Z","headlines":{"basic":"Shoppers expect to pay more for Thanksgiving this year. They’re in for a tasty surprise.","native":"High grocery prices Thanksgiving plans survey"},"label":{},"last_updated_date":"2024-11-21T23:40:51.325Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"5d9d33607a3e13f68fd097461dcb3e1c64f859a241de0d3b702eb4769d6d9948"},"caption":"Turkeys were on sale at a Walmart store in Secaucus, N.J., this month. Turkey prices declined this year for the first time since 2018, a Globe data analysis showed.","credits":{"by":[{"name":"Anne D'Innocenzio"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/2BXLRTYY6FLAKEMSYRGIM5CHBQ.jpg","width":3196}},"publish_date":"2024-11-21T23:40:51.078Z","related_content":{"basic":[{"_id":"EBI7PNSAZFGMPFG7N2GU7IGD74"},{"_id":"JXSUANCKKZHARGP626DUU53HGQ"},{"_id":"7M6QPR3TAFE25B4PE25EDB7NJQ"}]},"revision":{"revision_id":"VUUSL7JLYFBN7ESXYGQEHJBQFE"},"taxonomy":{"primary_section":{"name":"Retail"}},"type":"story","website_url":"/2024/11/21/business/high-grocery-prices-thanksgiving-plans-survey/"}],"type":"results"},"expires":1732450053778,"lastModified":1732449753445},"{\"elasticSearchQuery\":\"true\",\"query\":\"{\\\"query\\\":{\\\"bool\\\":{\\\"must\\\":[{\\\"exists\\\":{\\\"field\\\":\\\"promo_items\\\"}},{\\\"nested\\\":{\\\"path\\\":\\\"taxonomy.sections\\\",\\\"query\\\":{\\\"prefix\\\":{\\\"taxonomy.sections._id\\\":\\\"/metro\\\"}}}}]}}}\",\"size\":4,\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"7bf1294766b6af8f594a497154b8c6da8e6b576116c080265df2a74346d350c1","content_elements":[{"_id":"TA4U3EXT4NDMTFQ2FNMJ56YE34","canonical_url":"/2024/11/24/metro/tommy-2-has-beautiful-smile/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[]},"description":{"basic":"Sunday’s Child is a weekly column featuring a child currently in foster care awaiting adoption."},"display_date":"2024-11-24T12:00:00Z","headlines":{"basic":"Tommy, 2, has a beautiful smile ","native":""},"label":{"basic":{"text":"Sunday’s Child"},"storycard":{"text":"Sunday’s Child"}},"last_updated_date":"2024-11-24T12:00:03.701Z","promo_items":{"basic":{"additional_properties":{"focal_point":{"min":[232,118]}},"auth":{"1":"f1afc2318f1f53399572b13e68a34f051919ea10170ca6d77886bdd365618d53"},"caption":"Tommy is described as a “ray of sunshine.”","credits":{"by":[{"name":"handout"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/6DC65SWJ2BHFHCJCH5NFKI62XA.jpg","width":400}},"publish_date":"2024-11-24T12:00:03.701Z","related_content":{"basic":[]},"revision":{"revision_id":"ISQFC5K7XZB73NZVUS4T5M4UB4"},"taxonomy":{"primary_section":{"name":"Massachusetts"}},"type":"story","website_url":"/2024/11/24/metro/tommy-2-has-beautiful-smile/"},{"_id":"LF6RJJOA3RCALD3X5X5N3LFQEA","canonical_url":"/2024/11/22/metro/new-england-boston-forecast-rain/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/87e19394-f9a6-436b-a992-0b0752951d17.png"},"name":"Ken Mahan","slug":"ken-mahan"}]},"description":{"basic":"High temperatures will top out in the low 50s on Sunday."},"display_date":"2024-11-24T11:18:59.276Z","headlines":{"basic":"Weekend forecast: Sun shines through on Sunday for some dry weather","native":"new england boston forecast rain"},"label":{"basic":{"text":"Forecast"},"storycard":{"text":"Forecast | Ken Mahan"}},"last_updated_date":"2024-11-24T11:18:59.393Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"d39e1f26ad18e70027b3ae9a74b0427fe4b1f378862144402d6619e8bdccdcd7"},"caption":"Umbrellas surround the Robert Gould Shaw and Massachusetts 54 Regiment Memorial in Boston Thursday as significant rain arrives in New England for the first time in weeks.","credits":{"by":[{"name":"Suzanne Kreiter/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/NCQG66UYTQ52QNPF7SAUJDNVM4.jpg","width":8192},"storycard_override":{"additional_properties":{},"auth":{"1":"fecbb0fd43cbd3d468eae5197f1a6b52bc3395f5b6e07e7d8751f876c96d946a"},"caption":"Showers to steady will return to New England later Friday evening.","credits":{"by":[{"name":"Boston Globe"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/2PQGGTIL2NDYFHV72YTCDVXDRY.png","width":1920}},"publish_date":"2024-11-24T11:18:59.276Z","related_content":{"basic":[{"_id":"QA7MFNQUTVECDIWJNGGV6J4RU4"},{"_id":"OLE3V5TVXRCUNDIOGDDLVXMT6A"}]},"revision":{"revision_id":"KAMT7OME3VGLVO6YC4W7HKRQ5M"},"taxonomy":{"primary_section":{"name":"Weather"}},"type":"story","website_url":"/2024/11/22/metro/new-england-boston-forecast-rain/"},{"_id":"BPNIA3UXJ5GV3KF335OV7WJQ4A","canonical_url":"/2024/11/24/metro/thanksgiving-forecast-new-england-noreaster/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/87e19394-f9a6-436b-a992-0b0752951d17.png"},"name":"Ken Mahan","slug":"ken-mahan"}]},"description":{"basic":"Timing of this storm is looking like late Thanksgiving night through much of Black Friday could get messy."},"display_date":"2024-11-24T11:00:00Z","headlines":{"basic":"Potential Thanksgiving nor’easter looms for much of New England","native":"Thanksgiving forecast new england noreaster"},"label":{"basic":{"text":"Forecast"},"storycard":{"text":"Forecast | Ken Mahan"}},"last_updated_date":"2024-11-24T12:02:58.441Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"672f07633db86f920db0bffb7cb147e8465090739c3977266047867300552822"},"caption":"This storm system will have a rainy side and snowy side as it passes through New England.","credits":{"by":[{"name":"Boston Globe"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/HOXWJWOPCZEDHBR73Z6MDMHCU4.png","width":1298}},"publish_date":"2024-11-24T12:02:58.231Z","related_content":{"basic":[{"_id":"DRE7FQTLLJFMZOS4WA25MMFNQE"},{"_id":"N3UZM55CBBEYXPKHG3L4O7AMPA"}]},"revision":{"revision_id":"FPUVRY6LRZBOXIRBZW2QTC3WRQ"},"taxonomy":{"primary_section":{"name":"Weather"}},"type":"story","website_url":"/2024/11/24/metro/thanksgiving-forecast-new-england-noreaster/"},{"_id":"D6OSKZECV5B7ZLMEH3CZRDDCAA","canonical_url":"/2024/11/23/metro/teachers-strikes-continue-beverly-marblehead/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/4fa1abe0-95ff-41a2-955c-d38d976c34f6.png"},"name":"Nick Stoico","slug":"nick-stoico"}]},"description":{"basic":"Governor Maura Healey has urged the sides to strike a deal this weekend or develop plans to reopen schools so students can return to classes Monday while the talks continue."},"display_date":"2024-11-24T04:07:54.311Z","headlines":{"basic":"Teachers strikes continue in Beverly, Marblehead as Sunday deadline nears ","native":"teachers strikes continue beverly marblehead"},"label":{},"last_updated_date":"2024-11-24T04:07:54.505Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"a181871edddc8daf1aa3621190cf1831f897181e7c2c35ff9c569f5152cb4ae5"},"caption":"Striking teachers and supporters stood on the picket line Friday in Beverly to call attention to pay, paid parental leave, and other contract issues.","credits":{"by":[{"name":"Charles Krupa"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/HYZ3MRSWQ4YTSQNVVX6AYJV5T4.jpg","width":2622}},"publish_date":"2024-11-24T04:07:54.311Z","related_content":{"basic":[]},"revision":{"revision_id":"2LSOT3DNRNBU7M6SYEO44D445Q"},"taxonomy":{"primary_section":{"name":"K-12"}},"type":"story","website_url":"/2024/11/23/metro/teachers-strikes-continue-beverly-marblehead/"}],"type":"results"},"expires":1732450082802,"lastModified":1732449782439},"{\"elasticSearchQuery\":\"true\",\"offset\":\"\",\"query\":\"{\\\"query\\\":{\\\"bool\\\":{\\\"must\\\":[{\\\"exists\\\":{\\\"field\\\":\\\"promo_items\\\"}},{\\\"nested\\\":{\\\"path\\\":\\\"taxonomy.sections\\\",\\\"query\\\":{\\\"prefix\\\":{\\\"taxonomy.sections._id\\\":\\\"/sports\\\"}}}}]}}}\",\"size\":6,\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"ef1d22caeb36c1632cf284180a7e1e081108b51fceedfa5e9706be8141d34988","content_elements":[{"_id":"5ZAQEFYUHFGF3HQ4CAFYZIFHD4","canonical_url":"/2024/11/24/sports/island-cup-nantucket-marthas-vineyard-high-school-football-fenway-park/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/6767ba51-4732-4daf-ac7a-6793a2cc147c.png"},"name":"Matt Porter","slug":"matt-porter"}]},"description":{"basic":"The schools will face off for the 75th time Tuesday at Fenway Park in a game that matters deeply to the dedicated islanders on both sides."},"display_date":"2024-11-24T08:00:00Z","headlines":{"basic":"The Island Cup goes off-island: Storied rivalry between Nantucket and Martha’s Vineyard adds new chapter","native":"island cup nantucket marthas vineyard high school football Fenway Park"},"label":{"basic":{"text":"high school football"},"storycard":{"text":"high school football"}},"last_updated_date":"2024-11-24T08:00:00.949Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"6ad5b9f531d5d48302bcf4a3ee2c6dec24ee4b0ae8647fe9940de375d32932bf"},"caption":"For Martha's Vineyard, a 6-4 season can have a fantastic finish with a victory in the 2024 Island Cup, which will be played at Fenway Park on Tuesday.","credits":{"by":[{"name":"Kylie Cooper for The Boston Globe"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/7MGOJC4NWXISW55TQVXMNYNKOE.JPG","width":3000}},"publish_date":"2024-11-24T08:00:00.949Z","related_content":{"basic":[]},"revision":{"revision_id":"TH7RGSFCLJA2BAWGO4Z2QNYSTA"},"taxonomy":{"primary_section":{"name":"High Schools"}},"type":"story","website_url":"/2024/11/24/sports/island-cup-nantucket-marthas-vineyard-high-school-football-fenway-park/"},{"_id":"DPC6WJM6JZB4FKSVEBW3JDDO5E","canonical_url":"/2024/11/24/sports/umass-georgia-football/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Charles Odum"}]},"description":{"basic":"Kirby Smart says his players lacked the energy he saw from the visiting Minutemen and that Georgia can’t make the same mistake when it plays Georgia Tech Friday night."},"display_date":"2024-11-24T05:42:07.199Z","headlines":{"basic":"Coaching change led to ‘rough’ week but UMass puts up a fight with No. 8 Georgia","native":"UMass Georgia football"},"label":{"basic":{"text":"No. 8 Georgia 59, UMass 21"},"storycard":{"text":"No. 8 Georgia 59, UMass 21"}},"last_updated_date":"2024-11-24T05:42:07.353Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"145fe4ea574d4c01ec5d957c2dbd43f3b8fd153797fb4c394eefb3e9c7be78db"},"caption":"UMass wide receiver Sterling Galban (left) falls after making a catch during the first half.","credits":{"by":[{"name":"John Bazemore"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/UZXJZRQ2A7I6GFA5J4B2TM7PKA.jpg","width":4213}},"publish_date":"2024-11-24T05:42:07.199Z","related_content":{"basic":[]},"revision":{"revision_id":"SKLHD2KEGVBTFMCE42UZBZLN5U"},"taxonomy":{"primary_section":{"name":"Football"}},"type":"story","website_url":"/2024/11/24/sports/umass-georgia-football/"},{"_id":"RERFNH2TTZE2HHHVPBWCTCSUHU","canonical_url":"/2024/11/24/sports/five-takeaways-nov-24-massachusetts-high-school-football-soccer/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://author-service-images-prod-us-east-1.publishing.aws.arc.pub/bostonglobe/a6dd98a1-73f1-40b9-9a1a-7c0c514e875d.png"},"name":"Brendan Kurie","slug":"brendan-kurie"}]},"description":{"basic":"An unprecedented run to the title from Newton North boys' soccer, the unstoppable force of Fairhaven's Justin Marques, and celebrating some high school dynasties."},"display_date":"2024-11-24T05:22:18.965Z","headlines":{"basic":"Five takeaways from a Saturday full of soccer champions and football semifinals","native":"Five takeaways Nov 24 massachusetts high school football soccer"},"label":{"basic":{"text":"HIGH SCHOOLS"},"storycard":{"text":"HIGH SCHOOLS"}},"last_updated_date":"2024-11-24T05:35:52.423Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"fc39497b809708bddd957a9946b1eae907f5be2f97cfe04e2d858260f76277d2"},"caption":"Newton North’s Seth Rao (No. 3) celebrates his first-half goal as teammates Bishrelt Bat-Erdene, (left) and Lorenzo Grimaldi (center) give chase.","credits":{"by":[{"name":"Ken McGagh for The Boston Globe"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/3AC4GAZZFIYCJUM5QO6XJ2Q4SI.jpg","width":2000}},"publish_date":"2024-11-24T05:35:52.054Z","related_content":{"basic":[]},"revision":{"revision_id":"KQMVJO3TYRCWRNWWOOXFOUHGUM"},"taxonomy":{"primary_section":{"name":"High Schools"}},"type":"story","website_url":"/2024/11/24/sports/five-takeaways-nov-24-massachusetts-high-school-football-soccer/"},{"_id":"ZKVECAIEVFEH5GNH4ZUIOCI6Y4","canonical_url":"/2024/11/23/sports/spirit-pride-nwsl-championship/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Avery Osen"}]},"description":{"basic":"Banda scored the lone goal in the 37th minute, and Moorhouse stopped five shots for the Pride, the NWSL's top team in the regular season, too."},"display_date":"2024-11-24T05:16:02.328Z","headlines":{"basic":"Pride boast NWSL championship behind Barbra Banda’s goal, Anna Moorhouse’s clean sheet","native":"Spirit Pride NWSL championship"},"label":{"basic":{"text":"PRIDE 1, SPIRIT 0"},"storycard":{"text":"PRIDE 1, SPIRIT 0"}},"last_updated_date":"2024-11-24T05:16:02.5Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"5cb1095c554d4326e55ca14fc925aca0f7cbb51997a15bfd83a7cea5e0b8bc26"},"caption":"Marta and championship hero Barbra Banda (right) held the NWSL trophy high in Kansas City, Mo.","credits":{"by":[{"name":"Reed Hoffmann"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/NEUCAGHI3DBTH6SP4BSWYU4VBE.jpg","width":6048}},"publish_date":"2024-11-24T05:16:02.328Z","related_content":{"basic":[]},"revision":{"revision_id":"RSAEN75TVBGM3MTDX5LNI6YB7M"},"taxonomy":{"primary_section":{"name":"NWSL"}},"type":"story","website_url":"/2024/11/23/sports/spirit-pride-nwsl-championship/"},{"_id":"3N6WAIMGURELXLWUCSXCTH7GT4","canonical_url":"/2024/11/23/sports/oklahoma-alabama-football/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Cliff Brunt"}]},"description":{"basic":"Jackson Arnold ran for 131 yards on 25 carries and completed 9 of 11 passes for the Sooners, who got coach Brent Venables off the hot seat on Senior Night."},"display_date":"2024-11-24T04:41:18.996Z","headlines":{"basic":"Xavier Robinson runs for career-high 107 yards, 2 TDs as Oklahoma stuns No. 7 Alabama","native":"Oklahoma Alabama football"},"label":{"basic":{"text":"Oklahoma 24, No. 7 Alabama 3"},"storycard":{"text":"Oklahoma 24, No. 7 Alabama 3"}},"last_updated_date":"2024-11-24T04:41:19.168Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"d1f99895719703c3e3a018210dfe4436646635cb9eb236c365b5f05e1349faac"},"caption":"Oklahoma running back Xavier Robinson dives for the end zone to score an 18-yard touchdown to give the Sooners the lead in the second quarter of a 24-3 win over No. 7 Alabama.","credits":{"by":[{"name":"Brian Bahr"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/FWAHUNNXILQS34PMR2N5NEHS4M.jpg","width":5184}},"publish_date":"2024-11-24T04:41:18.996Z","related_content":{"basic":[{},{},{},{},{},{}]},"revision":{"revision_id":"KHY5MXMFUBAVNEVMRYSASOSYME"},"taxonomy":{"primary_section":{"name":"Football"}},"type":"story","website_url":"/2024/11/23/sports/oklahoma-alabama-football/"},{"_id":"M5UW4E47INDYZJLLDUEGQAZVNI","canonical_url":"/2024/11/23/sports/bruins-jeremy-swayman-joe-sacco-red-wings/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/e5570d99-3955-45b5-90a3-bfffaa58cb53.png"},"name":"Kevin Paul Dupont","slug":"kevin-paul-dupont"}]},"description":{"basic":"Despite Joonas Korpisalo coming off a shutout win, Joe Sacco chose to start the beleaguered No. 1 netminder against the Red Wings."},"display_date":"2024-11-24T04:37:01.564Z","headlines":{"basic":"Jeremy Swayman rewards Joe Sacco, makes 19 saves to earn win in Detroit","native":"Bruins Jeremy Swayman Joe Sacco Red Wings"},"label":{"basic":{"text":"BRUINS NOTEBOOK"},"storycard":{"text":"BRUINS NOTEBOOK"}},"last_updated_date":"2024-11-24T04:48:04.358Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"7bff61c9e43496e3b11aa203ac8916142f11519eb40668ce33b2a94709352306"},"caption":"Bruins goalie Jeremy Swayman hangs tough to make one of his 19 stops, as Detroit's Jonathan Berggren goes airborne after knocking down Parker Wotherspoon, while Bruins Mason Lohrei (6) and Cole Koepke close in to protect the crease. ","credits":{"by":[{"name":"Mike Mulholland"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/DSYVP2WJVG4PDLHDB36AVQ4I7M.jpg","width":5400}},"publish_date":"2024-11-24T04:48:04.124Z","related_content":{"basic":[{"_id":"S65WIHLHQJFFTAGP3CFGYFHXDA"},{"_id":"QM5EAGG2S5D6XPGX2UUVYCI5BA"}]},"revision":{"revision_id":"4Y6V7UG4VNGUBPPQXFXFXZ5E2A"},"taxonomy":{"primary_section":{"name":"Bruins"}},"type":"story","website_url":"/2024/11/23/sports/bruins-jeremy-swayman-joe-sacco-red-wings/"}],"type":"results"},"expires":1732450083015,"lastModified":1732449782466},"{\"elasticSearchQuery\":\"true\",\"offset\":\"\",\"query\":\"{\\\"query\\\":{\\\"bool\\\":{\\\"must\\\":[{\\\"exists\\\":{\\\"field\\\":\\\"promo_items\\\"}},{\\\"nested\\\":{\\\"path\\\":\\\"taxonomy.sections\\\",\\\"query\\\":{\\\"prefix\\\":{\\\"taxonomy.sections._id\\\":\\\"/business\\\"}}}}]}}}\",\"size\":4,\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"161a649308b235a2c2e59dfa3d39607e8929d525c1fa67f3809a3ce096155e01","content_elements":[{"_id":"XRXQJOCIIVGHZNILN7DFKCZMJ4","canonical_url":"/2024/11/23/nation/trumps-trade-agenda-could-benefit-friends-punish-rivals/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Ana Swanson"}]},"description":{"basic":"Lawyers and lobbyists in Washington say they are receiving an influx of requests from companies that want to hire their services to push for exemptions, even before the full extent of the president-elect’s tariff plans becomes clear."},"display_date":"2024-11-23T20:55:50.197Z","headlines":{"basic":"Trump’s trade agenda could benefit friends and punish rivals","native":""},"label":{},"last_updated_date":"2024-11-23T20:55:50.463Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"61ebc5e9644b7204331bd7d66e696743cb37af70ef677e0f7543e27dcfc5593f"},"caption":"Scott Bessent, President-elect Donald Trump's pic for Treasury secretary, has described Trump’s tariffs as a negotiating strategy to secure better free trade deals, suggesting he may favor a less aggressive tariff policy.","credits":{"by":[{"name":"Stefani Reynolds"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/S3UAWG46JXGOGUKNQI72Q2NRMA.jpg","width":2000}},"publish_date":"2024-11-23T20:55:50.197Z","related_content":{"basic":[]},"revision":{"revision_id":"GUF3TBLHUVFCFPPEJRL737VZLU"},"taxonomy":{"primary_section":{"name":"Politics"}},"type":"story","website_url":"/2024/11/23/nation/trumps-trade-agenda-could-benefit-friends-punish-rivals/"},{"_id":"B2EG6GYRFVGK5H5WKFPC2BMWJM","canonical_url":"/2024/11/23/business/trump-limits-consumer-financial-protection-bureau/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Tony Romm"}]},"description":{"basic":"Senator Elizabeth Warren previously ran the CFPB, a federal watchdog agency with a broad mandate to protect Americans from unfair, deceptive or predatory financial practices."},"display_date":"2024-11-23T18:48:46.667Z","headlines":{"basic":"Trump and GOP eye new limits on Consumer Financial Protection Bureau","native":"Trump limits Consumer Financial Protection Bureau"},"label":{},"last_updated_date":"2024-11-23T20:32:05.275Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"50d16e7ac32f9c20c9031ac0cfab178ca729beb12b930f5d17f0d606d46dd2c3"},"caption":"Rohit Chopra, director of the Consumer Financial Protection Bureau.","credits":{"by":[{"name":"Andrew Harnik"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/MOSGV6SMLTB5XF4C6FXOJYHJKU.jpg","width":5851}},"publish_date":"2024-11-23T20:32:05.013Z","related_content":{"basic":[{"_id":"6CTGD4NHCFAONHJPEDL4IXEMOU"},{"_id":"VCGPX37Q5BFVVNMX7DJSWIM3FQ"},{"_id":"2XBRMJO3PNGXDDA4R5XC7WIAWA"}]},"revision":{"revision_id":"AFSBFYYQMVBXLD3GLZCA3LO724"},"taxonomy":{"primary_section":{"name":"Business"}},"type":"story","website_url":"/2024/11/23/business/trump-limits-consumer-financial-protection-bureau/"},{"_id":"663YX3L5NJDGPD2PSEQ2VB22MU","canonical_url":"/2024/11/23/business/trump-energy-costs-experts-doubts/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Lisa Friedman"}]},"description":{"basic":"Advisers think President-elect Donald Trump can lower prices by boosting oil and gas production, and by easing electricity generation. Analysts don't that those moves will yield significantly cheaper prices."},"display_date":"2024-11-23T18:11:39.354Z","headlines":{"basic":"Trump promised to halve energy costs in 18 months. Experts have doubts.","native":"Trump energy costs experts doubts"},"label":{},"last_updated_date":"2024-11-23T20:26:12.326Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"aa60aaaaf7ab119702c4fa96c020e2fe8976e775272c5a60ea2cbcd9aa4247e2"},"caption":"President-elect Trump is promising cheaper energy costs.","credits":{"by":[{"name":"Andrey Rudakov"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/SSQE3KMTFTTPWII2BLGX63QVQM.jpg","width":2360}},"publish_date":"2024-11-23T20:26:12.162Z","related_content":{"basic":[{"_id":"2XBRMJO3PNGXDDA4R5XC7WIAWA"},{"_id":"5AVTFJ6TTNG2ZFFUEGVNXL6MMY"},{"_id":"6CTGD4NHCFAONHJPEDL4IXEMOU"}]},"revision":{"revision_id":"OVONKJQSEVEHBDV7AB3WRHUZWM"},"taxonomy":{"primary_section":{"name":"Business"}},"type":"story","website_url":"/2024/11/23/business/trump-energy-costs-experts-doubts/"},{"_id":"Y5WI6YKETFDP5HQTOS37JM23NY","canonical_url":"/2024/11/23/business/healey-health-insurance-reform-retailers/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/aea23c38-2010-4c4f-871b-d835755cdb37.png"},"name":"Jon Chesto","slug":"jon-chesto"}]},"description":{"basic":"At the Retailers Association of Massachusetts annual meeting, Gov. Healey said she wants to help curb the maddening increases in health insurance costs."},"display_date":"2024-11-23T12:00:00Z","headlines":{"basic":"Healey makes health insurance reform promise to Mass. retailers group","native":"healey health insurance reform retailers"},"label":{"basic":{"text":"BOLD TYPES"},"storycard":{"text":"BOLD TYPES"}},"last_updated_date":"2024-11-23T12:00:05.12Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"c328eac9022a43c848b595e1f27c99d939fb9b3fcb44691b984e8253652d9339"},"caption":"Governor Maura Healey, accompanied by Lieutenant Governor Kim Driscoll, right, in November 2024.","credits":{"by":[{"name":"Pat Greenhouse/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/U6KX2FNZHQEZYGSMAC57A5JANA.jpg","width":7756}},"publish_date":"2024-11-23T12:00:05.12Z","related_content":{"basic":[]},"revision":{"revision_id":"5SQTH3VELRHJDMJ3GIHPC2AAOY"},"taxonomy":{"primary_section":{"name":"Bold Types"}},"type":"story","website_url":"/2024/11/23/business/healey-health-insurance-reform-retailers/"}],"type":"results"},"expires":1732450082713,"lastModified":1732449782443},"{\"elasticSearchQuery\":\"true\",\"offset\":4,\"query\":\"{\\\"query\\\":{\\\"filtered\\\":{\\\"filter\\\": {\\\"bool\\\": {\\\"must\\\": [{\\\"exists\\\": {\\\"field\\\": \\\"promo_items\\\"}},{\\\"prefix\\\": {\\\"taxonomy.primary_section._id\\\": \\\"/metro\\\"}}],\\\"must_not\\\": [{\\\"prefix\\\": {\\\"taxonomy.sites._id\\\": \\\"/metro/obituaries\\\"}},{\\\"prefix\\\": {\\\"taxonomy.sites._id\\\": \\\"/metro/globe-local\\\"}}]}}}}}\",\"size\":\"3\",\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"6ecbc662d1cf4d07407775f648936ad5363478539c27cf69cb74bb929994a2ee","content_elements":[{"_id":"4CGQ5OZPHRFALI6OU3V2ZGZGHY","canonical_url":"/2024/11/23/metro/overdue-hiker-dead-new-hampshire-white-mountains/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Beatriz Cabral Leite"}]},"description":{"basic":"Christopher Huyler’s body was found around 1 a.m. at approximately 2,800 feet in elevation, near a steep, icy slide in the Coppermine Brook valley, officials said."},"display_date":"2024-11-24T02:13:35.926Z","headlines":{"basic":"Overdue hiker found dead in New Hampshire’s White Mountains, officials say","native":"Overdue hiker dead New Hampshire White Mountains"},"label":{},"last_updated_date":"2024-11-24T02:17:17.13Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"aa7f0a5c9d8f8c6c9160398805b495c7631de40d4cb2730c19e41d83959f8bed"},"caption":"A view from Interstate 93 of part of the White Mountains was photographed in January.","credits":{"by":[{"name":"Jim Davis for The Boston Globe"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/DWRWITNCX7FVRIRGAJCJ45YDIQ.jpg","width":5600}},"publish_date":"2024-11-24T02:17:17.004Z","related_content":{"basic":[]},"revision":{"revision_id":"I4LNQ6CBERCOPNF76NCCVPYODU"},"taxonomy":{"primary_section":{"name":"New Hampshire"}},"type":"story","website_url":"/2024/11/23/metro/overdue-hiker-dead-new-hampshire-white-mountains/"},{"_id":"JMKKEB4UHRARPJNES4IS66IS4E","canonical_url":"/2024/11/23/metro/raccoon-dead-cape-cod-eastham-rabies/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":""},"name":"Adam Sennott","slug":"adam-sennott"}]},"description":{"basic":"State health officials are urging anyone who came in contact with a raccoon found dead on Cape Cod that later tested positive for rabies to contact them and take a risk assessment for the disease."},"display_date":"2024-11-24T01:21:11.526Z","headlines":{"basic":"Raccoon found dead on Cape Cod tests positive for rabies, officials say ","native":"Raccoon dead Cape Cod Eastham rabies"},"label":{},"last_updated_date":"2024-11-24T01:21:11.693Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"09b9507d65a603220b0ce84aeedb2d12e499f8cff4d5698fcac5a2f3764629a2"},"caption":"A different raccoon held onto a pole in a Pembroke backyard in 2013.","credits":{"by":[{"name":"John Tlumacki/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/OIFDUVX3RKGU2KTQM6UQ64IJ7A.JPG","width":3048}},"publish_date":"2024-11-24T01:21:11.526Z","related_content":{"basic":[]},"revision":{"revision_id":"KSYH6ZX2KNAX5BV2JBX522ZWSM"},"taxonomy":{"primary_section":{"name":"Animals"}},"type":"story","website_url":"/2024/11/23/metro/raccoon-dead-cape-cod-eastham-rabies/"},{"_id":"A2JXX3CV6BDMLABMYNYKR4XF2I","canonical_url":"/2024/11/23/metro/colorado-springs-turns-back-rhode-island-fc-usl-championship/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":""},"name":"Frank Dell'Apa","slug":""}]},"description":{"basic":"Rhode Island overcame odds to reach the USL playoffs after a 1-4-9 start, but the Ocean Staters seemed to run out of spark in Saturday's final, which was played at 6,200-foot-plus elevation."},"display_date":"2024-11-23T21:03:18.157Z","headlines":{"basic":"Colorado Springs turns back Rhode Island FC for USL Championship title","native":""},"label":{"basic":{"text":"USL championship | Colorado Springs 3, Rhode Island 0"},"storycard":{"text":"USL championship | Colorado Springs 3, Rhode Island 0"}},"last_updated_date":"2024-11-24T01:49:46.085Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"1b02b544d3c47c653be08fe1131230136e9cb4209e03cb41243d875fbd4b549a"},"caption":"The championship run for Rhode Island FC, which was playing in its first season in the USL, came to an end Saturday with a 3-0 loss to Colorado Springs.","credits":{"by":[{"name":"MARK STOCKWELL FOR THE BOSTON GLOBE"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/Z23B5CZZDO7UZ3X7GEIQGPIQJA.jpg","width":2000}},"publish_date":"2024-11-24T01:49:45.91Z","related_content":{"basic":[]},"revision":{"revision_id":"O4HKAZGXWZGXVILLPYJ7GJHIVA"},"taxonomy":{"primary_section":{"name":"Rhode Island Sports"}},"type":"story","website_url":"/2024/11/23/metro/colorado-springs-turns-back-rhode-island-fc-usl-championship/"}],"type":"results"},"expires":1732450054596,"lastModified":1732449754421},"{\"elasticSearchQuery\":\"true\",\"offset\":6,\"query\":\"{\\\"query\\\":{\\\"bool\\\":{\\\"must\\\":[{\\\"exists\\\":{\\\"field\\\":\\\"promo_items\\\"}},{\\\"nested\\\":{\\\"path\\\":\\\"taxonomy.sections\\\",\\\"query\\\":{\\\"prefix\\\":{\\\"taxonomy.sections._id\\\":\\\"/sports\\\"}}}}]}}}\",\"size\":\"3\",\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"a39513bd6b1b91d5735e8c42611be4391f59edbaded0053b5fef4fc75e3d81da","content_elements":[{"_id":"7KEYIL5AHJFJ3MW5C4P3FVVLJE","canonical_url":"/2024/11/14/sports/miaa-championship-schedule-field-hockey-volleyball-soccer/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":""},"name":"Brendan Kurie","slug":""}]},"description":{"basic":"The MIAA tournaments are crowning champions, keep track of all the scores and game times right here, including the schedule for the football semifinals and soccer finals."},"display_date":"2024-11-24T04:32:26.148Z","headlines":{"basic":"They’re champs! Meet the girls’ and boys’ soccer champions, plus field hockey, girls’ volleyball, and cross-country","native":"MIAA championships field hockey volleyball soccer"},"label":{"basic":{"text":"MIAA CHAMPIONSHIPS"},"storycard":{"text":"MIAA CHAMPIONSHIPS"}},"last_updated_date":"2024-11-24T04:32:26.433Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"7617ba545d64fd024914b2b416da38fbe46ebf902ae473eb06c5cbe8d1596d25"},"caption":"Euphoric Newton North players celebrate their unprecedented title.","credits":{"by":[{"name":"Ken McGagh for The Boston Globe"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/R46C4YTABFABI62BU7THZ72HSM.jpg","width":2000}},"publish_date":"2024-11-24T04:32:26.148Z","related_content":{"basic":[]},"revision":{"revision_id":"I3RLIH34FJCQBKVBABAO4CMIBQ"},"taxonomy":{"primary_section":{"name":"High Schools"}},"type":"story","website_url":"/2024/11/14/sports/miaa-championship-schedule-field-hockey-volleyball-soccer/"},{"_id":"6X3A4FOHUVH63JPH5NU3G3CJUE","canonical_url":"/2024/11/23/sports/miaa-division-5-boys-soccer-championship-sutton-dearborn-stem/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":""},"name":"Henry Dinh-Price","slug":""}]},"description":{"basic":"Paul Kupker, a junior midfielder who is an exchange student from Essen, Germany, was a savior in the shootout for the Sammies stepping in to play goal."},"display_date":"2024-11-24T04:30:59.79Z","headlines":{"basic":"With a helping hand from Germany, Sutton seizes Division 5 boys’ soccer title over Dearborn STEM in PKs","native":"MIAA Division 5 boys' soccer championship Sutton Dearborn STEM"},"label":{"basic":{"text":"SUTTON 1, DEARBORN STEM 0 (SO)"},"storycard":{"text":"SUTTON 1, DEARBORN STEM 0 (SO)"}},"last_updated_date":"2024-11-24T07:01:38.226Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"130a5b50786fd11d42014c4586cf8d1540e7d8fe07196ebcff415be139930530"},"caption":"The Sutton boys' soccer team emerged in a shootout as the Division 5 state champions.","credits":{"by":[{"name":"Henry Dinh-Price"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/5XSHJKUD5FEORNEVH63N66YGW4.jpg","width":4032}},"publish_date":"2024-11-24T07:01:38.077Z","related_content":{"basic":[]},"revision":{"revision_id":"ST2KFVXAGFAJXPTXFCEQHM6K74"},"taxonomy":{"primary_section":{"name":"High Schools"}},"type":"story","website_url":"/2024/11/23/sports/miaa-division-5-boys-soccer-championship-sutton-dearborn-stem/"},{"_id":"Q2PSHOOW4ZCRBDP6X23XU42CX4","canonical_url":"/2024/11/23/sports/bruins-red-wings-game-score-brad-marchand/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/e5570d99-3955-45b5-90a3-bfffaa58cb53.png"},"name":"Kevin Paul Dupont","slug":"kevin-paul-dupont"}]},"description":{"basic":"Jeremy Swayman made 18 saves in his return to the net, handing interim coach Joe Sacco his second win in as many games. "},"display_date":"2024-11-24T04:28:07.011Z","headlines":{"basic":"The captain comes through, as Brad Marchand’s third-period goal lifts Bruins over Red Wings ","native":"Bruins Red Wings game score Brad Marchand"},"label":{"basic":{"text":"BRUINS 2, RED WINGS 1"},"storycard":{"text":"BRUINS 2, RED WINGS 1"}},"last_updated_date":"2024-11-24T05:04:56.965Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"15ef0c5b65eadde98a9528512782ae55b8f77364aef5f7fded7677df25de7b21"},"caption":"Boston captain Brad Marchand (second from left) celebrates with teammates Nikita Zadorov (91) and David Pastrnak after scoring the go-ahead goal 8:30 into the third period in Saturday's 2-1 win in Detroit. ","credits":{"by":[{"name":"Duane Burleson"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/FDOOV7ABX37B3XGSVL4A74SE6E.jpg","width":2555}},"publish_date":"2024-11-24T05:04:56.802Z","related_content":{"basic":[{"_id":"M5UW4E47INDYZJLLDUEGQAZVNI"},{"_id":"S65WIHLHQJFFTAGP3CFGYFHXDA"}]},"revision":{"revision_id":"64I43BQKCNHKJHEEEFCEHAPQU4"},"taxonomy":{"primary_section":{"name":"Bruins"}},"type":"story","website_url":"/2024/11/23/sports/bruins-red-wings-game-score-brad-marchand/"}],"type":"results"},"expires":1732449944484,"lastModified":1732449644228},"{\"elasticSearchQuery\":\"true\",\"offset\":4,\"query\":\"{\\\"query\\\":{\\\"bool\\\":{\\\"must\\\":[{\\\"exists\\\":{\\\"field\\\":\\\"promo_items\\\"}},{\\\"nested\\\":{\\\"path\\\":\\\"taxonomy.sections\\\",\\\"query\\\":{\\\"prefix\\\":{\\\"taxonomy.sections._id\\\":\\\"/business\\\"}}}}]}}}\",\"size\":\"3\",\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"ffd89904bed670915d252887bcd9cea3d46a263bfb4ff663630a38add09c790e","content_elements":[{"_id":"X7EAXFJYCJGNVNZTLUH7F2WQPM","canonical_url":"/2024/11/23/business/united-nations-climate-summit-talks-overnight-cash-deal/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"MELINA WALLING, SETH BORENSTEIN, MICHAEL PHILLIS and SIBI ARASU"}]},"description":{"basic":"The United Nations’ annual climate talks pushed into overtime Saturday as negotiators pressed on to get a deal on money for developing nations to curb and adapt to climate change."},"display_date":"2024-11-23T10:15:32.064Z","headlines":{"basic":"Pressure ramps up at UN talks to reach a deal for cash to curb and adapt to climate change","native":"united nations climate summit talks overnight cash deal"},"label":{},"last_updated_date":"2024-11-23T12:24:11.613Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"b327aa509807803b2dab14a3bb5d96a92caa1cb9de9f47ee3c3a26386614a761"},"caption":"Activists participate in a demonstration for climate finance at the COP29 UN Climate Summit, on Nov. 23, in Baku, Azerbaijan.","credits":{"by":[{"name":"Sergei Grits"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/L4FUJZHDQAZHGGU5NN7W7BPMW4.jpg","width":8394}},"publish_date":"2024-11-23T12:24:11.415Z","related_content":{"basic":[{"_id":"L4FUJZHDQAZHGGU5NN7W7BPMW4"},{"_id":"OEBRPJRYIAMFRJF3POHWM3SGEE"},{"_id":"US5KX57MZG7YGRM7MS3NX6U6BQ"},{"_id":"3R2FR5CDJKNE2JHF4BIM2KWYU4"},{"_id":"YP7ZFTJTIXYTJYEMI5Q5L5CTSQ"},{"_id":"7QZ6BLXXEGS32MBIOMRVL3NTEQ"},{"_id":"2MXALKCJIEQCCN42PIQNCDKW2Q"},{"_id":"RUHZBNZVDBIN4SZWFRRAYATQ6M"},{"_id":"KD7O3ZH44PNQLA4UQITAGULZEQ"},{"_id":"GGASR2UXYS5RMVT3XJNMCPSS7U"},{"_id":"KGQXQCL3WRFFRHYIN55LXS2IZU"},{"_id":"ND7GYFTRORGJKXDEW3MLZEBTSY"},{"_id":"27V7CBHWEFKB4GBNREYVCJPCBI"}]},"revision":{"revision_id":"O6462GVAGVEOVBTNN4LJXZJPBM"},"taxonomy":{"primary_section":{"name":"Business"}},"type":"story","website_url":"/2024/11/23/business/united-nations-climate-summit-talks-overnight-cash-deal/"},{"_id":"KM6YLTLXIBACDFRWQVHJKFAUSI","canonical_url":"/2024/11/22/nation/scott-bessent-to-lead-treasury-department/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"The Associated Press"}]},"description":{"basic":"President-elect Donald Trump has chosen hedge fund manager Scott Bessent, an advocate for deficit reduction, to serve as his next treasury secretary."},"display_date":"2024-11-23T05:20:44.497Z","headlines":{"basic":"Trump chooses Bessent to be treasury secretary, Vought as budget chief, Chavez-DeRemer for Labor","native":"scott bessent to lead treasury department"},"label":{},"last_updated_date":"2024-11-23T05:20:44.736Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"62c7e72b7311f0d4705db47c36ffd15715ae8651b028fd0613a17dfb3c5b667a"},"caption":"Scott Bessent speaks at the National Conservative Conference in Washington D.C., Wednesday, July 10, 2024.","credits":{"by":[{"name":"DOMINIC GWINN"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/MONO53XDVPE2YAAAR332CZGMXY.jpg","width":8087}},"publish_date":"2024-11-23T05:20:44.497Z","related_content":{"basic":[{"_id":"IIVTN6WKGJBKBMBSVNIGWSSB7E"},{"_id":"DHVCSUMGUZHCHLPL7HCTT7MGCA"}]},"revision":{"revision_id":"2GRFD2K7I5EXNMAAOQRVGBOKLY"},"taxonomy":{"primary_section":{"name":"Elections"}},"type":"story","website_url":"/2024/11/22/nation/scott-bessent-to-lead-treasury-department/"},{"_id":"Q7KBM4UYSRDCBADV3FGPRRTJMM","canonical_url":"/2024/11/22/nation/lori-chavez-deremer-labor-secretary/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Lauren Kaori Gurley"}]},"description":{"basic":"President-elect Donald Trump selected Rep. Lori Chavez-DeRemer to lead the Labor Department, following some heavy lobbying from the Teamsters union."},"display_date":"2024-11-23T01:49:17.835Z","headlines":{"basic":"Trump picks Representative Lori Chavez-DeRemer of Oregon for labor secretary","native":"Lori Chavez-DeRemer labor secretary"},"label":{},"last_updated_date":"2024-11-23T01:49:18.052Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"3dab781b86470dc7cc56a30cc815387afb48dbb1f561fe72ccafc0e0b7f7934e"},"caption":"Representative Lori Chavez-DeRemer, accompanied by Majority Whip Representative Tom Emmer, left, and House Majority Leader Representative Steve Scalise, right, speaks at a news conference on Capitol Hill in Washington, Jan. 25, 2023.","credits":{"by":[{"name":"Andrew Harnik"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/CY33UFXSMSCVOAMLYHXUA557WI.jpg","width":5616}},"publish_date":"2024-11-23T01:49:17.835Z","related_content":{"basic":[]},"revision":{"revision_id":"5MXIBSEOF5HP3OPGI3UUIBW5WU"},"taxonomy":{"primary_section":{"name":"Politics"}},"type":"story","website_url":"/2024/11/22/nation/lori-chavez-deremer-labor-secretary/"}],"type":"results"},"expires":1732449944500,"lastModified":1732449644236},"{\"elasticSearchQuery\":\"true\",\"offset\":\"\",\"query\":\"{\\\"query\\\":{\\\"bool\\\":{\\\"must\\\":[{\\\"exists\\\":{\\\"field\\\":\\\"promo_items\\\"}},{\\\"nested\\\":{\\\"path\\\":\\\"taxonomy.sections\\\",\\\"query\\\":{\\\"prefix\\\":{\\\"taxonomy.sections._id\\\":\\\"/nation/politics\\\"}}}}]}}}\",\"size\":\"3\",\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"d93cd67b294062b6e5959010ebed1f584a3f465d86afcf424d65c3c98f1e8ccf","content_elements":[{"_id":"I663EGFSLJEJ5D2P2S7IPFAWCI","canonical_url":"/2024/11/23/nation/what-to-know-about-brooke-rollins-agriculture-secretary/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"BILL BARROW and ADRIANA GOMEZ LICON"}]},"description":{"basic":"Here are some things to know about Trump’s choice and the agency that Rollins would lead if she is confirmed by the Senate."},"display_date":"2024-11-23T23:07:49.966Z","headlines":{"basic":"What to know about Brooke Rollins, Trump’s pick for agriculture secretary","native":"what to know about brooke rollins agriculture secretary"},"label":{},"last_updated_date":"2024-11-23T23:08:06.868Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"fffd7f5fcf9ace30594b29aebf7e529739a426a8909539ee3e26968f822775b5"},"caption":"Brooke Rollins speaks before Republican presidential nominee former President Donald Trump speaks at a campaign rally at Madison Square Garden, Sunday, Oct. 27, 2024, in New York.","credits":{"by":[{"name":"Evan Vucci"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/PZUFP66WOOGBQS6YQZ4XG362Q4.jpg","width":4382}},"publish_date":"2024-11-23T23:08:06.71Z","related_content":{"basic":[{},{}]},"revision":{"revision_id":"6LTGQ7TJKFC3NJC7QKFZAMNIGI"},"taxonomy":{"primary_section":{"name":"Elections"}},"type":"story","website_url":"/2024/11/23/nation/what-to-know-about-brooke-rollins-agriculture-secretary/"},{"_id":"XG6OL5FXNBGBFJ4X6PETHTYR6E","canonical_url":"/2024/11/13/nation/donald-trump-administration-positions/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"THOMAS BEAUMONT"}]},"description":{"basic":"President-elect Donald Trump has so far put an emphasis on aides and allies who were his strongest backers during the 2024 campaign."},"display_date":"2024-11-23T22:31:12.333Z","headlines":{"basic":"Here are the people Donald Trump has picked for key positions so far","native":"Donald Trump administration positions"},"label":{},"last_updated_date":"2024-11-23T22:31:12.796Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"1a9810af8ca1d102b7535237ca3d03d4a119d72a2e265d8aed45934bae549e26"},"caption":"Trump administration picks Lee Zeldin, Thomas Homan, Stephen Miller, Michael Waltz, Susie Wiles, and Elise Stefanik.","credits":{"by":[{"name":"Wire photos"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/MHOMDKBDRZNGAAZGUWQNR5FOE4.jpg","width":1400}},"publish_date":"2024-11-23T22:31:12.333Z","related_content":{"basic":[{"_id":"BWV2OVKBLPYAJD6CJJCIXYCV5A"},{"_id":"XXV72PMNUBPU4ZRRRUUKVSDC4Q"},{"_id":"54PJLTHBP427EEMWYULBQE36FE"},{"_id":"TGU2YPZGPMOGNYCULJSZOPJDUU"},{"_id":"LHA6C3AKB5J37QLP3LW4W3RJJE"},{"_id":"6UMKMXSXTS4HXMFSN7ZRJDLD3M"},{"_id":"ZULESPIFKPNXLOGDAR4E3ZQ4XI"},{"_id":"2O3MEK5FBDYQVJOLGS3HSNBXLI"},{"_id":"G5DXSNTAYFZIQJBTXFN5HUAPSM"},{"_id":"CMVQWMVKGM3O3J5LF5J3VEHVDI"},{"_id":"OYZYX4PH3LBPBSH3UOAGBCREGA"}]},"revision":{"revision_id":"WRSIAN6PRZCVLEZ5XIWLSFNEQY"},"taxonomy":{"primary_section":{"name":"Politics"}},"type":"story","website_url":"/2024/11/13/nation/donald-trump-administration-positions/"},{"_id":"JKXTEE2UOZHHPHWOMOP5PSE2CM","canonical_url":"/2024/11/23/nation/brooke-rollins-agriculture-chief/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"BILL BARROW"}]},"description":{"basic":"President-elect Donald Trump said Saturday that he will nominate former White House aide Brooke Rollins to be his agriculture secretary."},"display_date":"2024-11-23T22:21:07.413Z","headlines":{"basic":"Trump taps Brooke Rollins as agriculture chief, completing proposed slate of Cabinet secretaries","native":"brooke rollins agriculture chief"},"label":{},"last_updated_date":"2024-11-23T22:21:07.54Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"fbe57525f8b6eb007556ff01af4e2755f253d117b1f15c29bbe0db4d00061d7d"},"caption":"Brooke Rollins speaks before Republican presidential nominee former President Donald Trump speaks at a campaign rally at Madison Square Garden, Sunday, Oct. 27, 2024, in New York.","credits":{"by":[{"name":"Evan Vucci"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/LDNZ3NOGTWEIUAPRBQ65NFPFLA.jpg","width":4119}},"publish_date":"2024-11-23T22:21:07.413Z","related_content":{"basic":[{}]},"revision":{"revision_id":"WGS3HILECRFCJELTFOX5PBE4J4"},"taxonomy":{"primary_section":{"name":"Elections"}},"type":"story","website_url":"/2024/11/23/nation/brooke-rollins-agriculture-chief/"}],"type":"results"},"expires":1732449785604,"lastModified":1732449485423},"{\"elasticSearchQuery\":\"true\",\"offset\":\"\",\"query\":\"{\\\"query\\\":{\\\"filtered\\\":{\\\"filter\\\": {\\\"bool\\\": {\\\"must\\\": [{\\\"exists\\\": {\\\"field\\\": \\\"promo_items\\\"}},{\\\"prefix\\\": {\\\"taxonomy.primary_section._id\\\": \\\"/nation\\\"}}],\\\"must_not\\\": [{\\\"prefix\\\": {\\\"taxonomy.sites._id\\\": \\\"/nation/politics\\\"}},{\\\"prefix\\\": {\\\"taxonomy.sites._id\\\": \\\"/world\\\"}}]}}}}}\",\"size\":\"3\",\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"5685c15468d9bc2bd1cc162cf7650639f7101c7b4d8ad88af9519009c1c2e15f","content_elements":[{"_id":"OU33ZUUBFBHW3LYUIDFHU53JLE","canonical_url":"/2024/11/24/nation/united-states-winter-storms-thanksgiving/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"GODOFREDO A. VASQUEZ"}]},"description":{"basic":"Forecasters in the US have warned of another round of winter weather that could complicate travel leading up to Thanksgiving."},"display_date":"2024-11-24T08:39:22.115Z","headlines":{"basic":"Forecasts warn of possible winter storms across US during Thanksgiving week","native":"united states winter storms thanksgiving"},"label":{},"last_updated_date":"2024-11-24T08:39:22.323Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"d4018bb046ac2727819c0adde72c6ed48817d1f618e493caa81fde49eb9a6c1d"},"caption":"Tristan Millstone steps in water after kayaking across a flooded section of Neely Road to buy groceries following a major storm in Guerneville, Cali., on Nov. 23.","credits":{"by":[{"name":"Stephen Lam"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/O4B7LCAZH5242YC6BXOYGWXZOA.jpg","width":7662}},"publish_date":"2024-11-24T08:39:22.115Z","related_content":{"basic":[{"_id":"JSNMFG4IL3PMUAE23L675JWMC4"},{"_id":"P4QR7722ECV2DR6N5IHXKSN6QY"},{"_id":"O4B7LCAZH5242YC6BXOYGWXZOA"},{"_id":"CVLXVUNFTLKBM6MFY5FE7DXV6Q"},{"_id":"VHGNILJ7X3MQ5REMTPV4JYIDPE"},{"_id":"GRUTL7OJCZOGM7STHV2KOM7P3A"},{"_id":"6LRNFYKFK7X3JUC7OXKMJX3UNI"},{"_id":"BJMXWCGXPIC6DC2JOUT4WDPGPI"},{"_id":"XDOU2YUIZVCL3WNLUCHV5ZBFLI"},{"_id":"NDJ3HHH5RLXYWZ6S5JRDXQUKJQ"},{"_id":"SL43VPGHCTYGSO4MHJGFAFMFRA"},{"_id":"PR4V2JKUGWKDWYV5S3NRGIBQDA"},{"_id":"RBGH6SBVAFNUUSJWEC44ZJQLFQ"},{"_id":"EORTDNGU56DYAVEWDKY3LVCSIE"},{"_id":"AWQAXSVY75WJA7S5SVTHDV5X7U"},{"_id":"3WFO3TLL3BA6HN3B3RVS6VOHZE"},{"_id":"OLE3V5TVXRCUNDIOGDDLVXMT6A"}]},"revision":{"revision_id":"JOWLHEQ2ARFNVEUHMVY73TP6ZI"},"taxonomy":{"primary_section":{"name":"Nation"}},"type":"story","website_url":"/2024/11/24/nation/united-states-winter-storms-thanksgiving/"},{"_id":"HWSXILQBMBDS7CGBBE7BIO3UPQ","canonical_url":"/2024/11/23/nation/blood-soaked-ground-prayer-future-divided-land/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Dan Barry"}]},"description":{"basic":"The bugler’s call to assemble had sounded, wreaths had been laid, a choral society had sung and dignitaries had spoken, all on a blood-consecrated hill in the Pennsylvania town of Gettysburg. All to commemorate the 161st anniversary of the speech that came to epitomize what it meant to be presidential."},"display_date":"2024-11-23T20:29:49.806Z","headlines":{"basic":"On blood-soaked ground, a ‘prayer for the future’ of a divided land","native":""},"label":{},"last_updated_date":"2024-11-23T20:29:50.014Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"9849251ac5ab8b306a12e3262ce009d0b721d2fecea80af58761dcbcb6d36e16"},"caption":"Grave markers at Gettysburg National Cemetery in Pennsylvania.","credits":{"by":[{"name":"TODD HEISLER"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/BVCAO3WQ7WMV6SFNLLTWDS2IEU.jpg","width":3600}},"publish_date":"2024-11-23T20:29:49.806Z","related_content":{"basic":[]},"revision":{"revision_id":"Y55HR72WDBHNZLOPS3DA2ESV74"},"taxonomy":{"primary_section":{"name":"Nation"}},"type":"story","website_url":"/2024/11/23/nation/blood-soaked-ground-prayer-future-divided-land/"},{"_id":"DLMUZ52PGBHD5ETOCL72PHPZ3E","canonical_url":"/2024/11/23/nation/look-how-some-trumps-picks-lead-health-agencies-could-help-carry-out-kennedys-overhaul/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"MIKE STOBBE"}]},"description":{"basic":"Donald Trump's health team picks include a retired congressman, a surgeon and a former talk-show host."},"display_date":"2024-11-23T19:22:55.085Z","headlines":{"basic":"A look at how some of Trump’s picks to lead health agencies could help carry out Kennedy’s overhaul","native":""},"label":{},"last_updated_date":"2024-11-23T20:01:14.651Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"1397d3db7844c33d39f96e8cb204a911c95828269bb4381752cda02bb0725898"},"caption":"Robert F. Kennedy Jr. is in line to lead the Department of Health and Human Services.","credits":{"by":[{"name":"Carlos Osorio"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/EES3Y6VPKCXHACQGA4U27YVAV4.jpg","width":3554}},"publish_date":"2024-11-23T20:01:14.414Z","related_content":{"basic":[{},{},{},{}]},"revision":{"revision_id":"JW3IB326JRFW5D7OUSOX3FH4QY"},"taxonomy":{"primary_section":{"name":"Nation"}},"type":"story","website_url":"/2024/11/23/nation/look-how-some-trumps-picks-lead-health-agencies-could-help-carry-out-kennedys-overhaul/"}],"type":"results"},"expires":1732450055478,"lastModified":1732449755277},"{\"elasticSearchQuery\":\"true\",\"offset\":\"\",\"query\":\"{\\\"query\\\":{\\\"filtered\\\":{\\\"filter\\\": {\\\"bool\\\": {\\\"must\\\": [{\\\"exists\\\": {\\\"field\\\": \\\"promo_items\\\"}},{\\\"prefix\\\": {\\\"taxonomy.primary_section._id\\\": \\\"/world\\\"}}],\\\"must_not\\\": [{\\\"prefix\\\": {\\\"taxonomy.sites._id\\\": \\\"/nation\\\"}}]}}}}}\",\"size\":\"3\",\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"3a687745704d1e82556566c559e20e99e385ea6a47785118f240fd387d636286","content_elements":[{"_id":"7FIMWMC5DZBHHBD3DFZBMBPZBU","canonical_url":"/2024/11/24/world/israel-rabbi-killed-united-arab-emirates/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"TIA GOLDENBERG and JON GAMBRELL"}]},"description":{"basic":"Israel says the body of of an Israeli-Moldovan rabbi who went missing in the United Arab Emirates has been found, citing Emirati authorities."},"display_date":"2024-11-24T07:41:34.889Z","headlines":{"basic":"Israel says rabbi who went missing in the UAE was killed","native":"israel rabbi killed united arab emirates"},"label":{},"last_updated_date":"2024-11-24T11:15:34.324Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"704d053197ef9aa5ff85bb065cb017fc41b3af1b7c9316b6554928568b616bb1"},"caption":"A man walks past Rimon Market, a Kosher grocery store managed by the late Rabbi Zvi Kogan, in Dubai, United Arab Emirates, on Nov. 24.","credits":{"by":[{"name":"Jon Gambrell"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/7WHEYWCEBFXUWO4PTH6HFPBRXY.jpg","width":8543}},"publish_date":"2024-11-24T11:15:34.155Z","related_content":{"basic":[{"_id":"7WHEYWCEBFXUWO4PTH6HFPBRXY"},{"_id":"FXVW3Q67M75EIHBY2ITON6RPXE"}]},"revision":{"revision_id":"6BATAHYMMRD77JHQRCP6F6SXPU"},"taxonomy":{"primary_section":{"name":"World"}},"type":"story","website_url":"/2024/11/24/world/israel-rabbi-killed-united-arab-emirates/"},{"_id":"DDICAF2VJRE7NGUIGKHYIX4HIE","canonical_url":"/2024/11/24/world/israel-crackdown-palestinian-dissent-gaza-war/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"SAM MCNEIL"}]},"description":{"basic":"In the year since the war in Gaza broke out, Israel’s government has been cracking down on dissent among its Palestinian citizens."},"display_date":"2024-11-24T05:26:49.53Z","headlines":{"basic":"Israel cracks down on Palestinian citizens who speak out against the war in Gaza","native":"israel crackdown palestinian dissent gaza war"},"label":{},"last_updated_date":"2024-11-24T05:26:49.721Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"1f9583a298a6af87be7f8833bb618cd183781aa57be0c4cb741b8d4c8eeb52d6"},"caption":"Palestinian citizens of Israel march against Israel's military operations in the Gaza Strip, in Umm al-Fahm, Israel, on Nov. 15.","credits":{"by":[{"name":"Mahmoud Illean"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/I335C4CUCOCLP2TRFZSDP7HGX4.jpg","width":5616}},"publish_date":"2024-11-24T05:26:49.53Z","related_content":{"basic":[{"_id":"TCSUSWN24O5FPLUOVFB66BB2MA"},{"_id":"I335C4CUCOCLP2TRFZSDP7HGX4"},{"_id":"AUYDXQXFLUYEHXM27I7BNJJBUY"},{"_id":"RXIC2LJ6V2ZI2R6DZFXZLDROR4"},{"_id":"RG3P6BMZBYNFLXLDO2G3MSRIXM"},{"_id":"QG3Q7EH5USA35PLZOPKTFDMUZA"},{"_id":"KBN5AU6U2RMFQRHCUTZ32E2PMI"},{"_id":"DQ3UKALATANN3ZFJETZLF6F2U4"},{"_id":"IGP7FTI5B3XIK3E62GUIOINXZY"}]},"revision":{"revision_id":"LGVRXCCAQJEQFM3BHTH3LQQMLA"},"taxonomy":{"primary_section":{"name":"World"}},"type":"story","website_url":"/2024/11/24/world/israel-crackdown-palestinian-dissent-gaza-war/"},{"_id":"DK5VF3PPG5A45I5GWLRYXUS42M","canonical_url":"/2024/11/23/world/climate-talks-forge-deal-money-after-bitter-fight/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Max Bearak"}]},"description":{"basic":"Negotiators at this year’s United Nations climate summit struck an agreement to triple the flow of money to help developing countries adopt cleaner energy and cope with the effects of climate change."},"display_date":"2024-11-23T23:22:22.842Z","headlines":{"basic":"Climate talks forge a deal on money after a bitter fight","native":""},"label":{},"last_updated_date":"2024-11-24T06:52:43.743Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"18bf43f580a001bb9773859961ee2fd8dd7dafa83cce13dfa1c5940e2fe46f4f"},"caption":"Mukhtar Babayev, COP29 president, (right) embraced Simon Stiell, United Nations climate chief, after reaching a deal for money to curb climate change at the COP29 UN Climate Summit.","credits":{"by":[{"name":"Rafiq Maqbool"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/GFABN6WCOUNMIBM6URU2J6YJZQ.jpg","width":3178}},"publish_date":"2024-11-24T06:52:43.557Z","related_content":{"basic":[]},"revision":{"revision_id":"ZLIPWKNZLZDCXO7266FD2ZNTSU"},"taxonomy":{"primary_section":{"name":"World"}},"type":"story","website_url":"/2024/11/23/world/climate-talks-forge-deal-money-after-bitter-fight/"}],"type":"results"},"expires":1732450082673,"lastModified":1732449782423},"{\"elasticSearchQuery\":\"true\",\"offset\":10,\"query\":\"{\\\"query\\\":{\\\"bool\\\":{\\\"must\\\":[{\\\"exists\\\":{\\\"field\\\":\\\"promo_items\\\"}},{\\\"nested\\\":{\\\"path\\\":\\\"taxonomy.sections\\\",\\\"query\\\":{\\\"prefix\\\":{\\\"taxonomy.sections._id\\\":\\\"/opinion\\\"}}}}]}}}\",\"size\":3,\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"c8dbc92827241d63a4824cd58aa9b73e0c18b721e25172cc326cebfd914a256d","content_elements":[{"_id":"54NRQZ5FGRCH7IFWJW7GC2LMMU","canonical_url":"/2024/11/22/opinion/futuro-escuelas-boston/","content_restrictions":{"content_code":"exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/45f52730-873f-4e44-86b3-ad2a4d93b43c.png"},"name":"Marcela García","slug":"marcela-garcia"}]},"description":{"basic":"Muchos bostonianos se dicen partidarios de de un comité escolar elegido democráticamente y aún así pocos ponen atención al proceso en curso para llenar una próxima vacante en el comité."},"display_date":"2024-11-22T17:00:00Z","headlines":{"basic":"El proceso silencioso que define el futuro de las escuelas de Boston","native":"futuro-escuelas-boston"},"label":{"basic":{"text":"NEWSLETTERS"},"storycard":{"text":"MARCELA GARCÍA"}},"last_updated_date":"2024-11-22T17:00:01.968Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"fc0d79bfc7225a80796e1a3275ad089ef0ec3f608dccddc37ae536e74ca3f0f1"},"caption":"","credits":{"by":[{"name":"H. HOPP-BRUCE/GLOBE STAFF; VAROTCHONDRA/AJAY/ADOBE"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/RDGCRDS26RHL3EH6A2KQCHOMNE.jpg","width":6667}},"publish_date":"2024-11-22T17:00:01.968Z","related_content":{"basic":[{"_id":"QYENH5HXARHWNMV3ZBR5CEN25E"},{"_id":"2GP2GS4WIBBUBCTRAITAA62XWA"},{"_id":"T4X5TOX3NJEX7JRBBMNWAM7Z2U"}]},"revision":{"revision_id":"CD6HLJGYTRCLVP74ZF4I4RH5OU"},"taxonomy":{"primary_section":{"name":"Opinion Newsletters"}},"type":"story","website_url":"/2024/11/22/opinion/futuro-escuelas-boston/"},{"_id":"G2EVFIHI4RANFKU22HXAPUNUZY","canonical_url":"/2024/11/22/opinion/huckabee-trump-israel-palestinians-two-state/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Klara Vlahčević Lisinski"}]},"description":{"basic":"Trump’s choice to be ambassador to Israel seems a clear sign that the incoming president has abandoned the idea of a two-state solution for the Middle East conflict."},"display_date":"2024-11-22T16:36:02.967Z","headlines":{"basic":"Mike Huckabee and the end of the two-state solution","native":"huckabee trump israel palestinians two state"},"label":{"basic":{"text":"OPINION","url":""},"storycard":{"text":"Klara Vlahčević Lisinski"}},"last_updated_date":"2024-11-22T16:36:03.18Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"77cbdf2ea4d1255a91a72ab84811944061e189b9b933b69164cd4572c6c97379"},"caption":"Former Arkansas Governor Mike Huckabee gestures as a campaign event Oct. 29 in Drexel Hill, Pa.","credits":{"by":[{"name":"Julia Demaree Nikhinson"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/LLMAXRMWP7KSKD72AUKDQELEM4.jpg","width":3588}},"publish_date":"2024-11-22T16:36:02.967Z","related_content":{"basic":[{"_id":"UI5E4HALSRGQJBUSVMIIBQXBFE"},{"_id":"BOVUTUBPMVGITPKXWIB3JKQAWQ"},{"_id":"MOM6RXTOVZEMJEOUJTZSXCRHAU"}]},"revision":{"revision_id":"U6PXHOAAOBDQDJARHBWA64N5HM"},"taxonomy":{"primary_section":{"name":"OpEds"}},"type":"story","website_url":"/2024/11/22/opinion/huckabee-trump-israel-palestinians-two-state/"},{"_id":"522IB64RH5APJF6FWNJZNL6JBA","canonical_url":"/2024/11/22/opinion/bluehub-mortgage-healey-legislature-consumer-protection/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/bac16a73-5a23-4a56-a69d-76a3878af6be.png"},"name":"Editorial Board","slug":"editorial-board"}]},"description":{"basic":"Loans keep people housed but carry high costs."},"display_date":"2024-11-22T09:00:00Z","headlines":{"basic":"Removing consumer protections from BlueHub mortgages was the wrong move","native":"bluehub mortgage healey legislature consumer protection"},"label":{"basic":{"text":"EDITORIAL","url":"https://www.bostonglobe.com/opinion/editorials"},"storycard":{"text":"EDITORIAL","url":""}},"last_updated_date":"2024-11-22T09:00:06.731Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"4f7b1b280b9908939d278ce4c5e8da6d3ddc1136b135a624143a9403d49f5e94"},"caption":"Home owners and supporters converged on BlueHub headquarters in Roxbury on June 14, 2022, to demand the lender stop their predatory practices and end the SUN program.","credits":{"by":[{"name":"Jonathan Wiggs/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/T4YBKLGG4PNUZ2Y57TEJYHPPSM.jpg","width":5184}},"publish_date":"2024-11-22T09:00:06.731Z","related_content":{"basic":[]},"revision":{"revision_id":"LR7ZJQI4H5ETFA6RTUM4BERS3M"},"taxonomy":{"primary_section":{"name":"Editorials"}},"type":"story","website_url":"/2024/11/22/opinion/bluehub-mortgage-healey-legislature-consumer-protection/"}],"type":"results"},"expires":1732450082674,"lastModified":1732449782435},"{\"elasticSearchQuery\":\"true\",\"offset\":\"\",\"published\":\"\",\"query\":\"{\\\"query\\\":{\\\"filtered\\\":{\\\"filter\\\": {\\\"bool\\\": {\\\"must\\\": [{\\\"exists\\\": {\\\"field\\\": \\\"promo_items\\\"}},{\\\"prefix\\\": {\\\"taxonomy.primary_section._id\\\": \\\"/lifestyle\\\"}}],\\\"must_not\\\": [{\\\"prefix\\\": {\\\"taxonomy.sites._id\\\": \\\"/lifestyle/food-dining\\\"}},{\\\"prefix\\\": {\\\"taxonomy.sites._id\\\": \\\"/lifestyle/travel\\\"}}]}}}}}\",\"size\":\"3\",\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"c3d1e752758cf36b1e5bd3b5b1d3ab54811be0228677dc9ad116618c7ff36b4b","content_elements":[{"_id":"ZY3HDZJSRNBZ5JY4I3PHDXD544","canonical_url":"/2024/11/23/lifestyle/boston-globe-horn-book-bpl/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":""},"name":"Kate Tuttle","slug":"kate-tuttle"}]},"description":{"basic":"The Horn Book’s centennial year includes an awards ceremony Monday that’s open to the public."},"display_date":"2024-11-23T18:29:01.772Z","headlines":{"basic":"Boston Globe-Horn Book Awards to present literary celebration at Boston Public Library ","native":"Boston Globe Horn Book BPL"},"label":{"basic":{"text":"BOOKS"},"storycard":{"text":"BOOKS"}},"last_updated_date":"2024-11-24T02:12:51.762Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"64c10a1dd51275a29f56aa23cf60552e8056054230001f2bc8c55900466a51b3"},"caption":"Jacqueline Woodson, pictured in 2020, is one of the authors who will appear at the Boston Globe-Horn Book Awards at the BPL on Monday.","credits":{"by":[{"name":"John D. and Catherine T. MacArthur Foundation"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/NKQJSQQVFRXFQD2VM3YEFCETIM.jpg","width":6016}},"publish_date":"2024-11-24T02:12:51.631Z","related_content":{"basic":[]},"revision":{"revision_id":"OC5HNZPNZNADDFB5AFFQZZ5NC4"},"taxonomy":{"primary_section":{"name":"Names"}},"type":"story","website_url":"/2024/11/23/lifestyle/boston-globe-horn-book-bpl/"},{"_id":"UCAAKPWUTNBJXM2I5U5ZGEQWOY","canonical_url":"/2024/11/22/lifestyle/free-things-to-do-boston-november/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/38e4d8fc-b69b-42c7-b334-671f6f005db7.png"},"name":"Emily Wyrwa","slug":"emily-wyrwa"}]},"description":{"basic":"There are plenty of wallet-friendly things to do around town this week."},"display_date":"2024-11-23T03:02:12.838Z","headlines":{"basic":"Free holiday events, $25 show tickets, and cultural celebrations in Boston","native":"free things to do boston november"},"label":{"basic":{"text":"BOSTON AT A BARGAIN"},"storycard":{"text":"BOSTON AT A BARGAIN"}},"last_updated_date":"2024-11-24T02:11:21.52Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"b34365d95b25228e34f1e3db8934e0862c98c73aa4b9b56a2b4b7cfb7079089e"},"caption":"Martin's Park's annual ship lighting.","credits":{"by":[{"name":"Lindsay Ahern"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/ROZUUXIUEBCBNAKBMVSHNDKBI4.jpg","width":1920}},"publish_date":"2024-11-24T02:11:21.321Z","related_content":{"basic":[]},"revision":{"revision_id":"AI6PZ2EFDBHZNMH4444USLKPPA"},"taxonomy":{"primary_section":{"name":"Lifestyle"}},"type":"story","website_url":"/2024/11/22/lifestyle/free-things-to-do-boston-november/"},{"_id":"Y7AHSWKRDJC35PM6FF52CIX3GU","canonical_url":"/2024/11/22/lifestyle/conversation-about-boston-globes-wedding-column/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/acb7b9f7-f348-4c35-b8e5-42d69c515a74.png"},"name":"Meredith Goldstein","slug":"meredith-goldstein"}]},"description":{"basic":"Meredith Goldstein chats with Rachel Kim Raczka, who is at the helm of the Globe’s new column about how people fall in love and eventually have a celebration of some kind (usually a wedding)."},"display_date":"2024-11-22T19:00:00Z","headlines":{"basic":"A conversation about The Big Day","native":"How to apply to Boston Globe's wedding column"},"label":{"basic":{"text":"LOVE LETTERS"},"storycard":{"text":"LOVE LETTERS"}},"last_updated_date":"2024-11-22T19:34:20.843Z","promo_items":{"basic":{"additional_properties":{"focal_point":{"min":[205,246]}},"auth":{"1":"815c4676a247e91326a220e735b7458c9118587cbacd1c548fbb15a27d56706c"},"caption":"Love Letters","credits":{"by":[]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/52G7K5MPIVEJZKKUU23Y637GCI.jpg","width":420},"storycard_override":{"additional_properties":{"focal_point":{"min":[405,170]}},"auth":{"1":"fbc477e5e12c9787e1696274ac02ca0b2c622e15bee22558f3b3425000530218"},"caption":"","credits":{"by":[]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/HCUAF2I76BEWZFSSQNS4UPRYIM.jpg","width":800}},"publish_date":"2024-11-22T19:34:20.441Z","related_content":{"basic":[]},"revision":{"revision_id":"LHFLXRO4G5G5DKZ54GI3RBHY4I"},"taxonomy":{"primary_section":{"name":"Love Letters"}},"type":"story","website_url":"/2024/11/22/lifestyle/conversation-about-boston-globes-wedding-column/"}],"type":"results"},"expires":1732449785651,"lastModified":1732449485402},"{\"elasticSearchQuery\":\"true\",\"offset\":\"\",\"query\":\"{\\\"query\\\":{\\\"bool\\\":{\\\"must\\\":[{\\\"exists\\\":{\\\"field\\\":\\\"promo_items\\\"}},{\\\"nested\\\":{\\\"path\\\":\\\"taxonomy.sections\\\",\\\"query\\\":{\\\"prefix\\\":{\\\"taxonomy.sections._id\\\":\\\"/lifestyle/food-dining\\\"}}}}]}}}\",\"size\":\"3\",\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"0432480546603c33454781897756b23b50219bfcf827285555b34b207003ae44","content_elements":[{"_id":"77LZL46QFFAKLF5GD2V7JVJHCU","canonical_url":"/2024/11/20/lifestyle/thanksgiving-dinner-recipes-feast/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/9c969e97-c42d-4127-bd22-af28750621ad.png"},"name":"Sheryl Julian","slug":""}]},"description":{"basic":"Move over Pilgrims. This Thanksgiving we’re updating, but leaving room for a bit of nostalgia for old times’ sake."},"display_date":"2024-11-22T17:09:32.084Z","headlines":{"basic":"All the fixings for a contemporary Thanksgiving feast","native":"Thanksgiving dinner recipes feast"},"label":{"basic":{"text":"FOOD"},"storycard":{"text":"FOOD"}},"last_updated_date":"2024-11-22T21:59:51.848Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"e811d86093c5ac29200535b99f612d0b63ada584bb002dff952c835d8c81467c"},"caption":"A contemporary Thanksgiving feast includes (clockwise from bottom left): Pan-Braised Cabbage with Herbs, Miso-Maple Butternut, Spinach-Rice Pilaf, Salted Caramel Pecan Pie, Parmesan Brussels Sprouts, Roast Turkey with Spice Rub.","credits":{"by":[{"name":"Sally Pasley Vargas for The Boston Globe; Food styling by Sheryl Julian"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/NLQPKMIWTNFLNNMHWE2H64L5YU.jpg","width":2000}},"publish_date":"2024-11-22T21:59:51.693Z","related_content":{"basic":[]},"revision":{"revision_id":"6662ED37WVDYJFV4RONG2JKR2M"},"taxonomy":{"primary_section":{"name":"Restaurants"}},"type":"story","website_url":"/2024/11/20/lifestyle/thanksgiving-dinner-recipes-feast/"},{"_id":"FEMHRKALYJDBVKEPSLBNKLMH2A","canonical_url":"/2024/11/22/lifestyle/alice-brock-alices-restaurant-has-died-arlo-guthrie/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://author-service-images-prod-us-east-1.publishing.aws.arc.pub/bostonglobe/86bc5f45-bb4c-4876-8d72-b7b2c9803669.png"},"name":"Kara Baskin","slug":"kara-baskin"}]},"description":{"basic":"The longtime resident of Provincetown inspired the 1967 Thanksgiving tune."},"display_date":"2024-11-22T16:09:42.069Z","headlines":{"basic":"Arlo Guthrie announces that Alice Brock of ‘Alice’s Restaurant’ fame has died","native":"Alice Brock Alice’s Restaurant has died arlo guthrie"},"label":{},"last_updated_date":"2024-11-22T18:53:19.379Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"cd1b040bcf4df3412ff9bfdb99db1f5d405e6ae40927ba7aa504de00839ce76a"},"caption":"Alice Brock, Rick Robbins, and Arlo Guthrie at Trinity Church, Thanksgiving 2022.","credits":{"by":[{"name":"Marti Guthrie"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/LM4TH7DSDBDI3I5D77R4YGZ2MU.jpg","width":2048}},"publish_date":"2024-11-22T18:53:19.103Z","related_content":{"basic":[]},"revision":{"revision_id":"AY54U4PYFRHWLCDIGLPPUKHATA"},"taxonomy":{"primary_section":{"name":"Restaurants"}},"type":"story","website_url":"/2024/11/22/lifestyle/alice-brock-alices-restaurant-has-died-arlo-guthrie/"},{"_id":"MJTXVLJJB5FUHMCIJLDWCQIAHA","canonical_url":"/2024/11/19/lifestyle/jasper-white-son-scituate-wedding/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://author-service-images-prod-us-east-1.publishing.aws.arc.pub/bostonglobe/2216f044-eba0-4d45-818c-bd8da8cb431c.png"},"name":"Rachel Kim Raczka","slug":""}]},"description":{"basic":"They rekindled their romance into 2022, culminating when Jasper proposed later that December. "},"display_date":"2024-11-22T14:50:59.378Z","headlines":{"basic":"How LinkedIn led to wedding bells for Jasper White’s son and his high school sweetheart","native":"jasper white son scituate wedding"},"label":{"basic":{"text":"THE BIG DAY"},"storycard":{"text":"THE BIG DAY"}},"last_updated_date":"2024-11-22T14:50:59.602Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"95e99f936a2572de69fd0c401c8bdc8a7c3a396f1edb0edb462ff70f6d6ec7af"},"caption":"AbbeyRose Hillson and Jasper White met as freshmen at Buckingham Browne & Nichols School in Cambridge and broke up after junior year. It would be a decade and a half before they reconnected — and fell in love all over again.","credits":{"by":[{"name":"Meg Heriot"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/PR7OK6IYXFHWFPV7PPF5OA5AIA.jpg","width":6143}},"publish_date":"2024-11-22T14:50:59.378Z","related_content":{"basic":[{"_id":"WHHI7ONQNJD6RGDU2YA3YHLI6I"},{"_id":"CSEXH34KQ5F37G7AYZLC26Q6LA"},{"_id":"HKCHBIJXLJFBHMLXEHGDLCTB7Y"},{"_id":"7BZKSO24IFGN3FFRPHOKYT5NW4"}]},"revision":{"revision_id":"A7CYDH43AND6JNVJDB5B3NUQVM"},"taxonomy":{"primary_section":{"name":"The Big Day"}},"type":"story","website_url":"/2024/11/19/lifestyle/jasper-white-son-scituate-wedding/"}],"type":"results"},"expires":1732449822978,"lastModified":1732449522808},"{\"elasticSearchQuery\":\"true\",\"query\":\"{\\\"query\\\":{\\\"bool\\\":{\\\"must\\\":[{\\\"exists\\\":{\\\"field\\\":\\\"promo_items\\\"}},{\\\"nested\\\":{\\\"path\\\":\\\"taxonomy.sections\\\",\\\"query\\\":{\\\"prefix\\\":{\\\"taxonomy.sections._id\\\":\\\"/lifestyle/travel\\\"}}}}]}}}\",\"size\":\"3\",\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"5542d04e1d37189b5f761cabfb912cca75b2c0206a710565c1dd55a3d9894eab","content_elements":[{"_id":"6OMYAND5TRB5PNEP4X7XVNYNG4","canonical_url":"/2024/11/22/business/american-airlines-tech/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"WYATTE GRANTHAM-PHILIPS"}]},"description":{"basic":"The new technology will alert gate agents if a passenger tries to scan a ticket ahead of their assigned group."},"display_date":"2024-11-22T15:43:47.385Z","headlines":{"basic":"Cutting in line? American Airlines’ new boarding tech might stop you at now over 100 airports.","native":"American Airlines Tech"},"label":{},"last_updated_date":"2024-11-22T18:35:41.039Z","promo_items":{"basic":{"additional_properties":{"focal_point":{"min":[1181,2531]}},"auth":{"1":"1c5269e6f999832774f3b79f8df15badc88610edd2df9a99517f0f05af91e574"},"caption":"An American Airlines jetliner rumbles down a runway at Denver International Airport on Jan. 16.","credits":{"by":[{"name":"David Zalubowski"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/Z6QFPJ737QXUF64UKSIKFD5LNQ.jpg","width":5793}},"publish_date":"2024-11-22T18:35:40.714Z","related_content":{"basic":[{"_id":"KN6BGDEUKFKOKYR3G3CWTEJDU4"},{"_id":"YMVELUD2SBFDJBWCQN4FU5X37I"},{"_id":"NP73XBXHCNC77NSSVLAL6ELDSA"},{"_id":"LZ5U27LATNECHG3EOEPKYYOROA"}]},"revision":{"revision_id":"E5G237EAQVCZHCYBQ3DTDRICUY"},"taxonomy":{"primary_section":{"name":"Technology"}},"type":"story","website_url":"/2024/11/22/business/american-airlines-tech/"},{"_id":"ABH2P3DBLBF6ZDHVNAWCA5J6AQ","canonical_url":"/2024/11/22/lifestyle/an-obituary-classic-american-roadside-inn/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/e2c2031d-c291-406c-9b9f-93ebe5bcc3f6.png"},"name":"Christopher Muther","slug":"christopher-muther"}]},"description":{"basic":"Meet the former New Englander on a mission to document the extinction of the classic motor lodge and preserve the memories of vacations past."},"display_date":"2024-11-22T11:00:00Z","headlines":{"basic":"These ‘dead motels’ are a feast for the eyes","native":""},"label":{"basic":{"text":"TRAVEL","url":""},"storycard":{"text":"CHRISTOPHER MUTHER","url":""}},"last_updated_date":"2024-11-22T19:59:06.771Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"8856f39edb504be99da3bc37c329bd24766ae98f3682458e39f7f403be820000"},"caption":"A postcard of Kings Grant Motel in Gilford, N.H., in its midcentury heyday and a photo of what it looks like now. A Virginia woman is documenting the fate of small roadside motels as they fade into obscurity.","credits":{"by":[{"name":"Christopher Muther"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/6HVLMPZYXRABNOVFSJWUGYGUSU.jpg","width":6250}},"publish_date":"2024-11-22T19:59:06.594Z","related_content":{"basic":[]},"revision":{"revision_id":"4ALIU2FHZJFOBNF5ANKSZBZIYU"},"taxonomy":{"primary_section":{"name":"Travel"}},"type":"story","website_url":"/2024/11/22/lifestyle/an-obituary-classic-american-roadside-inn/"},{"_id":"TM257JR5JFHM5MYUVL3UM2ZLFI","canonical_url":"/2024/11/22/lifestyle/las-vegas-explore-parks/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Ron Driscoll"}]},"description":{"basic":"Here’s how to use the City of Lights as a hub for exploring natural wonders."},"display_date":"2024-11-22T11:00:00Z","headlines":{"basic":"What happens in Las Vegas may have to stay there, but you don’t","native":"las vegas explore parks"},"label":{"basic":{"text":"TRAVEL","url":""},"storycard":{"text":"TRAVEL","url":""}},"last_updated_date":"2024-11-22T11:00:07.816Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"9072eb59ddb1ca639453ff954f1626eff679abeba8d39de99adf18112cb7cde4"},"caption":"Visitors admire the striking view of the Grand Canyon and Colorado River from Guano Point at Grand Canyon West.","credits":{"by":[{"name":"Ron Driscoll"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/HVCLHWDAUBELXG5NST46Z7MREM.jpg","width":4032}},"publish_date":"2024-11-22T11:00:07.816Z","related_content":{"basic":[]},"revision":{"revision_id":"IVTSB7TL5RG6LNQ5YBHVD6E6FM"},"taxonomy":{"primary_section":{"name":"Travel"}},"type":"story","website_url":"/2024/11/22/lifestyle/las-vegas-explore-parks/"}],"type":"results"},"expires":1732449820526,"lastModified":1732449520405},"{\"elasticSearchQuery\":\"true\",\"query\":\"{\\\"query\\\":{\\\"bool\\\":{\\\"must\\\":[{\\\"exists\\\":{\\\"field\\\":\\\"promo_items\\\"}},{\\\"nested\\\":{\\\"path\\\":\\\"taxonomy.sections\\\",\\\"query\\\":{\\\"prefix\\\":{\\\"taxonomy.sections._id\\\":\\\"/arts/visual-arts\\\"}}}}]}}}\",\"size\":\"3\",\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"cbf266fb1dcea4080e7f7e4a25eace27e308e959b2818b7dc9e89f18bb912ec5","content_elements":[{"_id":"QPLVWO4DT5AAHPT54VKF4I4KME","canonical_url":"/2024/11/21/arts/harvard-art-museums-exhibition-about-germany-since-1980/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/c7e342f3-2967-4a4a-941e-0898f3577103.png"},"name":"Murray Whyte","slug":"murray-whyte"}]},"description":{"basic":"Harvard Art Museums’ exhibition is a journey through a country’s tensions that look a lot like our own."},"display_date":"2024-11-21T22:32:58.489Z","headlines":{"basic":"Seeing the US in Germany’s mirror","native":"Harvard Art Museums exhibition about Germany since 1980"},"label":{"basic":{"text":"Art Review"},"storycard":{"text":"Art Review"}},"last_updated_date":"2024-11-23T16:03:21.101Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2"},"caption":"Corinne Wasmuht, \"50 U Heinrich-Heine-Str.,\" 2009.","credits":{"by":[{"name":"President and Fellows of Harvard College/The Harvard Art Museums"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg","width":2400}},"publish_date":"2024-11-23T16:03:20.518Z","related_content":{"basic":[]},"revision":{"revision_id":"TPVIFH4FENDMJMIFBG6J6EV4OI"},"taxonomy":{"primary_section":{"name":"Visual Arts"}},"type":"story","website_url":"/2024/11/21/arts/harvard-art-museums-exhibition-about-germany-since-1980/"},{"_id":"LM4KEOU4ONEOXIKKOCEDRS5OVU","canonical_url":"/2024/11/21/arts/family-romance-paints-a-portrait-of-sargent-and-his-patrons/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Charles Finch"}]},"description":{"basic":"Jean Strouse explores the fin-de-siècle story of the artist and one family he portrayed."},"display_date":"2024-11-21T17:48:26.586Z","headlines":{"basic":"‘Family Romance’ paints a portrait of Sargent and his patrons ","native":"‘Family Romance’ paints a portrait of Sargent and his patrons"},"label":{"basic":{"text":"BOOK REVIEW","url":""},"storycard":{"text":"BOOK REVIEW","url":""}},"last_updated_date":"2024-11-21T17:48:26.858Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"47e733b18e36ab2b87251701fcd049515bdae419da839c186cf9c07ecd08734c"},"caption":"Author Jean Strouse and the cover to “Family Romance.”","credits":{"by":[{"name":"Nina Subin/FSG"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/AJJSIGBWNEXGI3IEIJW36IMEYE.jpg","width":1168}},"publish_date":"2024-11-21T17:48:26.586Z","related_content":{"basic":[]},"revision":{"revision_id":"32ZACQDTXZB2DN5RIBYLP6S2GA"},"taxonomy":{"primary_section":{"name":"Books"}},"type":"story","website_url":"/2024/11/21/arts/family-romance-paints-a-portrait-of-sargent-and-his-patrons/"},{"_id":"ITXRMBSXWNFYPOGOXGT3PFWN3E","canonical_url":"/2024/11/21/arts/life-dances-on-robert-frank-in-dialogue-museum-of-modern-art/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/3b758074-7fcd-4ccc-ae80-84c646282362.png"},"name":"Mark Feeney","slug":"mark-feeney"}]},"description":{"basic":"MoMA looks at Robert Frank's six decades of photography and filmmaking after \"The Americans.\""},"display_date":"2024-11-21T16:35:44.292Z","headlines":{"basic":"MoMA looks at Robert Frank’s six decades of photography and filmmaking after ‘The Americans’","native":"life dances on robert frank in dialogue museum of modern art"},"label":{"basic":{"text":"PHOTOGRAPHY REVIEW | MARK FEENEY"},"storycard":{"text":"PHOTOGRAPHY REVIEW"}},"last_updated_date":"2024-11-21T21:46:17.42Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"f840cb3c871d33dcda29eb37da9bb870fd3aea1c6a9dbaaa0583c5a2025ede46"},"caption":"Robert Frank as seen in footage from \"Robert Frank's Scrapbook Footage.\"","credits":{"by":[{"name":"© The June Leaf and Robert Frank Foundation"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/F3DQ4UHIT5GOPHAEKE342K7KLM.jpg","width":2000}},"publish_date":"2024-11-21T21:46:17.248Z","related_content":{"basic":[]},"revision":{"revision_id":"Y725AAFMOBCNDIJBHYU6HEUC7I"},"taxonomy":{"primary_section":{"name":"Visual Arts"}},"type":"story","website_url":"/2024/11/21/arts/life-dances-on-robert-frank-in-dialogue-museum-of-modern-art/"}],"type":"results"},"expires":1732449944387,"lastModified":1732449644234},"{\"elasticSearchQuery\":\"true\",\"query\":\"{\\\"query\\\":{\\\"bool\\\":{\\\"must\\\":[{\\\"exists\\\":{\\\"field\\\":\\\"promo_items\\\"}},{\\\"nested\\\":{\\\"path\\\":\\\"taxonomy.sections\\\",\\\"query\\\":{\\\"prefix\\\":{\\\"taxonomy.sections._id\\\":\\\"/arts/books\\\"}}}}]}}}\",\"size\":\"3\",\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"d1bd969ad362ae1624c19805e16647a5104525422dbe139bdc878a60fc9d2f4e","content_elements":[{"_id":"6QEBTBWY3JEZDB2QUPI4RXJXEU","canonical_url":"/2024/11/22/arts/just-book-ish-opens-papercuts-celebrates/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Nina MacLaughlin"}]},"description":{"basic":"All the bookish events from around our region."},"display_date":"2024-11-22T21:32:13.196Z","headlines":{"basic":"A ‘locally inspired’ bookstore is born, another celebrates a milestone","native":"Just Book-ish opens, Papercuts celebrates"},"label":{"basic":{"text":"NEW ENGLAND LITERARY NEWS"},"storycard":{"text":"NEW ENGLAND LITERARY NEWS"}},"last_updated_date":"2024-11-22T21:32:13.482Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"18716cdefbd16fe99dcc53a85f94ac81bcd7c43bda5d53ffeda735519da880f1"},"caption":"JustBook-ish, founded by Porsha Olayiwola and Bing Broderick, opens this weekend in Dorchester.","credits":{"by":[{"name":"Michael Gimbrere"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/TUDAIC7Z3ZCX3LMGOWPKS7ZJLY.jpg","width":4032}},"publish_date":"2024-11-22T21:32:13.196Z","related_content":{"basic":[{"_id":"EVEX2WDINFEIVO5SOJTJKMJCPQ"},{"_id":"DR5DJNNPOFCAJBGCYUOSY2SBOY"},{"_id":"NXVT3TROPVF6XP5UUDPFB6CLYI"}]},"revision":{"revision_id":"RW73FKYYUZHRJAN5OX7V2C23IY"},"taxonomy":{"primary_section":{"name":"Books"}},"type":"story","website_url":"/2024/11/22/arts/just-book-ish-opens-papercuts-celebrates/"},{"_id":"JWQGYUVGZZGRDDCJG4ZGT5IUME","canonical_url":"/2024/11/22/arts/holiday-gift-guide-2024-books/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":""},"name":"Kate Tuttle","slug":"kate-tuttle"}]},"description":{"basic":"Gifts for all kinds of readers, from art lovers to bird enthusiasts to film buffs."},"display_date":"2024-11-22T10:58:19.845Z","headlines":{"basic":"20 books for everyone on your holiday shopping list this year","native":"holiday gift guide 2024 books"},"label":{"basic":{"text":"GIFT GUIDE"},"storycard":{"text":"GIFT GUIDE"}},"last_updated_date":"2024-11-22T15:02:27.888Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"66248afa5a14dd5ea7fb9d435b08bf1864db9a9e50e95679d00349495f9f6cb7"},"caption":"Need a gift idea for the book lovers in your life? Check out these titles.","credits":{"by":[{"name":"Mar Hernandez for the Boston Globe"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/EHMZBBUQJNEINMGXHG2GUI7EKQ.jpg","width":3300},"storycard_override":{"additional_properties":{},"auth":{"1":"b7209d60388fcca902408deb2767b3735d18bc46dd9035fcf6c48f1d45f81e29"},"caption":"Holiday books","credits":{"by":[{"name":"Mar Hernandez for the Boston Globe"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/NK6AKJQV55BVDIUUYCH6UC74LY.gif","width":1400}},"publish_date":"2024-11-22T15:02:27.373Z","related_content":{"basic":[{"_id":"LEX4VFLKV5DUBEUOPTYZNUUVUQ"},{"_id":"DG6JC7GFXRGZ3KH6EW5NF5DITI"}]},"revision":{"revision_id":"KEZG6TWT4JDD5DM3QDZZA5H25M"},"taxonomy":{"primary_section":{"name":"Books"}},"type":"story","website_url":"/2024/11/22/arts/holiday-gift-guide-2024-books/"},{"_id":"LM4KEOU4ONEOXIKKOCEDRS5OVU","canonical_url":"/2024/11/21/arts/family-romance-paints-a-portrait-of-sargent-and-his-patrons/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Charles Finch"}]},"description":{"basic":"Jean Strouse explores the fin-de-siècle story of the artist and one family he portrayed."},"display_date":"2024-11-21T17:48:26.586Z","headlines":{"basic":"‘Family Romance’ paints a portrait of Sargent and his patrons ","native":"‘Family Romance’ paints a portrait of Sargent and his patrons"},"label":{"basic":{"text":"BOOK REVIEW","url":""},"storycard":{"text":"BOOK REVIEW","url":""}},"last_updated_date":"2024-11-21T17:48:26.858Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"47e733b18e36ab2b87251701fcd049515bdae419da839c186cf9c07ecd08734c"},"caption":"Author Jean Strouse and the cover to “Family Romance.”","credits":{"by":[{"name":"Nina Subin/FSG"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/AJJSIGBWNEXGI3IEIJW36IMEYE.jpg","width":1168}},"publish_date":"2024-11-21T17:48:26.586Z","related_content":{"basic":[]},"revision":{"revision_id":"32ZACQDTXZB2DN5RIBYLP6S2GA"},"taxonomy":{"primary_section":{"name":"Books"}},"type":"story","website_url":"/2024/11/21/arts/family-romance-paints-a-portrait-of-sargent-and-his-patrons/"}],"type":"results"},"expires":1732449944462,"lastModified":1732449644270},"{\"elasticSearchQuery\":\"true\",\"query\":\"{\\\"query\\\":{\\\"bool\\\":{\\\"must\\\":[{\\\"exists\\\":{\\\"field\\\":\\\"promo_items\\\"}},{\\\"nested\\\":{\\\"path\\\":\\\"taxonomy.sections\\\",\\\"query\\\":{\\\"prefix\\\":{\\\"taxonomy.sections._id\\\":\\\"/arts/movies\\\"}}}}]}}}\",\"size\":\"3\",\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"5055ff6ad0c5aa2fc9e229ab85ae738e8e3ee2e8a66076fdb7dbfac80eacae08","content_elements":[{"_id":"EKSK2D6E7RGF7ON2AAPRWZTE54","canonical_url":"/2024/11/22/magazine/things-to-do-around-boston/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://author-service-images-prod-us-east-1.publishing.aws.arc.pub/bostonglobe/9242d43a-194a-426a-83f9-9e585ee1d4e0.png"},"name":"Claudie Bellanger","slug":"claudie-bellanger"}]},"description":{"basic":"Run a Turkey Trot 5K, take in “The Nutcracker,” shop small businesses, and more."},"display_date":"2024-11-22T16:42:38.691Z","headlines":{"basic":"Five things to do around Boston, Nov. 25 - Dec. 8","native":"things to do around boston"},"label":{"basic":{"text":"Your Week Ahead"},"storycard":{"text":"Your Week Ahead"}},"last_updated_date":"2024-11-22T16:42:38.831Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"021d5771ee54df4d7fda5b599cb4644ef4a78cc62743213bc4630a32a87c9d51"},"caption":"The Nutcracker performed by the Boston Ballet in 2023","credits":{"by":[{"name":"Stan Grossfeld/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/WT5R5AJAVPHJOT5IHUCFVDVCD4.jpg","width":4774}},"publish_date":"2024-11-22T16:42:38.691Z","related_content":{"basic":[]},"revision":{"revision_id":"7FQSG57L7ZBJLAWZS6FWBG6LSI"},"taxonomy":{"primary_section":{"name":"Magazine"}},"type":"story","website_url":"/2024/11/22/magazine/things-to-do-around-boston/"},{"_id":"EJ5HUAUUPJDIZDTOWEGCH3P2NY","canonical_url":"/2024/11/22/arts/glicked-new-barbenheimer/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"LINDSEY BAHR"}]},"description":{"basic":"The two big studio releases are currently tracking for a combined North American debut in the $165 million range."},"display_date":"2024-11-22T16:21:38.35Z","headlines":{"basic":"Is ‘Glicked’ the new ‘Barbenheimer’? ‘Wicked’ and ‘Gladiator II’ collide in theaters","native":"Glicked new Barbenheimer"},"label":{},"last_updated_date":"2024-11-22T18:22:52.34Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"1bb4f70498fc9293fe5d37216399eafb1cbef92aad113ab9147667b152a0da68"},"caption":"This combination of images shows promotional art for \"Gladiator II,\" left, and \"Wicked.\" (Paramount/Universal Pictures via AP)","credits":{"by":[{"name":"Uncredited"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/WUW73HD77XHHZEZX65E6UMDH7Q.jpg","width":3000}},"publish_date":"2024-11-22T18:22:52.163Z","related_content":{"basic":[{"_id":"WUW73HD77XHHZEZX65E6UMDH7Q"},{"_id":"MHIXSIMUNYKPU2OPOIXH7LQR6I"},{"_id":"WO6FNSC4RZFISX5BUTUAKBXZRI"},{"_id":"H5C5775PGMPZYACW74A6ZUM76A"},{"_id":"NXXKZ6IQVVLBU6PXEHM54MC5AU"},{"_id":"HTDOZYY6SUFGP7YDLA73V4XIIA"},{"_id":"V6F3HSREDPMZHYZYVKYHDHTFIU"},{"_id":"VPCHA6EBWNB2Z4ADR6NUU2B4WU"},{"_id":"DM7QS4JOOKP3G455JFV7KZKTXU"},{"_id":"4AUJDEEMPA3JOC5ZSNOQRDFTQE"},{"_id":"QKGL3MDN2QRPEURGPCLCM32CUE"},{"_id":"YKJ5VCOS7JNTV3AL36MPPP43KQ"},{"_id":"VIVB25RIXVDJ7LYCVXZS7XXJVQ"},{"_id":"OWYYURIL4JES7F3MXROUGQWWAM"},{"_id":"2PKIF3BWKJEGRIH37ZLS7RSGRY"}]},"revision":{"revision_id":"AZJDJXK2PRF2HCLP2QAU5L3GU4"},"taxonomy":{"primary_section":{"name":"Movies"}},"type":"story","website_url":"/2024/11/22/arts/glicked-new-barbenheimer/"},{"_id":"2K7OVE36L5COZGGTJMDVFJUR4Q","canonical_url":"/2024/11/21/arts/rita-horror-movie-jayro-bustamante/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Joshua Rivera"}]},"description":{"basic":"\"When you live in a world where injustice is currency, you have to go into magical worlds to have hope,\" says the Guatemalan director."},"display_date":"2024-11-21T19:52:01.861Z","headlines":{"basic":"With ‘Rita,’ filmmaker Jayro Bustamante tells a different kind of horror story ","native":"rita horror movie jayro bustamante"},"label":{},"last_updated_date":"2024-11-21T22:47:48.27Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"fb18eae3668e70b7fd33ac15afdc24d9761b50162a99be49386e12c480a8d53c"},"caption":"Giuliana Santa Cruz in Jayro Bustamante's \"Rita.\"","credits":{"by":[{"name":"Shudder"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/OC3WZEDNMBDTBHMIA5WT5NC5NE.jpg","width":4240}},"publish_date":"2024-11-21T22:47:48.131Z","related_content":{"basic":[]},"revision":{"revision_id":"35MRS4BOEVC3LGWEHWTABMNXCU"},"taxonomy":{"primary_section":{"name":"Movies"}},"type":"story","website_url":"/2024/11/21/arts/rita-horror-movie-jayro-bustamante/"}],"type":"results"},"expires":1732449944438,"lastModified":1732449644261},"{\"elasticSearchQuery\":\"true\",\"query\":\"{\\\"query\\\":{\\\"bool\\\":{\\\"must\\\":[{\\\"exists\\\":{\\\"field\\\":\\\"promo_items\\\"}},{\\\"nested\\\":{\\\"path\\\":\\\"taxonomy.sections\\\",\\\"query\\\":{\\\"prefix\\\":{\\\"taxonomy.sections._id\\\":\\\"/arts/tv\\\"}}}}]}}}\",\"size\":\"3\",\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"72279928bb73be037fe442b60281d813c094661bfbcce0de41267ff643a45168","content_elements":[{"_id":"4MSCT25ENJA3DDCTVQ3VJR2E6E","canonical_url":"/2024/11/22/arts/netflix-international-shows/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/3b758074-7fcd-4ccc-ae80-84c646282362.png"},"name":"Mark Feeney","slug":"mark-feeney"}]},"description":{"basic":"At its first-ever international showcase, Netflix touted its upcoming slate of shows from abroad."},"display_date":"2024-11-22T21:08:04.831Z","headlines":{"basic":"Here, there, and pretty much everywhere","native":"netflix international shows"},"label":{"basic":{"text":"tv critics corner"},"storycard":{"text":"TV CRITICS CORNER","url":""}},"last_updated_date":"2024-11-22T21:08:05.013Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"67d9a57d02ef8c9bff97b5ca06ae509a3111da3430105638444723964eb87107"},"caption":"Yim Si-wan in season 2 of \"Squid Game.\"","credits":{"by":[]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/4UMDF2UO3NBYHLBGIBENV2RVTQ.jpg","width":2548}},"publish_date":"2024-11-22T21:08:04.831Z","related_content":{"basic":[{"_id":"DKSEP4IK2BENLEXE5BPPZ5QK3Y"},{"_id":"PVHQZZL2D5DGJEEN7JJANFJUIY"}]},"revision":{"revision_id":"W7DNSXAHWFHJ7INTAJOQXZRORA"},"taxonomy":{"primary_section":{"name":"Television"}},"type":"story","website_url":"/2024/11/22/arts/netflix-international-shows/"},{"_id":"BCNS4RYLPBBTXPU5R6JKTYMSNE","canonical_url":"/2024/11/22/arts/jim-gaffigan-the-skinny-review/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Nick A. Zaino III"}]},"description":{"basic":"Jim Gaffigan's new comedy special is the first one Hulu has released."},"display_date":"2024-11-22T17:00:00Z","headlines":{"basic":"‘The Skinny’ showcases a veteran comic doing what he does best","native":"jim gaffigan the skinny review"},"label":{"basic":{"text":"TELEVISION REVIEW"},"storycard":{"text":"TELEVISION REVIEW"}},"last_updated_date":"2024-11-22T17:00:02.854Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"dc650b0380f8186fe127cc0237d6738a6ab334d4fa908846ce26e0509e36bf99"},"caption":"Gaffigan performing in Hulu's first comedy special.","credits":{"by":[{"name":"Disney/Seacia Pavao"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/WEGP4MUZHJHJVKCT7DOXZY7HPQ.jpg","width":3000}},"publish_date":"2024-11-22T17:00:02.854Z","related_content":{"basic":[{"_id":"XRGTBGFSKZAW7LDTFCH4XBZQLY"},{"_id":"PVHQZZL2D5DGJEEN7JJANFJUIY"}]},"revision":{"revision_id":"VS7V3RJ5CNEJPDP3A5IHJ3PP2Y"},"taxonomy":{"primary_section":{"name":"TV Reviews"}},"type":"story","website_url":"/2024/11/22/arts/jim-gaffigan-the-skinny-review/"},{"_id":"2VTURH2KQFFFRAODXM2EYLH6BA","canonical_url":"/2024/11/21/arts/great-british-baking-show-semifinal-netflix/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/63ffcb21-5546-410f-abd5-95ef49a54f5a.png"},"name":"Mark Shanahan","slug":"mark-shanahan"}]},"description":{"basic":"Can fan favorite Dylan pull off a win?"},"display_date":"2024-11-21T18:54:26.684Z","headlines":{"basic":"‘The Great British Baking Show’ is cooking up an exciting finale","native":"great british baking show semifinal netflix"},"label":{"basic":{"text":"tv critics corner"},"storycard":{"text":"TV CRITICS CORNER","url":""}},"last_updated_date":"2024-11-21T20:36:41.773Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"2f91211cb9fdfdb864d1f32c5e5c980267b27d956339829d79be2553833f9dd3"},"caption":"Dylan on series 15, episode 1 of \"The Great British Bake Off.\"","credits":{"by":[{"name":"Netflix"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/RFJ6QYXKPX4K3XGOFPWLKTE7K4.jpeg","width":1623}},"publish_date":"2024-11-21T20:36:41.612Z","related_content":{"basic":[{"_id":"UQUKIP2ILFHUJBF5H3BXFOHR2Q"},{"_id":"WDVJE5AQUFCSLG2H7NCQNISCRE"}]},"revision":{"revision_id":"2JI7Y3QK6JGI7I6LBPA2Q2H2SI"},"taxonomy":{"primary_section":{"name":"Television"}},"type":"story","website_url":"/2024/11/21/arts/great-british-baking-show-semifinal-netflix/"}],"type":"results"},"expires":1732449944426,"lastModified":1732449644237},"{\"elasticSearchQuery\":\"true\",\"query\":\"{\\\"query\\\":{\\\"bool\\\":{\\\"must\\\":[{\\\"exists\\\":{\\\"field\\\":\\\"promo_items\\\"}},{\\\"nested\\\":{\\\"path\\\":\\\"taxonomy.sections\\\",\\\"query\\\":{\\\"prefix\\\":{\\\"taxonomy.sections._id\\\":\\\"/arts/music\\\"}}}}]}}}\",\"size\":\"3\",\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"a0653c279ce6b06a13787ffde6bb6934b9ec44ca93639113bd1f123e28732483","content_elements":[{"_id":"LGTBHZDCGNDMPF6O7MOM6XOEWU","canonical_url":"/2024/11/22/arts/kendrick-lamar-gnx-surprise-album/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"JONATHAN LANDRUM Jr."}]},"description":{"basic":"The 17-time Grammy winner gave music listeners an early holiday present."},"display_date":"2024-11-22T20:26:31.17Z","headlines":{"basic":"Kendrick Lamar surprises with new album ‘GNX’","native":"kendrick lamar gnx surprise album"},"label":{},"last_updated_date":"2024-11-22T20:26:31.31Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"e967d1015d8b2c58cd5b3e48954df1ce78d34d21cf1cd346f0491efde358e572"},"caption":"Rapper Kendrick Lamar pictured during the Festival d'ete de Quebec in Quebec City, Canada, on July 7, 2017. The artist's unannounced sixth studio album, “GNX,” was released — surprising fans — on Friday.","credits":{"by":[]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/4OL46NAK2EJ65JOPPD4BHURLSE.jpg","width":3599}},"publish_date":"2024-11-22T20:26:31.17Z","related_content":{"basic":[{"_id":"4OL46NAK2EJ65JOPPD4BHURLSE"}]},"revision":{"revision_id":"C26SOLBOPFGOZES2XWOGUJ4SXI"},"taxonomy":{"primary_section":{"name":"Music"}},"type":"story","website_url":"/2024/11/22/arts/kendrick-lamar-gnx-surprise-album/"},{"_id":"QIYXCX6SF5C2HHHWUD4OBIEG4M","canonical_url":"/2024/11/22/arts/brightness-of-light-boston-symphony-orchestra-renee-fleming/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/9415702c-6ba0-404e-a55a-cf316cd64b52.png"},"name":"A.Z. Madonna","slug":"a-z-madonna"}]},"description":{"basic":"Kevin Puts's orchestral song cycle vibrantly illustrated the complicated and intense relationship of Georgia O'Keeffe and Alfred Stieglitz."},"display_date":"2024-11-22T20:05:26.718Z","headlines":{"basic":"Five years after its premiere, ‘The Brightness of Light’ shines with BSO and Renée Fleming","native":"brightness of light boston symphony orchestra renée fleming"},"label":{"basic":{"text":"CLASSICAL MUSIC REVIEW | A.Z. MADONNA"},"storycard":{"text":"CLASSICAL MUSIC REVIEW"}},"last_updated_date":"2024-11-22T21:00:47.384Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"669424bda8f5dd533388ab2e2acc3e35353270304654a30807d414df9fad162e"},"caption":"Soprano Renée Fleming and baritone Rod Gilfry performing Kevin Puts's \"The Brightness of Light” with the Boston Symphony Orchestra.","credits":{"by":[{"name":"Hilary Scott"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/PF2FV42NPBUT36KLNIDNERTKFQ.jpeg","width":6592}},"publish_date":"2024-11-22T21:00:47.255Z","related_content":{"basic":[]},"revision":{"revision_id":"TSFOAL2GURDU5LPNGI3FCHIT7A"},"taxonomy":{"primary_section":{"name":"Music"}},"type":"story","website_url":"/2024/11/22/arts/brightness-of-light-boston-symphony-orchestra-renee-fleming/"},{"_id":"EKSK2D6E7RGF7ON2AAPRWZTE54","canonical_url":"/2024/11/22/magazine/things-to-do-around-boston/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://author-service-images-prod-us-east-1.publishing.aws.arc.pub/bostonglobe/9242d43a-194a-426a-83f9-9e585ee1d4e0.png"},"name":"Claudie Bellanger","slug":"claudie-bellanger"}]},"description":{"basic":"Run a Turkey Trot 5K, take in “The Nutcracker,” shop small businesses, and more."},"display_date":"2024-11-22T16:42:38.691Z","headlines":{"basic":"Five things to do around Boston, Nov. 25 - Dec. 8","native":"things to do around boston"},"label":{"basic":{"text":"Your Week Ahead"},"storycard":{"text":"Your Week Ahead"}},"last_updated_date":"2024-11-22T16:42:38.831Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"021d5771ee54df4d7fda5b599cb4644ef4a78cc62743213bc4630a32a87c9d51"},"caption":"The Nutcracker performed by the Boston Ballet in 2023","credits":{"by":[{"name":"Stan Grossfeld/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/WT5R5AJAVPHJOT5IHUCFVDVCD4.jpg","width":4774}},"publish_date":"2024-11-22T16:42:38.691Z","related_content":{"basic":[]},"revision":{"revision_id":"7FQSG57L7ZBJLAWZS6FWBG6LSI"},"taxonomy":{"primary_section":{"name":"Magazine"}},"type":"story","website_url":"/2024/11/22/magazine/things-to-do-around-boston/"}],"type":"results"},"expires":1732449906334,"lastModified":1732449606216},"{\"elasticSearchQuery\":\"true\",\"query\":\"{\\\"query\\\":{\\\"filtered\\\":{\\\"filter\\\": {\\\"bool\\\": {\\\"must\\\": [{\\\"exists\\\": {\\\"field\\\": \\\"promo_items\\\"}},{\\\"prefix\\\": {\\\"taxonomy.primary_section._id\\\": \\\"/arts/performing-arts\\\"}}],\\\"must_not\\\": [{\\\"prefix\\\": {\\\"taxonomy.sites._id\\\": \\\"/arts/music\\\"}}]}}}}}\",\"size\":\"3\",\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"86de876684c1f1f13df59d86b90419a45b93939d57c2f0c6f12d7fb267eba752","content_elements":[{"_id":"D2HMD3IOQRFMHID4B27KKG2OME","canonical_url":"/2024/11/23/arts/dance-review-martha-graham-dance-in-boston/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":""},"name":"Jeffrey Gantz","slug":""}]},"description":{"basic":"The program includes highlights from Graham’s “Dark Meadow,” as well as Graham’s “Lamentation,” Agnes de Mille’s “Rodeo,\" and Jamar Roberts’s brand new “We the People.”"},"display_date":"2024-11-23T17:38:58.182Z","headlines":{"basic":"Martha Graham Dance Company is back in Boston for first time in nearly 20 years","native":"Dance review Martha Graham Dance in Boston"},"label":{"basic":{"text":"Dance Review"},"storycard":{"text":"Dance Review"}},"last_updated_date":"2024-11-23T18:43:24.31Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"846b9f607e6cac0fd225fe740b806eec463aea38b0d225acab5e95cd9ac2a053"},"caption":"Martha Graham Dance Company in Jamar Roberts's \"We The People.\"","credits":{"by":[{"name":"Robert Torres"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/ICIHDM2ILNGGRF73PKWK4BXSCI.jpg","width":3000}},"publish_date":"2024-11-23T18:43:24.095Z","related_content":{"basic":[]},"revision":{"revision_id":"CRF53VHPY5HQRABXYZGT42VACM"},"taxonomy":{"primary_section":{"name":"Dance"}},"type":"story","website_url":"/2024/11/23/arts/dance-review-martha-graham-dance-in-boston/"},{"_id":"SU3AEVX53BEDBMQ54S6ZW6WYSA","canonical_url":"/2024/11/21/arts/emma-actors-shakespeare-project-review/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/f8e02a24-84ee-4f3d-b105-cb555d24039d.png"},"name":"Don Aucoin","slug":"don-aucoin"}]},"description":{"basic":"The show may offend purists, but the Austen essence can be found in the marrow of \"Emma.\""},"display_date":"2024-11-21T21:48:29.243Z","headlines":{"basic":"Actors’ Shakespeare Project’s freewheeling ‘Emma’ gets the essence of the novel","native":"emma actors shakespeare project review"},"label":{"basic":{"text":"STAGE REVIEW","url":""},"storycard":{"text":"STAGE REVIEW","url":""}},"last_updated_date":"2024-11-22T14:22:33.548Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"e69263c52763f1a056e96d8aa630ec9c5707f116d5c21f875c8c0cf2bca7bf93"},"caption":"Emma (Josephine Moshiri Elwood) dancing with Frank Churchill (Fady Demian) in Actors' Shakespeare Project's \"Emma.\"","credits":{"by":[{"name":"Nile Scott Studios"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/BPE6VORC2ZAZXIYLVT7WTMRUBM.jpg","width":3600}},"publish_date":"2024-11-22T14:22:33.389Z","related_content":{"basic":[{"_id":"Y4SH5KI4UZCFJP6WCUKOIM3OIQ"},{"_id":"CMBFBV2SFZG6RHU3RRU6OVUUMQ"}]},"revision":{"revision_id":"NR5NDMDMLBCHJD5QGKRANPK4CA"},"taxonomy":{"primary_section":{"name":"Theater"}},"type":"story","website_url":"/2024/11/21/arts/emma-actors-shakespeare-project-review/"},{"_id":"T4WNEVINOZDU3NAZLXLQZ33SPA","canonical_url":"/2024/11/21/arts/thats-so-jewish-eitan-levine/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Nick A. Zaino III"}]},"description":{"basic":"The comedian's competition show gained popularity at Improv Asylum in New York."},"display_date":"2024-11-21T05:00:00Z","headlines":{"basic":"‘That’s So Jewish’ aims to get to the bottom of who’s ‘most chosen’","native":"thats so jewish eitan levine"},"label":{},"last_updated_date":"2024-11-21T05:00:03.445Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"37f7fccd7668d649986e7a719976e22598740affcf880e8b1576ed5a64c159a2"},"caption":"Eitan Levine of \"That's So Jewish.\"","credits":{"by":[{"name":"Arin Singh"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/KT6VRZUH6FDPXBAVBIE6ATZB5A.jpg","width":3029}},"publish_date":"2024-11-21T05:00:03.445Z","related_content":{"basic":[{"_id":"2XUSNO4BDNAZTGAN2ATGO6RQWQ"},{"_id":"Y4SH5KI4UZCFJP6WCUKOIM3OIQ"}]},"revision":{"revision_id":"WG4Q6YRQAVEXXDVPVAC5D3HIIM"},"taxonomy":{"primary_section":{"name":"Theater/Dance"}},"type":"story","website_url":"/2024/11/21/arts/thats-so-jewish-eitan-levine/"}],"type":"results"},"expires":1732449820503,"lastModified":1732449520396},"{\"elasticSearchQuery\":\"true\",\"query\":\"{\\\"query\\\":{\\\"bool\\\":{\\\"must\\\":[{\\\"exists\\\":{\\\"field\\\":\\\"promo_items\\\"}},{\\\"nested\\\":{\\\"path\\\":\\\"taxonomy.sections\\\",\\\"query\\\":{\\\"prefix\\\":{\\\"taxonomy.sections._id\\\":\\\"/business/healthcare/\\\"}}}}]}}}\",\"size\":\"3\",\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"6c7baac8605e4b31e8e5b588d7d0392a2a5147a5efd63f6ced1d57fa6a0ccd36","content_elements":[{"_id":"4R7DOFQBHFCMJJ3EJ43VHXT5QI","canonical_url":"/2024/10/14/metro/uti-infection-study-research-salve-regina-university/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/17ab7524-ff3d-4ea9-95ac-6f9370c9adb6.png"},"name":"Alexa Gagosz","slug":"alexa-gagosz"}]},"description":{"basic":"Salve Regina chemistry professor Dr. Susan Meschwitz’s study will explore treatment options for this common infection."},"display_date":"2024-10-14T10:00:00Z","headlines":{"basic":"About 30% of women are reinfected with a UTI within a year. This R.I. professor is looking for a way to change that.","native":"UTI infection study research Salve Regina University"},"label":{"basic":{"text":"INNOVATOR Q&A"},"storycard":{"text":"INNOVATOR Q&A"}},"last_updated_date":"2024-10-15T15:18:51.608Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"2f5664345baae972ce2bfe273dba24cb7af3db6b4f0556e724927d06ae825522"},"caption":"Dr. Susan Meschwitz, center, a chemistry professor at Salve Regina University in Newport, R.I., in her lab with two undergraduate students.","credits":{"by":[{"name":"Salve Regina University"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/WCTK47F76JE77K4PRQZUN5T5MQ.png","width":1382}},"publish_date":"2024-10-15T15:18:51.387Z","related_content":{"basic":[{"_id":"PCC7EQOS3VG35KUDFDQCWPZ64M"},{"_id":"H3UDHQO6F5EHDBNKWZ7JUBMSK4"}]},"revision":{"revision_id":"5R5EOS6TAZHAZACPW5ZWOA4NZ4"},"taxonomy":{"primary_section":{"name":"Rhode Island Business"}},"type":"story","website_url":"/2024/10/14/metro/uti-infection-study-research-salve-regina-university/"},{"_id":"F7S6CDWGERDB5IBLZ2VKZAOMP4","canonical_url":"/2024/08/31/metro/lifespan-steward-st-annes-morton-hospital-roger-williams-lady-fatima-ri/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/17ab7524-ff3d-4ea9-95ac-6f9370c9adb6.png"},"name":"Alexa Gagosz","slug":"alexa-gagosz"}]},"description":{"basic":"Roger Williams Medical Center and Our Lady of Fatima Hospital, owned by Prospect Medical Holdings, could close. Here’s why Rhode Island’s largest health care system is looking to Taunton and Fall River instead."},"display_date":"2024-08-31T10:00:00Z","headlines":{"basic":"Why is Lifespan buying hospitals in Massachusetts instead of saving two in Rhode Island?","native":"Lifespan Steward St. Anne's Morton Hospital Roger Williams Lady Fatima R.I."},"label":{"basic":{"text":"RI HEALTHCARE"},"storycard":{"text":"RI HEALTHCARE"}},"last_updated_date":"2024-08-31T10:00:00.91Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"8ab8081b49843f5d37ab5db410f1e38472b2e260c51f2e0e582fec2c6b020bbc"},"caption":"Lifespan signed a purchase agreement to take over Morton Hospital in Taunton.","credits":{"by":[{"name":"Jonathan Wiggs"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/VXFETZDISEI6LN7P6ZG23ZJJVA.jpg","width":5184}},"publish_date":"2024-08-31T10:00:00.91Z","related_content":{"basic":[{"_id":"F4HUKCAOYFEPDONUJC3GJIZWLE"},{"_id":"JWF7FHGT3FDVPG4BRJVGI4XAPU"},{"_id":"2QMT7VI3PJBIBAVO5QIPNL25NA"}]},"revision":{"revision_id":"NFWDTV76EBDZNO5SLK6LVRZ5AI"},"taxonomy":{"primary_section":{"name":"Rhode Island Business"}},"type":"story","website_url":"/2024/08/31/metro/lifespan-steward-st-annes-morton-hospital-roger-williams-lady-fatima-ri/"},{"_id":"OB7UTMVCGRGIPPQGLRRWRGEQ5A","canonical_url":"/2024/08/27/metro/ri-life-science-hub-still-negotiating-laboratory-incubator-space/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/17ab7524-ff3d-4ea9-95ac-6f9370c9adb6.png"},"name":"Alexa Gagosz","slug":"alexa-gagosz"}]},"description":{"basic":"The publicly-funded incubator space is expected to cost between $10 million and $13 million."},"display_date":"2024-08-27T15:38:36.252Z","headlines":{"basic":"R.I. Life Science Hub still in negotiations to develop lab incubator space: ‘In the business world... things moved a lot faster’","native":"RI Life Science Hub still negotiating laboratory incubator space"},"label":{"basic":{"text":"RI BUSINESS","url":""},"storycard":{"text":"RI BUSINESS","url":""}},"last_updated_date":"2024-08-27T15:38:36.38Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"8daa001a58741067ddef1a3140dc73b59caf429f44d4ab19099f3edeb45d2194"},"caption":"Irina Laczkovich, a scientist doing lab work at her work station at Takeda's research facility in Cambridge, Mass.","credits":{"by":[{"name":"David L. Ryan/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/C3SNHUAWEZJSTRI5SL4CW7MKOA.jpg","width":5306}},"publish_date":"2024-08-27T15:38:36.252Z","related_content":{"basic":[{"_id":"Y4KCLKTJYBGUZPUFW25HLSCFVI"},{"_id":"TZDL34OMNBHZ5LRXCT4AVLHD4A"},{"_id":"BFUIFXUXFNDXLM2FY3DUCHGN7U"}]},"revision":{"revision_id":"GHAXQ6AFZBDSHPJN3MYXXJSBCU"},"taxonomy":{"primary_section":{"name":"Rhode Island Business"}},"type":"story","website_url":"/2024/08/27/metro/ri-life-science-hub-still-negotiating-laboratory-incubator-space/"}],"type":"results"},"expires":1732450082635,"lastModified":1732449782460},"{\"elasticSearchQuery\":\"true\",\"query\":\"{\\\"query\\\":{\\\"bool\\\":{\\\"must\\\":[{\\\"exists\\\":{\\\"field\\\":\\\"promo_items\\\"}},{\\\"nested\\\":{\\\"path\\\":\\\"taxonomy.sections\\\",\\\"query\\\":{\\\"prefix\\\":{\\\"taxonomy.sections._id\\\":\\\"/metro/obituaries\\\"}}}}]}}}\",\"size\":\"3\",\"sortBy\":\"display_date:desc\"}":{"data":{"_id":"e128258a36110f4ffba3815f155159d3948eb3f53086242bc4c52773e7763b95","content_elements":[{"_id":"FXAQXZLTXZD6FEP3MVRUHTFYUQ","canonical_url":"/2024/11/23/metro/wwii-soldiers-remains-return-80-years-after-to-rhode-island/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/23f695e0-f0af-40f6-9cf2-c6cbbc1e7cec.png"},"name":"Christopher Gavin","slug":"christopher-gavin"}]},"description":{"basic":"US Army Sgt. Hagop Jack Zarifian will be laid to rest in Providence on Saturday, nearly 80 years after he was killed in action in Germany."},"display_date":"2024-11-23T11:00:00Z","headlines":{"basic":"A WWII soldier finally comes home to R.I. thanks to a bracelet, a class ring, and DNA testing ","native":"WWII soldiers remains return 80 years after to rhode island"},"label":{"basic":{"text":"RHODE ISLAND"},"storycard":{"text":"RHODE ISLAND"}},"last_updated_date":"2024-11-23T11:00:02.622Z","promo_items":{"basic":{"additional_properties":{"focal_point":{"min":[203,188]}},"auth":{"1":"fc86767d44ed69bc08d1b90c5493ea217e3bbb20d4d7c53a1d4c2cab3a5e6f49"},"caption":"Army Sergeant Hagop Jack Zarifian was killed in action in Germany during World War II in April 1945. After his remains were found there last year, Zarifian will finally be laid to rest in the United States in Providence, R.I., on Saturday.","credits":{"by":[{"name":"Pontarelli-Marino Funeral Home"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/EK3ZOOQWO5F75FWYDLLX36L4FY.jpg","width":488}},"publish_date":"2024-11-23T11:00:02.622Z","related_content":{"basic":[]},"revision":{"revision_id":"MI37BQ5J7NG35PC2UFJX53QV74"},"taxonomy":{"primary_section":{"name":"Rhode Island Education"}},"type":"story","website_url":"/2024/11/23/metro/wwii-soldiers-remains-return-80-years-after-to-rhode-island/"},{"_id":"NJ3NPBVNWFE6RDXCAL7PXBAAJI","canonical_url":"/2024/11/22/metro/alice-brock-arlo-guthrie-song/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/1dfb8cee-1868-4d4c-98ff-3a2ff434a5e5.png"},"name":"Bryan Marquard","slug":"bryan-marquard"},{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/c8cf6318-a513-47d7-93dd-66a0e52aeaf6.png"},"name":"Brian MacQuarrie","slug":"brian-macquarrie"}]},"description":{"basic":"“Alice was a lifelong friend,” said folksinger Arlo Guthrie of Ms. Brock, a former restaurateur who prepared the 1965 Thanksgiving dinner that was the jumping off point for his famous song \"Alice's Restaurant.\""},"display_date":"2024-11-23T00:19:57.525Z","headlines":{"basic":"Alice Brock, whose restaurant inspired Arlo Guthrie’s classic song, dies at 83","native":"Alice Brock Arlo Guthrie song"},"label":{},"last_updated_date":"2024-11-23T00:19:57.753Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"bb5282de04ef285cd5bf77355d16f389676b53e59a3495f4c710c206b9f2eeaa"},"caption":"Ms. Brock, in 2008 in Provincetown. She told the Globe that year, “Every morning I’m so grateful to wake up to another beautiful day in paradise.\"","credits":{"by":[{"name":"Jonathan Wiggs/Globe Staff"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/5D5LVBW54NHHFIO3K4WTTPX5SE.jpg","width":3456}},"publish_date":"2024-11-23T00:19:57.525Z","related_content":{"basic":[]},"revision":{"revision_id":"WX2B4UADHFHXRPO43CDU4F6OWM"},"taxonomy":{"primary_section":{"name":"Obituaries"}},"type":"story","website_url":"/2024/11/22/metro/alice-brock-arlo-guthrie-song/"},{"_id":"OLIYBYM7NBFSFEWJIEIC7DBFOY","canonical_url":"/2024/11/21/metro/joyce-grant-obituary/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/1dfb8cee-1868-4d4c-98ff-3a2ff434a5e5.png"},"name":"Bryan Marquard","slug":"bryan-marquard"}]},"description":{"basic":"Dr. Grant was a Boston Public Schools deputy superintendent and had helped launch 20 professional development schools and two charter schools in Michigan."},"display_date":"2024-11-21T23:31:06.892Z","headlines":{"basic":"Joyce Grant, educator and civil rights activist in Boston and beyond, dies at 86","native":"Joyce Grant obituary"},"label":{},"last_updated_date":"2024-11-21T23:31:07.192Z","promo_items":{"basic":{"additional_properties":{},"auth":{"1":"7e5aa8afa641e056db961c5f4369187021151acebf1fc9d5dfc23d56ab4b4a83"},"caption":"Dr. Joyce Grant rose to become a deputy superintendent in the Boston Public Schools and was a civil rights activist in the city, before finishing her career at Michigan State University.","credits":{"by":[{"name":"Family photo"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/I5MHIABIFHFXYL6CHAAB23HQYA.JPG","width":749}},"publish_date":"2024-11-21T23:31:06.892Z","related_content":{"basic":[]},"revision":{"revision_id":"FLQKB7O3EVHMHNPNLXIV7TGLCM"},"taxonomy":{"primary_section":{"name":"Obituaries"}},"type":"story","website_url":"/2024/11/21/metro/joyce-grant-obituary/"}],"type":"results"},"expires":1732449785667,"lastModified":1732449485413}},"collections-feed":{"{\"contentAlias\":\"\",\"id\":\"CH3HHRMFABARTJDE7AFRE4GTIQ\",\"offset\":\"\",\"size\":4}":{"data":{"_id":"CH3HHRMFABARTJDE7AFRE4GTIQ","content_elements":[{"_id":"QPLVWO4DT5AAHPT54VKF4I4KME","canonical_url":"/2024/11/21/arts/harvard-art-museums-exhibition-about-germany-since-1980/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/c7e342f3-2967-4a4a-941e-0898f3577103.png"},"name":"Murray Whyte","slug":"murray-whyte"}]},"description":{"basic":"Harvard Art Museums’ exhibition is a journey through a country’s tensions that look a lot like our own."},"display_date":"2024-11-21T22:32:58.489Z","headlines":{"basic":"Seeing the US in Germany’s mirror","native":"Harvard Art Museums exhibition about Germany since 1980"},"label":{"basic":{"text":"Art Review"},"storycard":{"text":"Art Review"}},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"9ae1dc7e19dac603d7606d609092918a908b31a99ca75ae1cad8bf85235181f2"},"caption":"Corinne Wasmuht, \"50 U Heinrich-Heine-Str.,\" 2009.","credits":{"by":[{"name":"President and Fellows of Harvard College/The Harvard Art Museums"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/TWT3F5MMK7UPZUCLCHFW4QE6LA.jpg","width":2400}},"publish_date":"2024-11-23T16:03:20.518Z","revision":{"revision_id":"TPVIFH4FENDMJMIFBG6J6EV4OI"},"taxonomy":{"primary_section":{"name":"Visual Arts"}},"type":"story","website_url":"/2024/11/21/arts/harvard-art-museums-exhibition-about-germany-since-1980/"},{"_id":"WDVJE5AQUFCSLG2H7NCQNISCRE","canonical_url":"/2024/11/21/arts/best-christmas-movies-to-watch/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Caroline Siede"}]},"description":{"basic":"Whether you're searching for a rom-com set at an alpaca farm or with an Pentatonix cameo, there's something for you."},"display_date":"2024-11-21T16:11:58.6Z","headlines":{"basic":"Grab your hot cocoa: These holiday movies deliver sweet romance","native":"best christmas movies to watch"},"label":{},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"9e8d4b46b7300a292b517f300678dce9fe533a900b1036480acc63944ef7ec48"},"caption":"Britt Robertson as Ashley and Chad Michael Murray as Luke in \"The Merry Gentlemen.\"","credits":{"by":[{"name":"Patrick Wymore/NETFLIX"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/RJLJH6HO5VBGXMCELVEFFRNZXI.jpg","width":7200}},"publish_date":"2024-11-21T22:59:40.752Z","revision":{"revision_id":"OGJB4BTS2JBM5L2TQZUOQD6PKM"},"taxonomy":{"primary_section":{"name":"Television"}},"type":"story","website_url":"/2024/11/21/arts/best-christmas-movies-to-watch/"},{"_id":"2K7OVE36L5COZGGTJMDVFJUR4Q","canonical_url":"/2024/11/21/arts/rita-horror-movie-jayro-bustamante/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"name":"Joshua Rivera"}]},"description":{"basic":"\"When you live in a world where injustice is currency, you have to go into magical worlds to have hope,\" says the Guatemalan director."},"display_date":"2024-11-21T19:52:01.861Z","headlines":{"basic":"With ‘Rita,’ filmmaker Jayro Bustamante tells a different kind of horror story ","native":"rita horror movie jayro bustamante"},"label":{},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"fb18eae3668e70b7fd33ac15afdc24d9761b50162a99be49386e12c480a8d53c"},"caption":"Giuliana Santa Cruz in Jayro Bustamante's \"Rita.\"","credits":{"by":[{"name":"Shudder"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/OC3WZEDNMBDTBHMIA5WT5NC5NE.jpg","width":4240}},"publish_date":"2024-11-21T22:47:48.131Z","revision":{"revision_id":"35MRS4BOEVC3LGWEHWTABMNXCU"},"taxonomy":{"primary_section":{"name":"Movies"}},"type":"story","website_url":"/2024/11/21/arts/rita-horror-movie-jayro-bustamante/"},{"_id":"ITXRMBSXWNFYPOGOXGT3PFWN3E","canonical_url":"/2024/11/21/arts/life-dances-on-robert-frank-in-dialogue-museum-of-modern-art/","content_restrictions":{"content_code":"non-exempt"},"credits":{"by":[{"image":{"url":"https://s3.amazonaws.com/arc-authors/bostonglobe/3b758074-7fcd-4ccc-ae80-84c646282362.png"},"name":"Mark Feeney","slug":"mark-feeney"}]},"description":{"basic":"MoMA looks at Robert Frank's six decades of photography and filmmaking after \"The Americans.\""},"display_date":"2024-11-21T16:35:44.292Z","headlines":{"basic":"MoMA looks at Robert Frank’s six decades of photography and filmmaking after ‘The Americans’","native":"life dances on robert frank in dialogue museum of modern art"},"label":{"basic":{"text":"PHOTOGRAPHY REVIEW | MARK FEENEY"},"storycard":{"text":"PHOTOGRAPHY REVIEW"}},"promo_items":{"basic":{"additional_properties":{},"auth":{"1":"f840cb3c871d33dcda29eb37da9bb870fd3aea1c6a9dbaaa0583c5a2025ede46"},"caption":"Robert Frank as seen in footage from \"Robert Frank's Scrapbook Footage.\"","credits":{"by":[{"name":"© The June Leaf and Robert Frank Foundation"}]},"type":"image","url":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/F3DQ4UHIT5GOPHAEKE342K7KLM.jpg","width":2000}},"publish_date":"2024-11-21T21:46:17.248Z","revision":{"revision_id":"Y725AAFMOBCNDIJBHYU6HEUC7I"},"taxonomy":{"primary_section":{"name":"Visual Arts"}},"type":"story","website_url":"/2024/11/21/arts/life-dances-on-robert-frank-in-dialogue-museum-of-modern-art/"}],"revision":{},"type":"collection"},"expires":1732449962619,"lastModified":1732449782401}},"newsletter":{"{\"newsletterID\":10000005}":{"data":{"title":"Get The Globe's Most Popular","description":"A daily newsletter listing the Globe's 10 most popular stories at that moment.","id":10000005,"image":"https://www3.bostonglobe.com/img/newsletters/bg-general.png?arc=no","_id":10000005},"expires":1732449820421,"lastModified":1732449520293}}};Fusion.layout="HomePage";Fusion.metas={"title":{"value":"The Boston Globe","html":true}};Fusion.outputType="default";Fusion.template="page/pPd8Nl1d6nPMor";Fusion.tree={"collection":"layouts","type":"HomePage","props":{"collection":"layouts","type":"HomePage","id":"HomePage","childProps":[{"collection":"sections","id":0},{"collection":"sections","id":1},{"collection":"sections","id":2},{"collection":"sections","id":3},{"collection":"sections","id":4},{"collection":"sections","id":5},{"collection":"sections","id":6},{"collection":"sections","id":7},{"collection":"sections","id":8},{"collection":"sections","id":9},{"collection":"sections","id":10},{"collection":"sections","id":11},{"collection":"sections","id":12},{"collection":"sections","id":13},{"collection":"sections","id":14},{"collection":"sections","id":15},{"collection":"sections","id":16},{"collection":"sections","id":17}]},"children":[{"collection":"sections","props":{"collection":"sections","id":0},"children":[{"collection":"features","type":"global/Masthead","props":{"collection":"features","type":"global/Masthead","id":"f0fsuBwgVVUcMc","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"loggedOutTitleLine1":"SUBSCRIBE NOW","loggedOutTitleLine2":"Starting at $1","loggedOutPopOutSection1Title":"Digital Access","loggedOutPopOutSection1Description":"$1 for 6 months","loggedOutPopOutSection1ButtonText":"Subscribe","loggedOutPopOutSection1ButtonLink":"https://subscribe.bostonglobe.com/B8123/?p1=BGHeader_Subscribe_Digital_1for6","loggedOutPopOutSection2Title":"Home Delivery","loggedOutPopOutSection2Description":"Save 50% off the new subscriber rate","loggedOutPopOutSection2ButtonText":"Subscribe","loggedOutPopOutSection2ButtonLink":"https://subscribe.bostonglobe.com/B3852/?p1=BGHeader_Subscribe_HD","loggedInTitleLine1":"New England's Fastest-Growing Companies 2025","loggedInTitleLine2":"Apply now!","loggedInTitleLink":"https://engage.statista-research.com/index.php?r=survey/index&sid=562544","useQueryly":true,"logo":"Standard Logo","embedded":null},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/PushAlertPrompt","props":{"collection":"features","type":"global/PushAlertPrompt","id":"f0fulzgGYAA272T","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"layout":"Stacked","heading":"Sign up for news alerts","bodyText":"Get the latest news from The Boston Globe when it happens","popup":true,"borderTop":null,"borderRight":null,"borderLeft":null,"borderBottom":null,"widescreenColumns":null,"desktopColumns":null,"tabletColumns":null},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/LiveUpdates","props":{"collection":"features","type":"global/LiveUpdates","id":"f0fI7xvnBgcO2zA","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"shouldDisplayOverline":true,"overline":"Live Updates","shouldDisplayHeadline":true,"shouldLinkHeadline":true,"shouldRefresh":true,"refreshTime":60000,"maxUpdates":5},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"sections","props":{"collection":"sections","id":1},"children":[{"collection":"features","type":"global/BreakingNews","props":{"collection":"features","type":"global/BreakingNews","id":"f0fMKBl8TSL7fg","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/Scoreboard","props":{"collection":"features","type":"global/Scoreboard","id":"f0fhPIGeXxz84F9","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"sportList":[]},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/Analytics","props":{"collection":"features","type":"global/Analytics","id":"f0f526USvrv41MA","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/Refresh","props":{"collection":"features","type":"global/Refresh","id":"f0fY00nUvrv41Vb","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"timer":900000},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/ArcAd","props":{"collection":"features","type":"global/ArcAd","id":"f0fFsIy1TedssI","name":"billboard-ad-do-not-delete","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"DFPAdPosition":"ad_billboard","display":"all","bottomSticky":true},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/Logo","props":{"collection":"features","type":"global/Logo","id":"f0fyHLXF3ajQ66C","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"logo":"Standard Logo"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fj1zloTSSL1Dx","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"bottom","marginLeft":8,"marginRight":16,"marginBottom":0,"marginTop":8,"Headline Font Size":28,"pbInternal_cloneId":"f0fj1zloTSSL1Dx"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/TrendingBar","props":{"collection":"features","type":"global/TrendingBar","id":"f0fkmpAMhymv1w5","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"trendingItem1":"Hyannis Civil Rights","trendingUrl1":"/2024/11/23/metro/hyannis-advocates-want-honor-civil-rights-leader-with-mural-town-official-suggested-painting-kennedys-there-instead/","trendingItem2":"nor’easter","trendingUrl2":"/2024/11/24/metro/thanksgiving-forecast-new-england-noreaster/","trendingItem3":"n.h. hiker","trendingUrl3":"/2024/11/23/metro/overdue-hiker-dead-new-hampshire-white-mountains/","trendingItem4":"teacher strikes","trendingUrl4":"/2024/11/23/metro/teachers-strikes-continue-beverly-marblehead/","trendingItem5":"76ers","trendingUrl5":"/2024/11/23/sports/sunday-basketball-notes-76ers-joel-embiid-paul-george/","trendingItem6":"dartmouth sorority","trendingUrl6":"/2024/11/22/metro/dartmouth-alpha-phi-charged-won-jang-death/","trendingItem7":"Alice Brock","trendingUrl7":"/2024/11/22/metro/alice-brock-arlo-guthrie-song/","trendingItem8":"Portland homeless","trendingUrl8":"/2024/11/23/metro/portland-maine-homeless-crackdown/","trendingItem9":"MBTA housing","trendingUrl9":"/2024/11/22/business/housing-vote-needham-referendum/","trendingItem10":"bruins","trendingUrl10":"/2024/11/23/sports/bruins-red-wings-game-score-brad-marchand/","pbInternal_clipboardId":"f0fkmpAMhymv1w5"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0f31RAkol2B3Ov","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"none","marginLeft":8,"marginRight":16,"marginBottom":16,"marginTop":0,"Headline Font Size":28,"pbInternal_cloneId":"f0f31RAkol2B3Ov"},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"sections","props":{"collection":"sections","id":2},"children":[{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0fSoQqyBJ7f56m","name":"breaking-strip","customFields":{"titleType":"large","border":"none","appDisplay":"default","title":""},"displayProperties":{}},"children":[]}]},{"collection":"sections","props":{"collection":"sections","id":3},"children":[{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0f3xjQty1W73gr","name":"new-newsrail","customFields":{"titleType":"large","border":null,"appDisplay":"Newsrail","widescreenColumns":4,"desktopColumns":5,"tabletColumns":5},"displayProperties":{}},"children":[{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fI7ivkqPE25oa","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/24/metro/thanksgiving-forecast-new-england-noreaster/","published":true}},"preset":"Headline, Deck","border":"bottom","Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":28,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"1_linkURL":"/2024/11/24/nation/united-states-winter-storms-thanksgiving/","1_linkText":"Forecasts warn of possible winter storms across US during Thanksgiving week","2_linkURL":"","2_linkText":"","3_linkURL":"","3_linkText":"","pbInternal_cloneId":"f0fI7ivkqPE25oa","Overline":"","Links Dark Bullet Color":"","Image URL":"","Overline Color":"","widescreenColumns":12,"desktopColumns":12,"tabletColumns":12,"Headline":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fRuThWheyF6jS","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/23/metro/teachers-strikes-continue-beverly-marblehead/","published":true}},"preset":"Image, Overline, Headline, Deck - [H-W*]","border":"bottom","Overline Font Size":14,"Headline Font":"Miller","Headline Font Size":20,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"1_linkURL":"/2024/11/22/metro/glouchester-marblehead-strike-beverly-union-teachers/","1_linkText":"Gloucester reaches deal with educators, ending first of three North Shore strikes","2_linkURL":"","2_linkText":"","3_linkURL":"","3_linkText":"","pbInternal_cloneId":"f0fRuThWheyF6jS","Overline":"","Links Dark Bullet Color":"","Image URL":"","Overline Color":"darkred","widescreenColumns":12,"desktopColumns":12,"tabletColumns":12,"Headline":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fezfhpEDRQ4bW","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/23/metro/terence-kent-sexual-misconduct-lexington-police/","published":true}},"preset":"Headline, Deck","border":"bottom","Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":20,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"1_linkURL":"","1_linkText":"","2_linkURL":"","2_linkText":"","3_linkURL":"","3_linkText":"","pbInternal_cloneId":"f0fezfhpEDRQ4bW","Overline":"","Links Dark Bullet Color":"","Image URL":"","Overline Color":"","widescreenColumns":12,"desktopColumns":12,"tabletColumns":12,"Headline":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fjGfRimkEi6IB","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/23/lifestyle/boston-globe-horn-book-bpl/","published":true}},"preset":"Image, Headline, Deck - [H-W*]","border":"bottom","Overline Font Size":14,"Headline Font":"Miller","Headline Font Size":20,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"1_linkURL":"","1_linkText":"","2_linkURL":"","2_linkText":"","3_linkURL":"","3_linkText":"","pbInternal_cloneId":"f0fjGfRimkEi6IB","Overline":"","Links Dark Bullet Color":"","Image URL":"","Overline Color":"darkred","widescreenColumns":12,"desktopColumns":12,"tabletColumns":12,"Headline":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fPsLwnDoMo17i","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/23/metro/overdue-hiker-dead-new-hampshire-white-mountains/","published":true}},"preset":"Image, Headline, Deck - [H-W*]","border":"bottom","Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":20,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"1_linkURL":"","1_linkText":"","2_linkURL":"","2_linkText":"","3_linkURL":"","3_linkText":"","pbInternal_cloneId":"f0fPsLwnDoMo17i","Overline":"","Links Dark Bullet Color":"","Image URL":"","Overline Color":"","widescreenColumns":12,"desktopColumns":12,"tabletColumns":12,"Headline":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fbVYUy2Cgz5a0","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/24/world/israel-crackdown-palestinian-dissent-gaza-war/","published":true}},"preset":"Image, Headline, Deck - [H-W*]","border":"bottom","Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":20,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"1_linkURL":"","1_linkText":"","2_linkURL":"","2_linkText":"","3_linkURL":"","3_linkText":"","pbInternal_cloneId":"f0fbVYUy2Cgz5a0","Overline":"","Links Dark Bullet Color":"","Image URL":"","Overline Color":"","widescreenColumns":12,"desktopColumns":12,"tabletColumns":12,"Headline":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fO62dPtC7F3RS","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/23/metro/karen-read-case-robert-alessi-lawyer/","published":true}},"preset":"Headline, Deck","border":"bottom","Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":20,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"1_linkURL":"","1_linkText":"","2_linkURL":"","2_linkText":"","3_linkURL":"","3_linkText":"","pbInternal_cloneId":"f0fO62dPtC7F3RS","Overline":"","Links Dark Bullet Color":"","Image URL":"","Overline Color":"","widescreenColumns":12,"desktopColumns":12,"tabletColumns":12,"Headline":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0f5wClxnrJG6bv","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/23/metro/brockton-shooting-man-dead-police/","published":true}},"preset":"Headline","border":"bottom","Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":20,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"1_linkURL":"","1_linkText":"","2_linkURL":"","2_linkText":"","3_linkURL":"","3_linkText":"","pbInternal_cloneId":"f0f5wClxnrJG6bv","Overline":"","Links Dark Bullet Color":"","Image URL":"","Overline Color":"","widescreenColumns":12,"desktopColumns":12,"tabletColumns":12,"Headline":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fhMxIpX7Rm5Qa","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/23/metro/pedestrian-hit-and-run-driver-framingham/","published":true}},"preset":"Overline, Headline","border":"bottom","Overline Font Size":14,"Headline Font":"Miller","Headline Font Size":20,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"1_linkURL":"","1_linkText":"","2_linkURL":"","2_linkText":"","3_linkURL":"","3_linkText":"","pbInternal_cloneId":"f0fhMxIpX7Rm5Qa","Overline":"","Links Dark Bullet Color":"","Image URL":"","Overline Color":"darkred","widescreenColumns":12,"desktopColumns":12,"tabletColumns":12,"Headline":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0f8OG71Wzrm9Xx","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/20/metro/mother-and-4-month-old-son-murder-hartford-springfield/","published":true}},"preset":"Headline","border":"none","Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":20,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"1_linkURL":"","1_linkText":"","2_linkURL":"","2_linkText":"","3_linkURL":"","3_linkText":"","pbInternal_cloneId":"f0f8OG71Wzrm9Xx","Overline":"","Links Dark Bullet Color":"","Image URL":"","Overline Color":"","widescreenColumns":12,"desktopColumns":12,"tabletColumns":12,"Headline":""},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0f3qjhh3Ldj2Kf","name":"cplinkid","customFields":{"titleType":"large","border":"left","appDisplay":"Centerpiece","widescreenColumns":8,"desktopColumns":7,"tabletColumns":7},"displayProperties":{}},"children":[{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fYR8WaHOBP2ES","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/11/24/sports/island-cup-nantucket-marthas-vineyard-high-school-football-fenway-park/","published":true}},"preset":"Image, Overline, Headline, Deck","border":"bottom","Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":32,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":true,"pbInternal_cloneId":"f0fYR8WaHOBP2ES"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fAOHraOCl92iR","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/23/metro/wwii-soldiers-remains-return-80-years-after-to-rhode-island/","published":true}},"preset":"Image, Overline, Headline, Deck - [H-W*]","border":"bottom","Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":24,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"1_linkURL":"","1_linkText":"51 things about Arlo Guthrie’s ‘Alice’s Restaurant’","2_linkURL":"","2_linkText":"‘Alice’s Restaurant’ incident did indeed happen, and the Berkshire Eagle covered it","3_linkURL":"","3_linkText":"","pbInternal_cloneId":"f0fAOHraOCl92iR","Overline":"","Links Dark Bullet Color":"","Image URL":"","Overline Color":"","widescreenColumns":12,"desktopColumns":12,"tabletColumns":12,"Headline":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fVRBhCUJMz2bU","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/11/23/metro/portland-maine-homeless-crackdown/","published":true}},"preset":"Image, Overline, Headline, Deck - [H/Small]","border":"none","Overline Font Size":12,"Headline Font":"Benton_Sans_Cond","Headline Font Size":20,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Benton_Sans_Cond","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"pbInternal_cloneId":"f0fVRBhCUJMz2bU","1_linkURL":"","1_linkText":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fslK9vj5Hh6GG","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/11/22/metro/maura-healey-emergency-shelter-migrant-families-six-month-limit/","published":true}},"preset":"Image, Overline, Headline, Deck - [H/Small]","border":"bottom","Overline Font Size":12,"Headline Font":"Benton_Sans_Cond","Headline Font Size":20,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Benton_Sans_Cond","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"pbInternal_cloneId":"f0fslK9vj5Hh6GG","1_linkURL":"","1_linkText":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fm1FMAh6Jo5BD","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/22/metro/alice-brock-arlo-guthrie-song/","published":true}},"preset":"Image, Overline, Headline, Deck - [H/Small]","border":"bottom","Overline Font Size":12,"Headline Font":"Benton_Sans_Cond","Headline Font Size":20,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Benton_Sans_Cond","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"1_linkURL":"/metro/2015/12/02/did-happen-and-the-berkshire-eagle-covered/3i1Bf2HdztFpr4OXBIN9KK/story.html","1_linkText":"Alice’s Restaurant’ incident did happen, and Berkshire Eagle covered it","2_linkURL":"","2_linkText":"","3_linkURL":"","3_linkText":"","pbInternal_cloneId":"f0fm1FMAh6Jo5BD","Overline":"","Links Dark Bullet Color":"","Image URL":"","Overline Color":"","widescreenColumns":12,"desktopColumns":12,"tabletColumns":12,"Headline":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fENT8cyPtq5YS","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/11/23/nation/brooke-rollins-agriculture-chief/","published":true}},"preset":"Image, Overline, Headline, Deck - [H/Small]","border":"none","Overline Font Size":12,"Headline Font":"Benton_Sans_Cond","Headline Font Size":20,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"Overline":"","Overline Color":"","pbInternal_cloneId":"f0fENT8cyPtq5YS","1_linkURL":"/2024/11/23/nation/brooke-rollins-agriculture-chief/","1_linkText":"What to know about Brooke Rollins"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fMaqgxiqQl5dW","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/11/23/metro/in-massachusetts-trump-gained-where-cost-of-living-hit-hard/","published":true}},"preset":"Headline","border":"none","Overline Font Size":12,"Headline Font":"Benton_Sans_Cond","Headline Font Size":18,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Benton_Sans_Cond","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"pbInternal_cloneId":"f0fMaqgxiqQl5dW","1_linkURL":"","1_linkText":"","desktopColumns":4,"tabletColumns":4,"widescreenColumns":4},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0faSL1dioo24yQ","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/23/nation/look-how-some-trumps-picks-lead-health-agencies-could-help-carry-out-kennedys-overhaul/","published":true}},"preset":"Headline","border":"none","Overline Font Size":12,"Headline Font":"Benton_Sans_Cond","Headline Font Size":18,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Benton_Sans_Cond","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"1_linkURL":"","1_linkText":"","2_linkURL":"","2_linkText":"","3_linkURL":"","3_linkText":"","pbInternal_cloneId":"f0faSL1dioo24yQ","Overline":"","Links Dark Bullet Color":"","Image URL":"","Overline Color":"","widescreenColumns":4,"desktopColumns":4,"tabletColumns":4,"Headline":"","Deck":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fk5ykT5UZg4LI","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/22/nation/gaetz-says-he-wont-rejoin-congress/","published":true}},"preset":"Headline","border":"none","Overline Font Size":12,"Headline Font":"Benton_Sans_Cond","Headline Font Size":18,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Benton_Sans_Cond","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"1_linkURL":"","1_linkText":"","2_linkURL":"","2_linkText":"","3_linkURL":"","3_linkText":"","pbInternal_cloneId":"f0fk5ykT5UZg4LI","Overline":"","Links Dark Bullet Color":"","Image URL":"","Overline Color":"","widescreenColumns":4,"desktopColumns":4,"tabletColumns":4,"Headline":"","Deck":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fh5AfdnzOT6Xq","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/23/metro/hyannis-advocates-want-honor-civil-rights-leader-with-mural-town-official-suggested-painting-kennedys-there-instead/","published":true}},"preset":"Image, Overline, Headline, Deck - [H/Small]","border":"top","Overline Font Size":12,"Headline Font":"Benton_Sans_Cond","Headline Font Size":20,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Benton_Sans_Cond","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"1_linkURL":"","1_linkText":"","2_linkURL":"","2_linkText":"","3_linkURL":"","3_linkText":"","pbInternal_cloneId":"f0fh5AfdnzOT6Xq","Overline":" ","Links Dark Bullet Color":"","Image URL":"","Overline Color":"","widescreenColumns":12,"desktopColumns":12,"tabletColumns":12,"Headline":""},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0fLN5UGP4kz1fT","name":"3row3","customFields":{"titleType":"large","border":"none","widescreenColumns":12,"pbInternal_clipboardId":"c0fLN5UGP4kz1fT","appDisplay":"Row of Three"},"displayProperties":{}},"children":[{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0ffEt1a4HBP6KS","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"top","marginBottom":16,"marginTop":16,"pbInternal_cloneId":"f0ffEt1a4HBP6KS"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fMMPIKiyNq5mN","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/23/sports/sunday-football-notes-patriots-nfl-play-action-passes/","published":true}},"preset":"Image, Overline, Headline, Deck","border":null,"Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":24,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"1_linkURL":"/2024/11/22/sports/nfl-patriots-dolphins-preview/","1_linkText":"Facing the Dolphins, the Patriots have a chance to show how much they’ve improved","2_linkURL":"","2_linkText":"","3_linkURL":"","3_linkText":"","pbInternal_cloneId":"f0fMMPIKiyNq5mN","Overline":"","Links Dark Bullet Color":"","Image URL":"","Overline Color":"","widescreenColumns":4,"desktopColumns":4,"tabletColumns":4,"Headline":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fVgWdClbtl4AN","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/23/sports/bruins-red-wings-game-score-brad-marchand/","published":true}},"preset":"Image, Headline, Deck","border":null,"Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":24,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"1_linkURL":"/2024/11/23/sports/bruins-jeremy-swayman-joe-sacco-red-wings/","1_linkText":"Jeremy Swayman rewards Joe Sacco, makes 19 saves to earn win in Detroit","2_linkURL":"","2_linkText":"","3_linkURL":"","3_linkText":"","pbInternal_cloneId":"f0fVgWdClbtl4AN","Overline":"","Links Dark Bullet Color":"","Image URL":"","Overline Color":"","widescreenColumns":4,"desktopColumns":4,"tabletColumns":4,"Headline":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0ffck0tMz4X3KU","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/23/metro/trump-sexual-assault-allegations-women-2024-election-cabinet/","published":true}},"preset":"Image, Overline, Headline, Deck","border":null,"Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":24,"Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","centerText":false,"1_linkURL":"","1_linkText":"","2_linkURL":"","2_linkText":"","3_linkURL":"","3_linkText":"","pbInternal_cloneId":"f0ffck0tMz4X3KU","Overline":"","Links Dark Bullet Color":"","Image URL":"","Overline Color":"","widescreenColumns":4,"desktopColumns":4,"tabletColumns":4,"Headline":""},"displayProperties":{},"localEdits":{},"variants":{}}}]}]},{"collection":"sections","props":{"collection":"sections","id":4},"children":[{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0flFYKKc2OG3x","name":"opinion-top-well","customFields":{"titleType":"small","border":"none","pbInternal_cloneId":"c0flFYKKc2OG3x","widescreenColumns":12,"desktopColumns":12,"tabletColumns":12,"title":"","appDisplay":"Opinion"},"displayProperties":{}},"children":[{"collection":"features","type":"global/TitleBar","props":{"collection":"features","type":"global/TitleBar","id":"f0fTWlvjzOqLEg-4-0-0","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"titleType":"small","alignment":"left","customHeader":"Opinion","headerLink":"/opinion/","pbInternal_cloneId":"f0fuA37E3xDg8bQ"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fmCWOQDSi03AI-4-0-1","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/11/24/opinion/opinion-renee-graham-trump-cabinet/","published":true}},"preset":"Image, Overline, Headline, Deck","border":null,"showTimestamp":false,"Overline Font Size":12,"Headline Font":"Benton_Sans_Cond","Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Deck Font":"Benton_Sans_Cond","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","centerText":false,"Headline Font Size":20,"Overline":"","Overline Color":"darkred","Headline":"","Deck":"","pbInternal_cloneId":"f0fAlOGV5wby8Am","widescreenColumns":null,"desktopColumns":null,"tabletColumns":null,"Image URL":"","1_linkText":"","1_linkURL":"","MobileAppPackage":"","2_linkText":"","backgroundColor":null,"darkBackgroundColor":null,"Overline Background Color":null,"Overline Dark Background Color":null,"Overline Border Color":null,"Overline Dark Border Color":null,"Overline Dark Color":null,"Overline Font":null,"Headline Color":null,"Headline Dark Color":null,"Story Card Date Color":null,"Story Card Date Dark Color":null,"Story Card Date Font":null,"StoryCardDateFontSize":null,"Deck Color":null,"Deck Dark Color":null,"Links Dark Color":null,"Links Bullet Color":null,"Links Dark Bullet Color":null,"2_linkURL":"","3_linkText":"","3_linkURL":"","4_linkText":"","4_linkURL":"","5_linkText":null,"5_linkURL":null,"6_linkText":null,"6_linkURL":null,"7_linkText":null,"7_linkURL":null,"8_linkText":null,"8_linkURL":null,"9_linkText":null,"9_linkURL":null,"10_linkText":null,"10_linkURL":null,"11_linkText":null,"11_linkURL":null,"12_linkText":null,"12_linkURL":null},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fFRlkZDSi031T-4-0-2","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/11/24/opinion/ai-anthropomorphism-characterai-notebook-lm/","published":true}},"preset":"Overline, Headline","border":null,"showTimestamp":false,"Overline Font Size":12,"Headline Font":"Benton_Sans_Cond","Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Deck Font":"Benton_Sans_Cond","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","centerText":false,"Headline Font Size":14,"Overline":"","Overline Color":"darkred","Headline":"","Deck":"","pbInternal_cloneId":"f0fps7xcNQ659mc","widescreenColumns":6,"desktopColumns":6,"tabletColumns":6,"Image URL":"","MobileAppPackage":"","backgroundColor":null,"darkBackgroundColor":null,"Overline Background Color":null,"Overline Dark Background Color":null,"Overline Border Color":null,"Overline Dark Border Color":null,"Overline Dark Color":null,"Overline Font":null,"Headline Color":null,"Headline Dark Color":null,"Story Card Date Color":null,"Story Card Date Dark Color":null,"Story Card Date Font":null,"StoryCardDateFontSize":null,"Deck Color":null,"Deck Dark Color":null,"Links Dark Color":null,"Links Bullet Color":null,"Links Dark Bullet Color":null,"1_linkText":null,"1_linkURL":null,"2_linkText":null,"2_linkURL":null,"3_linkText":null,"3_linkURL":null,"4_linkText":null,"4_linkURL":null,"5_linkText":null,"5_linkURL":null,"6_linkText":null,"6_linkURL":null,"7_linkText":null,"7_linkURL":null,"8_linkText":null,"8_linkURL":null,"9_linkText":null,"9_linkURL":null,"10_linkText":null,"10_linkURL":null,"11_linkText":null,"11_linkURL":null,"12_linkText":null,"12_linkURL":null},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fqeJbVDSi03OL-4-0-5","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/11/24/opinion/training-be-state-cop-shouldnt-be-game-survival/","published":true}},"preset":"Overline, Headline","border":null,"showTimestamp":false,"Overline Font Size":12,"Headline Font":"Benton_Sans_Cond","Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Deck Font":"Benton_Sans_Cond","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","centerText":false,"Headline Font Size":14,"Overline":"","Overline Color":"darkred","Headline":"","Deck":"","pbInternal_cloneId":"f0feDXszisVk5wS","widescreenColumns":6,"desktopColumns":6,"tabletColumns":6,"Image URL":"","MobileAppPackage":"","backgroundColor":null,"darkBackgroundColor":null,"Overline Background Color":null,"Overline Dark Background Color":null,"Overline Border Color":null,"Overline Dark Border Color":null,"Overline Dark Color":null,"Overline Font":null,"Headline Color":null,"Headline Dark Color":null,"Story Card Date Color":null,"Story Card Date Dark Color":null,"Story Card Date Font":null,"StoryCardDateFontSize":null,"Deck Color":null,"Deck Dark Color":null,"Links Dark Color":null,"Links Bullet Color":null,"Links Dark Bullet Color":null,"1_linkText":null,"1_linkURL":null,"2_linkText":null,"2_linkURL":null,"3_linkText":null,"3_linkURL":null,"4_linkText":null,"4_linkURL":null,"5_linkText":null,"5_linkURL":null,"6_linkText":null,"6_linkURL":null,"7_linkText":null,"7_linkURL":null,"8_linkText":null,"8_linkURL":null,"9_linkText":null,"9_linkURL":null,"10_linkText":null,"10_linkURL":null,"11_linkText":null,"11_linkURL":null,"12_linkText":null,"12_linkURL":null},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fxo9M7ESi03th-4-0-4","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/11/24/opinion/social-security-myths-insolvency/","published":true}},"preset":"Overline, Headline","border":null,"showTimestamp":false,"Overline Font Size":12,"Headline Font":"Benton_Sans_Cond","Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Deck Font":"Benton_Sans_Cond","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","centerText":false,"Headline Font Size":14,"Overline":"","Overline Color":"darkred","Headline":"","Deck":"","pbInternal_cloneId":"f0fGztEwChQ78GM","widescreenColumns":6,"desktopColumns":6,"tabletColumns":6,"Image URL":"","MobileAppPackage":"","backgroundColor":null,"darkBackgroundColor":null,"Overline Background Color":null,"Overline Dark Background Color":null,"Overline Border Color":null,"Overline Dark Border Color":null,"Overline Dark Color":null,"Overline Font":null,"Headline Color":null,"Headline Dark Color":null,"Story Card Date Color":null,"Story Card Date Dark Color":null,"Story Card Date Font":null,"StoryCardDateFontSize":null,"Deck Color":null,"Deck Dark Color":null,"Links Dark Color":null,"Links Bullet Color":null,"Links Dark Bullet Color":null,"1_linkText":null,"1_linkURL":null,"2_linkText":null,"2_linkURL":null,"3_linkText":null,"3_linkURL":null,"4_linkText":null,"4_linkURL":null,"5_linkText":null,"5_linkURL":null,"6_linkText":null,"6_linkURL":null,"7_linkText":null,"7_linkURL":null,"8_linkText":null,"8_linkURL":null,"9_linkText":null,"9_linkURL":null,"10_linkText":null,"10_linkURL":null,"11_linkText":null,"11_linkURL":null,"12_linkText":null,"12_linkURL":null},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fJybj3ESi03Y8-4-0-3","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/11/24/opinion/letters-to-the-editor-mass-special-education-inequity/","published":true}},"preset":"Overline, Headline","border":null,"showTimestamp":false,"Overline Font Size":12,"Headline Font":"Benton_Sans_Cond","Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Deck Font":"Benton_Sans_Cond","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","centerText":false,"Headline Font Size":14,"Overline":"","Overline Color":"darkred","Headline":"","Deck":"","pbInternal_cloneId":"f0f7s1igrnT78Ca","widescreenColumns":6,"desktopColumns":6,"tabletColumns":6,"Image URL":"","1_linkText":"","1_linkURL":"","MobileAppPackage":"","backgroundColor":null,"darkBackgroundColor":null,"Overline Background Color":null,"Overline Dark Background Color":null,"Overline Border Color":null,"Overline Dark Border Color":null,"Overline Dark Color":null,"Overline Font":null,"Headline Color":null,"Headline Dark Color":null,"Story Card Date Color":null,"Story Card Date Dark Color":null,"Story Card Date Font":null,"StoryCardDateFontSize":null,"Deck Color":null,"Deck Dark Color":null,"Links Dark Color":null,"Links Bullet Color":null,"Links Dark Bullet Color":null,"2_linkText":null,"2_linkURL":null,"3_linkText":null,"3_linkURL":null,"4_linkText":null,"4_linkURL":null,"5_linkText":null,"5_linkURL":null,"6_linkText":null,"6_linkURL":null,"7_linkText":null,"7_linkURL":null,"8_linkText":null,"8_linkURL":null,"9_linkText":null,"9_linkURL":null,"10_linkText":null,"10_linkURL":null,"11_linkText":null,"11_linkURL":null,"12_linkText":null,"12_linkURL":null},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fearvbESi03li-4-0-6","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"marginLeft":16,"border":null,"marginBottom":16,"marginRight":16,"pbInternal_cloneId":"f0frdG3w9Asn6gg","marginTop":null},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}}]},{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0fVNf990hvY2xf","customFields":{"titleType":"large","border":"none","appDisplay":"default","pbInternal_clipboardId":"c0fVNf990hvY2xf"},"displayProperties":{}},"children":[{"collection":"features","type":"global/TitleBar","props":{"collection":"features","type":"global/TitleBar","id":"f0fVH7WQZgvY2WQ","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"titleType":"small","alignment":"left","customHeader":"Globe Santa","headerLink":"https://www.globesanta.org/"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fyIFjZZgvY25P","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/11/21/metro/globe-santa-inflation-holiday-christmas-present/","published":true}},"preset":"Image, Headline - [H]","border":"none","Overline Font Size":12,"Headline Font":"Benton_Sans_Cond","Headline Font Size":18,"Thumbnail":"none","Aspect Ratio":0,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Benton_Sans_Cond","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","1_linkURL":"https://www.globesanta.org/","1_linkText":"Donate to Globe Santa"},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0fFDZEDFxkT30B","customFields":{"titleType":"large","border":"top","appDisplay":"default"},"displayProperties":{}},"children":[{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0f9EUGhmzXJ4Q5","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"none","marginTop":8},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0frElibdJ6p5YY","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2023/04/17/multimedia/introducing-boston-globe-today/","published":true}},"preset":"Image","border":"none","Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":20,"Thumbnail":"none","Aspect Ratio":0,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","Image URL":"https://cloudfront-us-east-1.images.arcpublishing.com/bostonglobe/YKQDVWBT4JHARA66ZTTQCEWLDY.png"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/VideoPlaylist","props":{"collection":"features","type":"global/VideoPlaylist","id":"f0fPl7uVyKS75LT","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"playlistName":"All Boston Globe Today segments"},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0femQ6mp4HU56f","customFields":{"titleType":"large","border":"none"},"displayProperties":{}},"children":[{"collection":"features","type":"global/FeatureFeed","props":{"collection":"features","type":"global/FeatureFeed","id":"f0favzypoKHU2Ac","name":"most-pop","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"feed-service","contentConfigValues":{"size":8}},"title":"Most Read on bostonglobe.com","displayStyle":"Numbered List"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fnXfLFE1Yw1BO","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"none","marginLeft":16,"marginRight":16,"marginBottom":16},"displayProperties":{},"localEdits":{},"variants":{}}}]}]},{"collection":"sections","props":{"collection":"sections","id":5},"children":[{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0f1oJJVFvLN2AX","name":"puzzles","customFields":{"titleType":"large","border":"none","appDisplay":"default"},"displayProperties":{}},"children":[{"collection":"features","type":"global/HtmlFlex","props":{"collection":"features","type":"global/HtmlFlex","id":"f0fBOsgwmCkq1hx","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"customHtml":"<div class=\"iframe-container4\">\n <iframe id=\"responsive-iframe4\" srcdoc='\n\n<style>\n@font-face {\n font-family: BentonSansCond-Regular;\n src: url(\"https://apps.bostonglobe.com/common/font/bentonsanscond-regular.woff2\") format(\"woff2\"), url(\"https://apps.bostonglobe.com/common/font/bentonsanscond-regular.woff\") format(\"woff\");\n}\n@font-face {\n font-family: BentonSansCond-Bold;\n src: url(\"https://apps.bostonglobe.com/common/font/bentonsanscond-bold.woff2\") format(\"woff2\"), url(\"https://apps.bostonglobe.com/common/font/bentonsanscond-bold.woff\") format(\"woff\");\n}\n\n\n .owlcontainerhp {\n display: block;\n height: auto;\n margin-left: auto;\n margin-right: auto;\n background-color: #fff;\n }\n\n.hpslider_containerhpversion {\n display: block;\n max-width: 1440px;\n height:auto;\n margin-left: auto;\n margin-right: auto;\n overflow: hidden; /* Add this line to hide the bottom scroll bar */\n}\n\n\n\n\n .gamehphed:hover {\n opacity: .5;\n text-decoration: underline .5px;\n }\n\n\n .numbers-container {\n font-family: \"BentonSansCond-regular\", \"Impact\", \"Arial Narrow\", \"Helvetica\", sans-serif;\n line-height: 1.2;\n font-size: 14px;\n text-align: left;\n letter-spacing: .5px;\n color: #919191;\n display: block;\n margin: 16px 15px 6px 0px;\n }\n\n .owlheder {\n font-family: \"BentonSansCond-Bold\", \"Impact\", \"Arial Narrow\", \"Helvetica\", sans-serif;\n line-height: 1.2;\n font-size: 14px;\n text-align: left;\n letter-spacing: .5px;\n display: block;\n margin: 5px 5px 2px 0px;\n color: #000;\n }\n\n .owlblurb {\n font-family: \"BentonSansCond-Regular\", \"Impact\", \"Arial Narrow\", \"Helvetica\", sans-serif;\n line-height: 1.2;\n font-size: 12px;\n text-align: left;\n letter-spacing: .5px;\n display: block;\n margin: 2px 5px 2px 0px;\n color: #000;\n }\n\n\n .owlcustomnavigation4 {\n width: 0%;\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 10px 0px;\n margin: 0px 0px 10px 0px;\n box-sizing: border-box;\n }\n\n .owlcustomnavigation4 .dots-container {\n display: flex;\n align-items: center;\n }\n\n .owlcustomnavigation4 .dot {\n height: 0px;\n width: 0px;\n background-color: #fff;\n border-radius: 50%;\n margin: 6px 5px;\n }\n\n .owlcustomnavigation4 .dot.active {\n background-color: #fff;\n }\n\n .owlcustomnavigation4 .btn {\n font-size: 14px;\n display: inline-block;\n transform: rotate(0deg);\n padding: 6px 7px;\n background: #dbdbdb;\n color: #000;\n margin: 5px 5px;\n cursor: pointer;\n border-radius: 100%;\n border: 1px solid #000;\n }\n\n .owlcustomnavigation4 .btn:hover {\n background: #666666;\n color: #fff;\n }\n\n\n\n .owlcustomnavigation4 .dot.active {\n background-color: #fff;\n }\n\n .itemsliderspace,\n .owlheder,\n .owlblurb,\n .owlcustomnavigation4 {\n width: 100%;\n box-sizing: border-box;\n }\n\n .owl-item {\n display: flex;\n flex-direction: column;\n align-items: stretch;\n margin: 0px 0px ;\n cursor: pointer;\n }\n\n\n.itemsliderspace:hover {\nopacity: .5;\n text-decoration: underline .5px;\n}\n\n.owlpicturecontainer {\n position: relative;\n width: 100%;\n max-width: 100%;\n overflow: hidden;\n margin-right: 10px\n}\n\n.image-wrapper {\n position: relative;\n width: 100%;\n padding-top: 100%; /* 1:1 aspect ratio */\n}\n\n.image-wrapper img {\n display: block;\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n object-fit: cover;\n border-radius: 12px;\n}\n\n.itemsliderspace {\n display: flex; /* Change to display flex */\n align-items: flex-start;\n margin-right: 20px; /* Add margin between slides */\n width: calc(100% - 20px); /* Adjust width to accommodate margin */\n box-sizing: border-box; /* Include padding and border in the elements total width and height */\n}\n\n\n .itemsliderspace {\n flex: 0 0 100%; /* Adjust the width of the image */\n width: calc(100% - 20px); /* Adjust width to accommodate margin */\n margin-right: 10px; /* Add space between the image and text */\n }\n\n .owltext-container {\n flex: 0 0 60%; /* Take 60% width of the container */\n margin-right: 0; /* Add space between the image and text */\n }\n\n .owlheder,\n .owlblurb {\n width: 100%; /* Make text take full width */\n margin-right: 0; /* Remove margin between slides */\n }\n\n\n\n\n\n@media (min-width: 700px) {\n .itemsliderspace {\n display: flex; /* Change to display flex */\n align-items: flex-start;\n margin-right: 20px; /* Add margin between slides */\n width: calc(100% - 20px); /* Adjust width to accommodate margin */\n box-sizing: border-box; /* Include padding and border in the elements total width and height */\n}\n\n.owlpicturecontainer {\n position: relative;\n width: 100%;\n max-width: 100%;\n overflow: hidden;\n margin-right: 10px\n}\n\n\n .itemsliderspace {\n flex: 0 0 100%; /* Adjust the width of the image */\n width: calc(100% - 20px); /* Adjust width to accommodate margin */\n margin-right: 10px; /* Add space between the image and text */\n }\n\n .owltext-container {\n flex: 0 0 60%; /* Take 60% width of the container */\n margin-right: 0; /* Add space between the image and text */\n }\n\n .owlheder,\n .owlblurb {\n width: 100%; /* Make text take full width */\n margin-right: 0; /* Remove margin between slides */\n }\n}\n\n\n@media (min-width: 1200px) {\n \n .owlcustomnavigation4 {\n width: 0%;\n display: flex;\n justify-content: space-between;\n align-items: center;\n background-color: #fff;\n padding: 10px 0px;\n margin: 0px 0px 10px 0px;\n box-sizing: border-box;\n }\n\n .owlcustomnavigation4 .dots-container {\n display: flex;\n align-items: center;\n }\n\n .owlcustomnavigation4 .dot {\n height: 8px;\n width: 8px;\n background-color: #fff;\n border-radius: 50%;\n margin: 6px 5px;\n }\n\n .owlcustomnavigation4 .dot.active {\n background-color: #fff;\n }\n\n .owlcustomnavigation4 .btn {\n font-size: 0px;\n display: inline-block;\n transform: rotate(0deg);\n padding: 0px 0px;\n background: #fff;\n color: #000;\n margin: 0px 0px;\n cursor: pointer;\n border-radius: 100%;\n border: 0px solid #000;\n }\n\n .owlcustomnavigation4 .btn:hover {\n background: #666666;\n color: #fff;\n }\n\n\n\n .owlcustomnavigation4 .dot.active {\n background-color: #fff;\n }}\n\n\n\n\n .theme-dark .gamehphed {\n color: #fff;\n }\n\n\n .theme-dark .owlheder {\n color: #fff;\n }\n\n .theme-dark .owlblurb {\n color: #fff;\n }\n\n\n\n\n\n\n\n.gamehphed {\n position: relative;\n margin: 10px auto; /* Adjust margin for positioning */\n font-family: \"Benton\", Helvetica, Arial, sans-serif;\n font-size: .9em;\n line-height: 1;\n text-transform: uppercase;\n font-weight: 600;\n color: #626262;\n}\n\n.gamehphed span {\n display: inline-block;\n position: relative;\n}\n\n.gamehphed:after {\n content: \"\";\n position: absolute;\n border-bottom: 1px solid black;\n width: calc(100% - 100px); /* Adjust the width as needed */\n top: 50%;\n left: calc(100px + 45px); /* Adjust the left position */\n}\n\n </style>\n <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css\">\n <div class=\"owlcontainerhp\">\n\n <div class=\"hpslider_containerhpversion\">\n\n\n <a style= \"text-decoration: none; \" href=\"https://www.bostonglobe.com/games/?p1=HP_Slider\" target=\"_parent\">\n<div class=\"gamehphed-container\">\n <p class=\"gamehphed\"><span>Games & Puzzles</span></p>\n </div>\n </a>\n\n\n \n\n <div class=\"owl-carousel1\" id=\"slider-carousel1\">\n\n \n <div class=\"itemsliderspace\">\n <div class=\"owlpicturecontainer\">\n <a style= \"text-decoration: none;\" href=\"https://www.bostonglobe.com/games/crossword/?p1=HP_Slider\" target=\"_parent\">\n <div class=\"image-wrapper\">\n <img src=\"https://www.bostonglobe.com/resizer/ZPoXJNw5qRD_deKI4N4emYwybJU=/arc-anglerfish-arc2-prod-bostonglobe/public/SX5VCYBCBBAKXGGUPWL2GZGVT4.jpg\" alt=\"Image\">\n </div>\n </div>\n <div class=\"owltext-container\">\n <div>\n <p class=\"owlheder\">Crossword</p>\n <p class=\"owlblurb\"></p></a>\n </div>\n </div>\n </div>\n\n\n <div class=\"itemsliderspace\">\n <div class=\"owlpicturecontainer\">\n <a style= \"text-decoration: none;\" href=\"https://www.bostonglobe.com/games/mini-crossword/?p1=HP_Slider\" target=\"_parent\">\n <div class=\"image-wrapper\">\n <img src=\"https://www.bostonglobe.com/resizer/JT0C0vbEtI2a5lfyMdvBMdAlT88=/arc-anglerfish-arc2-prod-bostonglobe/public/JBYVQOHGKFHRRJMBX7F5OFKVDY.jpg\" alt=\"Image\">\n </div>\n </div>\n <div class=\"owltext-container\">\n <div>\n <p class=\"owlheder\">Mini Crossword</p>\n <p class=\"owlblurb\"></p></a>\n </div>\n </div>\n </div>\n \n\n <div class=\"itemsliderspace\">\n <div class=\"owlpicturecontainer\">\n <a style= \"text-decoration: none;\" href=\"https://www.bostonglobe.com/games/sudoku/?p1=HP_Slider\" target=\"_parent\">\n <div class=\"image-wrapper\">\n <img src=\"https://www.bostonglobe.com/resizer/l8PY1o7BhtNGymmjwf6XqQC0QiQ=/arc-anglerfish-arc2-prod-bostonglobe/public/4US34CXN7ZAE5IUHXHML4CXWEA.jpg\" alt=\"Image\">\n </div>\n </div>\n <div class=\"owltext-container\">\n <div>\n <p class=\"owlheder\">Sudoku</p>\n <p class=\"owlblurb\"></p></a>\n </div>\n </div>\n </div>\n \n\n <div class=\"itemsliderspace\">\n <div class=\"owlpicturecontainer\">\n <a style= \"text-decoration: none;\" href=\"https://www.bostonglobe.com/games/word-flower/?p1=HP_Slider\" target=\"_parent\">\n <div class=\"image-wrapper\">\n <img src=\"https://www.bostonglobe.com/resizer/IpA12TQ4PlMapnzL_Au8GgQXS9k=/arc-anglerfish-arc2-prod-bostonglobe/public/K7PDQA7I6RBHFJXDFDO32QLCEI.jpg\" alt=\"Image\">\n </div>\n </div>\n <div class=\"owltext-container\">\n <div>\n <p class=\"owlheder\">Word Flower</p>\n <p class=\"owlblurb\"></p></a>\n </div>\n </div>\n </div>\n\n \n <div class=\"itemsliderspace\">\n <div class=\"owlpicturecontainer\">\n <a style= \"text-decoration: none;\" href=\"https://www.bostonglobe.com/games/wordrow/?p1=HP_Slider\" target=\"_parent\">\n <div class=\"image-wrapper\">\n <img src=\"https://www.bostonglobe.com/resizer/9tW382X6ksquRvQe195Eb71Kfe4=/arc-anglerfish-arc2-prod-bostonglobe/public/CGRPZGANSFDPLEXQLEDQWZBLIU.jpg\" alt=\"Image\">\n </div>\n </div>\n <div class=\"owltext-container\">\n <div>\n <p class=\"owlheder\">WordroW</p>\n <p class=\"owlblurb\"></p></a>\n </div>\n </div>\n </div>\n\n \n <div class=\"itemsliderspace\">\n <div class=\"owlpicturecontainer\">\n <a style= \"text-decoration: none;\" href=\"https://www.bostonglobe.com/games/jigsaw/?p1=HP_Slider\" target=\"_parent\">\n <div class=\"image-wrapper\">\n <img src=\"https://www.bostonglobe.com/resizer/JUFwg818-IXqW7Yie4ZB54_dQtg=/arc-anglerfish-arc2-prod-bostonglobe/public/675C6XFWMNCIHHZXF7LE6JMTWE.jpg\" alt=\"Image\">\n </div>\n </div>\n <div class=\"owltext-container\">\n <div>\n <p class=\"owlheder\">Jigsaw</p>\n <p class=\"owlblurb\"></p></a>\n </div>\n </div>\n </div>\n </div>\n\n <div class=\"owlcustomnavigation4\">\n <div class=\"dots-container\">\n <!-- Dots will be dynamically generated here -->\n </div>\n <div>\n <a class=\"btn gray prev4\" ><i class=\"icon ion-ios-arrow-left\">←</i></a>\n <a class=\"btn gray next4\" ><i class=\"icon ion-ios-arrow-right\">→</i></a>\n </div>\n </div>\n </div>\n </div>\n\n\n <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js\"><\/script>\n <script src=\"https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.js\"><\/script>\n\n\n <script>\n $(document).ready(function() {\n var owl = $(\"#slider-carousel1\");\n owl.owlCarousel({\n items: 6,\n itemsDesktop: [1200, 4],\n itemsDesktopSmall: [620, 3],\n itemsTablet: [601, 2],\n itemsTablet: [400, 2],\n itemsMobile: false,\n pagination: false,\n autoplay: false,\n autoplayHoverPause: true,\n afterAction: function() {\n var currentIndex = this.currentItem;\n updateDots(currentIndex);\n $(\".itemsliderspace\").css(\"margin-right\", \"\");\n $(\".owl-item\").eq(currentIndex + 2).find(\".itemsliderspace\").css(\"margin-right\", \"20px\");\n },\n slideBy: 1\n });\n\n $(\".next4\").click(function() {\n owl.trigger(\"owl.next\");\n owl.trigger(\"owl.stop\"); // Stop autoplay when next button is clicked\n });\n\n $(\".prev4\").click(function() {\n owl.trigger(\"owl.prev\");\n owl.trigger(\"owl.stop\"); // Stop autoplay when prev button is clicked\n });\n\n updateDots(0);\n\n setTimeout(function() {\n owl.trigger(\"owl.next\");\n owl.trigger(\"owl.play\", 4000);\n }, 4000);\n});\n\nfunction updateDots(currentIndex) {\n $(\".dots-container\").empty();\n var totalSlides = $(\"#slider-carousel1 .owl-item\").length;\n for (var i = 0; i < totalSlides; i++) {\n var dotClass = (i === currentIndex) ? \"dot active\" : \"dot\";\n var dot = $(\"<div>\").addClass(dotClass);\n $(\".dots-container\").append(dot);\n }\n}\n <\/script>\n\n\n' style=\"width:100%; border:none;overflow:hidden;\"></iframe>\n</div>\n<script>\nwindow.addEventListener(\"DOMContentLoaded\", function() {\n function updateIframeHeight() {\n // Wait for all images to load completely\n var images = iframe.contentWindow.document.querySelectorAll(\"img\");\n var allImagesLoaded = Array.from(images).every(function(image) {\n return image.complete;\n });\n\n console.log('allImagesLoaded', allImagesLoaded)\n // If all images are loaded, calculate the height\n if (allImagesLoaded) {\n // Retrieve the height of the container within the iframe\n var containerHeight = iframe.contentWindow.document.querySelector(\".hpslider_containerhpversion\").scrollHeight;\n // Add padding to the container height\n containerHeight += 36; // Adjust as needed\n\n // Set the height of the iframe\n iframe.style.height = containerHeight + \"px\";\n }\n }\n function observeIframe() {\n // Create a MutationObserver to detect changes in the content\n var observer = new MutationObserver(function(mutations) {\n\n mutations.forEach((m) => {\n if (m.type === 'childList') {\n // If the content changes, update the iframe height\n updateIframeHeight();\n }\n })\n });\n\n // Start observing changes in the iframe content\n observer.observe(iframe.contentWindow.document.body, { subtree: true, childList: true });\n\n // Initial height calculation\n updateIframeHeight();\n }\n\n function checkIfIframeLoaded() {\n if (iframeDoc.readyState === 'complete') {\n observeIframe();\n }\n }\n \n var iframe = document.getElementById(\"responsive-iframe4\");\n var iframeDoc = iframe.contentDocument || iframe.contentWindow.document;\n\n checkIfIframeLoaded();\n\n setTimeout(() => {\n updateIframeHeight();\n checkIfIframeLoaded();\n }, 1000)\n\n});\n<\/script>","enableResponsiveVideo":false,"forceFullWidth":true,"customTopMargin":null,"customRightMargin":10,"customLeftMargin":10},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"features","type":"global/Froomle","props":{"collection":"features","type":"global/Froomle","id":"f0fquYfLrkGuUp","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0fM7W7LHur53sr","customFields":{"titleType":"large","border":"none","pbInternal_clipboardId":"c0fM7W7LHur53sr"},"displayProperties":{}},"children":[]},{"collection":"features","type":"global/ArcAd","props":{"collection":"features","type":"global/ArcAd","id":"f0fEq1fq7FMC9u3","name":"section-front-ad-do-not-delete-1","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"DFPAdPosition":"ad_billboard2","display":"all","pbInternal_cloneId":"f0fEq1fq7FMC9u3"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}}]},{"collection":"sections","props":{"collection":"sections","id":6},"children":[{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0fi8x5FGD0g3up","name":"yourhome","customFields":{"titleType":"large","border":"none","pbInternal_clipboardId":"c0fi8x5FGD0g3up","title":""},"displayProperties":{}},"children":[{"collection":"features","type":"global/TitleBar","props":{"collection":"features","type":"global/TitleBar","id":"f0fsPQgdUHPY3sS","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"titleType":"small","alignment":"left","headerLink":"https://www.bostonglobe.com/tag/thanksgiving/","customHeader":"Thanksgiving"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0fwUtUnUHPY3pH","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-feed","contentConfigValues":{"query":"type:\"story\" AND taxonomy.tags.slug:\"thanksgiving\"","size":4,"sortBy":"","published":"","offset":""}},"titleType":"large","globalPreset":"Image, Headline","globalBorder":"none","border":"none","overlineFont":"Benton_Sans_Cond","overlineFontSize":12,"headlineFont":"Benton_Sans_Cond","headlineFontSize":16,"deckFont":"Georgia","deckFontSize":14,"storyCardDateFont":"Georgia","View_1":"","View_2":"","View_3":"","View_4":"","View_5":"","View_6":"","View_7":"","View_8":"","View_9":"","View_10":"","View_11":"","View_12":"","widescreenCardColumns":3,"desktopCardColumns":3,"tabletCardColumns":3,"widescreenContainerColumns":12,"desktopContainerColumns":12,"tabletContainerColumns":12},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fqpsLSyhymV8","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":null,"marginLeft":16,"border":null,"marginBottom":24,"marginRight":16,"pbInternal_cloneId":"f0fqpsLSyhymV8"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0ffRpi3xYXi268","name":"frankie","customFields":{"titleType":"small","border":"none","appDisplay":"default","widescreenColumns":12,"desktopColumns":12,"tabletColumns":12},"displayProperties":{}},"children":[{"collection":"features","type":"global/TitleBar","props":{"collection":"features","type":"global/TitleBar","id":"f0fBBtlmueCL1kY","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"titleType":"small","alignment":"left","customHeader":"More recent News","pbInternal_cloneId":"f0fBBtlmueCL1kY"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0f53wWBic8q6rq","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/11/23/world/israel-strikes-lebanon-deaths-diplomats-ceasefire/","published":true}},"preset":"Image, Headline, Deck - [H-W*]","border":null,"Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":20,"Thumbnail":null,"Aspect Ratio":0.6666,"imagePlacement":"right","Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","widescreenColumns":4,"desktopColumns":4,"tabletColumns":4,"pbInternal_cloneId":"f0f53wWBic8q6rq","Overline":"","1_linkText":"","1_linkURL":"","2_linkText":"","2_linkURL":"","Image URL":"","Headline":"","Deck":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0f7k0aTq2ru5S8","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/11/22/metro/dartmouth-alpha-phi-charged-won-jang-death/","published":true}},"preset":"Image, Overline, Headline, Deck - [H-W*]","border":null,"Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":20,"Thumbnail":null,"Aspect Ratio":0.6666,"imagePlacement":"right","Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","widescreenColumns":4,"desktopColumns":4,"tabletColumns":4,"pbInternal_cloneId":"f0f7k0aTq2ru5S8","Overline":"","1_linkText":"","1_linkURL":"","2_linkText":"","2_linkURL":"","Image URL":"","Headline":"","Deck":""},"displayProperties":{},"localEdits":{"CXBSTIGGFFHPLPGWUSXWVB65FA":{"description":{"basic":"Two fraternity members were individually charged as well for allegedly providing alcohol to persons younger than 21 shortly before Won Jang went missing."}}},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fxmcvZpxzc6a6","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/11/24/sports/five-takeaways-nov-24-massachusetts-high-school-football-soccer/","published":true}},"preset":"Image, Headline, Deck - [H-W*]","border":null,"Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":20,"Thumbnail":null,"Aspect Ratio":0.6666,"imagePlacement":"right","Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","widescreenColumns":4,"desktopColumns":4,"tabletColumns":4,"pbInternal_cloneId":"f0fxmcvZpxzc6a6","Overline":"","1_linkText":"","1_linkURL":"","2_linkText":"","2_linkURL":"","Image URL":"","Headline":"","Deck":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fSqRkV6nkx2qx","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"none","marginBottom":8,"marginTop":null,"pbInternal_cloneId":"f0fSqRkV6nkx2qx"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fTwsRgmQi94jR","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/11/22/business/housing-vote-needham-referendum/","published":true}},"preset":"Image, Headline, Deck - [H-W*]","border":null,"Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":20,"Thumbnail":null,"Aspect Ratio":0.6666,"imagePlacement":"right","Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","widescreenColumns":4,"desktopColumns":4,"tabletColumns":4,"pbInternal_cloneId":"f0fTwsRgmQi94jR","Overline":"","1_linkText":"","1_linkURL":"","2_linkText":"","2_linkURL":"","Image URL":"","Headline":"","Deck":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fes1K9XS6w6c","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/11/23/world/climate-talks-forge-deal-money-after-bitter-fight/","published":true}},"preset":"Image, Overline, Headline, Deck - [H-W*]","border":null,"Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":20,"Thumbnail":null,"Aspect Ratio":0.6666,"imagePlacement":"right","Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","widescreenColumns":4,"desktopColumns":4,"tabletColumns":4,"pbInternal_cloneId":"f0fes1K9XS6w6c","Overline":"","1_linkText":"","1_linkURL":"","2_linkText":"","2_linkURL":"","Image URL":"","Headline":"","Deck":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fYUlsXmkTu79J","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/11/23/world/55-days-into-hunger-strike-activists-mother-says-she-wont-back-down/","published":true}},"preset":"Image, Headline, Deck - [H-W*]","border":null,"Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":20,"Thumbnail":null,"Aspect Ratio":0.6666,"imagePlacement":"right","Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","widescreenColumns":4,"desktopColumns":4,"tabletColumns":4,"pbInternal_cloneId":"f0fYUlsXmkTu79J","Overline":"","1_linkText":"","1_linkURL":"","2_linkText":"","2_linkURL":"","Image URL":"","Headline":"","Deck":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fojgLxE4tX6Ix","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"none","marginBottom":8,"marginTop":null,"pbInternal_cloneId":"f0fojgLxE4tX6Ix"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fmuLQ5DYmC2G4","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"none","marginBottom":8,"marginTop":null,"pbInternal_cloneId":"f0fmuLQ5DYmC2G4"},"displayProperties":{},"localEdits":{},"variants":{}}}]}]},{"collection":"sections","props":{"collection":"sections","id":7},"children":[{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0fTE2ujMlF4aNg","customFields":{"border":"none","title":"","titleType":"small","widescreenColumns":null,"desktopColumns":null,"tabletColumns":null,"pbInternal_cloneId":"c0fTE2ujMlF4aNg"},"displayProperties":{}},"children":[{"collection":"features","type":"global/ArcAd","props":{"collection":"features","type":"global/ArcAd","id":"f0fHlp9sMlF4a25","name":"middle-rail-ad-do-not-delete-1-1-1","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"DFPAdPosition":"ad_sectfront1","display":"all","sticky":true,"pbInternal_cloneId":"f0fNBKj1hwjh6av"},"displayProperties":{},"localEdits":{},"variants":{}}}]}]},{"collection":"sections","props":{"collection":"sections","id":8},"children":[{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fVwZw4vEAz6py","name":"asdfsdfs-1-1","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"marginLeft":16,"border":null,"marginBottom":16,"marginRight":16,"pbInternal_cloneId":"f0fVwZw4vEAz6py","marginTop":null},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"sections","props":{"collection":"sections","id":9},"children":[{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0fLUNo5DYa06wW","name":"rec-reads-1","customFields":{"titleType":"large","border":"none","pbInternal_cloneId":"c0fLUNo5DYa06wW","widescreenColumns":12,"desktopColumns":12,"tabletColumns":12,"appDisplay":"Recommended Reads"},"displayProperties":{}},"children":[{"collection":"features","type":"global/TitleBar","props":{"collection":"features","type":"global/TitleBar","id":"f0f8RU13x71o3dO","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"titleType":"small","alignment":"left","customHeader":"Recommended reads"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0f0AccasHD95Ap","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"MobileAppPackage":"","contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/11/18/metro/migrants-immigration-chile-haiti-massachusetts/","published":true,"use_redirects":""}},"preset":"Image, Overline, Headline, Deck","border":"none","Overline Font Size":12,"Headline Font":"Miller","Headline Font Size":28,"Thumbnail":"none","Aspect Ratio":0,"imagePlacement":"right","Story Card Date Font":"Georgia","StoryCardDateFontSize":14,"Deck Font":"Georgia","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","Links Dark Color":"white","1_linkURL":"","1_linkText":"","Overline":"","Image URL":"","2_linkURL":"","2_linkText":"","Headline":"","3_linkURL":"","3_linkText":"","widescreenColumns":8,"desktopColumns":12,"tabletColumns":12},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0fgsGrWCh4T17b","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentConfigValues":{"published":true},"contentService":""},"titleType":"large","globalPreset":"Image, Overline, Headline, Deck - [H-W*]","globalBorder":"none","border":"none","overlineFont":"Benton_Sans_Cond","overlineFontSize":12,"headlineFont":"Miller","headlineFontSize":18,"deckFont":"Georgia","deckFontSize":14,"storyCardDateFont":"Georgia","View_1":"Image, Overline, Headline, Deck - [H-W*]","View_2":"","View_3":"","View_4":"","View_5":"","View_6":"","View_7":"","View_8":"","View_9":"","View_10":"","View_11":"","View_12":"","widescreenContainerColumns":4,"desktopContainerColumns":12,"tabletContainerColumns":12,"curatedOnly":true,"URL_1":"/2024/11/20/metro/transgender-athletes-seth-moulton/","URL_2":"/2024/11/23/business/healey-health-insurance-reform-retailers/","URL_3":"/2024/11/23/sports/geno-auriemma-uconn-huskies-womens-basketball-ncaa/","widescreenCardColumns":12,"desktopCardColumns":4,"tabletCardColumns":4,"URL_4":""},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0ferE9WtTDy6DL","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"marginLeft":16,"border":null,"marginBottom":16,"marginRight":16,"pbInternal_cloneId":"f0ferE9WtTDy6DL","marginTop":0},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"sections","props":{"collection":"sections","id":10},"children":[]},{"collection":"sections","props":{"collection":"sections","id":11},"children":[{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0fQBkavNRZd6Bf","name":"comfort-zone-belt","customFields":{"titleType":"small","border":"none","pbInternal_cloneId":"c0fQBkavNRZd6Bf","title":""},"displayProperties":{}},"children":[{"collection":"features","type":"global/TitleBar","props":{"collection":"features","type":"global/TitleBar","id":"f0fThLQPw0BP7J7","name":"titlebarasdfsad","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"titleType":"small","alignment":"left","headerLink":"","customHeader":"Culture & Lifestyle"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0fEmbr3vkJD5HX","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"collections-feed","contentConfigValues":{"id":"CH3HHRMFABARTJDE7AFRE4GTIQ","contentAlias":"","size":4,"offset":""}},"titleType":"large","globalPreset":"Image, Headline","globalBorder":"none","border":"none","overlineFont":"Benton_Sans_Cond","overlineFontSize":12,"headlineFont":"Benton_Sans_Cond","headlineFontSize":16,"deckFont":"Georgia","deckFontSize":14,"widescreenCardColumns":3,"desktopCardColumns":3,"tabletCardColumns":3,"URL_1":""},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0fuGrP9EtDS7FM","customFields":{"titleType":"large","border":"none","title":null,"widescreenColumns":null,"desktopColumns":null,"tabletColumns":null},"displayProperties":{}},"children":[{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fKeDXjJ4uZ2yE-11-1-0","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"none","marginLeft":16,"marginRight":16,"marginBottom":48,"pbInternal_cloneId":"f0f39ioEv81j4Sg"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/TitleBar","props":{"collection":"features","type":"global/TitleBar","id":"f0feJRWxJ4uZ2LV-11-1-1","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"titleType":"small","alignment":"left","headerLink":"","customHeader":"Special Projects"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fkMDFEJ4uZ2lG-11-1-2","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/06/20/metro/broken-promises-unfulfilled-hope/","published":true}},"preset":"Image, Overline, Headline, Deck","border":"none","showTimestamp":false,"Overline Font Size":12,"Headline Font":"Benton_Sans_Cond","Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Deck Font":"Benton_Sans_Cond","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","widescreenColumns":3,"desktopColumns":3,"tabletColumns":3,"Headline Font Size":16,"pbInternal_cloneId":"f0f2J9JJcz9P4ul","Headline":"","Deck Color":"#222","Headline Color":"#111","Deck":"","MobileAppPackage":""},"displayProperties":{},"localEdits":{"MSV3ZUNKRBAJLA2246JHDSBXCQ":{"description":{"basic":"It was a perfect spring afternoon 10 years ago when two young men dropped homemade bombs amid the Marathon throng and history swerved. Five lives were lost; many more, changed. A new story for an old town, built of sorrow and resolve, with still no finish line in sight."}}},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fjMkdUJ4uZ29O-11-1-3","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/09/06/metro/steward-health-care-boston-globe-spotlight-team-report/","published":true}},"preset":"Image, Overline, Headline, Deck","border":"none","showTimestamp":true,"Overline Font Size":12,"Headline Font":"Benton_Sans_Cond","Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Deck Font":"Benton_Sans_Cond","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","widescreenColumns":3,"desktopColumns":3,"tabletColumns":3,"Headline Font Size":16,"pbInternal_cloneId":"f0f1PGo2geN83HL","Deck Color":"#222","Headline Color":"#111","Overline":"","Deck":"","Headline":"","MobileAppPackage":""},"displayProperties":{},"localEdits":{"H3WRT23QDNDPNIMPFMWXLZ475A":{"description":{"basic":"People in and around Boston are being challenged, in ways never before, to address the region's unprecedented housing crisis. The Globe Spotlight Team probed this question and found yet another crisis: One of consensus and will."}}},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0f0v0XJJ4uZ216-11-1-4","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2024/07/11/magazine/best-in-best-boston-best-in-food-things-to-do/","published":true}},"preset":"Image, Overline, Headline, Deck","border":"none","showTimestamp":true,"Overline Font Size":12,"Headline Font":"Benton_Sans_Cond","Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Deck Font":"Benton_Sans_Cond","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","widescreenColumns":3,"desktopColumns":3,"tabletColumns":3,"Headline Font Size":16,"pbInternal_cloneId":"f0fj8myx3MI83Su","Headline":"","Deck Color":"#222","Headline Color":"#111","Deck":"","MobileAppPackage":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fiUZ5PJ4uZ2fJ-11-1-5","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-api-article-page","contentConfigValues":{"website_url":"/2023/12/07/metro/nightmare-mission-hill/","published":true}},"preset":"Image, Overline, Headline, Deck","border":"none","showTimestamp":true,"Overline Font Size":12,"Headline Font":"Benton_Sans_Cond","Thumbnail":"none","Aspect Ratio":0.6666,"imagePlacement":"right","Deck Font":"Benton_Sans_Cond","Deck Font Size":14,"Links Font Size":12,"Links Color":"black","widescreenColumns":3,"desktopColumns":3,"tabletColumns":3,"Headline Font Size":16,"pbInternal_cloneId":"f0fIyYOCr1L83h9","Headline":"","Deck Color":"#222","Headline Color":"#111","MobileAppPackage":"","Deck":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fJiwaZJ4uZ2Tc-11-1-6","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":null,"marginLeft":16,"marginRight":16,"marginBottom":36,"pbInternal_cloneId":"f0fLiQJv99dL4ME","marginTop":null},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"features","type":"global/Subscribe","props":{"collection":"features","type":"global/Subscribe","id":"f0fzBXPKxrv41sK","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"buttonText":"Subscribe Now","url":"https://subscribe.bostonglobe.com/B2703/?p1=SectionFront_Subscribe_Digital","description":"Subscribe to the Globe for just 99 cents","title":"Support Real Journalism"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0f5Jz5ZNQku17O","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"none","marginLeft":16,"marginRight":16,"marginBottom":32,"pbInternal_cloneId":"f0f5Jz5ZNQku17O"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/SponsoredContent","props":{"collection":"features","type":"global/SponsoredContent","id":"f0fSj4j9U38lcI2","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"productBy":"product by Studio/B.","whatIsThisPopup1":"This content was produced by Boston Globe Media's","brandURLText":"Studio/B","brandURL":"https://sponsored.bostonglobe.com/studiob/home/","whatIsThisPopup2":"in collaboration with the advertiser. The news and editorial departments of the Boston Globe had no role in its production or display.","pbInternal_clipboardId":"f0fSj4j9U38lcI2"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fsVLeGncrB9HM","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"none","marginLeft":16,"marginRight":16,"marginBottom":32,"pbInternal_cloneId":"f0fsVLeGncrB9HM"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"0fpe0Y4FqrD","customFields":{"title":"Opinion, ideas, and commentary","titleType":"large","border":null,"widescreenColumns":null,"desktopColumns":null,"tabletColumns":null},"displayProperties":{"columns":{}}},"children":[{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fS2xiqBEsO5dU-11-6-0","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"none","marginLeft":16,"marginRight":16,"marginBottom":8},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fCeSJZN7A72fq-11-6-1","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"preset":"Image, Overline, Headline","Overline Color":"#9b1417","Links Font Size":12,"Thumbnail":null,"widescreenColumns":2,"contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/25/opinion/jake-auchincloss-reject-robert-kennedy-health-secretary/","published":true}},"border":"none","imagePlacement":"right","Links Color":"black","Deck Font":"Georgia","Aspect Ratio":0.6666,"Headline Font":"Benton_Sans_Cond","showTimestamp":true,"Image URL":"","desktopColumns":2,"Deck":"","Headline":"","Headline Font Size":16,"Overline":"","Overline Font Size":12,"tabletColumns":4,"Deck Font Size":14,"1_linkText":"","1_linkURL":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fHCBMs8LIM1kc-11-6-2","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"preset":"Image, Overline, Headline","Overline Color":"#9b1417","Links Font Size":12,"Thumbnail":"none","widescreenColumns":2,"contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/22/opinion/matt-siegel-kiss-108-radio-billy-costa-interview/","published":true}},"border":"none","imagePlacement":"right","Links Color":"black","Deck Font":"Georgia","Aspect Ratio":0.6666,"Headline Font":"Benton_Sans_Cond","showTimestamp":true,"Image URL":"","desktopColumns":2,"Deck":"","Headline Font Size":16,"Overline":"","Overline Font Size":12,"tabletColumns":4,"Deck Font Size":14,"pbInternal_cloneId":"f0fHCBMs8LIM1kc","1_linkText":"","1_linkURL":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fN43OiIqpD1L0-11-6-3","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"preset":"Image, Overline, Headline","Overline Color":"#9b1417","Links Font Size":12,"Thumbnail":"none","widescreenColumns":2,"contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/19/opinion/veterinary-clinics-private-equity-elizabeth-warren/","published":true}},"border":"none","imagePlacement":"right","Links Color":"black","Deck Font":"Georgia","Aspect Ratio":0.6666,"Headline Font":"Benton_Sans_Cond","showTimestamp":true,"Image URL":null,"desktopColumns":2,"Deck":"","Headline":"","Headline Font Size":16,"Overline":"","Overline Font Size":12,"tabletColumns":4,"Deck Font Size":14,"pbInternal_cloneId":"f0fN43OiIqpD1L0"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fkIjqWN7A72gy-11-6-4","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"preset":"Image, Overline, Headline","Overline Color":"#9b1417","Links Font Size":12,"Thumbnail":"none","widescreenColumns":2,"contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/23/opinion/elon-musk-trump-ai-dangers/","published":true}},"border":"none","imagePlacement":"right","Links Color":"black","Deck Font":"Georgia","Aspect Ratio":0.6666,"Headline Font":"Benton_Sans_Cond","showTimestamp":true,"Image URL":"","desktopColumns":2,"Deck":"","Headline Font Size":16,"Overline":"","Overline Font Size":12,"tabletColumns":4,"Deck Font Size":14},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fLLhmGZGOM1PU-11-6-5","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"preset":"Image, Overline, Headline","Overline Color":"#9b1417","Links Font Size":12,"Thumbnail":"none","widescreenColumns":2,"contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/23/opinion/letters-to-the-editor-bernie-sanders-democrats-election-lessons/","published":true}},"border":"none","imagePlacement":"right","Links Color":"black","Deck Font":"Georgia","Aspect Ratio":0.6666,"Headline Font":"Benton_Sans_Cond","showTimestamp":true,"Image URL":"","desktopColumns":2,"Deck":"","Headline":"","Headline Font Size":16,"Overline":"","Overline Font Size":12,"tabletColumns":4,"Deck Font Size":14,"pbInternal_cloneId":"f0fLLhmGZGOM1PU"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"f0fugqiGw9A72X4-11-6-6","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"preset":"Image, Overline, Headline","Overline Color":"#9b1417","Links Font Size":12,"Thumbnail":"none","widescreenColumns":2,"contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/02/28/opinion/reimagining-downtown-boston/","published":true}},"border":"none","imagePlacement":"right","Links Color":"black","Deck Font":"Georgia","Aspect Ratio":0.6666,"Headline Font":"Benton_Sans_Cond","showTimestamp":true,"Image URL":"","desktopColumns":2,"Deck":"","Headline":"","Headline Font Size":16,"Overline":"","Overline Font Size":12,"tabletColumns":4,"Deck Font Size":14},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fhVEq74uRj2Pl","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"none","marginLeft":16,"marginRight":16,"marginBottom":48,"pbInternal_cloneId":"f0fhVEq74uRj2Pl"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0fDXiIvRxjTamV","name":"metro-midpage-well","customFields":{"titleType":"large","border":"none","title":"Metro","widescreenColumns":null,"desktopColumns":null,"tabletColumns":null},"displayProperties":{}},"children":[{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fi2lWcu78f9pk","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"none","marginLeft":16,"marginRight":16,"marginBottom":8},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0fWwQAru78f9Wv","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-feed","contentConfigValues":{"query":"{\"query\":{\"bool\":{\"must\":[{\"exists\":{\"field\":\"promo_items\"}},{\"nested\":{\"path\":\"taxonomy.sections\",\"query\":{\"prefix\":{\"taxonomy.sections._id\":\"/metro\"}}}}]}}}","size":4,"sortBy":"display_date:desc","elasticSearchQuery":"true"}},"titleType":"small","globalPreset":"Overline, Headline, Deck","globalBorder":"none","border":"none","overlineFont":"Benton_Sans_Cond","overlineFontSize":12,"headlineFont":"Benton_Sans_Cond","headlineFontSize":16,"deckFont":"Benton_Sans_Cond","deckFontSize":14,"widescreenContainerColumns":null,"desktopContainerColumns":null,"tabletContainerColumns":null,"widescreenCardColumns":3,"desktopCardColumns":3,"tabletCardColumns":6,"marginTop":8},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fDaDLEu78f9YA","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"none","marginLeft":16,"marginRight":16,"marginBottom":48,"pbInternal_cloneId":"f0fA7zu2qLGg53D"},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"features","type":"global/ArcAd","props":{"collection":"features","type":"global/ArcAd","id":"f0ffi1cIxrv416H","name":"section-front-ad-do-not-delete","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"DFPAdPosition":"ad_billboard2","display":"all"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}}]},{"collection":"sections","props":{"collection":"sections","id":12},"children":[{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0fP6BOOkMRH7ob","customFields":{"titleType":"large","border":"none","pbInternal_cloneId":"c0fP6BOOkMRH7ob","title":"Sports","widescreenColumns":null,"desktopColumns":null,"tabletColumns":null},"displayProperties":{}},"children":[{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fWCR3Rut7Va6f","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"none","marginLeft":16,"marginRight":16,"marginBottom":8,"pbInternal_cloneId":"f0fDuykCi3pb4aB"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0fKvKh4vt7VanJ","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-feed","contentConfigValues":{"query":"{\"query\":{\"bool\":{\"must\":[{\"exists\":{\"field\":\"promo_items\"}},{\"nested\":{\"path\":\"taxonomy.sections\",\"query\":{\"prefix\":{\"taxonomy.sections._id\":\"/sports\"}}}}]}}}","size":6,"sortBy":"display_date:desc","elasticSearchQuery":"true","offset":""}},"titleType":"small","globalPreset":"Overline, Headline","globalBorder":"none","border":"none","overlineFont":"Benton_Sans_Cond","overlineFontSize":12,"headlineFont":"Benton_Sans_Cond","headlineFontSize":16,"deckFont":"Benton_Sans_Cond","deckFontSize":14,"widescreenContainerColumns":null,"desktopContainerColumns":null,"tabletContainerColumns":null,"widescreenCardColumns":4,"desktopCardColumns":4,"tabletCardColumns":4,"pbInternal_cloneId":"f0f9xsthF8qd17e","View_1":"Image, Overline, Headline, Deck","View_2":"Image, Overline, Headline, Deck","View_3":"Image, Overline, Headline, Deck","URL_6":"","URL_4":""},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/AuthorsFeed","props":{"collection":"features","type":"global/AuthorsFeed","id":"f0f1OQNavt7Vapm","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"Title":"Columnists","authorArticles":1,"Name_1":"gasper","Name_2":"shaughnessy","widescreenColumns":6,"desktopColumns":6,"tabletColumns":6,"Name_3":"sullivant","Name_4":"washburn"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fJTaZfvt7Va0z","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"none","marginLeft":16,"marginRight":16,"marginBottom":48,"pbInternal_cloneId":"f0fbGWvqpEPg1Lz"},"displayProperties":{},"localEdits":{},"variants":{}}}]}]},{"collection":"sections","props":{"collection":"sections","id":13},"children":[{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"0fTx4ctexN3Gp7X","customFields":{"border":"none","title":"","titleType":"small","widescreenColumns":null,"desktopColumns":null,"tabletColumns":null},"displayProperties":{}},"children":[{"collection":"features","type":"global/ArcAd","props":{"collection":"features","type":"global/ArcAd","id":"f0fNBKj1hwjh6av","name":"middle-rail-ad-do-not-delete-1-1","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"DFPAdPosition":"ad_sectfront2","display":"all","sticky":true,"pbInternal_cloneId":"f0fNBKj1hwjh6av"},"displayProperties":{},"localEdits":{},"variants":{}}}]}]},{"collection":"sections","props":{"collection":"sections","id":14},"children":[{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0fkBzHlwSUB9M0","name":"business-midpage-well","customFields":{"titleType":"large","border":"none","pbInternal_cloneId":"c0fkBzHlwSUB9M0","widescreenColumns":null,"desktopColumns":null,"tabletColumns":null,"title":"Business"},"displayProperties":{}},"children":[{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fSbfrkecDI64R","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"none","marginLeft":16,"marginRight":16,"marginBottom":8,"pbInternal_cloneId":"f0f8UKG3dZWbEk"},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0fyONnTWaigdtF","name":"business-midpage-well2","customFields":{"titleType":"small","border":"none","pbInternal_cloneId":"c0fyONnTWaigdtF","widescreenColumns":3,"desktopColumns":12,"tabletColumns":12},"displayProperties":{}},"children":[{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0fYYhr53zmhdDx","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"contentConfig":{"contentService":"content-feed","contentConfigValues":{"query":"{\"query\":{\"bool\":{\"must\":[{\"exists\":{\"field\":\"promo_items\"}},{\"nested\":{\"path\":\"taxonomy.sections\",\"query\":{\"prefix\":{\"taxonomy.sections._id\":\"/business\"}}}}]}}}","size":4,"sortBy":"display_date:desc","elasticSearchQuery":"true","offset":""}},"titleType":"small","globalPreset":"Overline, Headline","globalBorder":"none","border":"none","overlineFont":"Benton_Sans_Cond","overlineFontSize":12,"headlineFont":"Benton_Sans_Cond","headlineFontSize":16,"deckFont":"Benton_Sans_Cond","deckFontSize":14,"widescreenContainerColumns":null,"desktopContainerColumns":null,"tabletContainerColumns":null,"widescreenCardColumns":12,"desktopCardColumns":3,"tabletCardColumns":6,"pbInternal_cloneId":"f0fRsFcQB7Qf4Kc","View_1":"Overline, Headline, Deck","View_2":"Overline, Headline, Deck","marginTop":8},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0f4zcDeGV2XuM","name":"business-midpage-well3","customFields":{"titleType":"small","border":"none","pbInternal_cloneId":"c0f4zcDeGV2XuM","widescreenColumns":9,"desktopColumns":12,"tabletColumns":12},"displayProperties":{}},"children":[{"collection":"features","type":"global/AuthorsFeed","props":{"collection":"features","type":"global/AuthorsFeed","id":"f0f9UxtlJoMG2ty","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"Title":"Business columnists","authorArticles":1,"Name_1":"leung","Name_2":"edelman","widescreenColumns":4,"desktopColumns":4,"tabletColumns":6,"pbInternal_cloneId":"f0fgvpfCPatH4Vq","Name_5":"murphyse","Name_6":"skirsner","Name_3":"chesto","Name_4":"bray"},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0fph02ZCAan6pq","name":"business-midpage-well-1","customFields":{"titleType":"large","border":"none","pbInternal_cloneId":"c0fph02ZCAan6pq","widescreenColumns":null,"desktopColumns":null,"tabletColumns":null,"title":""},"displayProperties":{}},"children":[{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0f0XL7OCAan6Qk","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"none","marginLeft":16,"marginRight":16,"marginBottom":32,"pbInternal_cloneId":"f0f8UKG3dZWbEk"},"displayProperties":{},"localEdits":{},"variants":{}}}]},{"collection":"features","type":"global/ArcAd","props":{"collection":"features","type":"global/ArcAd","id":"f0frktlnyrv41WF","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"DFPAdPosition":"ad_billboard4"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"c0fwuxM04khZb6a","customFields":{"titleType":"large","border":"none"},"displayProperties":{}},"children":[]},{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fLDYYoCnBz1J5","name":"sportswellspacer2-0-0-1","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"border":"none","marginBottom":32,"marginRight":16,"marginLeft":16,"pbInternal_cloneId":"f0fLDYYoCnBz1J5"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/Newsletter","props":{"collection":"features","type":"global/Newsletter","id":"f0fL0Xv2zrv41hK","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"newsletterID":10000005},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fdTC1c47Mz1Fu","name":"sportswellspacer2-0-0-2","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"border":"none","marginBottom":32,"marginRight":16,"marginLeft":16,"pbInternal_cloneId":"f0fdTC1c47Mz1Fu"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"0f6HlD79prW","customFields":{"title":"","titleType":"large","appDisplay":"Section Well"},"displayProperties":{"columns":{}}},"children":[{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"0fKG2F99prl-c-c-c-14-9-0","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"border":"none","marginBottom":8,"marginLeft":16,"marginRight":16},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/TitleBar","props":{"collection":"features","type":"global/TitleBar","id":"0f9nF099prm-c-c-c-14-9-1","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"customHeader":"magazine","titleType":"small","headerLink":"/magazine","alignment":"left"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"0f2IyA89prE-c-c-c-14-9-2","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"preset":"Image, Overline, Headline","Overline Color":"","Links Font Size":12,"Thumbnail":"none","widescreenColumns":3,"contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/21/magazine/seven-wondrous-new-england-winter-getaways/","published":true}},"border":"none","imagePlacement":"right","Links Color":"black","Deck Font":"Georgia","Aspect Ratio":0.6666,"Headline Font":"Benton_Sans_Cond","showTimestamp":true,"Image URL":"","desktopColumns":3,"Headline":"","Headline Font Size":16,"Overline":"","Overline Font Size":12,"tabletColumns":6,"Deck Font Size":14,"MobileAppPackage":""},"displayProperties":{},"localEdits":{"DZO4CFS26JDQJNKGQT6HK7BCDM":{"label":{"storycard":{"text":"GLOBE MAGAZINE"}}}},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"0fW7qN79pr1-c-c-c-14-9-3","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"preset":"Image, Overline, Headline","Overline Color":"","Overline Border Color":"","Links Font Size":12,"Thumbnail":"none","widescreenColumns":3,"contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/20/magazine/best-snorkeling-florida-keys-vacation/","published":true}},"border":"none","imagePlacement":"right","Links Color":"black","Deck Font":"Georgia","Aspect Ratio":0.6666,"Headline Font":"Benton_Sans_Cond","showTimestamp":true,"Image URL":"","desktopColumns":3,"Headline":"","Headline Font Size":16,"Overline":"Winter Travel","Overline Font Size":12,"tabletColumns":6,"Deck Font Size":14,"MobileAppPackage":""},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"0fPuuH89prP-c-c-c-14-9-4","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"preset":"Image, Overline, Headline","Overline Color":"","Links Font Size":12,"Thumbnail":"none","widescreenColumns":3,"contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/22/magazine/will-this-librarian-find-literary-spark-with-her-date/","published":true}},"border":"none","imagePlacement":"right","Links Color":"black","Deck Font":"Georgia","Aspect Ratio":0.6666,"Headline Font":"Benton_Sans_Cond","showTimestamp":true,"Image URL":"","desktopColumns":3,"Headline":"","Headline Font Size":16,"Overline":"","Overline Font Size":12,"tabletColumns":6,"Deck Font Size":14,"MobileAppPackage":""},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCard","props":{"collection":"features","type":"global/StoryCard","id":"0fHBut89prf-c-c-c-14-9-5","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"preset":"Image, Overline, Headline","Overline Color":"","Links Font Size":12,"Thumbnail":"none","widescreenColumns":3,"contentConfig":{"contentService":"content-api","contentConfigValues":{"website_url":"/2024/11/21/magazine/questions-about-tipping-and-party-leftovers/","published":true}},"border":"none","imagePlacement":"right","Links Color":"black","Deck Font":"Georgia","Aspect Ratio":0.6666,"Headline Font":"Benton_Sans_Cond","showTimestamp":true,"Image URL":"","desktopColumns":3,"Headline":"","Headline Font Size":16,"Overline":"","Overline Font Size":12,"tabletColumns":6,"Deck Font Size":14,"MobileAppPackage":""},"displayProperties":{},"localEdits":{"2RXX7QXVMBBNJIFQTSHCDT2Z6E":{"headlines":{"basic":"Cheryl Katon’s impossible decision"}}},"variants":{}}}]},{"collection":"features","type":"global/Spacer","props":{"collection":"features","type":"global/Spacer","id":"f0fjey9rXBfw3mV","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"border":"none","marginLeft":16,"marginRight":16,"marginBottom":48},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/ArcAd","props":{"collection":"features","type":"global/ArcAd","id":"f0fiomCgzrv41Yi","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":true},"customFields":{"DFPAdPosition":"ad_billboard5"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"chains","type":"DefaultChain","props":{"collection":"chains","type":"DefaultChain","id":"0fEFhoe9prc","name":"bottompage-section-well","customFields":{"appDisplay":"Section Well"},"displayProperties":{"columns":{}}},"children":[{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0fFMa2lzrv41k0","name":"metro","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":38,"deckFont":"Benton_Sans_Cond","tabletContainerColumns":4,"contentConfig":{"contentService":"content-feed","contentConfigValues":{"query":"{\"query\":{\"filtered\":{\"filter\": {\"bool\": {\"must\": [{\"exists\": {\"field\": \"promo_items\"}},{\"prefix\": {\"taxonomy.primary_section._id\": \"/metro\"}}],\"must_not\": [{\"prefix\": {\"taxonomy.sites._id\": \"/metro/obituaries\"}},{\"prefix\": {\"taxonomy.sites._id\": \"/metro/globe-local\"}}]}}}}}","size":"3","sortBy":"display_date:desc","elasticSearchQuery":"true","offset":4}},"border":"bottom","headlineFontSize":14,"titleType":"small","widescreenContainerColumns":2,"deckFontSize":14,"globalBorder":"none","overlineFontSize":12,"title":"metro","globalPreset":"Headline","desktopContainerColumns":4,"headlineFont":"Benton_Sans_Cond","View_1":"Image, Headline","overlineFont":"Benton_Sans_Cond"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0fNLMrjzrv41th","name":"sports","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":38,"deckFont":"Benton_Sans_Cond","tabletContainerColumns":4,"contentConfig":{"contentService":"content-feed","contentConfigValues":{"size":"3","sortBy":"display_date:desc","query":"{\"query\":{\"bool\":{\"must\":[{\"exists\":{\"field\":\"promo_items\"}},{\"nested\":{\"path\":\"taxonomy.sections\",\"query\":{\"prefix\":{\"taxonomy.sections._id\":\"/sports\"}}}}]}}}","offset":6,"elasticSearchQuery":"true"}},"border":"bottom","headlineFontSize":14,"titleType":"small","widescreenContainerColumns":2,"deckFontSize":14,"globalBorder":"none","overlineFontSize":12,"title":"sports","globalPreset":"Headline","desktopContainerColumns":4,"headlineFont":"Benton_Sans_Cond","View_1":"Image, Headline","overlineFont":"Benton_Sans_Cond"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0fFp5iqzrv41dC","name":"business","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":38,"deckFont":"Benton_Sans_Cond","tabletContainerColumns":4,"contentConfig":{"contentService":"content-feed","contentConfigValues":{"query":"{\"query\":{\"bool\":{\"must\":[{\"exists\":{\"field\":\"promo_items\"}},{\"nested\":{\"path\":\"taxonomy.sections\",\"query\":{\"prefix\":{\"taxonomy.sections._id\":\"/business\"}}}}]}}}","size":"3","sortBy":"display_date:desc","elasticSearchQuery":"true","offset":4}},"border":"bottom","headlineFontSize":14,"titleType":"small","widescreenContainerColumns":2,"deckFontSize":14,"globalBorder":"none","overlineFontSize":12,"title":"business","globalPreset":"Headline","desktopContainerColumns":4,"headlineFont":"Benton_Sans_Cond","View_1":"Image, Headline","overlineFont":"Benton_Sans_Cond"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0fXPEYozrv41GA","name":"politics","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":38,"deckFont":"Benton_Sans_Cond","tabletContainerColumns":4,"contentConfig":{"contentService":"content-feed","contentConfigValues":{"size":"3","sortBy":"display_date:desc","query":"{\"query\":{\"bool\":{\"must\":[{\"exists\":{\"field\":\"promo_items\"}},{\"nested\":{\"path\":\"taxonomy.sections\",\"query\":{\"prefix\":{\"taxonomy.sections._id\":\"/nation/politics\"}}}}]}}}","offset":"","elasticSearchQuery":"true"}},"border":"bottom","headlineFontSize":14,"titleType":"small","widescreenContainerColumns":2,"deckFontSize":14,"globalBorder":"none","overlineFontSize":12,"title":"politics","globalPreset":"Headline","desktopContainerColumns":4,"headlineFont":"Benton_Sans_Cond","View_1":"Image, Headline","overlineFont":"Benton_Sans_Cond"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0f22Rjmzrv41nk","name":"nation","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":38,"deckFont":"Benton_Sans_Cond","tabletContainerColumns":4,"contentConfig":{"contentService":"content-feed","contentConfigValues":{"size":"3","sortBy":"display_date:desc","query":"{\"query\":{\"filtered\":{\"filter\": {\"bool\": {\"must\": [{\"exists\": {\"field\": \"promo_items\"}},{\"prefix\": {\"taxonomy.primary_section._id\": \"/nation\"}}],\"must_not\": [{\"prefix\": {\"taxonomy.sites._id\": \"/nation/politics\"}},{\"prefix\": {\"taxonomy.sites._id\": \"/world\"}}]}}}}}","offset":"","elasticSearchQuery":"true"}},"border":"bottom","headlineFontSize":14,"titleType":"small","widescreenContainerColumns":2,"deckFontSize":14,"globalBorder":"none","overlineFontSize":12,"title":"Nation","globalPreset":"Headline","desktopContainerColumns":4,"headlineFont":"Benton_Sans_Cond","View_1":"Image, Headline","overlineFont":"Benton_Sans_Cond"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0fPqZFnzrv41Qc","name":"world","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":38,"deckFont":"Benton_Sans_Cond","tabletContainerColumns":4,"contentConfig":{"contentService":"content-feed","contentConfigValues":{"size":"3","sortBy":"display_date:desc","query":"{\"query\":{\"filtered\":{\"filter\": {\"bool\": {\"must\": [{\"exists\": {\"field\": \"promo_items\"}},{\"prefix\": {\"taxonomy.primary_section._id\": \"/world\"}}],\"must_not\": [{\"prefix\": {\"taxonomy.sites._id\": \"/nation\"}}]}}}}}","offset":"","elasticSearchQuery":"true"}},"border":"bottom","headlineFontSize":14,"titleType":"small","widescreenContainerColumns":2,"deckFontSize":14,"globalBorder":"none","overlineFontSize":12,"title":"World","globalPreset":"Headline","desktopContainerColumns":4,"headlineFont":"Benton_Sans_Cond","View_1":"Image, Headline","overlineFont":"Benton_Sans_Cond"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0fQFiguzrv41BH","name":"opinion-basement","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":38,"deckFont":"Benton_Sans_Cond","tabletContainerColumns":4,"contentConfig":{"contentService":"content-feed","contentConfigValues":{"query":"{\"query\":{\"bool\":{\"must\":[{\"exists\":{\"field\":\"promo_items\"}},{\"nested\":{\"path\":\"taxonomy.sections\",\"query\":{\"prefix\":{\"taxonomy.sections._id\":\"/opinion\"}}}}]}}}","size":3,"sortBy":"display_date:desc","elasticSearchQuery":"true","offset":10}},"border":"bottom","headlineFontSize":14,"titleType":"small","widescreenContainerColumns":2,"deckFontSize":14,"globalBorder":"none","overlineFontSize":12,"title":"opinion","globalPreset":"Headline","desktopContainerColumns":4,"headlineFont":"Benton_Sans_Cond","View_1":"Image, Headline","overlineFont":"Benton_Sans_Cond"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0frWsBrzrv41EQ","name":"lifestyle","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":38,"deckFont":"Benton_Sans_Cond","tabletContainerColumns":4,"contentConfig":{"contentService":"content-feed","contentConfigValues":{"query":"{\"query\":{\"filtered\":{\"filter\": {\"bool\": {\"must\": [{\"exists\": {\"field\": \"promo_items\"}},{\"prefix\": {\"taxonomy.primary_section._id\": \"/lifestyle\"}}],\"must_not\": [{\"prefix\": {\"taxonomy.sites._id\": \"/lifestyle/food-dining\"}},{\"prefix\": {\"taxonomy.sites._id\": \"/lifestyle/travel\"}}]}}}}}","size":"3","sortBy":"display_date:desc","elasticSearchQuery":"true","offset":"","published":""}},"border":"bottom","headlineFontSize":14,"titleType":"small","widescreenContainerColumns":2,"deckFontSize":14,"globalBorder":"none","overlineFontSize":12,"title":"lifestyle","globalPreset":"Headline","desktopContainerColumns":4,"headlineFont":"Benton_Sans_Cond","View_1":"Image, Headline","overlineFont":"Benton_Sans_Cond"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0f7z8xvzrv41jB","name":"food-and-dining","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":38,"deckFont":"Benton_Sans_Cond","tabletContainerColumns":4,"contentConfig":{"contentService":"content-feed","contentConfigValues":{"size":"3","sortBy":"display_date:desc","query":"{\"query\":{\"bool\":{\"must\":[{\"exists\":{\"field\":\"promo_items\"}},{\"nested\":{\"path\":\"taxonomy.sections\",\"query\":{\"prefix\":{\"taxonomy.sections._id\":\"/lifestyle/food-dining\"}}}}]}}}","offset":"","elasticSearchQuery":"true"}},"border":"bottom","headlineFontSize":14,"titleType":"small","widescreenContainerColumns":2,"deckFontSize":14,"globalBorder":"none","overlineFontSize":12,"title":"food & dining","globalPreset":"Headline","desktopContainerColumns":4,"headlineFont":"Benton_Sans_Cond","View_1":"Image, Headline","overlineFont":"Benton_Sans_Cond"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0ft5xRwzrv41YB","name":"travel","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":38,"deckFont":"Benton_Sans_Cond","tabletContainerColumns":4,"contentConfig":{"contentService":"content-feed","contentConfigValues":{"query":"{\"query\":{\"bool\":{\"must\":[{\"exists\":{\"field\":\"promo_items\"}},{\"nested\":{\"path\":\"taxonomy.sections\",\"query\":{\"prefix\":{\"taxonomy.sections._id\":\"/lifestyle/travel\"}}}}]}}}","size":"3","sortBy":"display_date:desc","elasticSearchQuery":"true"}},"border":"bottom","headlineFontSize":14,"titleType":"small","widescreenContainerColumns":2,"deckFontSize":14,"globalBorder":"none","overlineFontSize":12,"title":"travel","globalPreset":"Headline","desktopContainerColumns":4,"headlineFont":"Benton_Sans_Cond","View_1":"Image, Headline","overlineFont":"Benton_Sans_Cond"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0feN4Xszrv41pP","name":"visual-arts","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":38,"deckFont":"Benton_Sans_Cond","tabletContainerColumns":4,"contentConfig":{"contentService":"content-feed","contentConfigValues":{"query":"{\"query\":{\"bool\":{\"must\":[{\"exists\":{\"field\":\"promo_items\"}},{\"nested\":{\"path\":\"taxonomy.sections\",\"query\":{\"prefix\":{\"taxonomy.sections._id\":\"/arts/visual-arts\"}}}}]}}}","size":"3","sortBy":"display_date:desc","elasticSearchQuery":"true"}},"border":"bottom","headlineFontSize":14,"titleType":"small","widescreenContainerColumns":2,"deckFontSize":14,"globalBorder":"none","overlineFontSize":12,"title":"Arts","globalPreset":"Headline","desktopContainerColumns":4,"headlineFont":"Benton_Sans_Cond","View_1":"Image, Headline","overlineFont":"Benton_Sans_Cond"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0fEif9yzrv41hM","name":"books","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":38,"deckFont":"Benton_Sans_Cond","tabletContainerColumns":4,"contentConfig":{"contentService":"content-feed","contentConfigValues":{"query":"{\"query\":{\"bool\":{\"must\":[{\"exists\":{\"field\":\"promo_items\"}},{\"nested\":{\"path\":\"taxonomy.sections\",\"query\":{\"prefix\":{\"taxonomy.sections._id\":\"/arts/books\"}}}}]}}}","size":"3","sortBy":"display_date:desc","elasticSearchQuery":"true"}},"border":"bottom","headlineFontSize":14,"titleType":"small","widescreenContainerColumns":2,"deckFontSize":14,"globalBorder":"none","overlineFontSize":12,"title":"Books","globalPreset":"Headline","desktopContainerColumns":4,"headlineFont":"Benton_Sans_Cond","View_1":"Image, Headline","overlineFont":"Benton_Sans_Cond"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0fd2SBzzrv41tT","name":"movies","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":38,"deckFont":"Benton_Sans_Cond","tabletContainerColumns":4,"contentConfig":{"contentService":"content-feed","contentConfigValues":{"query":"{\"query\":{\"bool\":{\"must\":[{\"exists\":{\"field\":\"promo_items\"}},{\"nested\":{\"path\":\"taxonomy.sections\",\"query\":{\"prefix\":{\"taxonomy.sections._id\":\"/arts/movies\"}}}}]}}}","size":"3","sortBy":"display_date:desc","elasticSearchQuery":"true"}},"border":"bottom","headlineFontSize":14,"titleType":"small","widescreenContainerColumns":2,"deckFontSize":14,"globalBorder":"none","overlineFontSize":12,"title":"Movies","globalPreset":"Headline","desktopContainerColumns":4,"headlineFont":"Benton_Sans_Cond","View_1":"Image, Headline","overlineFont":"Benton_Sans_Cond"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0fWaMSAzrv41yP","name":"tv","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":38,"deckFont":"Benton_Sans_Cond","tabletContainerColumns":4,"contentConfig":{"contentService":"content-feed","contentConfigValues":{"query":"{\"query\":{\"bool\":{\"must\":[{\"exists\":{\"field\":\"promo_items\"}},{\"nested\":{\"path\":\"taxonomy.sections\",\"query\":{\"prefix\":{\"taxonomy.sections._id\":\"/arts/tv\"}}}}]}}}","size":"3","sortBy":"display_date:desc","elasticSearchQuery":"true"}},"border":"bottom","headlineFontSize":14,"titleType":"small","widescreenContainerColumns":2,"deckFontSize":14,"globalBorder":"none","overlineFontSize":12,"title":"Television","globalPreset":"Headline","desktopContainerColumns":4,"headlineFont":"Benton_Sans_Cond","View_1":"Image, Headline","overlineFont":"Benton_Sans_Cond"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0f2D7hCzrv41nM","name":"music","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":38,"deckFont":"Benton_Sans_Cond","tabletContainerColumns":4,"contentConfig":{"contentService":"content-feed","contentConfigValues":{"query":"{\"query\":{\"bool\":{\"must\":[{\"exists\":{\"field\":\"promo_items\"}},{\"nested\":{\"path\":\"taxonomy.sections\",\"query\":{\"prefix\":{\"taxonomy.sections._id\":\"/arts/music\"}}}}]}}}","size":"3","sortBy":"display_date:desc","elasticSearchQuery":"true"}},"border":"bottom","headlineFontSize":14,"titleType":"small","widescreenContainerColumns":2,"deckFontSize":14,"globalBorder":"none","overlineFontSize":12,"title":"music","globalPreset":"Headline","desktopContainerColumns":4,"headlineFont":"Benton_Sans_Cond","View_1":"Image, Headline","overlineFont":"Benton_Sans_Cond"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0ffIQzDzrv41VA","name":"arts","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":38,"deckFont":"Benton_Sans_Cond","tabletContainerColumns":4,"contentConfig":{"contentService":"content-feed","contentConfigValues":{"query":"{\"query\":{\"filtered\":{\"filter\": {\"bool\": {\"must\": [{\"exists\": {\"field\": \"promo_items\"}},{\"prefix\": {\"taxonomy.primary_section._id\": \"/arts/performing-arts\"}}],\"must_not\": [{\"prefix\": {\"taxonomy.sites._id\": \"/arts/music\"}}]}}}}}","size":"3","sortBy":"display_date:desc","elasticSearchQuery":"true"}},"border":"bottom","headlineFontSize":14,"titleType":"small","widescreenContainerColumns":2,"deckFontSize":14,"globalBorder":"none","overlineFontSize":12,"title":"Theater/Dance","globalPreset":"Headline","desktopContainerColumns":4,"headlineFont":"Benton_Sans_Cond","View_1":"Image, Headline","overlineFont":"Benton_Sans_Cond"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0fsmPXEzrv41hO","name":"globe-local","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":38,"deckFont":"Benton_Sans_Cond","tabletContainerColumns":4,"contentConfig":{"contentService":"content-feed","contentConfigValues":{"query":"{\"query\":{\"bool\":{\"must\":[{\"exists\":{\"field\":\"promo_items\"}},{\"nested\":{\"path\":\"taxonomy.sections\",\"query\":{\"prefix\":{\"taxonomy.sections._id\":\"/business/healthcare/\"}}}}]}}}","size":"3","sortBy":"display_date:desc","elasticSearchQuery":"true"}},"border":"bottom","URL_2":"","headlineFontSize":14,"titleType":"small","widescreenContainerColumns":2,"deckFontSize":14,"URL_3":"","globalBorder":"none","overlineFontSize":12,"curatedOnly":false,"title":"Health","globalPreset":"Headline","URL_5":"","desktopContainerColumns":4,"headlineFont":"Benton_Sans_Cond","URL_1":"","View_1":"Image, Headline","overlineFont":"Benton_Sans_Cond"},"displayProperties":{},"localEdits":{},"variants":{}}},{"collection":"features","type":"global/StoryCardFeed","props":{"collection":"features","type":"global/StoryCardFeed","id":"f0fYk8kGzrv41RV","name":"obituaries","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{"marginTop":38,"deckFont":"Benton_Sans_Cond","tabletContainerColumns":4,"contentConfig":{"contentService":"content-feed","contentConfigValues":{"query":"{\"query\":{\"bool\":{\"must\":[{\"exists\":{\"field\":\"promo_items\"}},{\"nested\":{\"path\":\"taxonomy.sections\",\"query\":{\"prefix\":{\"taxonomy.sections._id\":\"/metro/obituaries\"}}}}]}}}","size":"3","sortBy":"display_date:desc","elasticSearchQuery":"true"}},"border":"bottom","headlineFontSize":14,"titleType":"small","widescreenContainerColumns":2,"deckFontSize":14,"globalBorder":"none","overlineFontSize":12,"title":"Obituaries","globalPreset":"Headline","desktopContainerColumns":4,"headlineFont":"Benton_Sans_Cond","View_1":"Image, Headline","overlineFont":"Benton_Sans_Cond"},"displayProperties":{},"localEdits":{"items":{}},"variants":{}}}]}]},{"collection":"sections","props":{"collection":"sections","id":15},"children":[]},{"collection":"sections","props":{"collection":"sections","id":16},"children":[]},{"collection":"sections","props":{"collection":"sections","id":17},"children":[{"collection":"features","type":"global/Footer","props":{"collection":"features","type":"global/Footer","id":"f0fpvEyPzrv41oi","contentConfig":{"contentService":"","contentConfigValues":{},"inherit":false},"customFields":{},"displayProperties":{},"localEdits":{},"variants":{}}}]}]};Fusion.spa=false;Fusion.spaEnabled=false;Fusion.method='hydrate';</script><script src="//www.queryly.com/js/queryly.v4.js"></script><script type="text/javascript">queryly.init('36ee6c9ee5694a13', document.querySelectorAll('#fusion-app'));</script><script> (function() { /** CONFIGURATION START **/ var env = function() { if (typeof window !== 'undefined') { if (window.location.host.includes('localhost')) { return 'localhost.bostonglobe.com'; } else if (window.location.host.includes('staging')) { return 'arc-staging.bostonglobe.com'; } else if (window.location.host.includes('dev')) { return 'arc-development.bostonglobe.com'; } else if (window.location.host.includes('sandbox')) { return 'arc-sandbox.bostonglobe.com'; } } return 'bostonglobe.com'; } var registrationId = null; var articleId = null; if(window && window.bg && window.bg.globalTracking) { registrationId = window.bg.globalTracking.registrationID; const currentArticleId = window.bg.globalTracking.articleID; if(currentArticleId && !currentArticleId.includes('/')){ articleId = currentArticleId; } } var _sf_async_config = window._sf_async_config = (window._sf_async_config || {}); _sf_async_config.idSync = _sf_async_config.idSync || {}; _sf_async_config.idSync.registrationId = registrationId; if (window && window.meterObject && window.meterObject.observationController && window.meterObject.observationController.addEventObserver) { window.meterObject.observationController.addEventObserver('userStateChange', function(userInfo) { _sf_async_config.idSync.registrationId = userInfo.id; }); } _sf_async_config.idSync.articleId = articleId; _sf_async_config.uid = 8544; _sf_async_config.domain = env(); _sf_async_config.autoDetect = false; _sf_async_config.useCanonical = true; _sf_async_config.flickerControl = false; _sf_async_config.useCanonicalDomain = true; _sf_async_config.sections = "Boston Globe"; _sf_async_config.authors = "undefined"; _sf_async_config.articleBlockSelector = 'div.s_c'; /** CONFIGURATION END **/ window && window.addEventListener('load', (event) => { const allVideoContainers = document.getElementsByClassName("powa-processed"); const videoList = document.getElementsByClassName("powa-video"); const videoContainerLength = allVideoContainers.length; const videoListLength = videoList.length; function loadChartbeat() { var categoryTwoConsent = JSON.parse(localStorage.getItem('consent_one_trust_bgmp') || '{}').C0002; var e = document.createElement('script'); var n = document.getElementsByTagName('script')[0]; e.type = !categoryTwoConsent ? 'text/plain' : 'text/javascript'; e.async = true; e.classList.add('optanon-category-C0002'); e.src = '//static.chartbeat.com/js/chartbeat_video.js'; n.parentNode.insertBefore(e, n); } if (videoContainerLength !== videoListLength){ setTimeout(loadChartbeat, 3000); } else { loadChartbeat(); } }); })(); </script><script async="" class="optanon-category-C0002" type="text/plain" src="https://static.chartbeat.com/js/chartbeat_mab.js"></script><script type="application/javascript" src="/pf/resources/froomle.js?d=519"></script></body><script type="text/javascript">// 86acbd31cd7c09cf30acb66d2fbedc91daa48b86:1585599299.060444 !function(n,r,e,t,c){var i,o="Promise"in n,u={then:function(){return u},catch:function(n){ return n(new Error("Airship SDK Error: Unsupported browser")),u}},s=o?new Promise((function(n,r){i=function(e,t){e?r(e):n(t)}})):u ;s._async_setup=function(n){if(o)try{i(null,n(c))}catch(n){i(n)}},n[t]=s;var a=r.createElement("script");a.src=e,a.async=!0,a.id="_uasdk", a.rel=t,r.head.appendChild(a)}(window,document,'https://aswpsdkus.com/notify/v1/ua-sdk.min.js', 'UA', { vapidPublicKey: 'BDrSgcRV69RPcC0x8SGqIIpQ7GQ3Qb0xJO8dprkxXOh_pu9PZsopJukREuwuQ49YV6EEQdNdc21vuzc353PezYo=', websitePushId: 'web.bostonglobe.remix', appKey: 'he_gaup9R9-CoVxS1GWZ6A', token: 'MTpoZV9nYXVwOVI5LUNvVnhTMUdXWjZBOkVRaEhiTDJaeXkwQ2ZSTzQ5MUd5OFZWV0lkSzNENlJKRGRJVEoweUlKTFU' });</script></html>