CINXE.COM
Breaking News Alerts from Global News
<!DOCTYPE html> <html lang="en-US"> <head> <script type="text/javascript"> function gnca_get_location_from_geo_data( geo_data ) { var loc_url = document.location.href.toLowerCase(); if( loc_url.indexOf('gref=') > -1 ) { if( loc_url.indexOf( 'gref=am980' ) > -1 ) { return 'gnca-london'; } else if( loc_url.indexOf( 'gref=900chml' ) > -1 ) { return 'gnca-hamilton'; } else if( loc_url.indexOf( 'gref=channel12' ) > -1 ) { return 'gnca-durham'; } else if( loc_url.indexOf( 'gref=chextv' ) > -1 ) { return 'gnca-peterborough'; } else if( loc_url.indexOf( 'gref=ckwstv' ) > -1 ) { return 'gnca-kingston'; } } // Handle regions that are "misnamed". For instance, the province of Ontario is in the "Toronto" region. if( geo_data.region ) { geo_data.region = geo_data.region.toUpperCase(); } else { return false; } switch (geo_data.region) { case 'ONTARIO': if( geo_data.city ) { var city = geo_data.city.toUpperCase(); if( 'LONDON' === city || 'WOODSTOCK' === city ) { return 'gnca-london'; } else if( 'GUELPH' === city ) { return 'gnca-guelph'; } else if( 'HAMILTON' === city ) { return 'gnca-hamilton'; } else if( 'PETERBOROUGH' === city ) { return 'gnca-peterborough'; } else if( 'KINGSTON' === city ) { return 'gnca-kingston'; } else if( (['AJAX','BROCK', 'CLARINGTON','OSHAWA','PICKERING','SCUGOG','UXBRIDGE','WHITBY']).indexOf(city) > -1 ) { return 'gnca-durham'; } else if( (['BARRIE', 'COLLINGWOOD', 'ORILLIA', 'NEWMARKET', 'INNISFIL', 'WASAGA BEACH']).indexOf(city) > -1 ) { return 'gnca-barrie'; } else if( 'KITCHENER' === city || 'WATERLOO' === city ) { return 'gnca-kitchener'; } } if ( geo_data.longitude < -76.232 ) { return 'gnca-toronto'; } else { return 'gnca-ottawa'; } case 'QUEBEC': if( geo_data.city ) { var city = geo_data.city.toUpperCase(); if( 'GATINEAU' === city ) { return 'gnca-ottawa'; } } return 'gnca-montreal'; case 'MANITOBA': return 'gnca-winnipeg'; // If in one of the maritime regions, handle that now case 'NOVA SCOTIA': return 'gnca-halifax'; case 'NEW BRUNSWICK': return 'gnca-new-brunswick'; } // If geo_data is not set properly, no more explorations of the location can be done. if ( 'undefined' === typeof( geo_data.latitude ) || 'undefined' === typeof( geo_data.longitude ) ) { return false; } /** * Handle provinces with multiple regions. These are determined by first look at the region that the was identified. * Next, the latitude or longitude is investigated to determine which region within the province the is appropriate. */ if ( 'BRITISH COLUMBIA' === geo_data.region ) { if ( geo_data.longitude > -121.000 ) { return 'gnca-okanagan'; } else { return 'gnca-bc'; } } /** * There are 3 regions in Alberta. To simplify the logic, the function checks for the bottom most, then the top most * region. If it is not the top or bottom most region, it is assumed to be the middle region. */ if ( 'ALBERTA' === geo_data.region ) { if ( geo_data.latitude > 52.145 ) { // Demarcation of bottom and middle region return 'gnca-edmonton'; } else if ( geo_data.latitude < 50.222 ) { // Demarcation of top and middle region return 'gnca-lethbridge'; } else { return 'gnca-calgary'; } } if ( 'SASKATCHEWAN' === geo_data.region ) { if ( geo_data.latitude < 51.212 ) { return 'gnca-regina'; } else { return 'gnca-saskatoon'; } } return false; } </script> <script type="text/javascript"> function geoSetCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays*24*60*60*1000)); var expires = "expires="+ d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; } function geoGetCookie(cname, cvalue, exdays) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for (var i = 0; i <ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } var cookieName = 'gncaGeoDetected'; var geoDetected = geoGetCookie( cookieName ); console.log( 'geo detected?', geoDetected ); // Ensure geo detection only takes place once. if ( ! geoDetected ) { // Save a cookie to remember the geo detection attempt. geoSetCookie( cookieName, geoDetected + 1, 1 ); console.log( 'set geoDetected' ); // Timeout geo detection request to ensure the cookie is set. setTimeout( function() { // detect region var xhr = new XMLHttpRequest(); xhr.open( 'GET', 'https://public-api.wordpress.com/geo/', false ); xhr.onreadystatechange = function() { // Call a function when the state changes. if ( this.readyState === XMLHttpRequest.DONE && this.status === 200 ) { var geo = JSON.parse( this.responseText ); var region = gnca_get_location_from_geo_data( geo ); if ( ! region ) { region = 'gnca-national'; } var xhttp = new XMLHttpRequest(); xhttp.open( 'POST', '/gnca-ajax/blank', false ); xhttp.setRequestHeader( 'Content-type', 'application/x-www-form-urlencoded' ); xhttp.onreadystatechange = function() { // Call a function when the state changes. if ( this.readyState === XMLHttpRequest.DONE && this.status === 200 ) { window.location.reload(); } }; xhttp.send( 'gnca-region=' + region ); } }; xhr.send(''); }, 500 ); } </script> <!-- Meta Tags --> <meta charset="UTF-8"><script type="text/javascript">(window.NREUM||(NREUM={})).init={ajax:{deny_list:["bam.nr-data.net"]}};(window.NREUM||(NREUM={})).loader_config={licenseKey:"75660ba8f4",applicationID:"418684855"};;/*! For license information please see nr-loader-rum-1.274.0.min.js.LICENSE.txt */ (()=>{var e,t,r={8122:(e,t,r)=>{"use strict";r.d(t,{a:()=>i});var n=r(944);function i(e,t){try{if(!e||"object"!=typeof e)return(0,n.R)(3);if(!t||"object"!=typeof t)return(0,n.R)(4);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),o=0===Object.keys(r).length?e:r;for(let a in o)if(void 0!==e[a])try{if(null===e[a]){r[a]=null;continue}Array.isArray(e[a])&&Array.isArray(t[a])?r[a]=Array.from(new Set([...e[a],...t[a]])):"object"==typeof e[a]&&"object"==typeof t[a]?r[a]=i(e[a],t[a]):r[a]=e[a]}catch(e){(0,n.R)(1,e)}return r}catch(e){(0,n.R)(2,e)}}},2555:(e,t,r)=>{"use strict";r.d(t,{Vp:()=>c,fn:()=>s,x1:()=>u});var n=r(384),i=r(8122);const o={beacon:n.NT.beacon,errorBeacon:n.NT.errorBeacon,licenseKey:void 0,applicationID:void 0,sa:void 0,queueTime:void 0,applicationTime:void 0,ttGuid:void 0,user:void 0,account:void 0,product:void 0,extra:void 0,jsAttributes:{},userAttributes:void 0,atts:void 0,transactionName:void 0,tNamePlain:void 0},a={};function s(e){try{const t=c(e);return!!t.licenseKey&&!!t.errorBeacon&&!!t.applicationID}catch(e){return!1}}function c(e){if(!e)throw new Error("All info objects require an agent identifier!");if(!a[e])throw new Error("Info for ".concat(e," was never set"));return a[e]}function u(e,t){if(!e)throw new Error("All info objects require an agent identifier!");a[e]=(0,i.a)(t,o);const r=(0,n.nY)(e);r&&(r.info=a[e])}},9417:(e,t,r)=>{"use strict";r.d(t,{D0:()=>g,gD:()=>h,xN:()=>p});var n=r(993);const i=e=>{if(!e||"string"!=typeof e)return!1;try{document.createDocumentFragment().querySelector(e)}catch{return!1}return!0};var o=r(2614),a=r(944),s=r(384),c=r(8122);const u="[data-nr-mask]",d=()=>{const e={mask_selector:"*",block_selector:"[data-nr-block]",mask_input_options:{color:!1,date:!1,"datetime-local":!1,email:!1,month:!1,number:!1,range:!1,search:!1,tel:!1,text:!1,time:!1,url:!1,week:!1,textarea:!1,select:!1,password:!0}};return{ajax:{deny_list:void 0,block_internal:!0,enabled:!0,harvestTimeSeconds:10,autoStart:!0},distributed_tracing:{enabled:void 0,exclude_newrelic_header:void 0,cors_use_newrelic_header:void 0,cors_use_tracecontext_headers:void 0,allowed_origins:void 0},feature_flags:[],generic_events:{enabled:!0,harvestTimeSeconds:30,autoStart:!0},harvest:{tooManyRequestsDelay:60},jserrors:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},logging:{enabled:!0,harvestTimeSeconds:10,autoStart:!0,level:n.p_.INFO},metrics:{enabled:!0,autoStart:!0},obfuscate:void 0,page_action:{enabled:!0},page_view_event:{enabled:!0,autoStart:!0},page_view_timing:{enabled:!0,harvestTimeSeconds:30,autoStart:!0},performance:{capture_marks:!1,capture_measures:!1},privacy:{cookies_enabled:!0},proxy:{assets:void 0,beacon:void 0},session:{expiresMs:o.wk,inactiveMs:o.BB},session_replay:{autoStart:!0,enabled:!1,harvestTimeSeconds:60,preload:!1,sampling_rate:10,error_sampling_rate:100,collect_fonts:!1,inline_images:!1,fix_stylesheets:!0,mask_all_inputs:!0,get mask_text_selector(){return e.mask_selector},set mask_text_selector(t){i(t)?e.mask_selector="".concat(t,",").concat(u):""===t||null===t?e.mask_selector=u:(0,a.R)(5,t)},get block_class(){return"nr-block"},get ignore_class(){return"nr-ignore"},get mask_text_class(){return"nr-mask"},get block_selector(){return e.block_selector},set block_selector(t){i(t)?e.block_selector+=",".concat(t):""!==t&&(0,a.R)(6,t)},get mask_input_options(){return e.mask_input_options},set mask_input_options(t){t&&"object"==typeof t?e.mask_input_options={...t,password:!0}:(0,a.R)(7,t)}},session_trace:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},soft_navigations:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},spa:{enabled:!0,harvestTimeSeconds:10,autoStart:!0},ssl:void 0,user_actions:{enabled:!0}}},l={},f="All configuration objects require an agent identifier!";function g(e){if(!e)throw new Error(f);if(!l[e])throw new Error("Configuration for ".concat(e," was never set"));return l[e]}function p(e,t){if(!e)throw new Error(f);l[e]=(0,c.a)(t,d());const r=(0,s.nY)(e);r&&(r.init=l[e])}function h(e,t){if(!e)throw new Error(f);var r=g(e);if(r){for(var n=t.split("."),i=0;i<n.length-1;i++)if("object"!=typeof(r=r[n[i]]))return;r=r[n[n.length-1]]}return r}},3371:(e,t,r)=>{"use strict";r.d(t,{V:()=>f,f:()=>l});var n=r(8122),i=r(384),o=r(6154),a=r(9324);let s=0;const c={buildEnv:a.F3,distMethod:a.Xs,version:a.xv,originTime:o.WN},u={customTransaction:void 0,disabled:!1,isolatedBacklog:!1,loaderType:void 0,maxBytes:3e4,onerror:void 0,ptid:void 0,releaseIds:{},appMetadata:{},session:void 0,denyList:void 0,timeKeeper:void 0,obfuscator:void 0},d={};function l(e){if(!e)throw new Error("All runtime objects require an agent identifier!");if(!d[e])throw new Error("Runtime for ".concat(e," was never set"));return d[e]}function f(e,t){if(!e)throw new Error("All runtime objects require an agent identifier!");d[e]={...(0,n.a)(t,u),...c},Object.hasOwnProperty.call(d[e],"harvestCount")||Object.defineProperty(d[e],"harvestCount",{get:()=>++s});const r=(0,i.nY)(e);r&&(r.runtime=d[e])}},9324:(e,t,r)=>{"use strict";r.d(t,{F3:()=>i,Xs:()=>o,xv:()=>n});const n="1.274.0",i="PROD",o="CDN"},6154:(e,t,r)=>{"use strict";r.d(t,{OF:()=>c,RI:()=>i,WN:()=>d,bv:()=>o,gm:()=>a,mw:()=>s,sb:()=>u});var n=r(1863);const i="undefined"!=typeof window&&!!window.document,o="undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis.navigator instanceof WorkerNavigator),a=i?window:"undefined"!=typeof WorkerGlobalScope&&("undefined"!=typeof self&&self instanceof WorkerGlobalScope&&self||"undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis),s=Boolean("hidden"===a?.document?.visibilityState),c=/iPad|iPhone|iPod/.test(a.navigator?.userAgent),u=c&&"undefined"==typeof SharedWorker,d=((()=>{const e=a.navigator?.userAgent?.match(/Firefox[/\s](\d+\.\d+)/);Array.isArray(e)&&e.length>=2&&e[1]})(),Date.now()-(0,n.t)())},1687:(e,t,r)=>{"use strict";r.d(t,{Ak:()=>c,Ze:()=>l,x3:()=>u});var n=r(7836),i=r(3606),o=r(860),a=r(2646);const s={};function c(e,t){const r={staged:!1,priority:o.P3[t]||0};d(e),s[e].get(t)||s[e].set(t,r)}function u(e,t){e&&s[e]&&(s[e].get(t)&&s[e].delete(t),g(e,t,!1),s[e].size&&f(e))}function d(e){if(!e)throw new Error("agentIdentifier required");s[e]||(s[e]=new Map)}function l(e="",t="feature",r=!1){if(d(e),!e||!s[e].get(t)||r)return g(e,t);s[e].get(t).staged=!0,f(e)}function f(e){const t=Array.from(s[e]);t.every((([e,t])=>t.staged))&&(t.sort(((e,t)=>e[1].priority-t[1].priority)),t.forEach((([t])=>{s[e].delete(t),g(e,t)})))}function g(e,t,r=!0){const o=e?n.ee.get(e):n.ee,s=i.i.handlers;if(!o.aborted&&o.backlog&&s){if(r){const e=o.backlog[t],r=s[t];if(r){for(let t=0;e&&t<e.length;++t)p(e[t],r);Object.entries(r).forEach((([e,t])=>{Object.values(t||{}).forEach((t=>{t[0]?.on&&t[0]?.context()instanceof a.y&&t[0].on(e,t[1])}))}))}}o.isolatedBacklog||delete s[t],o.backlog[t]=null,o.emit("drain-"+t,[])}}function p(e,t){var r=e[1];Object.values(t[r]||{}).forEach((t=>{var r=e[0];if(t[0]===r){var n=t[1],i=e[3],o=e[2];n.apply(i,o)}}))}},7836:(e,t,r)=>{"use strict";r.d(t,{P:()=>c,ee:()=>u});var n=r(384),i=r(8990),o=r(3371),a=r(2646),s=r(5607);const c="nr@context:".concat(s.W),u=function e(t,r){var n={},s={},d={},l=!1;try{l=16===r.length&&(0,o.f)(r).isolatedBacklog}catch(e){}var f={on:p,addEventListener:p,removeEventListener:function(e,t){var r=n[e];if(!r)return;for(var i=0;i<r.length;i++)r[i]===t&&r.splice(i,1)},emit:function(e,r,n,i,o){!1!==o&&(o=!0);if(u.aborted&&!i)return;t&&o&&t.emit(e,r,n);for(var a=g(n),c=h(e),d=c.length,l=0;l<d;l++)c[l].apply(a,r);var p=m()[s[e]];p&&p.push([f,e,r,a]);return a},get:v,listeners:h,context:g,buffer:function(e,t){const r=m();if(t=t||"feature",f.aborted)return;Object.entries(e||{}).forEach((([e,n])=>{s[n]=t,t in r||(r[t]=[])}))},abort:function(){f._aborted=!0,Object.keys(f.backlog).forEach((e=>{delete f.backlog[e]}))},isBuffering:function(e){return!!m()[s[e]]},debugId:r,backlog:l?{}:t&&"object"==typeof t.backlog?t.backlog:{},isolatedBacklog:l};return Object.defineProperty(f,"aborted",{get:()=>{let e=f._aborted||!1;return e||(t&&(e=t.aborted),e)}}),f;function g(e){return e&&e instanceof a.y?e:e?(0,i.I)(e,c,(()=>new a.y(c))):new a.y(c)}function p(e,t){n[e]=h(e).concat(t)}function h(e){return n[e]||[]}function v(t){return d[t]=d[t]||e(f,t)}function m(){return f.backlog}}(void 0,"globalEE"),d=(0,n.Zm)();d.ee||(d.ee=u)},2646:(e,t,r)=>{"use strict";r.d(t,{y:()=>n});class n{constructor(e){this.contextId=e}}},9908:(e,t,r)=>{"use strict";r.d(t,{d:()=>n,p:()=>i});var n=r(7836).ee.get("handle");function i(e,t,r,i,o){o?(o.buffer([e],i),o.emit(e,t,r)):(n.buffer([e],i),n.emit(e,t,r))}},3606:(e,t,r)=>{"use strict";r.d(t,{i:()=>o});var n=r(9908);o.on=a;var i=o.handlers={};function o(e,t,r,o){a(o||n.d,i,e,t,r)}function a(e,t,r,i,o){o||(o="feature"),e||(e=n.d);var a=t[o]=t[o]||{};(a[r]=a[r]||[]).push([e,i])}},3878:(e,t,r)=>{"use strict";function n(e,t){return{capture:e,passive:!1,signal:t}}function i(e,t,r=!1,i){window.addEventListener(e,t,n(r,i))}function o(e,t,r=!1,i){document.addEventListener(e,t,n(r,i))}r.d(t,{DD:()=>o,jT:()=>n,sp:()=>i})},5607:(e,t,r)=>{"use strict";r.d(t,{W:()=>n});const n=(0,r(9566).bz)()},9566:(e,t,r)=>{"use strict";r.d(t,{LA:()=>s,bz:()=>a});var n=r(6154);const i="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx";function o(e,t){return e?15&e[t]:16*Math.random()|0}function a(){const e=n.gm?.crypto||n.gm?.msCrypto;let t,r=0;return e&&e.getRandomValues&&(t=e.getRandomValues(new Uint8Array(30))),i.split("").map((e=>"x"===e?o(t,r++).toString(16):"y"===e?(3&o()|8).toString(16):e)).join("")}function s(e){const t=n.gm?.crypto||n.gm?.msCrypto;let r,i=0;t&&t.getRandomValues&&(r=t.getRandomValues(new Uint8Array(e)));const a=[];for(var s=0;s<e;s++)a.push(o(r,i++).toString(16));return a.join("")}},2614:(e,t,r)=>{"use strict";r.d(t,{BB:()=>a,H3:()=>n,g:()=>u,iL:()=>c,tS:()=>s,uh:()=>i,wk:()=>o});const n="NRBA",i="SESSION",o=144e5,a=18e5,s={STARTED:"session-started",PAUSE:"session-pause",RESET:"session-reset",RESUME:"session-resume",UPDATE:"session-update"},c={SAME_TAB:"same-tab",CROSS_TAB:"cross-tab"},u={OFF:0,FULL:1,ERROR:2}},1863:(e,t,r)=>{"use strict";function n(){return Math.floor(performance.now())}r.d(t,{t:()=>n})},944:(e,t,r)=>{"use strict";function n(e,t){"function"==typeof console.debug&&console.debug("New Relic Warning: https://github.com/newrelic/newrelic-browser-agent/blob/main/docs/warning-codes.md#".concat(e),t)}r.d(t,{R:()=>n})},5284:(e,t,r)=>{"use strict";r.d(t,{t:()=>c,B:()=>s});var n=r(7836),i=r(6154);const o="newrelic";const a=new Set,s={};function c(e,t){const r=n.ee.get(t);s[t]??={},e&&"object"==typeof e&&(a.has(t)||(r.emit("rumresp",[e]),s[t]=e,a.add(t),function(e={}){try{i.gm.dispatchEvent(new CustomEvent(o,{detail:e}))}catch(e){}}({loaded:!0})))}},8990:(e,t,r)=>{"use strict";r.d(t,{I:()=>i});var n=Object.prototype.hasOwnProperty;function i(e,t,r){if(n.call(e,t))return e[t];var i=r();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,t,{value:i,writable:!0,enumerable:!1}),i}catch(e){}return e[t]=i,i}},6389:(e,t,r)=>{"use strict";function n(e,t=500,r={}){const n=r?.leading||!1;let i;return(...r)=>{n&&void 0===i&&(e.apply(this,r),i=setTimeout((()=>{i=clearTimeout(i)}),t)),n||(clearTimeout(i),i=setTimeout((()=>{e.apply(this,r)}),t))}}function i(e){let t=!1;return(...r)=>{t||(t=!0,e.apply(this,r))}}r.d(t,{J:()=>i,s:()=>n})},5289:(e,t,r)=>{"use strict";r.d(t,{GG:()=>o,sB:()=>a});var n=r(3878);function i(){return"undefined"==typeof document||"complete"===document.readyState}function o(e,t){if(i())return e();(0,n.sp)("load",e,t)}function a(e){if(i())return e();(0,n.DD)("DOMContentLoaded",e)}},384:(e,t,r)=>{"use strict";r.d(t,{NT:()=>o,US:()=>d,Zm:()=>a,bQ:()=>c,dV:()=>s,nY:()=>u,pV:()=>l});var n=r(6154),i=r(1863);const o={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net"};function a(){return n.gm.NREUM||(n.gm.NREUM={}),void 0===n.gm.newrelic&&(n.gm.newrelic=n.gm.NREUM),n.gm.NREUM}function s(){let e=a();return e.o||(e.o={ST:n.gm.setTimeout,SI:n.gm.setImmediate,CT:n.gm.clearTimeout,XHR:n.gm.XMLHttpRequest,REQ:n.gm.Request,EV:n.gm.Event,PR:n.gm.Promise,MO:n.gm.MutationObserver,FETCH:n.gm.fetch,WS:n.gm.WebSocket}),e}function c(e,t){let r=a();r.initializedAgents??={},t.initializedAt={ms:(0,i.t)(),date:new Date},r.initializedAgents[e]=t}function u(e){let t=a();return t.initializedAgents?.[e]}function d(e,t){a()[e]=t}function l(){return function(){let e=a();const t=e.info||{};e.info={beacon:o.beacon,errorBeacon:o.errorBeacon,...t}}(),function(){let e=a();const t=e.init||{};e.init={...t}}(),s(),function(){let e=a();const t=e.loader_config||{};e.loader_config={...t}}(),a()}},2843:(e,t,r)=>{"use strict";r.d(t,{u:()=>i});var n=r(3878);function i(e,t=!1,r,i){(0,n.DD)("visibilitychange",(function(){if(t)return void("hidden"===document.visibilityState&&e());e(document.visibilityState)}),r,i)}},3434:(e,t,r)=>{"use strict";r.d(t,{YM:()=>c});var n=r(7836),i=r(5607);const o="nr@original:".concat(i.W);var a=Object.prototype.hasOwnProperty,s=!1;function c(e,t){return e||(e=n.ee),r.inPlace=function(e,t,n,i,o){n||(n="");const a="-"===n.charAt(0);for(let s=0;s<t.length;s++){const c=t[s],u=e[c];d(u)||(e[c]=r(u,a?c+n:n,i,c,o))}},r.flag=o,r;function r(t,r,n,s,c){return d(t)?t:(r||(r=""),nrWrapper[o]=t,function(e,t,r){if(Object.defineProperty&&Object.keys)try{return Object.keys(e).forEach((function(r){Object.defineProperty(t,r,{get:function(){return e[r]},set:function(t){return e[r]=t,t}})})),t}catch(e){u([e],r)}for(var n in e)a.call(e,n)&&(t[n]=e[n])}(t,nrWrapper,e),nrWrapper);function nrWrapper(){var o,a,d,l;try{a=this,o=[...arguments],d="function"==typeof n?n(o,a):n||{}}catch(t){u([t,"",[o,a,s],d],e)}i(r+"start",[o,a,s],d,c);try{return l=t.apply(a,o)}catch(e){throw i(r+"err",[o,a,e],d,c),e}finally{i(r+"end",[o,a,l],d,c)}}}function i(r,n,i,o){if(!s||t){var a=s;s=!0;try{e.emit(r,n,i,t,o)}catch(t){u([t,r,n,i],e)}s=a}}}function u(e,t){t||(t=n.ee);try{t.emit("internal-error",e)}catch(e){}}function d(e){return!(e&&"function"==typeof e&&e.apply&&!e[o])}},993:(e,t,r)=>{"use strict";r.d(t,{ET:()=>o,p_:()=>i});var n=r(860);const i={ERROR:"ERROR",WARN:"WARN",INFO:"INFO",DEBUG:"DEBUG",TRACE:"TRACE"},o="log";n.K7.logging},3969:(e,t,r)=>{"use strict";r.d(t,{TZ:()=>n,XG:()=>s,rs:()=>i,xV:()=>a,z_:()=>o});const n=r(860).K7.metrics,i="sm",o="cm",a="storeSupportabilityMetrics",s="storeEventMetrics"},6630:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.pageViewEvent},782:(e,t,r)=>{"use strict";r.d(t,{T:()=>n});const n=r(860).K7.pageViewTiming},6344:(e,t,r)=>{"use strict";r.d(t,{G4:()=>i});var n=r(2614);r(860).K7.sessionReplay;const i={RECORD:"recordReplay",PAUSE:"pauseReplay",REPLAY_RUNNING:"replayRunning",ERROR_DURING_REPLAY:"errorDuringReplay"};n.g.ERROR,n.g.FULL,n.g.OFF},4234:(e,t,r)=>{"use strict";r.d(t,{W:()=>o});var n=r(7836),i=r(1687);class o{constructor(e,t){this.agentIdentifier=e,this.ee=n.ee.get(e),this.featureName=t,this.blocked=!1}deregisterDrain(){(0,i.x3)(this.agentIdentifier,this.featureName)}}},7603:(e,t,r)=>{"use strict";r.d(t,{j:()=>P});var n=r(860),i=r(2555),o=r(3371),a=r(9908),s=r(7836),c=r(1687),u=r(5289),d=r(6154),l=r(944),f=r(3969),g=r(384),p=r(6344);const h=["setErrorHandler","finished","addToTrace","addRelease","addPageAction","setCurrentRouteName","setPageViewName","setCustomAttribute","interaction","noticeError","setUserId","setApplicationVersion","start",p.G4.RECORD,p.G4.PAUSE,"log","wrapLogger"],v=["setErrorHandler","finished","addToTrace","addRelease"];var m=r(1863),b=r(2614),y=r(993);var w=r(2646),A=r(3434);function R(e,t,r,n){if("object"!=typeof t||!t||"string"!=typeof r||!r||"function"!=typeof t[r])return(0,l.R)(29);const i=function(e){return(e||s.ee).get("logger")}(e),o=(0,A.YM)(i),a=new w.y(s.P);return a.level=n.level,a.customAttributes=n.customAttributes,o.inPlace(t,[r],"wrap-logger-",a),i}function E(){const e=(0,g.pV)();h.forEach((t=>{e[t]=(...r)=>function(t,...r){let n=[];return Object.values(e.initializedAgents).forEach((e=>{e&&e.api?e.exposed&&e.api[t]&&n.push(e.api[t](...r)):(0,l.R)(38,t)})),n.length>1?n:n[0]}(t,...r)}))}const x={};function _(e,t,g=!1){t||(0,c.Ak)(e,"api");const h={};var w=s.ee.get(e),A=w.get("tracer");x[e]=b.g.OFF,w.on(p.G4.REPLAY_RUNNING,(t=>{x[e]=t}));var E="api-",_=E+"ixn-";function N(t,r,n,o){const a=(0,i.Vp)(e);return null===r?delete a.jsAttributes[t]:(0,i.x1)(e,{...a,jsAttributes:{...a.jsAttributes,[t]:r}}),j(E,n,!0,o||null===r?"session":void 0)(t,r)}function T(){}h.log=function(e,{customAttributes:t={},level:r=y.p_.INFO}={}){(0,a.p)(f.xV,["API/log/called"],void 0,n.K7.metrics,w),function(e,t,r={},i=y.p_.INFO){(0,a.p)(f.xV,["API/logging/".concat(i.toLowerCase(),"/called")],void 0,n.K7.metrics,e),(0,a.p)(y.ET,[(0,m.t)(),t,r,i],void 0,n.K7.logging,e)}(w,e,t,r)},h.wrapLogger=(e,t,{customAttributes:r={},level:i=y.p_.INFO}={})=>{(0,a.p)(f.xV,["API/wrapLogger/called"],void 0,n.K7.metrics,w),R(w,e,t,{customAttributes:r,level:i})},v.forEach((e=>{h[e]=j(E,e,!0,"api")})),h.addPageAction=j(E,"addPageAction",!0,n.K7.genericEvents),h.setPageViewName=function(t,r){if("string"==typeof t)return"/"!==t.charAt(0)&&(t="/"+t),(0,o.f)(e).customTransaction=(r||"http://custom.transaction")+t,j(E,"setPageViewName",!0)()},h.setCustomAttribute=function(e,t,r=!1){if("string"==typeof e){if(["string","number","boolean"].includes(typeof t)||null===t)return N(e,t,"setCustomAttribute",r);(0,l.R)(40,typeof t)}else(0,l.R)(39,typeof e)},h.setUserId=function(e){if("string"==typeof e||null===e)return N("enduser.id",e,"setUserId",!0);(0,l.R)(41,typeof e)},h.setApplicationVersion=function(e){if("string"==typeof e||null===e)return N("application.version",e,"setApplicationVersion",!1);(0,l.R)(42,typeof e)},h.start=()=>{try{(0,a.p)(f.xV,["API/start/called"],void 0,n.K7.metrics,w),w.emit("manual-start-all")}catch(e){(0,l.R)(23,e)}},h[p.G4.RECORD]=function(){(0,a.p)(f.xV,["API/recordReplay/called"],void 0,n.K7.metrics,w),(0,a.p)(p.G4.RECORD,[],void 0,n.K7.sessionReplay,w)},h[p.G4.PAUSE]=function(){(0,a.p)(f.xV,["API/pauseReplay/called"],void 0,n.K7.metrics,w),(0,a.p)(p.G4.PAUSE,[],void 0,n.K7.sessionReplay,w)},h.interaction=function(e){return(new T).get("object"==typeof e?e:{})};const S=T.prototype={createTracer:function(e,t){var r={},i=this,o="function"==typeof t;return(0,a.p)(f.xV,["API/createTracer/called"],void 0,n.K7.metrics,w),g||(0,a.p)(_+"tracer",[(0,m.t)(),e,r],i,n.K7.spa,w),function(){if(A.emit((o?"":"no-")+"fn-start",[(0,m.t)(),i,o],r),o)try{return t.apply(this,arguments)}catch(e){const t="string"==typeof e?new Error(e):e;throw A.emit("fn-err",[arguments,this,t],r),t}finally{A.emit("fn-end",[(0,m.t)()],r)}}}};function j(e,t,r,i){return function(){return(0,a.p)(f.xV,["API/"+t+"/called"],void 0,n.K7.metrics,w),i&&(0,a.p)(e+t,[(0,m.t)(),...arguments],r?null:this,i,w),r?void 0:this}}function k(){r.e(296).then(r.bind(r,8778)).then((({setAPI:t})=>{t(e),(0,c.Ze)(e,"api")})).catch((e=>{(0,l.R)(27,e),w.abort()}))}return["actionText","setName","setAttribute","save","ignore","onEnd","getContext","end","get"].forEach((e=>{S[e]=j(_,e,void 0,g?n.K7.softNav:n.K7.spa)})),h.setCurrentRouteName=g?j(_,"routeName",void 0,n.K7.softNav):j(E,"routeName",!0,n.K7.spa),h.noticeError=function(t,r){"string"==typeof t&&(t=new Error(t)),(0,a.p)(f.xV,["API/noticeError/called"],void 0,n.K7.metrics,w),(0,a.p)("err",[t,(0,m.t)(),!1,r,!!x[e]],void 0,n.K7.jserrors,w)},d.RI?(0,u.GG)((()=>k()),!0):k(),h}var N=r(9417),T=r(8122);const S={accountID:void 0,trustKey:void 0,agentID:void 0,licenseKey:void 0,applicationID:void 0,xpid:void 0},j={};var k=r(5284);const I=e=>{const t=e.startsWith("http");e+="/",r.p=t?e:"https://"+e};let O=!1;function P(e,t={},r,n){let{init:a,info:c,loader_config:u,runtime:l={},exposed:f=!0}=t;l.loaderType=r;const p=(0,g.pV)();c||(a=p.init,c=p.info,u=p.loader_config),(0,N.xN)(e.agentIdentifier,a||{}),function(e,t){if(!e)throw new Error("All loader-config objects require an agent identifier!");j[e]=(0,T.a)(t,S);const r=(0,g.nY)(e);r&&(r.loader_config=j[e])}(e.agentIdentifier,u||{}),c.jsAttributes??={},d.bv&&(c.jsAttributes.isWorker=!0),(0,i.x1)(e.agentIdentifier,c);const h=(0,N.D0)(e.agentIdentifier),v=[c.beacon,c.errorBeacon];O||(h.proxy.assets&&(I(h.proxy.assets),v.push(h.proxy.assets)),h.proxy.beacon&&v.push(h.proxy.beacon),E(),(0,g.US)("activatedFeatures",k.B),e.runSoftNavOverSpa&&=!0===h.soft_navigations.enabled&&h.feature_flags.includes("soft_nav")),l.denyList=[...h.ajax.deny_list||[],...h.ajax.block_internal?v:[]],l.ptid=e.agentIdentifier,(0,o.V)(e.agentIdentifier,l),e.ee=s.ee.get(e.agentIdentifier),void 0===e.api&&(e.api=_(e.agentIdentifier,n,e.runSoftNavOverSpa)),void 0===e.exposed&&(e.exposed=f),O=!0}},8374:(e,t,r)=>{r.nc=(()=>{try{return document?.currentScript?.nonce}catch(e){}return""})()},860:(e,t,r)=>{"use strict";r.d(t,{$J:()=>o,K7:()=>n,P3:()=>i});const n={ajax:"ajax",genericEvents:"generic_events",jserrors:"jserrors",logging:"logging",metrics:"metrics",pageAction:"page_action",pageViewEvent:"page_view_event",pageViewTiming:"page_view_timing",sessionReplay:"session_replay",sessionTrace:"session_trace",softNav:"soft_navigations",spa:"spa"},i={[n.pageViewEvent]:1,[n.pageViewTiming]:2,[n.metrics]:3,[n.jserrors]:4,[n.spa]:5,[n.ajax]:6,[n.sessionTrace]:7,[n.softNav]:8,[n.sessionReplay]:9,[n.logging]:10,[n.genericEvents]:11},o={[n.pageViewTiming]:"events",[n.ajax]:"events",[n.spa]:"events",[n.softNav]:"events",[n.metrics]:"jserrors",[n.jserrors]:"jserrors",[n.sessionTrace]:"browser/blobs",[n.sessionReplay]:"browser/blobs",[n.logging]:"browser/logs",[n.genericEvents]:"ins"}}},n={};function i(e){var t=n[e];if(void 0!==t)return t.exports;var o=n[e]={exports:{}};return r[e](o,o.exports,i),o.exports}i.m=r,i.d=(e,t)=>{for(var r in t)i.o(t,r)&&!i.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},i.f={},i.e=e=>Promise.all(Object.keys(i.f).reduce(((t,r)=>(i.f[r](e,t),t)),[])),i.u=e=>"nr-rum-1.274.0.min.js",i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="NRBA-1.274.0.PROD:",i.l=(r,n,o,a)=>{if(e[r])e[r].push(n);else{var s,c;if(void 0!==o)for(var u=document.getElementsByTagName("script"),d=0;d<u.length;d++){var l=u[d];if(l.getAttribute("src")==r||l.getAttribute("data-webpack")==t+o){s=l;break}}if(!s){c=!0;var f={296:"sha512-gkYkZDAwQ9PwaDXs2YM+rNIdRej1Ac1mupWobRJ8eahQcXz6/sunGZCKklrzi5kWxhOGRZr2tn0rEKuLTXzfAA=="};(s=document.createElement("script")).charset="utf-8",s.timeout=120,i.nc&&s.setAttribute("nonce",i.nc),s.setAttribute("data-webpack",t+o),s.src=r,0!==s.src.indexOf(window.location.origin+"/")&&(s.crossOrigin="anonymous"),f[a]&&(s.integrity=f[a])}e[r]=[n];var g=(t,n)=>{s.onerror=s.onload=null,clearTimeout(p);var i=e[r];if(delete e[r],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((e=>e(n))),t)return t(n)},p=setTimeout(g.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=g.bind(null,s.onerror),s.onload=g.bind(null,s.onload),c&&document.head.appendChild(s)}},i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.p="https://js-agent.newrelic.com/",(()=>{var e={840:0,374:0};i.f.j=(t,r)=>{var n=i.o(e,t)?e[t]:void 0;if(0!==n)if(n)r.push(n[2]);else{var o=new Promise(((r,i)=>n=e[t]=[r,i]));r.push(n[2]=o);var a=i.p+i.u(t),s=new Error;i.l(a,(r=>{if(i.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var o=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src;s.message="Loading chunk "+t+" failed.\n("+o+": "+a+")",s.name="ChunkLoadError",s.type=o,s.request=a,n[1](s)}}),"chunk-"+t,t)}};var t=(t,r)=>{var n,o,[a,s,c]=r,u=0;if(a.some((t=>0!==e[t]))){for(n in s)i.o(s,n)&&(i.m[n]=s[n]);if(c)c(i)}for(t&&t(r);u<a.length;u++)o=a[u],i.o(e,o)&&e[o]&&e[o][0](),e[o]=0},r=self["webpackChunk:NRBA-1.274.0.PROD"]=self["webpackChunk:NRBA-1.274.0.PROD"]||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})(),(()=>{"use strict";i(8374);var e=i(944),t=i(6344),r=i(9566);class n{agentIdentifier;constructor(e=(0,r.LA)(16)){this.agentIdentifier=e}#e(t,...r){if("function"==typeof this.api?.[t])return this.api[t](...r);(0,e.R)(35,t)}addPageAction(e,t){return this.#e("addPageAction",e,t)}setPageViewName(e,t){return this.#e("setPageViewName",e,t)}setCustomAttribute(e,t,r){return this.#e("setCustomAttribute",e,t,r)}noticeError(e,t){return this.#e("noticeError",e,t)}setUserId(e){return this.#e("setUserId",e)}setApplicationVersion(e){return this.#e("setApplicationVersion",e)}setErrorHandler(e){return this.#e("setErrorHandler",e)}addRelease(e,t){return this.#e("addRelease",e,t)}log(e,t){return this.#e("log",e,t)}}class o extends n{#e(t,...r){if("function"==typeof this.api?.[t])return this.api[t](...r);(0,e.R)(35,t)}start(){return this.#e("start")}finished(e){return this.#e("finished",e)}recordReplay(){return this.#e(t.G4.RECORD)}pauseReplay(){return this.#e(t.G4.PAUSE)}addToTrace(e){return this.#e("addToTrace",e)}setCurrentRouteName(e){return this.#e("setCurrentRouteName",e)}interaction(){return this.#e("interaction")}wrapLogger(e,t,r){return this.#e("wrapLogger",e,t,r)}}var a=i(860),s=i(9417);const c=Object.values(a.K7);function u(e){const t={};return c.forEach((r=>{t[r]=function(e,t){return!0===(0,s.gD)(t,"".concat(e,".enabled"))}(r,e)})),t}var d=i(7603);var l=i(1687),f=i(4234),g=i(5289),p=i(6154),h=i(384);const v=e=>p.RI&&!0===(0,s.gD)(e,"privacy.cookies_enabled");function m(e){return!!(0,h.dV)().o.MO&&v(e)&&!0===(0,s.gD)(e,"session_trace.enabled")}var b=i(6389);class y extends f.W{constructor(e,t,r=!0){super(e.agentIdentifier,t),this.auto=r,this.abortHandler=void 0,this.featAggregate=void 0,this.onAggregateImported=void 0,!1===e.init[this.featureName].autoStart&&(this.auto=!1),this.auto?(0,l.Ak)(e.agentIdentifier,t):this.ee.on("manual-start-all",(0,b.J)((()=>{(0,l.Ak)(e.agentIdentifier,this.featureName),this.auto=!0,this.importAggregator(e)})))}importAggregator(t,r={}){if(this.featAggregate||!this.auto)return;let n;this.onAggregateImported=new Promise((e=>{n=e}));const o=async()=>{let o;try{if(v(this.agentIdentifier)){const{setupAgentSession:e}=await i.e(296).then(i.bind(i,3861));o=e(t)}}catch(t){(0,e.R)(20,t),this.ee.emit("internal-error",[t]),this.featureName===a.K7.sessionReplay&&this.abortHandler?.()}try{if(t.sharedAggregator)await t.sharedAggregator;else{t.sharedAggregator=i.e(296).then(i.bind(i,9337));const{EventAggregator:e}=await t.sharedAggregator;t.sharedAggregator=new e}if(!this.#t(this.featureName,o))return(0,l.Ze)(this.agentIdentifier,this.featureName),void n(!1);const{lazyFeatureLoader:e}=await i.e(296).then(i.bind(i,6103)),{Aggregate:a}=await e(this.featureName,"aggregate");this.featAggregate=new a(t,r),n(!0)}catch(t){(0,e.R)(34,t),this.abortHandler?.(),(0,l.Ze)(this.agentIdentifier,this.featureName,!0),n(!1),this.ee&&this.ee.abort()}};p.RI?(0,g.GG)((()=>o()),!0):o()}#t(e,t){switch(e){case a.K7.sessionReplay:return m(this.agentIdentifier)&&!!t;case a.K7.sessionTrace:return!!t;default:return!0}}}var w=i(6630);class A extends y{static featureName=w.T;constructor(e,t=!0){super(e,w.T,t),this.importAggregator(e)}}var R=i(9908),E=i(2843),x=i(3878),_=i(782),N=i(1863);class T extends y{static featureName=_.T;constructor(e,t=!0){super(e,_.T,t),p.RI&&((0,E.u)((()=>(0,R.p)("docHidden",[(0,N.t)()],void 0,_.T,this.ee)),!0),(0,x.sp)("pagehide",(()=>(0,R.p)("winPagehide",[(0,N.t)()],void 0,_.T,this.ee))),this.importAggregator(e))}}var S=i(3969);class j extends y{static featureName=S.TZ;constructor(e,t=!0){super(e,S.TZ,t),this.importAggregator(e)}}new class extends o{constructor(t,r){super(r),p.gm?(this.features={},(0,h.bQ)(this.agentIdentifier,this),this.desiredFeatures=new Set(t.features||[]),this.desiredFeatures.add(A),this.runSoftNavOverSpa=[...this.desiredFeatures].some((e=>e.featureName===a.K7.softNav)),(0,d.j)(this,t,t.loaderType||"agent"),this.run()):(0,e.R)(21)}get config(){return{info:this.info,init:this.init,loader_config:this.loader_config,runtime:this.runtime}}run(){try{const t=u(this.agentIdentifier),r=[...this.desiredFeatures];r.sort(((e,t)=>a.P3[e.featureName]-a.P3[t.featureName])),r.forEach((r=>{if(!t[r.featureName]&&r.featureName!==a.K7.pageViewEvent)return;if(this.runSoftNavOverSpa&&r.featureName===a.K7.spa)return;if(!this.runSoftNavOverSpa&&r.featureName===a.K7.softNav)return;const n=function(e){switch(e){case a.K7.ajax:return[a.K7.jserrors];case a.K7.sessionTrace:return[a.K7.ajax,a.K7.pageViewEvent];case a.K7.sessionReplay:return[a.K7.sessionTrace];case a.K7.pageViewTiming:return[a.K7.pageViewEvent];default:return[]}}(r.featureName).filter((e=>!(e in this.features)));n.length>0&&(0,e.R)(36,{targetFeature:r.featureName,missingDependencies:n}),this.features[r.featureName]=new r(this)}))}catch(t){(0,e.R)(22,t);for(const e in this.features)this.features[e].abortHandler?.();const r=(0,h.Zm)();delete r.initializedAgents[this.agentIdentifier]?.api,delete r.initializedAgents[this.agentIdentifier]?.features,delete this.sharedAggregator;return r.ee.get(this.agentIdentifier).abort(),!1}}}({features:[A,T,j],loaderType:"lite"})})()})();</script> <meta name="theme-color" content="#231F20"> <script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async=""></script> <script src="https://globalnews.ca/wp-content/themes/shaw-globalnews/js/min/one-signal.min.js?v=1.1.2" async=""></script> <meta id="metaViewport" name="viewport" content="width=device-width, initial-scale=1.0"> <title>Breaking News Alerts from Global News</title> <meta name="title" content="Breaking News Alerts from Global News"> <meta name="description" content="Get breaking news from Global News as it happens. We'll notify you when there's an important story you want to know about. The notifications will take you directly to the article at globalnews.ca."> <link href="https://globalnews.ca/pages/notifications/" rel="canonical"/> <!-- og: starts here --> <meta property="og:title" content="Breaking News Alerts from Global News"/> <meta property="og:description" content="Get breaking news from Global News as it happens. We'll notify you when there's an important story you want to know about. The notifications will take you directly to the article at globalnews.ca."/> <meta property="og:url" content="https://globalnews.ca/pages/notifications/"/> <meta property="og:site_name" content="Global News"/> <!-- og: ends here --> <!-- twitter: starts here --> <meta name="twitter:site" content="@globalnews"/> <meta name="twitter:title" content="Breaking News Alerts from Global News"/> <meta name="twitter:description" content="Get breaking news from Global News as it happens. We'll notify you when there's an important story you want to know about. The notifications will take you directly to the article at globalnews.ca."/> <!-- twitter: ends here --> <!-- FB link ownership meta tags --> <meta property="fb:pages" content="114019975312443"> <meta property="fb:pages" content="115413405149434"> <meta property="fb:pages" content="156752041012592"> <meta property="fb:pages" content="85920510328"> <meta property="fb:pages" content="147876361920969"> <meta property="fb:pages" content="135368173158417"> <meta property="fb:pages" content="78585693009"> <meta property="fb:pages" content="130968530253684"> <meta property="fb:pages" content="209712602400859"> <meta property="fb:pages" content="160347210655494"> <meta property="fb:pages" content="104554073627"> <meta property="fb:pages" content="130660530344466"> <meta property="fb:pages" content="475237565520"> <meta property="fb:pages" content="101827423245383"> <meta property="fb:pages" content="10080840973"> <meta property="fb:pages" content="115446208478014"> <meta property="fb:pages" content="8475622807"> <meta property="fb:pages" content="116588618370885"> <meta property="fb:pages" content="7078490926"> <meta property="fb:pages" content="63750601090"> <meta property="fb:pages" content="17283404678"> <meta property="fb:pages" content="122301577965124"> <meta property="fb:pages" content="111515975551979"> <meta property="fb:pages" content="125250400820441"> <meta property="fb:pages" content="133713529984442"> <meta property="fb:pages" content="429228375456"> <!-- FB link ownership meta tags for FM --> <meta property="fb:pages" content="881072405358139"> <meta property="fb:pages" content="12799224100"> <meta property="fb:pages" content="257080087687534"> <meta property="fb:pages" content="789314681157775"> <meta property="fb:pages" content="112905142082887"> <meta property="fb:pages" content="19003505092"> <meta property="fb:pages" content="103411603025398"> <meta property="fb:pages" content="525962767428911"> <meta property="fb:pages" content="146507038705131"> <meta property="fb:pages" content="182496758453639"> <meta property="fb:pages" content="434208840045103"> <meta property="fb:pages" content="1559293260991262"> <meta property="fb:pages" content="880316541988529"> <meta property="fb:pages" content="16751766462"> <meta property="fb:pages" content="193313102322"> <meta property="fb:pages" content="478019845595073"> <meta property="fb:pages" content="1523209977908749"> <meta property="fb:pages" content="863955850330486"> <meta property="fb:pages" content="376802075093"> <meta property="fb:pages" content="270951586402505"> <meta property="fb:pages" content="296232292622"> <meta property="fb:pages" content="222336294466387"> <meta property="fb:pages" content="59903172026"> <meta property="fb:pages" content="15041172220"> <meta property="fb:pages" content="251425722777"> <meta property="fb:pages" content="51570824279"> <meta property="fb:pages" content="118387401802"> <meta property="fb:pages" content="91251252807"> <link rel='dns-prefetch' href='//smetrics.globalnews.ca'> <link rel='dns-prefetch' href='//aip.context.corus.ca'> <link rel='dns-prefetch' href='//i0.wp.com'> <link rel='dns-prefetch' href='//i1.wp.com'> <link rel='dns-prefetch' href='//i2.wp.com'> <link rel='dns-prefetch' href='//f7e98148-cb09-4cf1-9b9f-b5aee3465d6e.edge.permutive.app'> <link rel='dns-prefetch' href='//api.permutive.com'> <link rel='dns-prefetch' href='//static.chartbeat.com'> <link rel='dns-prefetch' href='//mab.chartbeat.com'> <link rel='dns-prefetch' href='//ping.chartbeat.net'> <link rel='dns-prefetch' href='//sb.scorecardresearch.com'> <link rel="shortcut icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/134ef81f5668dc78080f6bd19ca2310b?s=32" sizes="16x16" /> <link rel="icon" type="image/x-icon" href="https://secure.gravatar.com/blavatar/134ef81f5668dc78080f6bd19ca2310b?s=32" sizes="16x16" /> <!-- PWA styling --> <link rel="stylesheet" media="(display:standalone)" href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/css/pwa.css"> <!-- Chartbeat Flicker Control Snippet --> <script type="text/javascript"> !function () { // Add customization below var headlineSelector = ".c-posts__headlineText"; var articleBlockSelector = ".c-posts__item"; var timeout = 1000; if (!("srcset" in document.createElement("img"))) return; const e = window.chartbeatFlicker = window.chartbeatFlicker || {}; function t(e, t, c, o) { const n = document.createElement("style"), i = function (e, t) { return e.split(",").reduce((e, c) => e + c + ` ${t} { visibility: hidden; }\n`, "") }(c, o); n.id = t, e.appendChild(n), n.type = "text/css", n.appendChild(document.createTextNode(i)) } window._sf_async_config = window._sf_async_config || {}, e.timeout = timeout, e.headlineSelector = headlineSelector, window._sf_async_config.articleBlockSelector = articleBlockSelector; const c = window._sf_async_config.articleBlockSelector; e.timeoutFlag = !1, e.strategyFetched = e.strategyFetched || !1; const o = document.head || document.querySelector("head"); t(o, "chartbeat-flicker-control-style-ht", c, e.headlineSelector), t(o, "chartbeat-flicker-control-style-it", c, "img"), document.addEventListener("DOMContentLoaded", () => { if (e.timeoutFlag) { const e = document.getElementById("chartbeat-flicker-control-style-it"); return void (e && e.parentNode.removeChild(e)) } const t = document.querySelectorAll(c); let o = []; t.forEach(function (e) { const t = Array.prototype.slice.call(e.querySelectorAll("img")); t.forEach(function (e) { e.getAttribute("pinger-seen") || e.classList.add("cb-it-hide") }), o = o.concat(t) }); const n = document.getElementById("chartbeat-flicker-control-style-it"); n && n.parentNode.removeChild(n) }), window.setTimeout(function () { if (!e.strategyFetched) { e.timeoutFlag = !0; const t = document.getElementById("chartbeat-flicker-control-style-ht"); t && t.parentNode.removeChild(t) } document.querySelectorAll(c).forEach(function (e) { Array.prototype.slice.call(e.querySelectorAll("img")).forEach(function (e) { "true" !== e.getAttribute("keep-hiding") && e.classList.remove("cb-it-hide") }) }) }, e.timeout) }(); // specify lazy loading attribute window._sf_async_config.lazyLoadSrcsetAttribute = 'data-src'; window._sf_async_config.flickerControl = false; </script> <!-- Start VWO Async SmartCode --> <script type='text/javascript'> window._vwo_code = window._vwo_code || (function(){ var account_id=632106, version=1.1, settings_tolerance=2000, library_tolerance=2500, use_existing_jquery=false, is_spa=1, hide_element='body', /* DO NOT EDIT BELOW THIS LINE */ f=false,d=document,code={use_existing_jquery:function(){return use_existing_jquery},library_tolerance:function(){return library_tolerance},finish:function(){if(!f){f=true;var e=d.getElementById('_vis_opt_path_hides');if(e)e.parentNode.removeChild(e)}},finished:function(){return f},load:function(e){var t=d.createElement('script');t.fetchPriority='high';t.src=e;t.type='text/javascript';t.innerText;t.onerror=function(){_vwo_code.finish()};d.getElementsByTagName('head')[0].appendChild(t)},init:function(){window.settings_timer=setTimeout(function(){_vwo_code.finish()},settings_tolerance);var e=d.createElement('style'),t=hide_element?hide_element+'{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}':'',i=d.getElementsByTagName('head')[0];e.setAttribute('id','_vis_opt_path_hides');e.setAttribute('type','text/css');if(e.styleSheet)e.styleSheet.cssText=t;else e.appendChild(d.createTextNode(t));i.appendChild(e);this.load('https://dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&f='+ +is_spa+'&r='+Math.random()+'&vn='+version);return settings_timer}};window._vwo_settings_timer = code.init();return code;}()); </script> <!-- End VWO Async SmartCode --> <meta name='robots' content='max-image-preview:large' /> <link rel='dns-prefetch' href='//imasdk.googleapis.com' /> <link rel='dns-prefetch' href='//platform.twitter.com' /> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//netdna.bootstrapcdn.com' /> <link rel='dns-prefetch' href='//v0.wordpress.com' /> <style id='hybrid-critical-css-0' type='text/css'> .c-posts__item--playing .c-posts__media:after,.c-search,.c-sponsor--inline .c-sponsor__label,.c-weather__header .c-weather__select,.c-weather__text.c-weather__conditions,body,form input[type=email],form input[type=search],form input[type=tel],form input[type=text],form input[type=url],form select,form textarea{font-family:roboto,Arial,Helvetica Neue,Helvetica,sans-serif}.c-ad--leaderboard:after,.c-ad--leaderboardCombo:after,.c-ad__label,.c-button--details[data-tooltip-title]:before,.c-headerButton,.c-heading--subhead,.c-nav__link--live:before,.c-posts__about,.c-posts__flag,.c-schedule__time,.c-sponsor__label,.c-toggle__text,.c-topLabel,.c-weather__region[data-tooltip-title]:before,.c-weather__text,.l-notification__label,form label{font-family:roboto-mono,Arial,Helvetica Neue,Helvetica,sans-serif}@keyframes loadingPulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}body,body.light-theme{--t-bg-body:#fff;--t-bg-body--rgba:#fff0;--t-bg-header:#231f20;--t-bg-headerDesktop:#231f20;--t-bg-navbar:#fff;--t-bg-navbarDesktop:#fff;--t-bg-navbarLongform:#fff;--t-bg-navbarButtons--hover:#dbd9d9;--t-bg-headerAd:#dbd9d9;--t-bg-iconLink--hover:#dbd9d9;--t-bg-darkFooter:#231f20;--t-pattern-bg-ad:url(/wp-content/themes/shaw-globalnews/assets/dist/images/pattern-greystripe.png);--t-bg-sectionGrey:#dbd9d9;--t-bg-sectionGradientStart:#f2f2f2;--t-bg-panel:#fff;--t-bg-panelSecondary:#fff;--t-bg-panelSubmenu:#fff;--t-bg-skeleton:#dbd9d9;--t-bg-input--disabled:#f2f2f2;--t-bg-buttonSecondary--hover:#f2f2f2;--t-bg-buttonSecondary--active:#aeacac;--t-bg-tooltip:#fff;--t-bg-stickyVideoInfo:#fff;--t-bg-extraTagsButton:#818080;--t-bg-sectionButtons--hover:#dbd9d9;--t-bg-articleDetails:#dbd9d9;--t-bg-articleReadmore:#f2f2f2;--t-bg-infobox:#fff;--t-bg-highlight:#fbd6cf;--t-bg-weather:#1870c5;--t-bg-weatherBottom:#cfe0f2;--t-bg-weather--hover:#004180;--t-bg-weatherBottom--hover:#84b2dd;--t-bg-weatherDark:#231f20;--t-bg-weatherBottomDark:#dbd9d9;--t-bg-weatherDark--hover:#262626;--t-bg-weatherBottomDark--hover:#aeacac;--t-bg-redLabel:#fbd6cf;--t-bg-redLabel--lighter:#fbd6cf;--t-bg-orangeLabel:#f2992f;--t-bg-orangeLabelPulse:#231f20;--t-bg-datePickerDay--hover:#f2f2f2;--t-bg-datePickerDay--pressed:#aeacac;--t-bg-notificationBreaking:#d02001;--t-bg-notificationBreakingButton--hover:#831602;--t-bg-notificationLive:#f2992f;--t-bg-notificationLiveButton--hover:#9f6013;--t-bg-notificationCustom:#231f20;--t-bg-signup:#231f20;--t-bg-input--secondary:#fff;--t-bg-featuredCarouselOverlay:#fff9;--t-bg-messageBar--blue:#cfe0f2;--t-bg-messageBarIcon--blue:#005eb8;--t-bg-toast--success:#cbe5d0;--t-bg-toast--error:#fbd6cf;--t-bg-conservative:#cfe0f2;--t-bg-liberal:#fbd6cf;--t-bg-new-democratic:#fcd9ae;--t-bg-green-party:#cbe5d0;--t-bg-bloc-quebecois:#cfe0f2;--t-bg-peoples-party:#e7daed;--t-bg-custom-party:#dbd9d9;--t-text-main:#231f20;--t-text-details:#231f20;--t-text-grey-500-200:#535353;--t-text-grey-300-200:#818080;--t-text-grey-300-100:#818080;--t-text-grey-400-100:#656565;--t-text-grey-400-200:#656565;--t-text-item--disabled:#aeacac;--t-text-mainLight:#fff;--t-text-mainRed:#d02001;--t-text-footerLink--hover:#818080;--t-text-sportsnetDetails:#4f90cf;--t-text-redLabel:#831602;--t-text-orangeLabel:#231f20;--t-text-datePicker--otherMonth:#aeacac;--t-text-notificationLive:#231f20;--t-text-sliderBullet:#dbd9d9;--t-text-sliderBullet--active:#818080;--t-text-outbrainButton:#2172ce;--t-text-toastIcon--success:#128925;--t-text-toastIcon--error:#d02001;--t-text-conservative:#004180;--t-text-liberal:#831602;--t-text-new-democratic:#5f390c;--t-text-green-party:#1c5322;--t-text-bloc-quebecois:#0088ce;--t-text-peoples-party:#612580;--t-text-custom-party:#231f20;--t-border-main:#dbd9d9;--t-border-input--secondary:#dbd9d9;--t-border-toggle:#dbd9d9;--t-style-border-content:none;--t-border-messageBar--blue:#005eb8;--t-border-toast--success:#128925;--t-border-toast--error:#d02001;--t-display-logo-light:block;--t-display-logo-dark:none;--t-filter-logo-dark:none}body.dark-theme{--t-bg-body:#231f20;--t-bg-body--rgba:#231f2000;--t-bg-header:#231f20;--t-bg-headerDesktop:#262626;--t-bg-navbar:#262626;--t-bg-navbarDesktop:#231f20;--t-bg-navbarLongform:#231f20;--t-bg-navbarButtons--hover:#424242;--t-bg-headerAd:#231f20;--t-bg-iconLink--hover:#535353;--t-bg-darkFooter:#262626;--t-pattern-bg-ad:url(/wp-content/themes/shaw-globalnews/assets/dist/images/pattern-darkstripe.png);--t-bg-sectionGrey:#313131;--t-bg-sectionGradientStart:#000;--t-bg-panel:#262626;--t-bg-panelSecondary:#313131;--t-bg-panelSubmenu:#231f20;--t-bg-skeleton:#313131;--t-bg-input--disabled:#262626;--t-bg-buttonSecondary--hover:#313131;--t-bg-buttonSecondary--active:#656565;--t-bg-tooltip:#313131;--t-bg-stickyVideoInfo:#313131;--t-bg-extraTagsButton:#656565;--t-bg-sectionButtons--hover:#313131;--t-bg-articleDetails:#313131;--t-bg-articleReadmore:#313131;--t-bg-infobox:#313131;--t-bg-highlight:#6a1100;--t-bg-weather:#003467;--t-bg-weatherBottom:#00182e;--t-bg-weather--hover:#00519f;--t-bg-weatherBottom--hover:#002447;--t-bg-weatherDark:#313131;--t-bg-weatherBottomDark:#262626;--t-bg-weatherDark--hover:#535353;--t-bg-weatherBottomDark--hover:#3b3b3b;--t-bg-redLabel:#310900;--t-bg-redLabel--lighter:#6a1100;--t-bg-orangeLabel:#221403;--t-bg-orangeLabelPulse:#808083;--t-bg-datePickerDay--hover:#818080;--t-bg-datePickerDay--pressed:#dbd9d9;--t-bg-notificationBreaking:#6a1100;--t-bg-notificationBreakingButton--hover:#310900;--t-bg-notificationLive:#4d2d08;--t-bg-notificationLiveButton--hover:#221403;--t-bg-notificationCustom:#313131;--t-bg-signup:#313131;--t-bg-input--secondary:#262626;--t-bg-featuredCarouselOverlay:#231f2099;--t-bg-messageBar--blue:#00182e;--t-bg-messageBarIcon--blue:#cfe0f2;--t-bg-toast--success:#041b0c;--t-bg-toast--error:#310900;--t-bg-conservative:#00182e;--t-bg-liberal:#310900;--t-bg-new-democratic:#221403;--t-bg-green-party:#041b0c;--t-bg-bloc-quebecois:#080236;--t-bg-peoples-party:#230d2e;--t-bg-custom-party:#656565;--t-text-main:#f2f2f2;--t-text-details:#dbd9d9;--t-text-grey-500-200:#aeacac;--t-text-grey-300-200:#aeacac;--t-text-grey-300-100:#dbd9d9;--t-text-grey-400-100:#dbd9d9;--t-text-grey-400-200:#aeacac;--t-text-item--disabled:#535353;--t-text-mainLight:#f2f2f2;--t-text-mainRed:#f7927f;--t-text-footerLink--hover:#aeacac;--t-text-sportsnetDetails:#84b2dd;--t-text-redLabel:#fbd6cf;--t-text-orangeLabel:#fcd9ae;--t-text-datePicker--otherMonth:#535353;--t-text-notificationLive:#f2f2f2;--t-text-sliderBullet:#818080;--t-text-sliderBullet--active:#3b3b3b;--t-text-outbrainButton:#84b2dd;--t-text-toastIcon--success:#cbe5d0;--t-text-toastIcon--error:#fbd6cf;--t-text-conservative:#cfe0f2;--t-text-liberal:#fbd6cf;--t-text-new-democratic:#fcd9ae;--t-text-green-party:#cbe5d0;--t-text-bloc-quebecois:#cfe0f2;--t-text-peoples-party:#e7daed;--t-text-custom-party:#dbd9d9;--t-border-main:#424242;--t-border-input--secondary:#535353;--t-border-toggle:#0000;--t-style-border-content:1px solid #0000;--t-border-messageBar--blue:#004180;--t-border-toast--success:#1c5322;--t-border-toast--error:#831602;--t-display-logo-light:none;--t-display-logo-dark:block;--t-filter-logo-dark:invert(1)}@media (prefers-color-scheme:dark){body:not(.light-theme){--t-bg-body:#231f20;--t-bg-body--rgba:#231f2000;--t-bg-header:#231f20;--t-bg-headerDesktop:#262626;--t-bg-navbar:#262626;--t-bg-navbarDesktop:#231f20;--t-bg-navbarLongform:#231f20;--t-bg-navbarButtons--hover:#424242;--t-bg-headerAd:#231f20;--t-bg-iconLink--hover:#535353;--t-bg-darkFooter:#262626;--t-pattern-bg-ad:url(/wp-content/themes/shaw-globalnews/assets/dist/images/pattern-darkstripe.png);--t-bg-sectionGrey:#313131;--t-bg-sectionGradientStart:#000;--t-bg-panel:#262626;--t-bg-panelSecondary:#313131;--t-bg-panelSubmenu:#231f20;--t-bg-skeleton:#313131;--t-bg-input--disabled:#262626;--t-bg-buttonSecondary--hover:#313131;--t-bg-buttonSecondary--active:#656565;--t-bg-tooltip:#313131;--t-bg-stickyVideoInfo:#313131;--t-bg-extraTagsButton:#656565;--t-bg-sectionButtons--hover:#313131;--t-bg-articleDetails:#313131;--t-bg-articleReadmore:#313131;--t-bg-infobox:#313131;--t-bg-highlight:#6a1100;--t-bg-weather:#003467;--t-bg-weatherBottom:#00182e;--t-bg-weather--hover:#00519f;--t-bg-weatherBottom--hover:#002447;--t-bg-weatherDark:#313131;--t-bg-weatherBottomDark:#262626;--t-bg-weatherDark--hover:#535353;--t-bg-weatherBottomDark--hover:#3b3b3b;--t-bg-redLabel:#310900;--t-bg-redLabel--lighter:#6a1100;--t-bg-orangeLabel:#221403;--t-bg-orangeLabelPulse:#808083;--t-bg-datePickerDay--hover:#818080;--t-bg-datePickerDay--pressed:#dbd9d9;--t-bg-notificationBreaking:#6a1100;--t-bg-notificationBreakingButton--hover:#310900;--t-bg-notificationLive:#4d2d08;--t-bg-notificationLiveButton--hover:#221403;--t-bg-notificationCustom:#313131;--t-bg-signup:#313131;--t-bg-input--secondary:#262626;--t-bg-featuredCarouselOverlay:#231f2099;--t-bg-messageBar--blue:#00182e;--t-bg-messageBarIcon--blue:#cfe0f2;--t-bg-toast--success:#041b0c;--t-bg-toast--error:#310900;--t-bg-conservative:#00182e;--t-bg-liberal:#310900;--t-bg-new-democratic:#221403;--t-bg-green-party:#041b0c;--t-bg-bloc-quebecois:#080236;--t-bg-peoples-party:#230d2e;--t-bg-custom-party:#656565;--t-text-main:#f2f2f2;--t-text-details:#dbd9d9;--t-text-grey-500-200:#aeacac;--t-text-grey-300-200:#aeacac;--t-text-grey-300-100:#dbd9d9;--t-text-grey-400-100:#dbd9d9;--t-text-grey-400-200:#aeacac;--t-text-item--disabled:#535353;--t-text-mainLight:#f2f2f2;--t-text-mainRed:#f7927f;--t-text-footerLink--hover:#aeacac;--t-text-sportsnetDetails:#84b2dd;--t-text-redLabel:#fbd6cf;--t-text-orangeLabel:#fcd9ae;--t-text-datePicker--otherMonth:#535353;--t-text-notificationLive:#f2f2f2;--t-text-sliderBullet:#818080;--t-text-sliderBullet--active:#3b3b3b;--t-text-outbrainButton:#84b2dd;--t-text-toastIcon--success:#cbe5d0;--t-text-toastIcon--error:#fbd6cf;--t-text-conservative:#cfe0f2;--t-text-liberal:#fbd6cf;--t-text-new-democratic:#fcd9ae;--t-text-green-party:#cbe5d0;--t-text-bloc-quebecois:#cfe0f2;--t-text-peoples-party:#e7daed;--t-text-custom-party:#dbd9d9;--t-border-main:#424242;--t-border-input--secondary:#535353;--t-border-toggle:#0000;--t-style-border-content:1px solid #0000;--t-border-messageBar--blue:#004180;--t-border-toast--success:#1c5322;--t-border-toast--error:#831602;--t-display-logo-light:none;--t-display-logo-dark:block;--t-filter-logo-dark:invert(1)}}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;line-height:1.15;scroll-behavior:smooth}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;background-attachment:fixed;background-color:var(--t-bg-body);background-repeat:no-repeat;background-size:cover;color:var(--t-text-main);font-size:1rem;letter-spacing:.03188rem;line-height:1.5;margin:0}*,:after,:before{box-sizing:border-box}a{-webkit-text-decoration-skip:objects;text-decoration-skip:objects;color:var(--t-text-mainRed);cursor:pointer;outline:none;text-decoration:none}b,strong{font-weight:700}cite,dfn,em,i{font-style:italic}blockquote{font-size:1.625rem;line-height:1.5;overflow:hidden}blockquote,blockquote cite{color:#818080;font-weight:700}blockquote cite{display:block;font-size:1rem;font-style:normal;line-height:1.9375rem;margin-top:16px}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#eee;text-decoration:none}small{font-size:80%}big{font-size:125%}[type=search]{-webkit-appearance:textfield;appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}button{-webkit-font-smoothing:inherit;background:none;border:0;cursor:pointer;font:inherit;letter-spacing:inherit;overflow:visible}img{height:auto;max-width:100%;opacity:1;transition:opacity .3s}img:not([src]){visibility:hidden}img.lazy[data-src]{opacity:0}img.lazy[data-src].visible{opacity:1}address,button,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,input,legend,li,optgroup,select,textarea{margin:0;padding:0}fieldset{border:none;padding:0}legend{display:block}iframe{border:none;margin:0 auto}select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23818080' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:center right 16px;background-repeat:no-repeat;border:1px solid var(--t-border-main);border-radius:4px;box-shadow:none;color:var(--t-text-main);font-size:1.125rem;font-weight:400;letter-spacing:.01563rem;line-height:1.75rem;padding:12px 40px 12px 16px}select,select option{background-color:var(--t-bg-body)}table{border:none;border-collapse:collapse;border-top:1px solid #ccc;margin:0 0 20px;width:100%}th{border:none;padding:8px 0;text-align:left}thead th{border-bottom:2px solid #ccc;padding-bottom:10px}td{border:none;padding:8px}tr{border-bottom:1px solid #ccc}p{margin:28px 0;padding:0}p.narrow{margin:10px 0}ol,ul{margin:0;padding:0 0 0 50px}article>*{margin-bottom:24px}aside>*{margin-bottom:64px}article>p{margin-top:0}article li{margin-bottom:17px}article div[class*=fsk_splitbox]{margin-bottom:0}article div[class*=fsk_splitbox].sb-opened{margin-bottom:32px}#wpstats{height:0;overflow:hidden;position:absolute;top:0;width:0}.embed-youtube{position:relative}.embed-youtube:before{content:"";display:block;height:0;padding:0 0 56.25%;width:100%}.embed-youtube>:first-child{height:100%;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:100%}.embed-youtube .youtube-player{height:100%;left:0;position:absolute;top:0;transform:none;width:100%}.aligncenter{display:block;margin:0 auto}@font-face{font-display:fallback;font-family:roboto;font-style:normal;font-weight:400;src:local("Roboto"),url(/wp-content/themes/shaw-globalnews/assets/dist/fonts/roboto/roboto-regular.woff) format("woff"),url(/wp-content/themes/shaw-globalnews/assets/dist/fonts/roboto/roboto-regular.woff2) format("woff2")}@font-face{font-display:fallback;font-family:roboto;font-style:normal;font-weight:700;src:local("Roboto Bold"),url(/wp-content/themes/shaw-globalnews/assets/dist/fonts/roboto/roboto-bold.woff) format("woff"),url(/wp-content/themes/shaw-globalnews/assets/dist/fonts/roboto/roboto-bold.woff2) format("woff2")}@font-face{font-display:fallback;font-family:roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),url(/wp-content/themes/shaw-globalnews/assets/dist/fonts/roboto/roboto-medium.woff) format("woff"),url(/wp-content/themes/shaw-globalnews/assets/dist/fonts/roboto/roboto-medium.woff2) format("woff2")}@font-face{font-display:fallback;font-family:roboto-mono;font-style:normal;font-weight:400;src:local("Roboto Mono"),url(/wp-content/themes/shaw-globalnews/assets/dist/fonts/roboto/robotomono-regular.woff) format("woff"),url(/wp-content/themes/shaw-globalnews/assets/dist/fonts/roboto/robotomono-regular.woff2) format("woff2")}@font-face{font-display:fallback;font-family:noto-serif;font-style:normal;font-weight:400;src:local("Noto Serif"),url(/wp-content/themes/shaw-globalnews/assets/dist/fonts/noto-serif/NotoSerifJP-SemiBold-v2.woff) format("woff"),url(/wp-content/themes/shaw-globalnews/assets/dist/fonts/noto-serif/NotoSerifJP-SemiBold-v2.woff2) format("woff2")}@font-face{font-display:fallback;font-family:noto-serif;font-style:normal;font-weight:500;src:local("Noto Serif"),url(/wp-content/themes/shaw-globalnews/assets/dist/fonts/noto-serif/NotoSerifJP-SemiBold-v2.woff) format("woff"),url(/wp-content/themes/shaw-globalnews/assets/dist/fonts/noto-serif/NotoSerifJP-SemiBold-v2.woff2) format("woff2")}@font-face{font-display:fallback;font-family:noto-serif;font-style:normal;font-weight:700;src:local("Noto Serif"),url(/wp-content/themes/shaw-globalnews/assets/dist/fonts/noto-serif/NotoSerifJP-Black-v2.woff) format("woff"),url(/wp-content/themes/shaw-globalnews/assets/dist/fonts/noto-serif/NotoSerifJP-Black-v2.woff2) format("woff2")}form label{display:inline-block;font-size:.75rem;font-weight:400;letter-spacing:.03125rem;line-height:1rem;margin-bottom:4px;text-transform:uppercase}form textarea{height:100px}form input[type=email],form input[type=search],form input[type=tel],form input[type=text],form input[type=url],form select,form textarea{background-color:inherit;border:1px solid var(--t-border-main);border-radius:4px;color:var(--t-text-main);display:block;font-size:1.125rem;font-weight:400;letter-spacing:.01563rem;line-height:1.75rem;padding:11px 16px;width:100%}form input[type=email].error,form input[type=search].error,form input[type=tel].error,form input[type=text].error,form input[type=url].error,form select.error,form textarea.error{border-color:var(--t-text-mainRed)}form button[disabled],form button[disabled]:hover,form input[disabled],form input[disabled]:hover,form select[disabled],form select[disabled]:hover,form textarea[disabled],form textarea[disabled]:hover{background-color:var(--t-bg-input--disabled);border-color:#dbd9d9;color:var(--t-text-item--disabled);cursor:default}form input[type=email]:focus,form input[type=search]:focus,form input[type=tel]:focus,form input[type=text]:focus,form input[type=url]:focus,form select:focus,form textarea:focus{border-color:#0000;outline:2px solid var(--t-text-main)}form input[type=email].error:focus,form input[type=search].error:focus,form input[type=tel].error:focus,form input[type=text].error:focus,form input[type=url].error:focus,form select.error:focus,form textarea.error:focus{outline:2px solid var(--t-text-mainRed)}form input[type=email]::placeholder,form input[type=search]::placeholder,form input[type=tel]::placeholder,form input[type=text]::placeholder,form input[type=url]::placeholder,form select::placeholder,form textarea::placeholder{color:var(--t-text-grey-300-200)}form input[type=checkbox]{height:16px;width:16px}form input[type=submit]{-webkit-appearance:none;cursor:pointer;font-size:.875rem;font-weight:500;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase}form.contact-form div.grunion-field-wrap{margin-bottom:16px}form.contact-form label{font-weight:400}form.contact-form label span{color:var(--t-text-grey-500-200)}form.contact-form input[type=email],form.contact-form input[type=tel],form.contact-form input[type=text],form.contact-form input[type=url],form.contact-form select,form.contact-form textarea{margin-bottom:16px;width:100%}.contact-form-submission .go-back-message .link{display:inline-block}form.is-attempted input:invalid,form.is-attempted select:invalid,form.is-attempted textarea:invalid{outline:2px solid var(--t-text-mainRed)}form.is-submitting{opacity:.5}form.get-in-touch .ugc-input-wrapper div.error,form.get-in-touch .ugc-input-wrapper label.error{color:var(--t-text-mainRed)}.o-container{max-width:1280px}.c-ad,.o-container--relative{position:relative}.c-ad{background-image:var(--t-pattern-bg-ad)}.c-ad__label{color:var(--t-text-main);font-size:.75rem;font-weight:400;letter-spacing:.03125rem;line-height:1rem;margin:0 auto 4px;text-align:center;text-transform:uppercase;width:300px}.c-ad--noBackground{background:none}.c-ad__unit{height:0;margin:0 auto;position:relative}.c-ad__unit--loaded{height:auto}.c-ad--leaderboard,.c-ad--leaderboardCombo{align-items:center;display:flex;justify-content:center;min-height:50px}.c-ad--leaderboard:after,.c-ad--leaderboardCombo:after{color:var(--t-text-main);content:"Ad";display:none;font-size:.75rem;font-weight:400;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;transform:translateX(4px)}.c-ad--bigbox,.c-ad--bigboxCombo{margin-left:-15px;margin-right:-15px;padding:8px 0}.c-ad--bigbox:after,.c-ad--bigboxCombo:after{top:4px}.c-ad--wallpaper{display:none}.c-ad--bigbox .c-ad__unit,.c-ad--bigboxCombo .c-ad__unit{min-height:250px;width:300px}.c-ad--leaderboard .c-ad__label,.c-ad--leaderboardCombo .c-ad__label{display:none}.c-ad--dark{background-image:var(--t-pattern-bg-ad)}.c-ad--dark .c-ad__label,.c-ad--dark:after{color:#fff}.c-ad--house .c-ad__unit{min-height:50px;width:300px}.c-ad--house{padding:4px 0}.c-ad--slide{margin-left:0;margin-right:0}.c-ad--fallback{margin:0;min-height:200px;padding:0 16px 16px}.c-ad--fallback .c-ad__label{display:none}.c-ad--videoDrawer{margin-top:16px;padding:8px}.c-adChoices{align-items:center;background:linear-gradient(#c8c8c8cc,#fafafacc);border-radius:5px 0 0;bottom:0;display:flex;font-size:.75rem;position:fixed;right:0;z-index:6000}.c-adChoices__icon{color:#0aadcc;height:16px;margin-right:8px;width:16px}.c-adChoices a{align-items:center;color:#231f20;display:flex;padding:5px 10px;position:relative}.c-adChoices a:after{border:2px solid var(--t-text-main);bottom:0;content:"";left:-2px;opacity:0;pointer-events:none;position:absolute;right:0;top:-2px;z-index:1}.c-adChoices a:focus:after{opacity:1}.c-adChoices a:after{border-top-left-radius:7px}.c-adChoices--shift{bottom:108px}.c-button{align-items:center;background-color:#d02001;border:none;border-radius:2px;color:#f2f2f2;display:grid;font-family:inherit;font-size:.875rem;font-weight:500;gap:8px;grid-auto-flow:column;justify-content:center;letter-spacing:.03125rem;line-height:1rem;outline:none;padding:16px;position:relative;text-transform:uppercase}.c-button:hover{background-color:#831602}.c-button:active{background-color:#4a0c00}.c-button:focus:after{border:2px solid var(--t-text-main);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.c-button:focus:focus:after{opacity:1}.c-button:focus:after{border-radius:2px}.c-button--small{padding:8px 16px}.c-button--mini{padding:8px}.c-button__icon{height:16px;position:relative;width:16px}.c-button--details{background-color:var(--t-bg-articleDetails);color:var(--t-text-main);transition:background-color .2s ease-in}.c-button--details[data-tooltip-title]{position:relative}.c-button--details[data-tooltip-title]:before{background:var(--t-bg-tooltip);border-radius:2px;box-shadow:0 4px 8px #00000012;color:var(--t-text-main);font-size:.75rem;font-weight:400;left:0;letter-spacing:.03125rem;line-height:1rem;opacity:0;padding:4px 8px;pointer-events:none;position:absolute;text-transform:uppercase;transform:translate3d(0,10px,0);transition:all .15s ease-in;width:auto;z-index:100}.c-button--details[data-tooltip-title]:hover:before{opacity:1;transform:translateZ(0)}.c-button--details[data-tooltip-title]:before{margin-top:5px;top:100%}.c-button--details:focus,.c-button--details:hover{background-color:#818080;box-shadow:none;color:#f2f2f2}.c-button--details:active{background-color:#535353}.c-button--details:active .c-button__icon,.c-button--details:focus .c-button__icon,.c-button--details:hover .c-button__icon{color:#f2f2f2}.c-button--circle{border-radius:50%}.c-button--secondary{background-color:initial;border:1px solid var(--t-border-main);color:var(--t-text-main)}.c-button--secondary:hover{background-color:var(--t-bg-buttonSecondary--hover)}.c-button--secondary:active{background-color:var(--t-bg-buttonSecondary--active)}.c-button--tertiary{background-color:initial;color:var(--t-text-main)}.c-button--tertiary:hover{background-color:var(--t-bg-buttonSecondary--hover)}.c-button--tertiary:active{background-color:var(--t-bg-buttonSecondary--active)}.c-trendingTopics{display:flex;height:48px;overflow:hidden}.c-trendingTopics__title{color:#aeacac;font-size:.875rem;font-weight:500;letter-spacing:.03125rem;line-height:1rem;padding:16px;position:relative;text-transform:uppercase;top:.125rem;white-space:nowrap}.c-trendingTopics__list{display:flex;flex-wrap:wrap;height:100%;list-style:none;overflow:hidden;padding:0}.c-trendingTopics__item{display:inline-block;flex-shrink:0}.c-headerButton{align-items:center;border:none;color:#f2f2f2;display:grid;font-size:.75rem;font-weight:400;gap:8px;grid-auto-flow:column;justify-content:center;letter-spacing:.03125rem;line-height:1rem;padding:16px;text-transform:uppercase}.c-headerButton:focus,.c-headerButton:hover{background-color:#424242}.c-headerButton__icon{height:16px;position:relative;width:16px}.c-heading{color:var(--t-text-main);font-size:1rem;font-weight:700}.c-heading--primary{border-bottom:1px solid var(--t-border-main);padding:16px 8px}.c-heading--primary,.c-heading--secondary{font-size:1rem;font-weight:700;letter-spacing:0;line-height:1.5rem}.c-heading--secondary{padding-bottom:16px}.c-heading--component,.c-heading--page{font-size:1.25rem;font-weight:700;letter-spacing:.01563rem;line-height:1.5rem}.c-heading--overlap{background:var(--t-bg-body);font-size:1.125rem;font-weight:700;letter-spacing:0;line-height:1.5rem;margin-left:16px;padding:0 12px;position:absolute;transform:translateY(-50%);z-index:1}.c-heading--subhead{font-size:.75rem;font-weight:400;letter-spacing:.03125rem;line-height:1rem;margin:0;padding-bottom:4px;text-transform:uppercase}.c-heading--strikethrough{align-items:center;color:var(--t-text-mainRed);display:flex;font-size:1.25rem;font-weight:700;letter-spacing:.01563rem;line-height:1.5rem;margin-bottom:0;white-space:nowrap}.c-heading--strikethrough:after{background:var(--t-text-mainRed);content:"";height:4px;margin-left:12px;width:100%}.c-heading--underline{border-bottom:1px solid var(--t-border-main);margin-bottom:0;padding-bottom:8px}.c-heading--error,.c-heading--notice{font-size:1rem;font-weight:700;letter-spacing:0;line-height:1.5rem}.c-heading--error{color:var(--t-text-redLabel)}.c-heading--logo{max-height:32px;min-width:0}.c-headingButton{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.c-headingButton__heading{display:inline-block}.c-headingButton__button{align-self:center;margin-left:16px;padding:8px 16px}.c-headingButton__button:focus{box-shadow:none}.c-headingButton__chevron{transition:transform .1s ease-in-out}.c-headingButton__button[aria-expanded=true] .c-headingButton__chevron{transform:rotate(-180deg)}@media (max-width:1023px){.c-headingButton__button.toggle-switch:focus,.c-headingButton__button.toggle-switch:hover{background-color:#d02001}.c-headingButton__button.toggle-switch[aria-expanded=true]{background-color:#a11b02}}.c-headingLink{align-items:center;display:flex;flex-wrap:wrap}.c-headingLink__heading,.c-headingLink__link{display:inline-block}.c-icon{pointer-events:none}.c-icon--white{color:#fff}.c-icon--black{color:#231f20}.c-icon--red{color:#d02001}.c-icon--blue{color:#005eb8}.c-icon--yellow{color:#f9ed32}.c-imageContainer{overflow:hidden;position:relative}.c-imageContainer__image{height:100%;left:50%;max-width:none;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:auto;z-index:1}.c-imageContainer__bg{background-position:50%;background-repeat:no-repeat;background-size:cover;filter:blur(8px);height:100%;left:0;position:absolute;top:0;transform:translateZ(0) scale(2);width:100%}.c-imageContainer__bg--custom{filter:none;transform:none}.c-imageContainer--fitWidth .c-imageContainer__image{height:auto!important;width:100%!important}.c-imageContainer--fitHeight .c-imageContainer__image{height:100%!important;width:auto!important}.c-link{border-bottom:none;color:var(--t-text-mainRed);display:inline-block;padding:8px 16px;position:relative}.c-link:after{border:2px solid var(--t-text-main);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.c-link:focus:after{opacity:1}.c-link__label{font-size:.875rem;font-weight:500;letter-spacing:.03125rem;line-height:1rem;position:relative;text-transform:uppercase;white-space:nowrap}.c-link__inner{align-items:stretch;display:flex}.c-link__icon{align-items:center;align-self:center;display:flex;height:16px;margin-left:8px;pointer-events:all;transform-origin:center;transition:transform .1s ease-in-out;width:16px}.c-link--large,.c-link--xlarge{padding:0}.c-link--medium .c-link__label{font-size:.875rem;font-weight:500;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase}.c-link--large .c-link__label{font-size:1.25rem;font-weight:700;letter-spacing:.01563rem;line-height:1.5rem;text-transform:none}.c-link--large .c-link__icon{height:24px;width:24px}.c-link--xlarge .c-link__label{font-size:1.75rem;font-weight:700;letter-spacing:.01563rem;line-height:2rem;text-transform:none}.c-link--xlarge .c-link__icon{height:24px;margin-left:12px;width:24px}.c-link--standalone{padding-left:0;padding-right:0}.c-link--standalone:after{left:-8px;right:-8px}.c-link:active,.c-link:focus,.c-link:hover{background:none}.c-link:active .c-link__icon,.c-link:focus .c-link__icon,.c-link:hover .c-link__icon{transform:translate3d(8px,0,0)}.c-link:active .c-link__label{text-decoration:underline}.c-logo{align-items:center;display:flex;height:100%}.c-logo--header{padding:12px 8px;position:relative}.c-logo--header:after{border:2px solid #231f20;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.c-logo--header:focus:after{opacity:1}.c-logo--header .c-logo__image{height:19px;margin-bottom:5px;width:95px}.c-loader{height:72px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:72px}.c-loader:before{animation-direction:normal;animation-duration:3s;animation-fill-mode:none;animation-iteration-count:infinite;animation-name:spin;animation-timing-function:linear;background:url(/wp-content/themes/shaw-globalnews/assets/dist/images/loading.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:100%;width:100%}.c-loader--small{height:40px;width:40px}.c-loader--dark:before{background-image:url(/wp-content/themes/shaw-globalnews/assets/dist/images/loading-dark.svg)}.c-nav{list-style:none;padding:0}.c-nav__item{height:100%;overflow:hidden}.c-nav__item--megamenu{grid-column:1}.c-nav__link{border:none;color:var(--t-text-main)}.c-nav__link:after{border:2px solid var(--t-text-main);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.c-nav__link:focus:after{opacity:1}.c-nav__link--live{align-items:center;display:flex}.c-nav__link--live:before{background-color:#fff3;color:var(--custom-navbar-text,#f2f2f2);content:"LIVE";display:inline-block;font-size:.75rem;font-weight:400;letter-spacing:.03125rem;line-height:1rem;margin-right:16px;padding:4px 8px;position:relative;text-transform:uppercase}.c-nav__link:focus,.c-nav__link:hover{background-color:initial}.c-nav__link--live:focus:before,.c-nav__link--live:hover:before{background-color:var(--custom-navbar-bg,#4f90cf)}.c-nav__icon--white{display:none}.c-nav--inverted .c-nav__link{color:#fff}.c-nav--inverted .c-nav__link:hover:before{border-color:#fff}.c-nav--main{display:flex;flex-flow:row wrap;height:100%}.c-nav--main .c-nav__item{overflow:unset}.c-nav--main .c-nav__link{align-items:center;display:flex;font-size:1rem;font-weight:500;height:100%;letter-spacing:0;line-height:1.25rem;outline:none;padding:16px;position:relative}.c-nav--main .c-nav__link:not(.c-nav__link--active):hover{color:#818080}.c-nav__icon{position:relative}.c-nav__icon--live{opacity:0;position:absolute}.c-nav__icon--watch{opacity:1}.c-nav__icon--chevron{color:#818080;height:16px;margin-left:16px;transition:transform .1s ease-in-out;width:16px}.c-nav--main .c-nav__link--active .c-nav__icon--chevron{transform:rotate(-180deg)}.c-nav--main .c-nav__submenu{align-items:center;display:flex}.c-nav--buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column;width:100%}.c-nav--buttons .c-nav__item:not(.l-navbar__search){cursor:pointer;outline:none}.c-nav--buttons .c-nav__item:not(.l-navbar__search),.c-nav--buttons .c-nav__link{align-items:center;display:flex;height:100%;justify-content:center;position:relative}.c-nav--buttons .c-nav__link{width:100%}.c-nav--buttons .c-nav__link:after{border:2px solid #231f20;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.c-nav--buttons .c-nav__link:focus:after{opacity:1}.c-nav--buttons .c-nav__link--active:not(:active),.c-nav--buttons .c-nav__link:hover:not(:active){background-color:#dbd9d9}.c-nav--buttons .c-nav__icon{height:24px;width:24px}.c-nav--buttons .c-nav__icon--live:before{left:auto;right:-3px;top:-1px}.c-nav--buttons .c-nav__icon--live:after{content:unset}.c-nav--buttons .c-nav__label{font-size:.75rem;font-weight:500;letter-spacing:0;line-height:1rem}.c-nav--buttons .c-nav__content{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding:0 24px}.c-nav--subnav{display:flex;flex-flow:row wrap;height:auto;margin:-2px;padding:16px 0}.c-nav--subnav .c-nav__item{flex-shrink:0;padding:2px;width:50%}.c-nav--subnav .c-nav__link{align-items:center;display:flex;font-size:1.125rem;font-weight:400;height:100%;letter-spacing:.01563rem;line-height:1.75rem;outline:none;padding:12px 8px;position:relative}.c-nav--subnav .c-nav__link,.c-nav--subnav .c-nav__link:after{border-radius:4px}.c-nav--subnav .c-nav__link:hover{background-color:var(--t-bg-navbarButtons--hover);color:var(--t-text-main)}.c-pulse:before{animation:livepulse 3s infinite;animation-timing-function:ease-out;border-radius:7px;height:14px;left:calc(50% - 7px);top:calc(50% - 7px);width:14px;will-change:transform,opacity}.c-pulse:after,.c-pulse:before{background-color:#d02001;content:"";position:absolute}.c-pulse:after{border-radius:4px;height:8px;left:calc(50% - 4px);top:calc(50% - 4px);width:8px}@keyframes livepulse{0%{opacity:1;transform:matrix(.4,0,0,.4,0,0)}70%{opacity:0;transform:matrix(1.4,0,0,1.4,0,0)}to{opacity:0;transform:matrix(1.4,0,0,1.4,0,0)}}.c-posts{padding:0}.c-posts__item{display:block;margin-bottom:0;position:relative}.c-posts__ad{margin:0 -16px}.c-posts__inner{border:none;border-bottom:1px solid var(--t-border-main);color:var(--t-text-main);display:flex;flex-wrap:nowrap;outline:none;padding:16px 0;position:relative}.c-posts__inner:after{border:2px solid var(--t-text-main);bottom:0;content:"";left:-8px;opacity:0;pointer-events:none;position:absolute;right:-8px;top:0;z-index:1}.c-posts__inner:focus:after{opacity:1}.c-posts__inner:focus,.c-posts__inner:hover{background-color:initial;border-color:var(--t-border-main)}.c-posts__rank{display:none}.c-posts__media{align-self:flex-start;border-bottom:none;flex-shrink:0;overflow:hidden;position:relative;width:152px}.c-posts__media:before{content:"";display:block;height:0;padding:0 0 66.66667%;width:100%}.c-posts__media>:first-child{height:100%;left:50%;max-width:none;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:auto}.c-posts__overlay{background:linear-gradient(180deg,#231f2000 70%,#231f2033 80%,#231f20b3);bottom:0;height:100%;position:absolute;width:100%;z-index:1}.c-posts__icon{bottom:4px;left:4px;position:absolute;z-index:50}.c-posts__icon--embedVideo,.c-posts__icon--live{padding:8px 16px}.c-posts__icon--live{background-color:#f2992f;color:#231f20}.c-posts__icon--live:focus,.c-posts__icon--live:hover{background-color:#ca7919}.c-posts__icon--live:active{background-color:#9f6013}.c-posts__icon:after{font-size:.875rem;font-weight:500;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase}.c-posts__icon--live:after{content:"LIVE"}.c-posts__icon--embedVideo:after{content:"PLAY VIDEO"}.c-posts__details{border-bottom:none;color:var(--t-text-main);display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-between;padding-left:16px;width:100%}.c-posts__details:focus,.c-posts__details:hover{background-color:initial}.c-posts__headline{border-bottom:none}.c-posts__headline:focus,.c-posts__headline:hover{background-color:initial}.c-posts__flag{background-color:var(--t-bg-redLabel);color:var(--t-text-redLabel);display:inline-block;font-size:.75rem;font-weight:400;letter-spacing:.03125rem;line-height:1rem;padding:4px 8px;text-transform:uppercase;white-space:nowrap}.c-posts__media .c-posts__flag{left:8px;position:absolute;top:8px;z-index:100}.c-posts__headlineText{color:var(--t-text-main);display:block;font-size:1rem;font-weight:700;letter-spacing:0;line-height:1.5rem}.c-posts__headlineFlag{margin-bottom:8px;position:relative}.c-posts__headlineFlag--live{background-color:var(--t-bg-orangeLabel);color:var(--t-text-orangeLabel);padding-left:32px}.c-posts__headlineFlag--live:before{background-color:var(--t-bg-orangeLabelPulse);left:9px}.c-posts__headlineFlag--live:after{background-color:#231f20;left:12px}.c-posts__about{display:flex;flex-wrap:wrap;font-size:.75rem;font-weight:400;letter-spacing:.03125rem;line-height:1rem;margin-top:8px;text-transform:uppercase}.c-posts__about--multiple .c-posts__info:not(:first-child):not(:empty):before{content:"|";display:inline-block;padding-right:4px}.c-posts__info{color:var(--t-text-details);display:inline-block;padding-right:4px}.c-posts__info--highlight{color:var(--t-text-mainRed)}.c-posts__info--linethrough{text-decoration:line-through}.c-posts--video .c-posts__media{position:relative}.c-posts--video .c-posts__media:before{content:"";display:block;height:0;padding:0 0 56.25%;width:100%}.c-posts--video .c-posts__media>:first-child{height:100%;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:100%}.c-posts__item--playing .c-posts__media{background:linear-gradient(180deg,#0000,rgba(0,0,0,.847) 99.91%)}.c-posts__item--playing .c-posts__media:after{background:#0000;border:1px solid #d02001;border-radius:2px;color:#f2f2f2;content:"NOW PLAYING";font-size:.875rem;font-weight:500;height:auto;left:50%;letter-spacing:.03125rem;line-height:1rem;opacity:1;padding:8px 16px;position:absolute;text-transform:uppercase;top:50%;transform:translate(-50%,-50%);white-space:nowrap;width:auto}.c-posts__item--playing .c-posts__thumbnail{opacity:.5}.c-posts__item--playing .c-posts__icon{display:none}.c-posts--skeleton .c-posts__headline,.c-posts--skeleton .c-posts__info,.c-posts--skeleton .c-posts__media{background-color:var(--t-bg-skeleton)}.c-posts--skeleton .c-posts__headline{width:100%}.c-posts--inverted .c-posts__headlineText{color:#f2f2f2}.c-posts--inverted .c-posts__inner:after{border-color:#f2f2f2}.c-posts--maxWidth .c-posts__thumbnail{height:auto!important;width:100%!important}.c-posts--noPadding .c-posts__item{padding:0!important}.c-posts__video{height:100%;opacity:0;position:absolute;top:0;width:100%;z-index:100}.c-posts__video .c-video__title{font-size:1rem;font-weight:700;letter-spacing:0;line-height:1.5rem}.c-posts__item--active .c-posts__flag,.c-posts__item--active .c-posts__icon{display:none!important}.c-posts__item--active .c-posts__video{opacity:1}.c-posts__item--active .c-posts__media--video{background:#231f20}.c-posts__item--active .c-posts__thumbnail{opacity:0}.c-posts__item--active .c-imageContainer__bg{display:none}.c-posts__media--video .c-posts__icon{z-index:100}.c-posts--anchored .c-posts__item:first-child .c-posts__inner{padding-top:0}.c-posts--anchored .c-posts__item:first-child .c-posts__inner:after{margin-top:-16px}.c-posts--relatedVideos .c-posts__item:last-of-type .c-posts__inner{border-bottom:none;padding-bottom:0}.c-posts--relatedVideos .c-posts__details{padding-left:0;padding-right:16px}.c-posts--relatedVideos .c-posts__inner{padding:16px 0}.c-posts--tile .c-posts__inner{flex-direction:row-reverse}.c-posts--tile.c-posts--inverted .c-posts__inner{border-color:#535353}.c-posts--tile .c-posts__details{padding-left:0;padding-right:16px}.c-posts--column.c-posts--skeleton{margin-bottom:32px}.c-posts--column .c-posts__ad{margin:0 -16px;overflow:hidden}.c-posts--column .c-posts__excerpt{display:none}.c-posts--column .c-posts__inner:after{top:0}.c-posts--column .c-posts__details{padding-left:0;padding-right:16px}.c-posts--column .c-posts__media{max-width:50%}.c-posts--grid .c-posts__item[data-ad-fallback=true]{display:none}.c-schedule__show{background-color:#262626;border-radius:8px;color:#f2f2f2;display:inline-block;flex-shrink:0;position:relative;width:250px}.c-schedule__show--clickable:hover{background-color:#535353}.c-schedule__show--current{background-color:initial;padding:6px 0 0 6px;width:100%}.c-schedule__show--current:hover{background-color:initial}.c-schedule__flag{color:#f2f2f2;display:block;font-size:.875rem;font-weight:500;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase}.c-schedule__link{border:0;display:flex;outline:none;position:relative}.c-schedule__link:after{border:2px solid #f2f2f2;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.c-schedule__link:focus:after{opacity:1}.c-schedule__link:focus,.c-schedule__link:hover{background-color:initial}.c-schedule__link:after{bottom:-8px;left:-8px;right:-8px;top:-8px}.c-schedule__link--nonClickable:after{border-color:#f2f2f233}.c-schedule__details{align-self:center;flex-grow:1;padding:4px 16px}.c-schedule__media{border-radius:8px 0 0 8px;flex-shrink:0;height:80px;overflow:hidden;width:80px;z-index:1}.c-schedule__timer{height:112px;left:-6px;position:absolute;top:-6px;width:112px}.c-schedule__outline,.c-schedule__played{stroke-width:4%;fill:none}.c-schedule__outline{stroke:#aeacac}.c-schedule__played{stroke:#d02001;stroke-dasharray:314%;stroke-dashoffset:314%;animation:animateShowTimer .8s ease-out 0s 1 forwards;transform:rotate(58deg);transform-origin:center}.c-schedule__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#f2f2f2;display:block;display:-webkit-box;font-size:1rem;font-weight:700;letter-spacing:0;line-height:1.5rem;margin-bottom:4px;overflow:hidden;white-space:normal}.c-schedule__time{color:#818080;display:block;font-size:.75rem;font-weight:400;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase;white-space:nowrap}.c-schedule__play{flex-shrink:0;height:32px;left:70px;margin-right:16px;padding:0;position:absolute;top:70px;width:32px;z-index:1}.c-schedule__playIcon{height:14px;margin-left:2px;width:14px}.c-schedule__show--current .c-schedule__link:after{left:-6px}.c-schedule__show--current .c-schedule__flag{color:#f2f2f2}.c-schedule__show--clickable:hover .c-schedule__time,.c-schedule__show--current .c-schedule__time{color:#aeacac}.c-schedule__show--current .c-schedule__name{font-size:1.25rem;font-weight:700;letter-spacing:.01563rem;line-height:1.5rem;margin-top:4px}.c-schedule__show--current .c-schedule__media{background-color:#fff;border-radius:50%;height:100px;width:100px}.c-schedule__show--current .c-schedule__image{border-radius:50%}.c-schedule__show--current .c-schedule__details{padding-left:22px;padding-right:0}.c-schedule__show--flagged .c-schedule__flag{left:0;position:absolute;top:-24px}.c-schedule--horizontal{display:flex;flex-flow:row;overflow-x:auto;overflow-y:hidden}.c-schedule--horizontal .c-schedule__show{margin:0 16px 0 0}@keyframes animateShowTimer{0%{stroke-dashoffset:314%}to{stroke-dashoffset:calc(266%*(1 - var( --showPlayed )) + 48%)}}.c-search{position:relative}.c-search__input{padding-right:50px!important}.c-search__label{display:inline-block;font-weight:600;margin-bottom:4px}.c-search__submit{bottom:0;line-height:100%;padding:0 16px;position:absolute;right:0;top:0}.c-search__icon{color:#818080;height:24px;width:24px}.c-search__input:not(:placeholder-shown)+.c-search__submit .c-search__icon,.c-search__submit:active .c-search__icon,.c-search__submit:focus .c-search__icon{color:var(--t-text-main)}.c-sponsor{align-items:center;display:flex}.c-sponsor__image{display:block;height:50px;width:auto}.c-sponsor__name{display:flex}.c-sponsor__label{color:var(--sponsor-text-color,var(--t-text-details));display:block;font-size:.75rem;font-weight:400;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase}.c-sponsor__icon{color:var(--t-text-grey-300-200);position:relative;top:2px}.c-sponsor__icon--question{height:16px;width:16px}.c-sponsor__button{cursor:pointer;position:relative}.c-sponsor__link{border:none;font-size:1.125rem;font-weight:700;letter-spacing:0;line-height:1.5rem;margin-right:16px}.c-sponsor__link--image{display:block;flex-shrink:0;position:relative}.c-sponsor__link--image:after{border:2px solid var(--custom-navbar-text,#f2f2f2);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.c-sponsor__link--image:focus:after{opacity:1}.c-sponsor__link:focus,.c-sponsor__link:hover{text-decoration:underline}.c-sponsor__link--image:focus,.c-sponsor__link--image:hover{background-color:initial}.c-sponsor__link[href=""]{pointer-events:none}.c-sponsor--section .c-sponsor__link{margin:0}.c-sponsor--section .c-sponsor__image{max-height:32px;width:auto}.c-sponsor--heading{height:40px;margin-bottom:0}.c-sponsor--inline .c-sponsor__details{margin-right:12px}.c-sponsor--inline .c-sponsor__image{height:100%;width:auto}.c-sponsor--inline .c-sponsor__link{height:32px;margin-right:0}.c-sponsor--inline .c-sponsor__label{font-size:.875rem;font-weight:500;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase}.c-sponsor--imageOnly .c-sponsor__image{height:100%;max-height:72px;width:auto}.c-sponsor--imageOnly .c-sponsor__details{display:none}.c-toggle{display:inline-block;height:24px;position:relative;width:72px}.c-toggle__checkbox{height:0;opacity:0;width:0}.c-toggle__slider{background-color:#fff;border-radius:24px;color:#231f20;cursor:pointer;inset:0;justify-content:flex-end;padding:0 8px;transition:background-color .4s ease}.c-toggle__slider,.c-toggle__sliderBall{align-items:center;display:flex;position:absolute}.c-toggle__sliderBall{background-color:#dbd9d9;border-radius:50%;bottom:4px;content:"";height:16px;justify-content:center;left:4px;transition:transform .4s ease-out;width:16px}.c-toggle__text{font-size:.75rem;font-weight:400;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase}.c-toggle__icon{height:12px;width:12px}.c-toggle__checkbox+.c-toggle__slider .c-toggle__text--light{opacity:1;position:absolute;right:8px}.c-toggle__checkbox+.c-toggle__slider .c-toggle__text--dark{left:8px;opacity:0;position:absolute}.c-toggle__checkbox+.c-toggle__slider .c-toggle__icon--dark{display:none}.c-toggle__checkbox+.c-toggle__slider .c-toggle__icon--light{color:#231f20;display:block}.c-toggle__checkbox:checked+.c-toggle__slider{background-color:#424242;color:#f2f2f2;justify-content:flex-start}.c-toggle__checkbox:checked+.c-toggle__slider .c-toggle__sliderBall{background-color:#313131;transform:translateX(48px)}.c-toggle__checkbox:checked+.c-toggle__slider .c-toggle__text--dark{opacity:1}.c-toggle__checkbox:checked+.c-toggle__slider .c-toggle__icon--dark{color:#f2f2f2;display:block}.c-toggle__checkbox:checked+.c-toggle__slider .c-toggle__text--light{opacity:0}.c-toggle__checkbox:checked+.c-toggle__slider .c-toggle__icon--light{display:none}.c-topLabel{display:flex;font-size:.75rem;font-weight:400;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase}.c-topLabel__link,.c-topLabel__text{color:var(--t-text-mainRed)}.c-topLabel__text{margin-bottom:2px}.c-topLabel__link{border:none;outline:none;position:relative}.c-topLabel__link:before{border-bottom:2px solid var(--t-text-mainRed);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0}.c-topLabel__link:hover:before{opacity:1}.c-topLabel__link:after{border:2px solid var(--t-text-main);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.c-topLabel__link:focus:after{opacity:1}.c-topLabel__link:focus,.c-topLabel__link:hover{background-color:initial}.c-topLabel__pulse{margin-right:8px;position:relative;width:14px}.c-topLabel__pulse:before{left:0}.c-topLabel__pulse:after{left:3px}.c-weather{background:var(--t-bg-weather);width:100%}.c-weather__inner{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:8px 16px;position:relative}.c-weather__inner:focus,.c-weather__inner:hover{background-color:var(--t-bg-weather--hover)}.c-weather__header{display:flex;flex-direction:column;position:relative;width:100%}.c-weather__header .c-weather__select{-webkit-appearance:initial;appearance:none;background:#f2f2f2;font-size:.875rem;font-weight:400;letter-spacing:.01563rem;line-height:1.25rem;padding:2px 8px 2px 2px;position:absolute;right:0;top:0;z-index:-1000}.c-weather__icon{height:16px;margin-right:8px;width:16px}.c-weather__region{align-items:center;color:#f2f2f2;display:flex;font-size:1rem;font-weight:500;height:20px;letter-spacing:0;line-height:1.25rem;white-space:nowrap}.c-weather__region[data-tooltip-title]{position:relative}.c-weather__region[data-tooltip-title]:before{background:var(--t-bg-tooltip);border-radius:2px;box-shadow:0 4px 8px #00000012;color:var(--t-text-main);font-size:.75rem;font-weight:400;left:0;letter-spacing:.03125rem;line-height:1rem;opacity:0;padding:4px 8px;pointer-events:none;position:absolute;text-transform:uppercase;transform:translate3d(0,10px,0);transition:all .15s ease-in;width:auto;z-index:100}.c-weather__region[data-tooltip-title]:hover:before{opacity:1;transform:translateZ(0)}.c-weather__region[data-tooltip-title]:before{margin-top:5px;top:100%}.c-weather__location{max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-weather__location:after{content:",\00a0"}.c-weather__info{display:flex;flex-wrap:wrap}.c-weather__degree{color:#f2f2f2;display:block;font-size:.875rem;font-weight:700;letter-spacing:0;line-height:1.25rem}.c-weather__degree--current{font-size:2.125rem;font-weight:700;letter-spacing:.01563rem;line-height:2.5rem}.c-weather__degree:after{content:"\00b0"}.c-weather__prediction{margin-left:16px}.c-weather__imageContainer{line-height:0}.c-weather__image{height:64px;object-fit:contain;object-position:center;width:64px}.c-weather__image:before{background-color:var(--t-bg-weather);content:"";height:100%;position:absolute;width:100%}.c-weather__link{align-items:center;border-bottom:0;display:flex;position:relative}.c-weather__link:after{border:2px solid #f2f2f2;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.c-weather__link:focus:after{opacity:1}.c-weather__link--text{align-self:flex-end;color:#4f90cf;display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase}.c-weather__link:focus,.c-weather__link:hover{background-color:initial}.c-weather__label{color:#f2f2f2;font-size:.875rem;font-weight:500;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase}.c-weather__text.c-weather__conditions{font-size:.875rem;font-weight:700;letter-spacing:0;line-height:1.25rem;text-transform:none}.c-weather__traffic{display:none}.c-weather__sponsor{background-image:var(--t-pattern-bg-ad);display:flex;flex-basis:100%;justify-content:center;order:3;padding:6px 0}.c-weather__sponsorImage{width:100%}.c-weather__sponsorLink{border:none;display:flex}.c-weather__loader{display:none;z-index:1}.c-weather--loading .c-weather__loader{display:block}.c-weather--loading .c-weather__link{opacity:.2}.c-weather--loading .c-weather__region{opacity:.2;pointer-events:none}.c-weather--night{background-color:var(--t-bg-weatherDark)}.c-weather--night .c-weather__inner:focus,.c-weather--night .c-weather__inner:hover{background-color:var(--t-bg-weatherDark--hover)}.c-weather--night .c-weather__link--bottom{background-color:var(--t-bg-weatherBottomDark)}.c-weather--night .c-weather__link--bottom:focus,.c-weather--night .c-weather__link--bottom:hover{background-color:var(--t-bg-weatherBottomDark--hover)}.c-weather--night .c-weather__image:before{background-color:var(--t-bg-weatherDark)}.c-weather__degree:empty,.c-weather__location:empty,.c-weather__prediction,.c-weather__province:empty,.c-weather__select:empty,.c-weather__text{display:none}.l-article__ad{margin-left:-15px;margin-right:-15px;padding-bottom:16px;padding-top:8px}.l-article__label{color:var(--t-text-mainRed);margin-bottom:16px}.l-article__title{color:var(--t-text-main);font-size:1.75rem;font-weight:700;letter-spacing:.01563rem;line-height:2rem;padding:0 0 16px}.l-article__byline{padding:0 0 12px}.l-article__sponsor{margin-bottom:32px}.l-article__featured{margin-bottom:24px}.l-article__highlight{color:var(--t-text-grey-400-200);font-size:1.125rem;font-weight:700;letter-spacing:0;line-height:1.5rem;padding:0 0 16px}.l-article__details{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:32px;position:relative}.l-article__fontSizer{display:flex;justify-content:flex-end;width:100%}.l-article__text{color:var(--t-text-main);font-size:1.125rem;font-weight:400;letter-spacing:.01563rem;line-height:1.75rem;word-break:break-word}.l-article__text p a{font-weight:700}.l-article__text p a:focus,.l-article__text p a:hover{text-decoration:underline}.l-article__text p a:focus{background-color:var(--t-bg-highlight)}.l-article__story{margin:0 auto;max-width:640px}.l-article__link{display:inline-block}.l-article__blockquote{margin-left:0;margin-right:0;margin-top:0;overflow:visible;position:relative}.l-article__blockquoteContent{margin:0 0 16px}.l-article__oembed{text-align:center}.l-article__sectionAnchor{display:block;margin-top:-70px;position:absolute}.l-article__sectionAnchor--bigShift,.l-article__sectionAnchor--shift{margin-top:-140px}.l-article__copyright{margin:0 0 32px}.l-article--withCustomNavbar .l-article__sectionAnchor{margin-top:-180px}.l-container,.l-content{background-color:var(--t-bg-body)}.l-content{border-top:var(--t-style-border-content);position:static}.l-header{background-color:var(--t-bg-header);color:var(--t-text-mainLight);padding-left:16px;padding-right:16px;position:relative;z-index:8000}.l-header__inner{align-items:center;display:flex;height:48px;justify-content:space-between;margin:0 auto;max-width:1280px;position:relative}.l-header__skip{background-color:#d02001;color:#f2f2f2;font-size:.75rem;left:-1000px;opacity:0;padding:6px 8px;position:absolute;top:0;transition:opacity .3s;z-index:100}.l-header__skip:focus,.l-header__skip:hover{background-color:#d02001;left:0;opacity:1}.l-header__trending{display:none}.l-header__trendingInner{width:100%}.l-header__actions,.l-header__otherActions{align-items:stretch;display:flex;flex:1}.l-header__actions{justify-content:flex-start;order:-1}.l-header__otherActions{justify-content:flex-end}.l-header__secondary{display:none}.l-header__radioContainer{display:none;position:relative}.l-header__radioWidget{box-shadow:0 4px 12px #0003;display:none;margin:0;position:absolute;right:0;width:387px}.l-header__logo{display:flex;flex-shrink:0;justify-content:center}.l-header__logo .c-logo--header:focus:after{border-color:var(--t-text-mainLight)}.l-header__searchButton{display:flex;outline:none;padding:16px 8px;position:relative}.l-header__choices{align-items:center;border-bottom:none;display:flex;position:relative}.l-header__choices,.l-header__searchButton{color:var(--t-text-mainLight)}.l-header__choices:after,.l-header__searchButton:after{border:2px solid var(--t-text-mainLight);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.l-header__choices:focus:after,.l-header__searchButton:focus:after{opacity:1}.l-header__choices:focus,.l-header__choices:hover,.l-header__searchButton:focus,.l-header__searchButton:hover{background-color:#424242}.l-header__choicesLogo{height:16px;margin:16px 8px;width:16px}.l-header__choicesWordmark{height:12px;margin:16px;width:64px}.l-header__themeToggle{padding:12px 16px}.l-headerAd{max-width:100%;overflow:hidden}.l-headerAd__countdown{bottom:0;display:none;font-size:.625rem;position:absolute}.l-headerAd__close{cursor:pointer;display:none;font-size:.625rem;font-weight:700;margin-left:4px;text-transform:uppercase}.l-headerAd__inner{align-items:center;background-color:var(--t-bg-headerAd);background-image:var(--t-pattern-bg-ad);display:flex;flex-direction:column;justify-content:center;min-height:66px;padding:16px 0;position:relative;width:100%}.l-headerAd__close,.l-headerAd__countdown{color:var(--t-text-main)}.l-headerAd__container{width:100%;z-index:5000}.l-headerAd__container--stuck{animation-direction:normal;animation-duration:.35s;animation-fill-mode:none;animation-iteration-count:1;animation-name:slide;animation-timing-function:ease;box-shadow:0 4px 12px #0003;position:fixed;top:40px}.l-headerAd__container--stuck .l-headerAd__close,.l-headerAd__container--stuck .l-headerAd__countdown{display:inline-block}.l-headerAd__container--detaching{position:fixed;top:52px}.l-headerAd__container--detaching .l-headerAd__inner{animation-direction:reverse;animation-duration:.35s;animation-fill-mode:none;animation-iteration-count:1;animation-name:slide;animation-timing-function:ease;transform:translate3d(0,-100%,0)}.l-main{margin-top:16px}.l-main__content{padding:0 16px}.l-main__sidebar{display:flex;flex-direction:column;margin:0 auto;padding:0 16px}.l-main__section{margin-bottom:32px}.l-main__smartfeed{padding:0}.l-main__headingStrikethrough{margin-bottom:16px}.l-main--suppressSidebar{margin-bottom:32px}.l-main--suppressSidebar .l-main__footer{padding:0 16px}.l-main--collapseTop{margin-top:0}.l-main--restrictedWidth{margin-left:auto;margin-right:auto;max-width:780px}.l-main--legacy .l-main__grid{margin-bottom:64px}.l-main--withCarousel .l-main__grid .l-main__content{min-height:0;min-width:0}.l-main--articleRegular{margin-top:32px}.l-navWrapper{pointer-events:none;position:-webkit-sticky;position:sticky;top:0;z-index:6500}.l-navWrapper--menuOpen{z-index:10000001}.l-navWrapper--menuOpen .l-navbar__submenus,.l-navbar{pointer-events:all}.l-navbar{position:relative;z-index:50}.l-navbar__top{background-color:var(--t-bg-navbar);box-shadow:0 4px 12px #0003;height:56px}.l-navbar__logoSocial{border:none;position:relative;width:100%}.l-navbar__logoSocial:after{border:2px solid var(--t-text-main);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.l-navbar__logoSocial:focus:after{opacity:1}.l-navbar__logoSocial:hover{background-color:var(--t-bg-navbarButtons--hover)}.l-navbar__logoSocial--image{height:24px;margin:0 auto;width:13.7px}.l-navbar__inner{height:100%;margin:0 auto;max-width:1280px;overflow:hidden;position:relative}.l-navbar__standard{display:block;left:0;position:absolute;top:0;transform:translate3d(0,24px,0);width:100%;z-index:-1}.l-navbar__submenus{pointer-events:none;position:absolute;width:100%}.l-navbar__topics{width:100%}.l-navbar__list{display:none}.l-navbar__buttons{height:100%}.l-navbar__toggles{display:flex;margin-top:16px;position:absolute;right:0;top:0;width:16.67%}.l-navbar__togglesInner{height:40px}.l-navbar__toggles--scrolling{display:flex;width:16.7%}.l-navbar__search{display:none}.l-navbar__scrolling{display:flex;height:40px;justify-content:space-between;left:0;margin-top:16px;opacity:1;position:static;top:0;visibility:visible;width:100%;z-index:1}.l-navbar__scrollingLeft{display:none}.l-navbar__scrollingRight{align-items:center;display:grid;grid-template-columns:1fr 4fr 1fr;overflow:hidden;width:100%}.l-navbar__socialShare{height:40px;width:100%}.l-navbar__title{font-size:1rem;font-weight:500;letter-spacing:0;line-height:1.25rem;line-height:inherit;margin-left:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.l-navbar__logo{display:none;flex-shrink:0}.l-navbar--nonSticky{position:static}.l-navbar--mobileSocial .l-navbar__standard{height:100%;opacity:1;transform:translateZ(0);z-index:1}.l-navbar--mobileSocial .l-navbar__buttons{display:none}.l-navbar .c-nav--main .c-nav__link{color:var(--t-text-main)}.l-navbar .c-nav--main .c-nav__link:after{border-color:var(--t-text-main)}.l-navbar .c-nav--buttons .c-nav__link{color:var(--t-text-main)}.l-navbar .c-nav--buttons .c-nav__link--active:not(:active),.l-navbar .c-nav--buttons .c-nav__link:hover:not(:active){background-color:var(--t-bg-navbarButtons--hover)}.l-navbar .c-nav--buttons .c-nav__link:after{border-color:var(--t-text-main)}.l-navbar .is-disabled:not([aria-expanded=true]),.l-navbar .is-disabled:not([aria-expanded=true]) .c-icon{color:var(--t-text-item--disabled)!important}.l-navbar--custom{overflow:hidden;z-index:1}.l-navbar--custom .l-navbar__top{background-color:var(--custom-navbar-bg,#4f90cf);color:var(--custom-navbar-text,#f2f2f2);height:auto;min-height:54px;padding-right:0}.l-navbar--custom .l-navbar__container{height:100%}.l-navbar--custom .l-navbar__banner{display:none}.l-navbar--custom .l-navbar__horizontal{display:flex;height:100%;overflow-x:auto}.l-navbar--custom .l-navbar__label{align-items:center;display:flex;flex-shrink:0;height:100%;position:relative}.l-navbar--custom .l-navbar__label--withTabs{height:54px;margin-right:32px}.l-navbar--custom .l-navbar__label--withTabs:after{background:var(--custom-navbar-text,#f2f2f2);bottom:15px;content:"";display:inline-block;opacity:.2;position:absolute;right:-16px;top:15px;width:1px}.l-navbar--custom .l-navbar__labelImage{height:100%;object-fit:contain;width:auto}.l-navbar--custom .l-navbar__sponsor{align-items:center;align-self:center;background-color:var(--custom-navbar-sponsor-bg,#4f90cf);display:flex;flex-shrink:0;position:relative}.l-navbar--custom .l-navbar__sponsor--inline{display:none}.l-navbar--custom .l-navbar__sponsor:before{background:#ffffff1a;content:"";display:block;height:100%;left:-32px;pointer-events:none;position:absolute;right:-16px}.l-navbar--custom.l-navbar--dark .l-navbar__sponsor:before{background:#0000001a}.l-navbar--custom .l-navbar__list{align-items:center;display:flex;flex-flow:row nowrap;height:100%;overflow:visible}.l-navbar--custom .l-navbar__item{flex-shrink:0}.l-navbar--custom .l-navbar__item:last-child{padding-right:16px}.l-navbar--custom .l-navbar__link{font-size:.875rem;font-weight:700;letter-spacing:0;line-height:1.25rem;padding:16px 12px}.l-navbar--custom .l-navbar__labelLink{font-size:.875rem;font-weight:500;letter-spacing:.03125rem;line-height:1rem;text-transform:uppercase}.l-navbar--custom .l-navbar__item .l-navbar__labelLink,.l-navbar--custom .l-navbar__item .l-navbar__link{color:var(--custom-navbar-text,#f2f2f2);height:54px}.l-navbar--custom .l-navbar__item .l-navbar__labelLink:focus,.l-navbar--custom .l-navbar__item .l-navbar__labelLink:hover,.l-navbar--custom .l-navbar__item .l-navbar__link:focus,.l-navbar--custom .l-navbar__item .l-navbar__link:hover{background-color:var(--custom-navbar-text,#f2f2f2);color:var(--custom-navbar-bg,#4f90cf)}.l-navbar--custom .l-navbar__item .l-navbar__labelLink:after,.l-navbar--custom .l-navbar__item .l-navbar__link:after{content:unset}.l-navbar--custom .l-navbar__label--graphic .l-navbar__labelLink{display:flex;height:32px;margin:0 12px 0 16px;max-width:190px;padding:0}.l-navbar--custom .l-navbar__label--graphic .l-navbar__labelLink:after{border:2px solid var(--custom-navbar-text,#f2f2f2);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.l-navbar--custom .l-navbar__label--graphic .l-navbar__labelLink:focus:after{opacity:1}.l-navbar--custom .l-navbar__label--graphic .l-navbar__labelLink:focus,.l-navbar--custom .l-navbar__label--graphic .l-navbar__labelLink:hover{background-color:initial}.l-navbar--custom .l-navbar__gradient{height:100%;position:absolute;top:0;width:64px}.l-navbar--custom .l-navbar__gradient--left{background:linear-gradient(to left,var(--custom-navbar-gradient-start,#4f90cf00),var(--custom-navbar-bg,#4f90cf));left:0}.l-navbar--custom .l-navbar__gradient--right{background:linear-gradient(to right,var(--custom-navbar-gradient-start,#4f90cf00),var(--custom-navbar-gradient-end,#4f90cf));right:0}.l-navbar--custom .l-navbar__tinter{background-color:#231f20;height:100%;left:0;opacity:.25;position:absolute;top:0;width:100%}.l-navbar--custom .l-navbar__sponsor--mobile{padding:0 16px}.l-navbar--narrowMobile .l-navbar__top{transform:translate3d(0,-16px,0)}.l-navbar--narrowMobile .l-navbar__buttons{height:40px;transform:translate3d(0,16px,0)}.l-navbar--narrowMobile .l-navbar__buttons .l-navbar__mobileIcon{transform:translate3d(0,8px,0)}.l-overflow__arrows{display:none}.l-panel{background-color:var(--t-bg-panel);opacity:0;overflow-y:scroll;padding:24px 16px;position:fixed;scroll-behavior:smooth;top:0;transform:matrix(1,0,0,1,0,-20);visibility:hidden;width:100%}.l-panel__inner{display:none}.l-panel--init .l-panel__inner{display:block}.l-panel__header{display:flex;justify-content:space-between;margin:0 0 16px;padding:0 0 16px}.l-panel__header--newsletterRegion{border-bottom:1px solid var(--t-border-main);margin-bottom:0}.l-panel__icon{color:var(--t-text-main);height:24px;margin:0;width:24px}.l-panel--popup{box-shadow:0 4px 24px #00000059;overflow:auto;padding:16px 16px 64px;position:relative;width:auto}.l-panel--popup .l-panel__header{align-items:center;border-bottom:1px solid var(--t-border-main)}.l-panel--popup .c-heading--primary{border-bottom:none}.l-panel__button{color:var(--t-text-main);display:block;height:24px;position:relative;width:24px}.l-panel__button:after{border:2px solid var(--t-text-main);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.l-panel__button:focus:after{opacity:1}.l-panel__button--close{display:none}.l-panel--single .l-panel__button--close{display:block}.l-panel--single .l-panel__button--back{display:none}.l-panel--single .l-panel__header{flex-direction:row-reverse}.l-panel--secondary{background-color:var(--t-bg-panelSecondary)}.l-panel--secondary form input[type=email],.l-panel--secondary form input[type=search],.l-panel--secondary form input[type=tel],.l-panel--secondary form input[type=text],.l-panel--secondary form input[type=url],.l-panel--secondary form select,.l-panel--secondary form textarea{background-color:var(--t-bg-input--secondary);border-color:var(--t-border-input--secondary)}.l-panel--secondary .l-panel__header{border-color:var(--t-border-input--secondary)}@media (max-width:767px){.l-panel__firstHeading{display:none}.l-panel--bottom{border-radius:8px 8px 0 0;bottom:0;height:auto!important;left:0;max-height:none!important;padding-bottom:64px!important;position:absolute;right:0;top:auto;transform:matrix(1,0,0,1,0,20);z-index:1}.l-panel--bottom .l-panel__header{padding-bottom:16px}.l-panel--bottomFixed{position:fixed}}.l-notification{display:none;margin-bottom:-12px;overflow:hidden;padding-bottom:12px;position:-webkit-sticky;position:sticky;top:56px;z-index:7000}.l-notification__container{background:#fff;box-shadow:0 4px 12px #0003;padding:16px;position:relative}.l-notification__inner{display:flex;justify-content:space-between;margin:0 auto;max-width:1280px;width:100%}.l-notification__item{display:flex}.l-notification__video{border-bottom:none;display:none;flex-shrink:0;margin:0 16px 0 0;overflow:hidden;position:relative;width:176px}.l-notification__video:after{border:2px solid #231f20;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.l-notification__video:focus:after{opacity:1}.l-notification__video:before{content:"";display:block;height:0;padding:0 0 56.25%;width:100%}.l-notification__video>:first-child{height:100%;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:100%}.l-notification__video:focus,.l-notification__video:hover{background:none;border-bottom:none;outline:none}.l-notification__video video{width:100%}.l-notification__image{height:auto;width:100%}.l-notification__text{align-self:center;display:inline-block}.l-notification__label{font-size:.75rem;font-weight:400;letter-spacing:.03125rem;line-height:1rem;margin-bottom:4px;text-transform:uppercase}.l-notification__headline{color:inherit;font-size:.875rem;font-weight:700;letter-spacing:0;line-height:1.25rem;position:relative}.l-notification__headline:focus,.l-notification__headline:hover{background-color:initial;text-decoration:underline}.l-notification__buttons{align-items:flex-start;display:flex;justify-content:center;margin-left:4px}.l-notification__button{background:#0000;color:inherit}.l-notification--active{display:block}.l-notification--active .l-notification__wrapper{animation-direction:normal;animation-duration:.35s;animation-fill-mode:none;animation-iteration-count:1;animation-name:slide;animation-timing-function:ease}.l-notification--hiding{display:block}.l-notification--hiding .l-notification__container{animation-direction:reverse;animation-duration:.35s;animation-fill-mode:none;animation-iteration-count:1;animation-name:slide;animation-timing-function:ease;transform:translate3d(0,-100%,0)}.l-notification--breaking .l-notification__container{background:var(--t-bg-notificationBreaking);color:#f2f2f2}.l-notification--breaking .l-notification__button:after{border-color:#f2f2f2}.l-notification--breaking .l-notification__button:focus,.l-notification--breaking .l-notification__button:hover{background:var(--t-bg-notificationBreakingButton--hover)}.l-notification--special .l-notification__container{background:var(--t-bg-notificationCustom);color:#f2f2f2}.l-notification--special .l-notification__button:after{border-color:#f2f2f2}.l-notification--special .l-notification__button:focus,.l-notification--special .l-notification__button:hover{background:#535353}.l-notification--listen .l-notification__container,.l-notification--live .l-notification__container{background:var(--t-bg-notificationLive);color:var(--t-text-notificationLive)}.l-notification--listen .l-notification__button:focus,.l-notification--listen .l-notification__button:hover,.l-notification--live .l-notification__button:focus,.l-notification--live .l-notification__button:hover{background:var(--t-bg-notificationLiveButton--hover)}.l-notification--shift{transform:translate3d(0,-16px,0)}.l-notification__video button{display:none}.l-radioHeader{background-color:#313131;margin:0 0 -48px!important;padding:16px!important}.l-radioHeader__branding{padding-bottom:16px}.l-radioHeader__heading{border-bottom:none;margin:0;max-width:172px;padding-bottom:0;z-index:1}.l-radioHeader__branding .l-radioHeader__logo{display:block;image-rendering:-o-crisp-edges;image-rendering:optimize-contrast;image-rendering:crisp-edges;max-height:100%}.l-radioHeader__navWrapper .l-radioHeader__nav{border-color:#535353}.l-radioHeader__navList{flex-flow:wrap}.l-radioHeader__navItem{width:50%}.l-radioHeader__scheduleWrapper{margin:16px -16px -16px 0}.l-radioHeader__scheduleWrapper .l-radioHeader__schedule{padding:24px 0 16px}.l-radioHeader__scheduleWrapper .l-radioHeader__schedule li:first-child{display:none}.l-radioHeader__navItem .l-radioHeader__link{color:#f2f2f2!important}.l-radioHeader__navItem .l-radioHeader__link:hover{background-color:#535353}.l-radioHeader__navItem .l-radioHeader__link:after{border-color:#f2f2f2}.l-section{margin:64px 0;overflow:hidden;padding-left:16px;padding-right:16px;position:relative}.l-section__grid{display:flex;flex-direction:column}.l-section__sidebar{display:block;order:3}.l-section__sidebar--bottom{order:7}.l-section__sidebar .l-section__carousel{margin:16px 0}.l-section__sidebar .l-section__widget{margin:0 -16px}.l-section__break{border-top:4px solid var(--t-text-mainRed);padding-top:24px}.l-section__listenLive{margin:24px -16px 0;order:2;padding:0}.l-section__radioCarousel{margin:16px auto 0}.l-section__leaderboardAd{margin:0 auto 32px}.l-section__subsection{margin:32px auto 0}.l-section__main .l-section__listenLive{margin-top:48px}.l-section__widget .l-section__widgetFooter{border-bottom:1px solid var(--t-border-main);padding:16px 0;text-align:right}.l-section__widget .l-section__widgetFooter--noBorder{border-bottom:none}.l-section__widget .l-section__widgetFooter--listenLive{margin:64px -16px 0;padding:0}.l-section__priority{grid-area:H}.l-section__heading{grid-area:H;margin:0 0 24px}.l-section__heading--withMenu{align-items:center;display:flex;justify-content:space-between}.l-section__headingLink{margin-left:16px}.l-section__carousel .l-section__heading{margin-bottom:0}.l-section__sponsorship{background-color:#dbd9d9;height:52px;margin:0 -32px;padding:0 32px}.l-section__main--radioCarousel{max-width:100%}.l-section__menu{display:flex}.l-section__menuLink{border-radius:2px;margin-right:4px}.l-section__menuLink:hover{background-color:var(--t-bg-sectionButtons--hover)}.l-section__menuLink:active .c-link__label,.l-section__menuLink:focus{text-decoration:none}.l-section__menuLink:last-of-type{margin-right:0}.l-section--overflow{overflow:visible}.l-section--anchored{margin-top:-24px!important}.l-section--overlap{--carousel-arrow-backdrop:var(--t-bg-sectionGrey);background-color:var(--t-bg-sectionGrey);margin:88px 0 64px;padding:0 16px 16px}.l-section--overlap .l-section__heading{background-color:#d02001;color:#f2f2f2;display:inline-block;margin-bottom:16px;padding:12px;transform:translateY(-24px)}.l-section--overlap .l-section__heading--link:focus,.l-section--overlap .l-section__heading--link:hover{text-decoration:underline}.l-section--gradient{background:linear-gradient(to bottom,var(--t-bg-sectionGradientStart),var(--t-bg-body) 100%);padding:32px 16px 0;z-index:0}.l-section--pageHeader,.l-section--withSubmenu{margin-bottom:-64px}.l-section--withSponsor{margin-bottom:-32px}.l-section--pageHeader .l-section__heading,.l-section--withSubmenu .l-section__heading{margin:0 0 16px}.l-section--topics{margin-top:32px}.l-section--archive .l-section__widget:not(:last-child){margin-bottom:32px}.l-section--archive .l-section__listenLive{margin:0 -16px}.l-section__grid .l-section__main{order:1}.l-section__grid .l-section__main:empty{display:none}.l-section__grid .l-section__main--bottom{order:5}.l-section__grid .l-section__sidebarAd{margin-top:64px}.l-section--withCarousel .l-section__grid .l-section__main{min-height:0;min-width:0}.l-section--tablet{height:0;margin-bottom:-32px}.l-section--header{margin:0;padding:0}.l-section--programDescription{margin-top:16px}.l-section--programDescription p:first-of-type{margin-top:0}.l-section--videoHub{margin-bottom:32px;margin-left:auto;margin-right:auto;max-width:1440px;overflow:visible;padding-left:0;padding-right:0}.l-section--takeoverStory{margin-bottom:-64px}.l-section:empty{display:none!important}.l-section:first-of-type{margin-top:0}.l-section:last-of-type{margin-bottom:0;padding-bottom:64px}@media (max-width:1023px){.l-section--localHomeTrending{margin-top:-48px}}.l-section--dark{--carousel-arrow-backdrop:#313131;background:#313131;margin:-32px 0;padding:32px 16px 16px}.l-section--dark .l-section__widget .l-section__widgetFooter{border-bottom:1px solid #dbd9d933}.l-section--dark .l-section__widget .l-section__widgetFooter--noBorder{border-bottom:none;margin-bottom:-16px}.l-section--dark .l-section__heading,.l-section--dark .l-section__main{color:#f2f2f2}.l-section--dark .l-section__heading{margin:0 0 16px}.l-section--dark .c-link{color:#f7927f}.l-section--dark .c-link:after{border-color:#f2f2f2}.l-section--dark .c-posts__info--highlight{color:#f7927f}.l-section--dark .c-heading{color:#f2f2f2}.l-sidebar__ad{margin:0;width:100%}.l-sidebar__widget--shiftUp{margin-bottom:32px}.l-sidebar__widgetCaption{background-color:#dbd9d9;font-size:1rem;font-weight:700;padding:16px}.l-sidebar__widgetFooter{border-bottom:1px solid var(--t-border-main);display:flex;justify-content:flex-end;padding:16px 0}@media (max-width:1023px){.l-sidebar--article>*{margin-bottom:32px}}.l-subnav{border-top:1px solid var(--t-border-main)}.l-subnav--framed{border-bottom:none}.l-subnav.is-expanded{margin-bottom:16px}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.l-navbar__radio{display:none}.l-article__details{height:106px;visibility:hidden}.l-interactive-header__right,.l-longform-header__right{display:none}.is-slid-and-faded-out{opacity:0;transition:visibility 0s .3s,opacity .3s ease-out,transform .3s ease-out,margin .3s ease-out;visibility:hidden}.is-slid-and-faded-in{opacity:1;transform:matrix(1,0,0,1,0,0)!important;transition:opacity .3s ease-out,transform .3s ease-out,margin .3s ease-out;visibility:visible}.is-faded-out{opacity:0;visibility:hidden}.is-faded-in{opacity:1!important;visibility:visible}.is-animated{transition:transform .3s ease-out}.is-animated-fast{transition:transform .2s cubic-bezier(.22,1,.36,1)}.is-animated-slow{transition:transform .4s ease-out}.is-faded-out.is-animated{transition:visibility 0s .3s,opacity .3s ease-out}.is-faded-in.is-animated{transition:opacity .3s ease-out}.is-faded-out.is-animated-fast{transition:visibility 0s .2s,opacity .2s cubic-bezier(.22,1,.36,1)}.is-faded-in.is-animated-fast{transition:opacity .2s cubic-bezier(.22,1,.36,1)}.is-slid-and-faded-out.is-animated-fast{transition:visibility 0s .2s,transform .2s,opacity .2s cubic-bezier(.22,1,.36,1)}.is-slid-and-faded-in.is-animated-fast{transition:transform .2s,opacity .2s cubic-bezier(.22,1,.36,1)}.is-hidden{display:none!important}.is-reset{transform:translateZ(0)!important}.is-disabled:not([aria-expanded=true]),.is-disabled:not([aria-expanded=true]) .c-icon{color:#aeacac!important}.is-expandable{height:0;overflow:hidden;transition:visibility 0s .3s,height .3s ease-out;visibility:hidden}.is-expanded{transition:visibility 0s,height .3s ease-out;visibility:visible}.is-full-width{margin-bottom:5%;max-width:none!important;transition:width .4s ease-out;width:100%!important}.is-toggled .toggle-off,.toggle-on,.toggle-on--flex{display:none!important}.is-toggled .toggle-on{display:inline-block!important;display:initial!important}.is-toggled .toggle-on--flex{display:flex!important}.is-open{transition:visibility 0s!important;visibility:visible!important}.is-no-scroll{overflow:hidden}.is-no-smooth-scroll{scroll-behavior:auto}.is-compact{padding:0!important}.is-uncollapsed{max-height:1000px!important}.is-static{position:static!important}.u-show-desktop,.u-show-mobile,.u-show-small-mobile,.u-show-tablet-landscape,.u-show-tablet-portrait{display:none!important}.u-hide-desktop,.u-hide-mobile,.u-hide-small-mobile,.u-hide-tablet-landscape,.u-hide-tablet-portrait{display:block!important}.u-show-desktop-flex,.u-show-mobile-flex,.u-show-small-mobile-flex,.u-show-tablet-landscape-flex,.u-show-tablet-portrait-flex{display:none!important}.u-hide-desktop-flex,.u-hide-mobile-flex,.u-hide-small-mobile-flex,.u-hide-tablet-landscape-flex,.u-hide-tablet-portrait-flex{display:flex!important}@media (min-width:340px){.u-show-small-mobile{display:block!important}.u-show-small-mobile-flex{display:flex!important}.u-hide-small-mobile,.u-hide-small-mobile-flex{display:none!important}}.c-ad--depreciatedHouseAd .c-ad__unit{min-height:100px;width:300px}.c-ad--storyStream .c-ad__label{background:#d02001;color:#fff;display:inline-block;font-size:.6875rem;font-weight:100;letter-spacing:.06875rem;margin:0;padding:4px 5px;text-align:left;width:auto}.c-ad--storyStream .c-posts__excerpt{display:none}.stream .c-ad--storyStream .c-ad__container,.stream .c-ad--storyStream .c-ad__placeholder{background:#fff;padding:0!important}.c-ad--storyStream .c-posts__inner,.stream .c-ad--storyStream .c-ad__placeholder{border-bottom:none!important}.stream-ad{margin-bottom:32px}@media (min-width:1480px){.has-wallpaper .l-content__inner,.has-wallpaper .l-headerAd__inner,.has-wallpaper .l-notification,.has-wallpaper .rotator,.has-wallpaper .sub-mast,.has-wallpaper .tvnp-schedule-container{margin-left:auto;margin-right:auto;max-width:1312px}.has-wallpaper .l-headerAd__container{box-shadow:none}.has-wallpaper .l-headerAd__container--stuck{left:0}}section.search-widget .bing-search-container{background-color:#313131;color:#f2f2f2;padding:0}section.search-widget .bing-search-widget-title{font-size:1rem;font-weight:700;letter-spacing:0;line-height:1.5rem;padding-left:16px;padding-right:16px;padding-top:8px}section.search-widget .bing-search-container a:last-child{padding-bottom:16px}section.search-widget .bing-search-container a:link,section.search-widget .bing-search-container a:visited{color:#f2f2f2}section.search-widget a:after{border-color:#f2f2f2;left:0}section.search-widget .bing-search-type{font-size:.875rem;font-weight:400;letter-spacing:.01563rem;line-height:1.25rem;padding:8px 16px}section.search-widget .bing-search-type:hover{background-color:#535353}section.search-widget .bing-type-selected{background-color:#818080;border:none;font-size:.875rem;font-weight:700;letter-spacing:0;line-height:1.25rem;margin:0}.c-eventFilter{align-items:flex-end;border-bottom:1px solid var(--t-border-main);display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:4px}.c-eventFilter__currentDate{font-size:1.25rem;font-weight:700;letter-spacing:.01563rem;line-height:1.5rem;margin:8px 8px 8px 0}.c-eventFilter__currentType{background-color:var(--t-border-main);border-radius:4px;display:inline-block;font-size:.75rem;padding:8px 16px}.c-eventFilter__dateControls{margin-top:8px}.c-eventFilter__spacer{display:none}.c-eventFilter__button:not(:last-child){margin-right:8px}.c-eventFilter__button.is-toggled{background-color:#a11b02}.c-eventFilter__icon{height:16px;width:16px}@media (min-width:600px){.c-eventFilter__spacer{display:block}}.events{position:relative}.layout-contain .stream .events section{margin-bottom:32px}.socialShare li a{border-bottom:0;position:relative}.socialShare li a:after{border:2px solid #231f20;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.socialShare li a:focus:after{opacity:1}.datepicker{color:var(--t-text-main)}div.datepicker .ui-datepicker-title{color:var(--t-text-main);font-size:1rem;font-weight:700;letter-spacing:0;line-height:1.5rem}div.datepicker .ui-datepicker-calendar td,div.datepicker .ui-datepicker-calendar th{color:var(--t-text-main)}div.datepicker .ui-datepicker-calendar tr{border-bottom:0}.datepicker .ui-datepicker-prev:before{transform:rotate(-135deg) translateY(50%)}.datepicker .ui-datepicker-next:before,.datepicker .ui-datepicker-prev:before{background-color:initial;border-color:var(--t-text-main);border-style:solid;border-width:2px 2px 0 0;content:"";display:inline-block;height:8px;width:8px}.datepicker .ui-datepicker-next:before{transform:rotate(45deg) translateY(-50%)}div.datepicker .ui-datepicker-next,div.datepicker .ui-datepicker-prev,div.datepicker td a{position:relative}div.datepicker .ui-datepicker-next:after,div.datepicker .ui-datepicker-prev:after,div.datepicker td a:after{border:2px solid var(--t-text-main);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}div.datepicker .ui-datepicker-next:focus:after,div.datepicker .ui-datepicker-prev:focus:after,div.datepicker td a:focus:after{opacity:1}div.datepicker .ui-state-hover:not(.ui-state-active){background-color:var(--t-bg-datePickerDay--hover)}div.datepicker .ui-state-hover:not(.ui-state-active):active{background-color:var(--t-bg-datePickerDay--pressed);color:#231f20}div.datepicker .ui-datepicker-calendar .ui-state-active{background-color:#d02001;color:#f2f2f2!important}div.datepicker .ui-datepicker-calendar .ui-state-active:hover{background-color:#d92100}div.datepicker .ui-datepicker-calendar .ui-state-active:active{background-color:#a11b02}div.datepicker .ui-datepicker-calendar td a.ui-state-active{font-size:.875rem;font-weight:700;letter-spacing:0;line-height:1.25rem}div.datepicker .ui-datepicker-next .ui-icon,div.datepicker .ui-datepicker-prev .ui-icon{display:none}div.datepicker .ui-datepicker-calendar{border:none}div.datepicker .ui-datepicker-header{display:flex}div.datepicker .ui-datepicker-header .ui-datepicker-prev{order:1}div.datepicker .ui-datepicker-header .ui-datepicker-title{align-items:center;display:flex;flex-grow:1;justify-content:center;order:2}div.datepicker .ui-datepicker-header .ui-datepicker-next{order:3}div.datepicker .ui-datepicker-calendar th{border:none;font-size:.875rem;font-weight:500;letter-spacing:.03125rem;line-height:1rem;padding:8px;text-align:center;text-transform:uppercase}div.datepicker .ui-datepicker-calendar td{padding:2px;text-align:center}div.datepicker .ui-datepicker-calendar td a{align-items:center;border-radius:2px;color:var(--t-text-main);display:flex;flex-direction:column;font-size:.875rem;font-weight:400;justify-content:center;letter-spacing:.01563rem;line-height:1.25rem;padding:8px}div.datepicker .ui-datepicker-calendar .ui-datepicker-other-month a{color:var(--t-text-datePicker--otherMonth)}.gnca-button.ev-view-more:hover{background-color:#231f20!important}.ev-date-controls{display:flex}.events-filter{position:relative}.ev-info-row-icon{height:22px;margin-right:8px;text-align:center;vertical-align:middle;width:16.5px}.ev-info dd,.ev-info dt{border-color:var(--t-border-main)!important}.ev-btn.addeventatc{color:var(--t-text-mainRed)}.ev-buttons-icon{vertical-align:middle}label[for=ugc-input-submit-event]{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}form.get-in-touch{padding-bottom:0}.get-in-touch input[type=email],.get-in-touch input[type=text],.get-in-touch textarea{background-color:var(--t-bg-input--secondary)}.get-in-touch .intro{color:var(--t-text-main)}.gnca-get-in-touch-form input,.gnca-get-in-touch-form textarea{margin-bottom:16px}hr{border:1px solid var(--t-border-main)}a:focus{outline:none!important}input[type=email],input[type=number],input[type=tel],input[type=text],textarea{box-shadow:none}aside>*{margin-bottom:32px}.meta-bar-cat a,.meta-bar-cat-divLabel,.meta-bar-time-group,.story-tag a{padding:5px 6px}.meta-bar-cat a{position:relative}.meta-bar-cat a:after{border:2px solid #231f20;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.meta-bar-cat a:focus:after{opacity:1}.meta-bar-cat{background:#d02001}.meta-bar-time{color:#231f20}.layout-contain{box-shadow:none;margin:0 auto;max-width:1312px}.layout-contain--radio-header{margin-top:48px}.layout-contain .article-detail .story-txt{color:var(--t-text-main)}.story-img-link{border-bottom:none}.story-img-link:not(.expanded):after{background-color:#4f90cf33;content:"";display:block;height:100%;opacity:0;position:absolute;top:0;transition:opacity .2s ease-out;width:100%}.story-img-link:focus,.story-img-link:hover{background-color:initial;outline:none}.story-img-link:focus:after,.story-img-link:hover:after{opacity:1}.story-img-link:focus:after{border:2px solid #000}.popular-now-well .image-container:focus,.popular-now-well .image-container:hover{background-color:#231f20}.story-stats li a:focus,.story-stats li a:hover{text-decoration:underline}.story-float-img .story-h{position:relative}.story-float-img .story-h:after{border:2px solid var(--t-text-main);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.story-float-img .story-h:focus:after{opacity:1}.story-float-img .story-h a{border-bottom:0}.story-float-img .story-h,.story-float-img .story-h a:link,.story-float-img.story-h a:visited{color:var(--t-text-main)}.story-float-img .story-h a:focus,.story-float-img .story-h a:hover{background-color:initial;text-decoration:underline}.layout-contain .wells-ads{margin-bottom:32px}.layout-contain .dynamic-widgets-wrapper{max-width:none;width:100%}.layout-contain .stream section{margin-bottom:64px}.dynamic-widgets-wrapper.affix-bottom,.dynamic-widgets-wrapper.affix-top{position:relative!important;top:auto!important}.l-content .c-heading--legacyWidget{padding-bottom:16px}.wells .l-sidebar__widgetFooter--legacy{border-top:1px solid var(--t-border-main)}.section-h-new>span{background-color:var(--t-bg-body)!important;color:var(--t-text-main)}.section-h-new:after{background-color:var(--t-border-main)!important}.popular-now-well .story-h a:focus,.popular-now-well .story-h a:hover{text-decoration:underline}.l-main--legacy .l-article__details,.l-main--legacy .l-article__featured,.l-main--legacy .l-article__text{margin-left:auto;margin-right:auto;max-width:832px}.sub-mast-hybrid{padding:0}.sub-mast-inner{background-color:var(--t-bg-body);display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:space-between;margin:16px}.sub-mast-inner .sm-title{align-items:center;color:var(--t-text-main);display:flex;float:none;padding:0;width:auto}.sub-mast-inner .sm-button{margin:10px 0}.sub-mast-logo-container{align-items:center;color:var(--t-text-main);display:flex;justify-content:center;max-width:136px;padding:8px;position:relative}.sub-mast a,.sub-mast-link{max-height:100px;max-width:136px}.sub-mast a:after,.sub-mast-link:after{border:2px solid var(--t-text-main);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.sub-mast a:focus:after,.sub-mast-link:focus:after{opacity:1}.sub-mast-link-icon{height:auto;width:120px}.sub-mast-taxonomy.sub-mast-hybrid{background-color:var(--t-bg-body);border-bottom:1px solid var(--t-border-main)}.sub-mast-taxonomy .sm-logo-link-radio{align-items:center;display:flex;margin-right:16px;margin-top:10px}.tabs{background-color:#005eb8}.rotator .rotator-slides{background-color:#262626}.rotator div.rotator-slide{background-color:initial}.rotator-slide .rotator-slide-text{bottom:16px;text-shadow:0 0 8px #00000080!important;top:auto!important;width:340px!important;z-index:1000}.rotator .rotator-slide-link{color:#fff}.rotator .rotator-slide-link:focus,.rotator .rotator-slide-link:hover{text-decoration:underline}.rotator-slide .rotator-slide-heading,.rotator-slide .rotator-slide-subhead{margin:0 16px;width:100%}.rotator-slide .rotator-slide-heading{font-size:2.375rem;line-height:2.625rem;padding-top:0}.rotator-slide .rotator-slide-subhead{font-size:1.25rem;line-height:1.625rem}.rotator-slide .headshots{height:100%!important;width:auto!important}.rotator.radio .rotator-slide .rotator-slide-heading,.rotator.radio .rotator-slide .rotator-slide-subhead{color:#f2f2f2!important}.rotator .ls-inner:after{background:linear-gradient(180deg,#0000,#000c);bottom:0;content:"";display:block;height:160px;position:absolute;width:100%;z-index:100}.l-navbar__list{margin:0;padding:0}.jwplayer .jw-controls .jw-controlbar{z-index:6000}.video-teaser-player .jwplayer-container{height:100%;position:absolute;top:0;width:100%}.video-navigation{margin-top:4em}.video-navigation h2{border-bottom:1px solid #aeacac}.video-browse-link{margin:16px 0 0}.video-browse-container--outer .video-search-container{position:relative}.video-search-container .search-submit.icon{top:18px}.video-search-container .search-submit.icon:focus{border:2px solid #231f20}.video-navigation-column h2{border-bottom:0}.video-browse-container--outer .video-browse h2{margin:0}.video-browse-container--outer .video-navigation{padding-top:0}ul.video-browse-container{margin:8px -8px}ul.video-browse-container li{padding:16px 8px}.video-teaser .upcoming li{color:#231f20}.video-feedback{border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;display:flex;margin-top:32px;padding:16px 0}.video-navigation-column li:first-child{border-top:1px solid var(--t-border-main)}.video-navigation-column .video-tab-subnav li:last-child{border-bottom:0}.live-cam .story,.video-teaser .story{color:#231f20}.video-player .socialShare.collapsed{height:auto}.video-thumb{border-bottom:0}.video-thumb .video-thumb-program,.video-thumb .video-thumb-title,.video-thumb h5{color:#231f20}.video-thumb:focus .video-thumb-program,.video-thumb:focus .video-thumb-title,.video-thumb:hover .video-thumb-program,.video-thumb:hover .video-thumb-title{text-decoration:underline}.load-more-btn,.story-meter-value{background-color:#d02001}.video-navigation span{display:inline-block}.video-navigation-column a{position:relative}.video-navigation-column a:after{border:2px solid #231f20;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.video-navigation-column a:focus:after{opacity:1}.video-browse h2 a{position:relative}.video-browse h2 a:after{border:2px solid #231f20;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.video-browse h2 a:focus:after{opacity:1}.video-browse h2 a:focus{left:-8px;right:-8px}.video-thumb .stats{color:var(--t-text-grey-500-200)}.video-browse .video-thumb .video-thumb-title,.video-browse .video-thumb h5{color:#231f20}.video-browse .video-thumb-image{overflow-y:hidden;position:relative}.video-browse .video-thumb-image:after{border:2px solid #231f20;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.video-browse .video-thumb-image:focus:after{opacity:1}.video-browse .video-thumb-info{position:relative}.video-browse .video-thumb-info:after{border:2px solid #231f20;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.video-browse .video-thumb-info:focus:after{opacity:1}.video-browse-redesign{border-top:4px solid #d02001}.video-browse-redesign .c-headingLink__heading{color:#231f20}.load-more-wrapper{display:flex}.video-details h1.no-videos-h1{margin-bottom:0}.video-details .gn-speakable-title{margin-top:20px}.video-details-redesign .l-article{margin-top:32px}.video-details-redesign .l-article p{margin-top:0}.ab-detect,.player-message{z-index:6200!important}.CRAB_2.ob-strip-layout .ob-widget-header{font-weight:700;position:relative}.OUTBRAIN{box-shadow:none}.carousel .video-thumb-image{height:0;overflow:hidden;padding:56.25% 0 0}.carousel .video-thumb-image img{position:absolute;top:50%;transform:translateY(-50%)}.video-article-wrapper{outline:none}.video-teaser .upcoming .video-thumb .stats{color:var(--t-text-grey-500-200)}.video-teaser .upcoming .video-thumb .video-thumb-imageContainer{flex-shrink:0;margin-right:8px}.video-teaser .upcoming .video-thumb .video-thumb-imageContainer img{margin-right:0} </style> <link rel='stylesheet' id='all-css-2' href='https://globalnews.ca/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpobGxkZmBkYGAMARH8u0w==' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <link rel='stylesheet' id='all-css-4' href='https://globalnews.ca/wp-content/mu-plugins/search/elasticpress/dist/css/related-posts-block-styles.min.css?m=1730999764g' type='text/css' media='all' /> <link rel='stylesheet' id='screen-css-4' href='https://globalnews.ca/_static/??-eJylkkEKwkAMRS9kZ6iK0oV4lswQ20AmU5qUUk/voBu3mkUIJP8/PiFxm7tcxVAs2oQFNeoEWzdyTcCCm8asrapksCh1KcD0xMCUQiEJbXmIPzESKOUAzH/6P1N1EBj2upoDUFBWh51a9+SnAiO+9UCCi4NkG5m5CFNtgrwgigMyrzp1SqOss4PyaM/pOavuJVVWNMdza80E/B3iXm799Xi+DMOpP70AYYRJ5A==' type='text/css' media='screen' /> <link rel='stylesheet' id='screen and (min-width:36em)-css-4' href='https://globalnews.ca/_static/??-eJyljDEOgzAMAD9UYkGlFAbUt6TBJZFiu6qNLH4PK2PV4abTHfiny8KGbGAFCRW0JO/WJq/UGF0h64lwTgYt7bJZ8LpgoMrhVDf46UDI2z/9W76kl8GT5j4++ngfhyke3AtMhw==' type='text/css' media='screen and (min-width:36em)' /> <link rel='stylesheet' id='gnca-fontawesome-lib-css' href='//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css?ver=1' media='all' /> <link rel='stylesheet' id='screen-css-6' href='https://globalnews.ca/_static/??-eJyVjDEKgDAMAD9kG6qidBAXPxJLaAtpKjbQ7+vo6nDLwR30y4QqSqKgiQo1aAm7iVxPZKHeILSXKgEVLoxkkdmWLPb1A/zK8dYcmA5SzPz97GVz6zgv3k9uegD/gTWT' type='text/css' media='screen' /> <link rel='stylesheet' id='screen and (min-width:36em)-css-6' href='https://globalnews.ca/wp-content/themes/shaw-globalnews/css/concat/articleDetail.wide.min.css?m=1671638296g' type='text/css' media='screen and (min-width:36em)' /> <link rel='stylesheet' id='hybrid-critical-mobile-css' href='https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/css/hybrid-critical-mobile.css?ver=CTs453BSb%2Fp%2B3if%2FZFZqMsTnVSM%3D' media='(min-width: 498px)' /> <link rel='stylesheet' id='hybrid-critical-tablet-portrait-css' href='https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/css/hybrid-critical-tablet-portrait.css?ver=CenC1Zz1WAn6bAISUIMFWtRQXL0%3D' media='(min-width: 768px)' /> <link rel='stylesheet' id='hybrid-critical-tablet-landscape-css' href='https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/css/hybrid-critical-tablet-landscape.css?ver=nUmNIlEXGWNyJiHu7IJ2esYJXUs%3D' media='(min-width: 1024px)' /> <link rel='stylesheet' id='hybrid-critical-desktop-css' href='https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/css/hybrid-critical-desktop.css?ver=tu1NGAExLnaD%2Bie8YD0ODzqIbpE%3D' media='(min-width: 1312px)' /> <link rel='stylesheet' id='hybrid_m-css' href='https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/css/hybrid_m.css?ver=oqiXG1Ji%2FXGgzvCDzxmQhVmURzQ%3D' media='all' /> <script type="text/javascript" id="gnca-google-ima-js-extra"> /* <![CDATA[ */ var PlayerData = {"callLetters":"","siteName":" : Listen to Radio Online - Live Player","streamName":" : Listen to Radio Online - Live Player","supplied":"flv,mp3","streamObj":{"flv":"https:\/\/corus.leanstream.co\/?type=.flv&playertype=dplayer","mp3":"https:\/\/corus.leanstream.co\/-MP3?type=.mp3&playertype=dplayer"},"preroll":"https:\/\/pubads.g.doubleclick.net\/gampad\/ads?sz=320x240&ad_rule=0&iu=\/6872\/shaw.globalnews.ca\/radio\/\/player&impl=s&gdfp_req=1&env=vp&output=xml_vast2&unviewed_position_start=1&cust_params=page%3Dplayer&url=[referrer_url]&description_url=\/player&correlator=[timestamp]&ciu_szs=728x90,320x240,640x480,300x250,320x50","preroll_size_override":{"width":640,"height":480},"calculatedSize":{"height":"","width":""}}; /* ]]> */ </script> <script type="text/javascript" src="https://imasdk.googleapis.com/js/sdkloader/ima3.js?ver=b4f31e9623" id="gnca-google-ima-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/vendor/adobe/app-measurement-v222.js?ver=b4f31e9623" id="adobe-js"></script> <script type="text/javascript" id="gn-runtime-js-extra"> /* <![CDATA[ */ var gnca_settings = {"video_settings":{"sticky_enabled":true,"anchor_enabled":false,"mini_sticky":true,"muted_autoplay":true,"ad_bidding":true},"ad_settings":{"bidding_enabled":true,"bidding_timeout":1200},"notification_settings":{"region":"gnca-national"},"override_links":{"\/london":"\/radio\/am980"},"svg_sprite_uri":"https:\/\/globalnews.ca\/wp-content\/themes\/shaw-globalnews\/assets\/dist\/icons\/out\/symbol\/svg\/sprite.symbol.svg?v=bahmjko3l","js_base_path":"https:\/\/globalnews.ca\/wp-content\/themes\/shaw-globalnews","is_admin":"","is_public":"1","is_preprod":"","user_region":"gnca-national","content_region":"","beta":"","template_type":"regular","page_type":"page"}; /* ]]> */ </script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/runtime.bundle.js?ver=dl%2BeK2r3BJGvE1T38wXYCsKpiAI%3D" id="gn-runtime-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/common~monetize~analytics~main~article~hybrid~video~gallery~longform~interactive.bundle.js?ver=b0%2FksACjJIAJ5jFq6WZd13A3gf4%3D" id="common~monetize~analytics~main~article~hybrid~video~gallery~longform~interactive-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/common~monetize~analytics~main~article~hybrid~video~gallery~longform~interactive~admin~radioplayer~newsletterpage.bundle.js?ver=cySWQGSKst7OL33Ad0LDATtgKQs%3D" id="common~monetize~analytics~main~article~hybrid~video~gallery~longform~interactive~admin~radioplayer~newsletterpage-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/common~monetize~main~article~hybrid~longform~interactive.bundle.js?ver=6ywk7VmESQDBG3d2bxkunLIy%2Fy4%3D" id="common~monetize~main~article~hybrid~longform~interactive-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/common~monetize~main~hybrid~gallery.bundle.js?ver=uuuX2yX%2BtpAu8SHyFoiOyYL%2BxA4%3D" id="common~monetize~main~hybrid~gallery-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/vendor~monetize.bundle.js?ver=28aSiJtv8N5hOvedLweHI%2BdBzM0%3D" id="vendor~monetize-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/vendor~monetize~main~article~hybrid~radioplayer.bundle.js?ver=mwUp%2Bn2NiiyrTRNLEy3vAM97cWE%3D" id="vendor~monetize~main~article~hybrid~radioplayer-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/monetize.bundle.js?ver=HgVeoN8MfdEwyygcCnFn%2FAj17aM%3D" id="gn-monetize-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/analytics.bundle.js?ver=huOcm3XgHMH83uZ4rYcpRlov1lY%3D" id="gn-analytics-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/common~article~hybrid.bundle.js?ver=SrfVKG4%2FtIB2eH%2F6qgeRM7kJZuw%3D" id="common~article~hybrid-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/common~article~hybrid~gallery.bundle.js?ver=dmbZGbmUjiK756JY%2FgE%2FsqxjQVw%3D" id="common~article~hybrid~gallery-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/common~article~hybrid~video~interactive.bundle.js?ver=H%2FpxM2Ub%2Ft9PoUMki%2BrFcAw48j0%3D" id="common~article~hybrid~video~interactive-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/common~main~article~hybrid~interactive.bundle.js?ver=8Ydjp9hIW%2BtMVVu4Z9TCFCKVOT4%3D" id="common~main~article~hybrid~interactive-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/common~main~article~hybrid~video~interactive.bundle.js?ver=cxPm8zIapsYhLBu6xE%2B5LK5SAVs%3D" id="common~main~article~hybrid~video~interactive-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/common~main~hybrid.bundle.js?ver=aMfTYvoXB9IGgitu4YZku4oOndM%3D" id="common~main~hybrid-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/common~main~hybrid~newsletterpage.bundle.js?ver=L8sZ3vTsh2cWLbqHIoWSvdf1zhc%3D" id="common~main~hybrid~newsletterpage-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/vendor~main~hybrid.bundle.js?ver=d5%2FTvXTpOvbCYfXxzfAs69NUb1Y%3D" id="vendor~main~hybrid-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/vendor~main~hybrid~glidejs.bundle.js?ver=WfJGfC7Tm490gi%2BObYS2F6Y9D7o%3D" id="vendor~main~hybrid~glidejs-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/vendor~main~hybrid~quicklink.bundle.js?ver=0BKi2Y6%2F9jyx0OxF0G2U2MI%2Bats%3D" id="vendor~main~hybrid~quicklink-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/vendor~main~hybrid~video~longform~lodash.bundle.js?ver=pP0akKt7qpuPZQC7qoDe9d%2FkgXM%3D" id="vendor~main~hybrid~video~longform~lodash-js"></script> <script type="text/javascript" defer="defer" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/js/hybrid.bundle.js?ver=ttK8u2Go5IO39t5K88WEloVEgKM%3D" id="gn-hybrid-js"></script> <script type="text/javascript" id="gnca-get-in-touch-js-extra"> /* <![CDATA[ */ var gncaGetInTouch = {"ajaxurl":"https:\/\/globalnews.ca\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" id="gnca-moreposts-js-extra"> /* <![CDATA[ */ var gncaPageVars = {"queryType":"page","enable_lazy_load_ads":"1"}; /* ]]> */ </script> <script type="text/javascript" src="https://globalnews.ca/_static/??-eJyllOFOxCAMgF/Iut3O6C/js/SgNzqBTugy755epsvpLxO4jGQh8H2FFujWGTgav1jK3VTax0Lpsv8eA8fHKT90/02CwGNCpb+TjUSlqJ06CgXJDlcYvZzQR1q/FZ5PXQG6MRqERdnnO/gV1ThKdYaN3ncwb3xb/N1gRN65MgUbbiUUU1tolgxiHMaR4Myf9cGNhCDxjrxnMYy+TWBJsVQdZvGXM/tGSxBLKfK1svY3fCt8IMvYxs9sdElUv/7fFGriODbApOVKgspiHKxsS79xBbqyKqUfVaMDJ2w4f07KoElEjWcw4eyQPAxwgOE+xVUkQF++p/ptBEk0S9bKF+yWPC9oYZPU8Wj3BwQSob0U8C28Hl6Ow9A/9/1x+gLMtS5L" ></script><link rel="https://api.w.org/" href="https://globalnews.ca/wp-json/" /><link rel="alternate" type="application/json" href="https://globalnews.ca/wp-json/wp/v2/pages/4041216" /><link rel="canonical" href="https://globalnews.ca/pages/notifications/" /> <link rel="alternate" type="application/json+oembed" href="https://globalnews.ca/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fglobalnews.ca%2Fpages%2Fnotifications%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://globalnews.ca/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fglobalnews.ca%2Fpages%2Fnotifications%2F&format=xml" /> <style>img#wpstats{display:none}</style> <link rel="manifest" href="https://globalnews.ca/wp-json/wp/v2/web-app-manifest"> <meta name="theme-color" content="#231F20"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-touch-fullscreen" content="YES"> <link rel="apple-touch-startup-image" href="https://globalnews.ca/wp-content/themes/shaw-globalnews/_img/pwa/news_square-144.png"> <meta name="apple-mobile-web-app-title" content="Global News"> <meta name="application-name" content="Global News"> <script type="text/javascript"> /** CONFIGURATION START **/ (function() { var _sf_async_config = window._sf_async_config = (window._sf_async_config || {}); _sf_async_config.uid = "51927"; _sf_async_config.domain = "globalnews.ca"; _sf_async_config.useCanonical = "true"; /** CONFIGURATION END **/ function loadChartbeat() { var e = document.createElement('script'); var n = document.getElementsByTagName('script')[0]; e.type = 'text/javascript'; e.async = true; e.src = "\/\/static.chartbeat.com\/js\/chartbeat.js"; n.parentNode.insertBefore(e, n); } loadChartbeat(); })(); </script> <script async src="//static.chartbeat.com/js/chartbeat_mab.js"></script> <link rel="apple-touch-icon" href="https://globalnews.ca/wp-content/themes/shaw-globalnews/_img/pwa/news_square-144.png" /> <meta name="apple-mobile-web-app-status-bar-style" content="default" /> <!-- iPhone 12 mini, 11 pro, X, Xs (1125px x 2436px) --> <link rel="apple-touch-startup-image" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)" href="https://globalnews.ca/wp-content/themes/shaw-globalnews/_img/pwa/ios/launch-1125x2436.png"> <!-- iPhone 8, 7, 6s, 6 (750px x 1334px) --> <link rel="apple-touch-startup-image" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" href="https://globalnews.ca/wp-content/themes/shaw-globalnews/_img/pwa/ios/launch-750x1334.png"> <!-- iPhone 8 Plus, 7 Plus, 6s Plus, 6 Plus (1080px x 1920px) --> <link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3)" href="https://globalnews.ca/wp-content/themes/shaw-globalnews/_img/pwa/ios/launch-1080x1920.png"> <!-- iPhone 5 (640px x 1136px) --> <link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" href="https://globalnews.ca/wp-content/themes/shaw-globalnews/_img/pwa/ios/launch-640x1136.png"> <!-- iPad Pro 9.7", mini 7.9", Air 9.7", 9.7" (1536px x 2048px) --> <link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)" href="https://globalnews.ca/wp-content/themes/shaw-globalnews/_img/pwa/ios/launch-1536x2048.png"> <!-- iPad Pro 10.5" (1668px x 2224px) --> <link rel="apple-touch-startup-image" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)" href="https://globalnews.ca/wp-content/themes/shaw-globalnews/_img/pwa/ios/launch-1668x2224.png"> <!-- iPad Pro 12.9" (2048px x 2732px) --> <link rel="apple-touch-startup-image" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)" href="https://globalnews.ca/wp-content/themes/shaw-globalnews/_img/pwa/ios/launch-2048x2732.png"> <!-- iPad Pro 11", Pro 10.5" (1668px x 2388px) --> <link rel="apple-touch-startup-image" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2)" href="https://globalnews.ca/wp-content/themes/shaw-globalnews/_img/pwa/ios/launch-1668x2388.png"> <!-- iPad 10.2" (1620px x 2160px) --> <link rel="apple-touch-startup-image" media="(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 1)" href="https://globalnews.ca/wp-content/themes/shaw-globalnews/_img/pwa/ios/launch-1620x2160.png"> <!-- iPhone 12 Pro Max (1284px x 2778px) --> <link rel="apple-touch-startup-image" media="(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3)" href="https://globalnews.ca/wp-content/themes/shaw-globalnews/_img/pwa/ios/launch-1284x2778.png"> <!-- iPhone 12 Pro, 12 (1170px x 2532px) --> <link rel="apple-touch-startup-image" media="(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3)" href="https://globalnews.ca/wp-content/themes/shaw-globalnews/_img/pwa/ios/launch-1170x2532.png"> <!-- iPhone 11 Pro Max, XS Max (1248px x 2688px) --> <link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3)" href="https://globalnews.ca/wp-content/themes/shaw-globalnews/_img/pwa/ios/launch-1242x2688.png"> <!-- iPhone 11, XR (828px x 1792px) --> <link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2)" href="https://globalnews.ca/wp-content/themes/shaw-globalnews/_img/pwa/ios/launch-828x1792.png"> <!-- iPhone 4" SE, iPod touch (640px x 1136px) --> <link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" href="https://globalnews.ca/wp-content/themes/shaw-globalnews/_img/pwa/ios/launch-640x1136.png"> <link rel="alternate" type="application/rss+xml" title="Global News Feed" href="https://globalnews.ca/feed/" /> <!-- Styles to hide and show AB test widgets --> <style id="gnca-ab-tests"> body:not(.gnca-ab-test-search) [data-gnca-ab-test="search"][data-gnca-ab-variation="test"],body.gnca-ab-test-search [data-gnca-ab-test="search"][data-gnca-ab-variation="control"]{ display: none !important; } </style> <!-- define default googletag --> <script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; </script> <script async="async" src="https://www.googletagservices.com/tag/js/gpt.js"></script> <!-- Casale Media Index bidding Script (IX wrapper) --> <script type="text/javascript" async="async" src="//js-sec.indexww.com/ht/p/183422-173052907676579.js"></script> <script type="text/javascript"> var gnAdSettings = gnAdSettings || {}; gnAdSettings.ads = gnAdSettings.ads || []; gnAdSettings = {"adPath":"\/6872\/shaw.globalnews.ca\/page\/notifications\/4041216","gnLive":false,"isTesting":false,"pageTargeting":{"userregion":"national","contentregion":"national","page":"notifications","template":"page","weathertemp":"7","weatherprec":"x","weathercode":"26","site":"globalnews","network":"shaw","redesign":"true"}}; </script> <script> // Load the APS JavaScript Library !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[]},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js"); // Initialize the Library apstag.init( {"pubID":"3311","adServer":"googletag"} ); // Set a flag so inline video (not embedded via iframe) skips the apstag.init window.gncaApstagInit = true; </script> <!-- Analytics Settings --> <script type="text/javascript"> var gnAnalyticsSettings = { "adobe": {"trackingDomain":"metrics.globalnews.ca","StrackingDomain":"smetrics.globalnews.ca","accounts":"corus-tv-globalnews"}, "chartbeat": { "provinces": {"barrie":"bar","bc":"bc","calgary":"calg","durham":"dur","edmonton":"edm","guelph":"glph","halifax":"hfx","hamilton":"hml","international":"int","kingston":"kin","kitchener":"kit","lethbridge":"leth","london":"ldn","montreal":"mtl","national":"ntl","new-brunswick":"nb","okanagan":"okr","ottawa":"ott","peterborough":"ptb","regina":"reg","saskatoon":"sask","toronto":"tor","winnipeg":"wpg"} } }; </script> <script> var permutiveData = {"content":{"name":"Breaking News Alerts from Global News","type":"page"},"user":{"client":"web","region":"national"}}; // Get PWA browser mode var isStandalone = window.matchMedia( '(display-mode: standalone)' ).matches; if ( /^android-app:\/\//.test( document.referrer ) || navigator.standalone || isStandalone ) { permutiveData.user.client = 'pwa'; } !function(n,e,i){if(!n){n=n||{},window.permutive=n,n.q=[],n.config=i||{},n.config.apiKey=e,n.config.environment=n.config.environment||"production";for(var o=["addon","identify","track","trigger","query","segment","segments","ready","on","once","user","consent"],r=0;r<o.length;r++){var t=o[r];n[t]=function(e){return function(){var i=Array.prototype.slice.call(arguments,0);n.q.push({functionName:e,arguments:i})}}(t)}}}(window.permutive,"2e14a473-6c86-4a13-b06d-59143665c372",{}); permutive.addon('web', { "page": permutiveData } ) </script> <script async src="https://f7e98148-cb09-4cf1-9b9f-b5aee3465d6e.edge.permutive.app/f7e98148-cb09-4cf1-9b9f-b5aee3465d6e-web.js"></script> <!-- MOAT Analytics Code - UPDATED --> <script> (function(){try{var e={a:{}};e.a.f={t:(new Date).getTime(),de:Math.floor(Math.random()*Math.pow(10,12)),zMoatAB_SNPT:"true"};e.a.client="CORUS_HEADER1";e.a.b="corusheader424700441673";e.a.g="px.moatads.com";window["__MHS_P__"+e.a.b]=e.a.f;window["__MHS_E__"+e.a.b]=function(){};(function(n){function l(f){var a=f=f.replace(":","");try{for(var g=0;10>g&&(f=decodeURIComponent(f),a!=f)&&!f.match(/^http(s)?\:/);g++)a=f}catch(c){}return f.replace(/(^\s+|\s+$)/g,"")}function e(a,c,g,b){return a[c]===b&&0=== g||a[g]===b&&0===c}var b=n.a.f;if(!location||!location.hostname||!location.pathname)return!1;var h=document.location.hostname.replace(/^www\./,""),q=function(){for(var a,c=document.getElementsByTagName("meta"),g,b=0,m=c.length;b<m;b++)if(g=c[b],"og:title"===g.getAttribute("property")){a=g.getAttribute("content");break}a||(a=document.title||"Untitled");return a}();(function(a,c,b){a.l1=c;a.l2=b;a.l3="__page__";a.l4="-"})(b,h,q);var t=(new Date).getTime().toString(35),h=n.a.client,q=[l(b.l1),l(b.l2), l(b.l3),l(b.l4)].join(":"),r="",k=/zct[a-z0-9]+/i,d;for(d in b)b.hasOwnProperty(d)&&d.match(k)&&(r+="&"+d+"="+b[d]);d=(d=document.referrer.match(/^([^:]{2,}:\/\/[^\/]*)/))?d[1]:document.referrer;var p=["e=17","d="+encodeURIComponent(q),"de="+b.de,"t="+b.t,"i="+h,"cm=1","gu="+document.location.href,String("j="+encodeURIComponent(d)+r),"mp=1","ac=1","pl=1","bq=10","vc=2"],a="https://pci3oo5mg4mn-a.akamaihd.net/"+t+".gif?",c=function(a){for(var c="",b=0;b<a.length;b++)c+=(0===b?"":"&")+a[b];return c}(function(a){for(var c= 0;c<a.length;c++){var b=Math.floor(Math.random()*(a.length-c)+c),m=a[c],d=e(a,c,b,p[1]);e(a,c,b,p[0])||d?c--:(a[c]=a[b],a[b]=m)}return a}(p)),t=n.a.g,k=b.de,b=b.t,a=a+c+"&cs=0",c="https://"+t+"/pixel.gif?e=17&d="+encodeURIComponent(q)+"&de="+k+"&t="+b+"&i="+h+"&cm=1&j="+encodeURIComponent(d)+r+"&mp=0&ac=1&pl=1&bq=10&ad_type=img&vc=2&cs=0",m="https://"+t+"/pixel.gif?e=17&d="+encodeURIComponent(q)+"&de="+k+"&t="+b+"&i="+h+"&cm=1&j="+encodeURIComponent(d)+r+"&ku=1&ac=1&pl=1&bq=10&ad_type=img&vc=2&cs=0"; (new Image).src=a;(new Image).src=c;window["__MHS_E__"+n.a.b]=function(){(new Image).src=m}})(e);(function(){function e(a){k&&console.log(">>>MOAT YIELD INTELLIGENCE/"+a)}function l(){try{var a=window.googletag;return a.apiReady?a.pubads():!1}catch(c){return e("init:"+c),!1}}function u(a){var c=l(),m=b(a);c?m(c,window.googletag):(window.googletag=window.googletag||{},window.googletag.cmd=window.googletag.cmd||[],window.googletag.cmd.push(function(){var a=l();a&&m(a,window.googletag)}))}function b(a){return function(){try{return a&& a.apply?a.apply(null,arguments):a()}catch(b){try{var c=document.referrer}catch(d){c=""}try{var m="//pixel.moatads.com/pixel.gif?e=24&d=data%3Adata%3Adata%3Adata&i=MOATHEADERSNIPPET1&vc=2&ac=1&k="+encodeURIComponent(void 0)+"&j="+encodeURIComponent(c)+"&cs="+(new Date).getTime();(new Image).src=m}catch(d){}throw b;}}}function h(a){u(function(c){var b={};a.c?(c={}.toString.call(a.c),c=!c||"[object Array]"!==c&&"[object Array Iterator]"!==c?[a.c]:a.c):c=c.getSlots();b.slots=c;b.slots&&window&&window.setTimeout? (c=a.timeout,"number"===typeof c&&!isNaN(c)||(a.timeout=1E3),b.fired=!1,b.callback="function"===typeof a.callback?a.callback:void 0,b.disableAdCall="boolean"===typeof a.disableAdCall?a.disableAdCall:!1,b.timeoutId=window.setTimeout(q(b),a.timeout),r.push(b)):e("init: No valid slots found or provided, exiting.")})}function q(a){return function(){if(d)return d(a);t(a)}}function t(a){u(function(c,d){a.fired=!0;if(a.disableAdCall)e("init: Ad call disabled, not making ad call.");else{e("init: Making ad Call."); for(var f=0;f<a.slots.length;f++){var l=d,g=c,h=a.slots[f],k=l.pubadsReady&&!g.enableSingleRequest();k&&l.display(h);(!k||"function"===typeof g.isInitialLoadDisabled&&g.isInitialLoadDisabled())&&g.refresh([h])}}"function"===typeof a.callback&&(f=b(a.callback),e("init: Firing callback."),f(!1))})}var r=[],k=!1,d;if(!window.moatPrebidApi||"object"!==typeof window.moatPrebidApi){window.moatPrebidApi={};var p=window.moatPrebidApi;p.init=function(a){h(a||{})};p.enableLogging=function(){return k=!0};p.disableLogging= function(){k=!1;return!0};p.__onScriptLoad=function(){return{entries:r,enableLogging:k,setTimeoutFn:function(a){d||"function"!==typeof a||(d=a)}}}}})()}catch(n){(function(e){try{var n=document.referrer}catch(h){n=""}try{var b="//pixel.moatads.com/pixel.gif?e=24&d=data%3Adata%3Adata%3Adata&i=MOATHEADERSNIPPET1&vc=2&ac=1&k="+encodeURIComponent(e)+"&j="+encodeURIComponent(n)+"&cs="+(new Date).getTime();(new Image).src=b}catch(h){}})()}})(); </script> <script type="text/javascript" src="https://z.moatads.com/corusheader424700441673/moatheader.js#zMoatAB_SNPT=true" onerror="window['__MHS_E__corusheader424700441673']()"></script> <!-- End of MOAT Analytics Code --> </head> <body class="page-template-default page page-id-4041216 reskin-enabled" > <script> // This code snippet sets a dark/light theme class on body // according to user-chosen theme or program preference. // Added in head to avoid "Flash of inAccurate coloR Theme" or FART. // Additional theme toggle logic loads asynchonously in ThemeToggle.js if ( ! document.body.classList.contains( 'theme-toggle-disabled' ) ) { // Check user-chosen theme preference var userChosenTheme = null; var documentCookies = document.cookie; if ( documentCookies.includes( 'user_chosen_theme=dark' ) ) { userChosenTheme = 'dark'; } else if ( documentCookies.includes( 'user_chosen_theme=light' ) ) { userChosenTheme = 'light'; } // Check program theme preference var prefersDarkScheme = window.matchMedia( '(prefers-color-scheme: dark)' ); var userSystemTheme = prefersDarkScheme.matches ? 'dark' : 'light'; // Set page variables for theme var gncaThemeSettings = { 'userChosenTheme': userChosenTheme, 'userSystemTheme': userSystemTheme }; // Set body class according to stored cookie // Check user preference first, if there is none then check system preference if ( gncaThemeSettings.userChosenTheme ) { document.body.classList.remove( 'light-theme' ); document.body.classList.remove( 'dark-theme' ); document.body.classList.add( gncaThemeSettings.userChosenTheme + '-theme' ); } else if ( gncaThemeSettings.userSystemTheme ) { document.body.classList.remove( 'light-theme' ); document.body.classList.remove( 'dark-theme' ); document.body.classList.add( gncaThemeSettings.userSystemTheme + '-theme' ); } } </script> <div class="l-container"> <header id="header" class="l-header"> <div class="l-header__inner"> <a class="l-header__skip" href="#content">SKIP TO MAIN CONTENT</a> <section class="l-header__trending" id="header-inTheNews"> <div class="o-container l-header__trendingInner"> <div class="c-trendingTopics c-trendingTopics--header"> <div class="c-trendingTopics__title">In the news</div> <ul class="c-trendingTopics__list"> <li class="c-trendingTopics__item"> <a href="https://globalnews.ca/news/10883325/pat-king-trial-verdict/" class="c-trendingTopics__link l-header__button c-headerButton"> <span>Pat King</span> </a> </li> <li class="c-trendingTopics__item"> <a href="https://globalnews.ca/news/10883257/russia-ballistic-missile-ukraine/" class="c-trendingTopics__link l-header__button c-headerButton"> <span>Russia</span> </a> </li> <li class="c-trendingTopics__item"> <a href="https://globalnews.ca/news/10883550/ryan-borgwardt-missing-kayaker-faked-death-wisconsin-found-europe/" class="c-trendingTopics__link l-header__button c-headerButton"> <span>Faked Death</span> </a> </li> <li class="c-trendingTopics__item"> <a href="https://globalnews.ca/news/10883380/canada-post-strike-one-week-mark/" class="c-trendingTopics__link l-header__button c-headerButton"> <span>Canada Post</span> </a> </li> </ul> </div> </div> </section> <div class="l-header__logo"> <a class="c-logo c-logo--header" href="https://globalnews.ca"> <span class="sr-only">Global News Home</span> <img class="c-logo__image" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/images/logo-mobile.svg?v=2" alt="" width="95" height="19"/> </a> </div> <div class="l-header__actions"> <a class="l-header__subscribe u-show-tablet-portrait-flex c-headerButton " href="/pages/email-alerts/" data-trackable="true" data-trackaction="Header | Subscribe" > <svg class="c-icon c-icon--red c-headerButton__icon u-show-tablet-portrait" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#mail"></use> </svg> <span>Subscribe</span> </a> <div class="l-header__themeToggle u-hide-tablet-portrait"> <label for="theme-toggle-mobile" class="c-toggle"> <span class="sr-only">Site theme toggle. Switch between light or dark mode</span> <input id="theme-toggle-mobile" data-toggle="theme-toggle" class="c-toggle__checkbox" type="checkbox" data-trackable="true" aria-checked="false" data-trackaction="Appearance Toggle | dark ${aria-checked}" > <div class="c-toggle__slider"> <span class="c-toggle__sliderBall"> <svg class="c-icon c-toggle__icon c-toggle__icon--light" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#sun"></use> </svg> <svg class="c-icon c-toggle__icon c-toggle__icon--dark" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#moon"></use> </svg> </span> <span class="c-toggle__text c-toggle__text--light">Light</span> <span class="c-toggle__text c-toggle__text--dark">Dark</span> </div> </label> <script> if ( gncaThemeSettings ) { // Make sure the toggle is set in 'checked' position if // user preference is set for dark theme OR // if there is no user preference AND system preference is set for dark theme // Script is added here to prevent a flash or wrong toggle position on page load if ( 'dark' === gncaThemeSettings.userChosenTheme || ( ! gncaThemeSettings.userChosenTheme && 'dark' === gncaThemeSettings.userSystemTheme ) ) { var $toggle = document.querySelector( '#' + 'theme-toggle-mobile' ); if ( $toggle ) { $toggle.checked = true; $toggle.setAttribute( 'aria-checked', true ); } } } </script> </div> <a class="l-header__button c-headerButton l-header__secondary" href="/live/national/" > <div class="c-pulse c-headerButton__icon"></div> <span>Live</span> </a> </div> <div class="l-header__otherActions"> <div class="l-header__search"> <button class="l-header__searchButton" data-toggle-menu="#menuSearch" aria-expanded="false" data-trackable="true" data-trackaction="Search Menu | open true"> <span class="sr-only">Search</span> <svg class="c-icon c-headerButton__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#search"></use> </svg> </button> </div> <div class="l-header__themeToggle u-show-tablet-portrait"> <label for="theme-toggle-desktop" class="c-toggle"> <span class="sr-only">Site theme toggle. Switch between light or dark mode</span> <input id="theme-toggle-desktop" data-toggle="theme-toggle" class="c-toggle__checkbox" type="checkbox" data-trackable="true" aria-checked="false" data-trackaction="Appearance Toggle | dark ${aria-checked}" > <div class="c-toggle__slider"> <span class="c-toggle__sliderBall"> <svg class="c-icon c-toggle__icon c-toggle__icon--light" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#sun"></use> </svg> <svg class="c-icon c-toggle__icon c-toggle__icon--dark" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#moon"></use> </svg> </span> <span class="c-toggle__text c-toggle__text--light">Light</span> <span class="c-toggle__text c-toggle__text--dark">Dark</span> </div> </label> <script> if ( gncaThemeSettings ) { // Make sure the toggle is set in 'checked' position if // user preference is set for dark theme OR // if there is no user preference AND system preference is set for dark theme // Script is added here to prevent a flash or wrong toggle position on page load if ( 'dark' === gncaThemeSettings.userChosenTheme || ( ! gncaThemeSettings.userChosenTheme && 'dark' === gncaThemeSettings.userSystemTheme ) ) { var $toggle = document.querySelector( '#' + 'theme-toggle-desktop' ); if ( $toggle ) { $toggle.checked = true; $toggle.setAttribute( 'aria-checked', true ); } } } </script> </div> </div> </div> </header> <div class="l-navWrapper"> <section class="l-navbar" aria-label="Main website navigation"> <div class="l-navbar__top"> <div class="l-navbar__inner"> <div id="menuMain" class="l-navbar__standard is-slid-and-faded-out"> <a href="https://globalnews.ca" class="l-navbar__logo"> <span class="sr-only">GlobalNews home</span> <svg class="l-navbar__logoText" width="116" height="64"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/images/logo-text.svg?v=2#logo-text"></use> </svg> <img class="l-navbar__morty" src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/images/logo-morty.svg" alt="" width="22" height="38" /> </a> <nav class="l-navbar__topics" aria-label="Site Topics"> <div class="l-navbar__track"> <ul id="menuMain-topics" class="c-nav c-nav--main l-navbar__list"><li class="c-nav__item"><a href="/videos/" class="c-nav__link" data-disabled="all">Watch</a></li><li class="c-nav__item"><a href="https://globalnews.ca/world/" class="c-nav__link" data-disabled="all">World</a></li><li class="c-nav__item"><a href="https://globalnews.ca/canada/" class="c-nav__link" data-disabled="all">Canada</a></li><li class="c-nav__item"><button data-hover-toggle-menu="#menuLocal" aria-controls="menuLocal" aria-expanded="false" data-trackable="true" data-trackaction="Main | Region Change | open ${aria-expanded}" class="c-nav__link" data-disabled="all"><div class="c-nav__submenu">Local<svg class="c-icon c-nav__icon c-nav__icon--chevron" focusable="false"><use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#chevron-down" /></svg></div></button></li><li class="c-nav__item"><a href="https://globalnews.ca/politics/" class="c-nav__link" data-disabled="all">Politics</a></li><li class="c-nav__item"><a href="https://globalnews.ca/money/" class="c-nav__link" data-disabled="all">Money</a></li><li class="c-nav__item"><a href="https://globalnews.ca/health/" class="c-nav__link" data-disabled="all">Health</a></li><li class="c-nav__item"><a href="https://globalnews.ca/entertainment/" class="c-nav__link" data-disabled="all">Entertainment</a></li><li class="c-nav__item"><a href="https://globalnews.ca/lifestyle/" class="c-nav__link" data-disabled="all">Lifestyle</a></li><li class="c-nav__item"><a href="https://globalnews.ca/perspectives/" class="c-nav__link" data-disabled="all">Perspectives</a></li><li class="c-nav__item"><a href="https://globalnews.ca/sports/" class="c-nav__link" data-disabled="all">Sports</a></li><li class="c-nav__item"><a href="https://globalnews.ca/the-curator/" class="c-nav__link" data-disabled="all">Shopping</a></li><li class="c-nav__item"><a href="https://globalnews.ca/commentary/" class="c-nav__link" data-disabled="all">Commentary</a></li><li class="c-nav__item"><a href="/contests/" class="c-nav__link" data-disabled="all">Contests</a></li><li class="c-nav__item"><a target="_blank" rel="noreferrer" href="https://curiouscast.ca/" class="c-nav__link" data-disabled="all">Podcasts</a></li><li class="c-nav__item"><a href="https://globalnews.ca/us-news/" class="c-nav__link" data-disabled="all">U.S. News</a></li></ul> <div id="menuScrolling" class="l-navbar__scrolling"> <div class="l-navbar__scrollingLeft"> </div> <div class="l-navbar__scrollingRight"> </div> </div> </div> </nav> <section class="l-navbar__toggles" aria-label="Website menu and search buttons"> <div class="c-nav c-nav--buttons l-navbar__togglesInner"> <div class="c-nav__item l-navbar__menu"> <button class="c-nav__link" data-toggle-menu="#menuMore" aria-expanded="false" data-trackable="true" data-trackaction="Mega Menu | open ${aria-expanded}"> <span class="sr-only">Full Menu</span> <svg class="c-icon c-nav__icon l-navbar__mobileIcon toggle-off" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#menu"></use> </svg> <svg class="c-icon c-nav__icon l-navbar__mobileIcon toggle-on" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#close"></use> </svg> </button> </div> <div class="c-nav__item l-navbar__search"> <button class="c-nav__link" data-toggle-menu="#menuSearch" aria-expanded="false" data-trackable="true" data-trackaction="Search Menu | open ${aria-expanded}"> <span class="sr-only">Search Menu</span> <svg class="c-icon c-nav__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#search"></use> </svg> </button> </div> </div> </section> </div> <nav id="menuMain-quickLinks" class="l-navbar__buttons l-navbar__buttons--mobile c-nav--buttons c-nav" aria-label="Quick Links" > <div class="c-nav__item" name="home"> <a href="/" class="c-nav__link" data-trackable="true" data-tracktypes="ga" data-track-event-type="quick link" data-trackaction="home" > <div class="c-nav__content"> <svg class="c-icon c-nav__icon c-nav__icon--home l-navbar__mobileIcon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#home"></use> </svg> <div class="c-nav__label">Home</div> </div> </a> </div> <div class="c-nav__item" name="trending"> <a href="/top-trending" class="c-nav__link" data-trackable="true" data-tracktypes="ga" data-track-event-type="quick link" data-trackaction="trending" > <div class="c-nav__content"> <svg class="c-icon c-nav__icon c-nav__icon--trending l-navbar__mobileIcon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#trending"></use> </svg> <div class="c-nav__label">Trending</div> </div> </a> </div> <div class="c-nav__item" name="watch"> <a href="/live/national/" class="c-nav__link" data-trackable="true" data-tracktypes="ga" data-track-event-type="quick link" data-trackaction="watch" > <div class="c-nav__content"> <svg class="c-icon c-nav__icon c-nav__icon--watch l-navbar__mobileIcon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#watch"></use> </svg> <div class="c-nav__icon l-navbar__mobileIcon c-nav__icon--live c-pulse"> <svg class="c-icon c-nav__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#live"></use> </svg> </div> <div class="c-nav__label">Watch</div> </div> </a> </div> <div class="c-nav__item" name="local"> <a href="https://globalnews.ca/national/" class="c-nav__link" data-trackable="true" data-tracktypes="ga" data-track-event-type="quick link" data-trackaction="local" > <div class="c-nav__content"> <svg class="c-icon c-nav__icon c-nav__icon--local l-navbar__mobileIcon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#local"></use> </svg> <div class="c-nav__label">Local</div> </div> </a> </div> <div class="c-nav__item c-nav__item--megamenu" name="megamenu"> <button class="c-nav__link" data-toggle-menu="#menuMore" aria-expanded="false" data-trackable="true" data-trackaction="Mega Menu | open true" > <div class="c-nav__content"> <svg class="c-icon c-nav__icon c-nav__icon--menu l-navbar__mobileIcon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#menu"></use> </svg> <div class="c-nav__label">Menu</div> </div> </button> </div> </nav> </div> </div> <div class="l-navbar__submenus"> <section id="menuMore" class="l-panel l-panel--more" role="group" aria-labelledby="menuMoreLabel" data-menu-full-height="true"> <div class="l-panel__inner"> <h2 class="l-panel__header c-heading c-heading--primary"> <span id="menuMoreLabel">Menu</span> <button class="l-panel__button" data-close-menu data-trackable="true" data-trackaction="Mega Menu | open false"> <span class="sr-only">Close</span> <svg class="c-icon l-panel__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#close"></use> </svg> </button> </h2> <div class="l-panel__grid l-panel__grid--noRadio o-container"> <!-- @TODO: integrate with bing search --> <form class="c-search l-panel__search" method="get" action="https://globalnews.ca/" role="search" aria-label="Search site content in submenu"> <input class="c-search__input" type="text" autocomplete="off" name="s" placeholder="Search Global News" value="" /> <button class="c-search__submit" type="submit"> <span class="sr-only">Submit Search</span> <svg class="c-icon c-icon--black c-search__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#search"></use> </svg> </button> </form> <section class="l-panel__topics" role="group" aria-labelledby="topicsMore"> <h3 id="topicsMore" class="l-panel__firstHeading c-heading c-heading--secondary">Topics</h3> <ul id="megaMenu-topics" class="c-nav c-nav--dropdown c-nav--dropdown--topics"><li class="c-nav__item"><a href="/videos/" class="c-nav__link">Watch</a></li><li class="c-nav__item"><a href="https://globalnews.ca/world/" class="c-nav__link">World</a></li><li class="c-nav__item"><a href="https://globalnews.ca/canada/" class="c-nav__link">Canada</a></li><li class="c-nav__item u-hide-tablet-portrait"><a data-localize-link="https://globalnews.ca/" class="c-nav__link"><span data-localize-text>Local</span></a><button class="c-nav__change c-button" data-toggle-menu="#menuLocal" aria-expanded="false" data-trackable="true" data-trackaction="Mega Menu | Region Change | open true">Change location</button></li><li class="c-nav__item"><a href="https://globalnews.ca/politics/" class="c-nav__link">Politics</a></li><li class="c-nav__item"><a href="https://globalnews.ca/money/" class="c-nav__link">Money</a></li><li class="c-nav__item"><a href="https://globalnews.ca/health/" class="c-nav__link">Health</a></li><li class="c-nav__item"><a href="https://globalnews.ca/entertainment/" class="c-nav__link">Entertainment</a></li><li class="c-nav__item"><a href="https://globalnews.ca/lifestyle/" class="c-nav__link">Lifestyle</a></li><li class="c-nav__item"><a href="https://globalnews.ca/perspectives/" class="c-nav__link">Perspectives</a></li><li class="c-nav__item"><a href="https://globalnews.ca/sports/" class="c-nav__link">Sports</a></li><li class="c-nav__item"><a href="https://globalnews.ca/the-curator/" class="c-nav__link">Shopping</a></li><li class="c-nav__item"><a href="https://globalnews.ca/commentary/" class="c-nav__link">Commentary</a></li><li class="c-nav__item"><a href="/contests/" class="c-nav__link">Contests</a></li><li class="c-nav__item"><a target="_blank" rel="noreferrer" href="https://curiouscast.ca/" class="c-nav__link">Podcasts</a></li><li class="c-nav__item"><a href="https://globalnews.ca/us-news/" class="c-nav__link">U.S. News</a></li></ul> </section> <section class="l-panel__menu l-panel__menu--programs" role="group" aria-labelledby="programsMore"> <h3 id="programsMore" class="c-heading c-heading--secondary">TV Programs</h3> <ul id="megaMenu-programs" class="c-nav c-nav--dropdown c-nav--dropdown--generic"><li class="c-nav__item"><a href="/national/program/global-national" class="c-nav__link">Global National</a></li><li class="c-nav__item"><a href="https://globalnews.ca/national/program/the-west-block" class="c-nav__link">West Block</a></li><li class="c-nav__item"><a href="https://globalnews.ca/national/program/the-morning-show" class="c-nav__link">The Morning Show</a></li><li class="c-nav__item"><a href="/national/videos/" class="c-nav__link">Video Centre</a></li><li class="c-nav__item"><a href="/national/tv-news-programs" class="c-nav__link">More…</a></li></ul> </section> <section class="l-panel__menu l-panel__menu--connect" role="group" aria-labelledby="connectMore"> <h3 id="connectMore" class="c-heading c-heading--secondary">Connect</h3> <ul id="megaMenu-connect" class="c-nav c-nav--dropdown c-nav--dropdown--generic"><li class="c-nav__item"><a href="https://globalnews.ca/pages/email-alerts/" class="c-nav__link">Email alerts</a></li><li class="c-nav__item"><a href="https://globalnews.ca/pages/alexa/" class="c-nav__link">Alexa</a></li><li class="c-nav__item"><a href="https://globalnews.ca/pages/notifications/" class="c-nav__link">Breaking News Alerts from Global News</a></li><li class="c-nav__item"><a href="https://globalnews.ca/pages/global-news-licensing-requests/" class="c-nav__link">License Content</a></li><li class="c-nav__item"><a href="https://globalnews.ca/pages/contact-us/" class="c-nav__link">Contact Us</a></li></ul> </section> <section id="megaMenu-regionChange" class="l-panel__region" aria-label="Change your location"> <div class="c-regions "> <div class="c-regions__heading l-panel__regionLabel"> <div> <a class="c-link c-link--large" href="/national" data-region-change=false data-region-change data-region-link data-region-link-override=true data-region-link-override data-region-label > <div class="c-link__inner"> <span class="c-link__label">National</span> <svg class="c-icon c-link__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#chevron-right"></use> </svg> </div> </a> </div> <!-- Button to trigger region menu on desktop --> <button class="c-button c-button--small c-regions__heading--button toggle-switch u-show-tablet-portrait" data-expand="#megaMenu-regionExpand" data-scroll-target="#menuMore" aria-expanded="false" aria-label="Change your local region" data-trackable="true" data-trackaction="Mega Menu | Region Change | open ${aria-expanded}"> <span class="toggle-off">Change</span> <span class="toggle-on">Close</span> </button> <!-- Button to trigger region menu on mobile --> <button class="c-button c-button--small c-regions__heading--button toggle-switch u-hide-tablet-portrait" data-toggle-menu="#menuLocal" data-skip-parent="true" aria-expanded="false" data-trackable="true" data-trackaction="Mega Menu | Region Change | open ${aria-expanded}"> <span class="toggle-off">Change</span> <span class="toggle-on">Close</span> </button> </div> <div id="megaMenu-regionExpand" class="is-expandable" role="group" aria-label="Regions list" data-region-picker > <ul id="megaMenu-regionMenu" class="c-regions__selector c-nav c-nav--dropdown c-nav--dropdown--region"><li class="c-nav__item"><a href="https://globalnews.ca/barrie/" class="c-nav__link">Barrie</a></li><li class="c-nav__item"><a href="https://globalnews.ca/bc/" class="c-nav__link">BC</a></li><li class="c-nav__item"><a href="https://globalnews.ca/calgary/" class="c-nav__link">Calgary</a></li><li class="c-nav__item"><a href="https://globalnews.ca/durham/" class="c-nav__link">Durham</a></li><li class="c-nav__item"><a href="https://globalnews.ca/edmonton/" class="c-nav__link">Edmonton</a></li><li class="c-nav__item"><a href="https://globalnews.ca/guelph/" class="c-nav__link">Guelph</a></li><li class="c-nav__item"><a href="https://globalnews.ca/halifax/" class="c-nav__link">Halifax</a></li><li class="c-nav__item"><a href="https://globalnews.ca/hamilton/" class="c-nav__link">Hamilton</a></li><li class="c-nav__item"><a href="https://globalnews.ca/kingston/" class="c-nav__link">Kingston</a></li><li class="c-nav__item"><a href="https://globalnews.ca/kitchener/" class="c-nav__link">Kitchener</a></li><li class="c-nav__item"><a href="https://globalnews.ca/lethbridge/" class="c-nav__link">Lethbridge</a></li><li class="c-nav__item"><a href="https://globalnews.ca/radio/am980/" class="c-nav__link"><span>London</span><svg class="c-nav__icon c-nav__icon--radio c-icon c-icon--red" focusable="false"><use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#radio" /></svg></a></li><li class="c-nav__item"><a href="https://globalnews.ca/montreal/" class="c-nav__link">Montreal</a></li><li class="c-nav__item"><a href="https://globalnews.ca/new-brunswick/" class="c-nav__link">New Brunswick</a></li><li class="c-nav__item"><a href="https://globalnews.ca/okanagan/" class="c-nav__link">Okanagan</a></li><li class="c-nav__item"><a href="https://globalnews.ca/ottawa/" class="c-nav__link">Ottawa</a></li><li class="c-nav__item"><a href="https://globalnews.ca/peterborough/" class="c-nav__link">Peterborough</a></li><li class="c-nav__item"><a href="https://globalnews.ca/regina/" class="c-nav__link">Regina</a></li><li class="c-nav__item"><a href="https://globalnews.ca/saskatoon/" class="c-nav__link">Saskatoon</a></li><li class="c-nav__item"><a href="https://globalnews.ca/toronto/" class="c-nav__link">Toronto</a></li><li class="c-nav__item"><a href="https://globalnews.ca/winnipeg/" class="c-nav__link">Winnipeg</a></li></ul> </div> </div> </section> </div> <div id="megaMenu-social" class="l-panel__social"> <div class="o-container"> <nav class="l-panel__socialLinks" aria-label="Social links submenu"> <div class="c-social "> <a class="c-social__link" href="/pages/facebook/" > <span class="sr-only">Global News Facebook Pages</span> <svg class="c-icon c-social__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#facebook"></use> </svg> </a> <a class="c-social__link" href="/pages/twitter/" > <span class="sr-only">Global News Twitter Accounts</span> <svg class="c-icon c-social__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#twitter"></use> </svg> </a> <a class="c-social__link" href="https://www.youtube.com/globalnews" target="_blank" rel="noreferrer" > <span class="sr-only">Global News Youtube Channel</span> <svg class="c-icon c-social__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#youtube"></use> </svg> </a> <a class="c-social__link" href="https://instagram.com/globalnews" target="_blank" rel="noreferrer" > <span class="sr-only">Global News on Instagram</span> <svg class="c-icon c-social__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#instagram"></use> </svg> </a> <a class="c-social__link" href="https://www.linkedin.com/company/global-television?trk=biz-companies-cym" target="_blank" rel="noreferrer" > <span class="sr-only">Global News on LinkedIn</span> <svg class="c-icon c-social__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#linkedin"></use> </svg> </a> <a class="c-social__link" href="https://www.tiktok.com/@globalnews.ca" target="_blank" rel="noreferrer" > <span class="sr-only">Global News on TikTok</span> <svg class="c-icon c-social__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#tiktok"></use> </svg> </a> <a class="c-social__link" href="https://t.me/globalnews_official_channel" target="_blank" rel="noreferrer" > <span class="sr-only">Global News on Telegram</span> <svg class="c-icon c-social__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#telegram"></use> </svg> </a> </div> </nav> </div> </div> </div> </section> <div id="menuLocal" class="l-panel l-panel--local" data-region-picker> <div class="l-panel__inner"> <h2 class="l-panel__header c-heading c-heading--primary"> <button class="l-panel__button l-panel__button--back" data-toggle-menu="#menuMore" aria-expanded="false" data-trackable="true" data-trackaction="Mega Menu | Region Change | open false"> <span class="sr-only">Go Back</span> <svg class="c-icon l-panel__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#arrow-left"></use> </svg> </button> <button class="l-panel__button l-panel__button--close" data-close-menu="" data-trackable="true" data-trackaction="Mega Menu | open false"> <span class="sr-only">Close</span> <svg class="c-icon l-panel__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#close"></use> </svg> </button> <span>Local</span> </h2> <div class="o-container"> <section class="l-panel__region" aria-label="Your current location"> <div class="c-regions"> <div class="l-panel__firstHeading c-regions__heading"> <div> <h4 class="c-heading c-heading--subhead">your local region</h4> <a class="c-link c-link--xlarge" href="/national/" data-region-change=false data-region-change data-region-link data-region-link-override=true data-region-link-override data-region-label > <div class="c-link__inner"> <span class="c-link__label">National</span> <svg class="c-icon c-link__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#chevron-right"></use> </svg> </div> </a> </div> </div> <div role="group" aria-label="Regions list"> <ul id="regionMenu" class="c-nav c-nav--dropdown c-nav--dropdown--regionStandalone"><li class="c-nav__item"><a href="https://globalnews.ca/barrie/" class="c-nav__link">Barrie</a></li><li class="c-nav__item"><a href="https://globalnews.ca/bc/" class="c-nav__link">BC</a></li><li class="c-nav__item"><a href="https://globalnews.ca/calgary/" class="c-nav__link">Calgary</a></li><li class="c-nav__item"><a href="https://globalnews.ca/durham/" class="c-nav__link">Durham</a></li><li class="c-nav__item"><a href="https://globalnews.ca/edmonton/" class="c-nav__link">Edmonton</a></li><li class="c-nav__item"><a href="https://globalnews.ca/guelph/" class="c-nav__link">Guelph</a></li><li class="c-nav__item"><a href="https://globalnews.ca/halifax/" class="c-nav__link">Halifax</a></li><li class="c-nav__item"><a href="https://globalnews.ca/hamilton/" class="c-nav__link">Hamilton</a></li><li class="c-nav__item"><a href="https://globalnews.ca/kingston/" class="c-nav__link">Kingston</a></li><li class="c-nav__item"><a href="https://globalnews.ca/kitchener/" class="c-nav__link">Kitchener</a></li><li class="c-nav__item"><a href="https://globalnews.ca/lethbridge/" class="c-nav__link">Lethbridge</a></li><li class="c-nav__item"><a href="https://globalnews.ca/radio/am980/" class="c-nav__link"><span>London</span><svg class="c-nav__icon c-nav__icon--radio c-icon c-icon--red" focusable="false"><use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#radio" /></svg></a></li><li class="c-nav__item"><a href="https://globalnews.ca/montreal/" class="c-nav__link">Montreal</a></li><li class="c-nav__item"><a href="https://globalnews.ca/new-brunswick/" class="c-nav__link">New Brunswick</a></li><li class="c-nav__item"><a href="https://globalnews.ca/okanagan/" class="c-nav__link">Okanagan</a></li><li class="c-nav__item"><a href="https://globalnews.ca/ottawa/" class="c-nav__link">Ottawa</a></li><li class="c-nav__item"><a href="https://globalnews.ca/peterborough/" class="c-nav__link">Peterborough</a></li><li class="c-nav__item"><a href="https://globalnews.ca/regina/" class="c-nav__link">Regina</a></li><li class="c-nav__item"><a href="https://globalnews.ca/saskatoon/" class="c-nav__link">Saskatoon</a></li><li class="c-nav__item"><a href="https://globalnews.ca/toronto/" class="c-nav__link">Toronto</a></li><li class="c-nav__item"><a href="https://globalnews.ca/winnipeg/" class="c-nav__link">Winnipeg</a></li></ul> </div> </div> </section> </div> </div> </div> <div id="menuSocialShareNav" class="l-panel l-panel--bottom l-panel--socialNavbar l-panel"> <div class="l-panel__inner"> <h2 class="l-panel__header c-heading c-heading--primary"> <span>Share</span> <button data-close-menu> <span class="sr-only">Close</span> <svg class="c-icon l-panel__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#close"></use> </svg> </button> </h2> <div class="o-container"> <div class="c-socialShare c-socialShare--popup" > <div class="c-socialShare__list"> <a href="" class="c-socialShare__item c-socialShare__item--facebook c-button" data-socialshare-provider="facebook" data-close-menu > <span class="sr-only">Share this item on Facebook</span> <svg class="c-icon c-socialShare__icon c-button__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#facebook"></use> </svg> facebook</a> <a href="" class="c-socialShare__item c-socialShare__item--twitter c-button" data-socialshare-provider="twitter" data-close-menu > <span class="sr-only">Share this item on Twitter</span> <svg class="c-icon c-socialShare__icon c-button__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#twitter"></use> </svg> twitter</a> <a href="" class="c-socialShare__item c-socialShare__item--email c-button" data-socialshare-provider="email" data-close-menu > <span class="sr-only">Send this page to someone via email</span> <svg class="c-icon c-socialShare__icon c-button__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#mail"></use> </svg> email</a> <a href="" class="c-socialShare__item c-socialShare__item--whatsapp c-button" data-socialshare-provider="whatsapp" data-close-menu > <span class="sr-only">Share this item via WhatsApp</span> <svg class="c-icon c-socialShare__icon c-button__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#whatsapp"></use> </svg> whatsapp</a> <a href="" class="c-socialShare__item c-socialShare__item--pocket c-button" data-socialshare-provider="pocket" data-close-menu > <span class="sr-only">Share this item on Pocket</span> <svg class="c-icon c-socialShare__icon c-button__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#pocket"></use> </svg> pocket</a> <a href="" class="c-socialShare__item c-socialShare__item--telegram c-button" data-socialshare-provider="telegram" data-close-menu > <span class="sr-only">Share this item via Telegram</span> <svg class="c-icon c-socialShare__icon c-button__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#telegram"></use> </svg> telegram</a> <a href="" class="c-socialShare__item c-socialShare__item--reddit c-button" data-socialshare-provider="reddit" data-close-menu > <span class="sr-only">Share this item on Reddit</span> <svg class="c-icon c-socialShare__icon c-button__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#reddit"></use> </svg> reddit</a> <button class="c-socialShare__item c-socialShare__item--copy c-button" data-socialshare-provider="copy" data-close-menu > <span class="sr-only">Copy article link</span> <svg class="c-icon c-socialShare__icon c-button__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#link"></use> </svg> Copy link</button> </div> </div> </div> </div> </div> <div id="eventsCalendarNav" class="l-panel l-panel--events l-panel--bottom"> <div class="l-panel__inner"> <h2 class="l-panel__header c-heading c-heading--primary"> <span>Calendar</span> <button data-close-menu> <span class="sr-only">Close</span> <svg class="c-icon c-icon--black l-panel__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#close"></use> </svg> </button> </h2> <div class="o-container"> <div class="datepicker mobile datepicker--hybrid"></div> </div> </div> </div> <div id="eventsTypesNav" class="l-panel l-panel--events l-panel--bottom"> <div class="l-panel__inner"> <h2 class="l-panel__header c-heading c-heading--primary"> <span>Calendar</span> <button data-close-menu> <span class="sr-only">Close</span> <svg class="c-icon c-icon--black l-panel__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#close"></use> </svg> </button> </h2> <div class="o-container"> <ul id="event_type_select" class="c-eventType c-nav c-nav--dropdown"> <li class="c-eventType__item c-nav__item"> <button class="c-eventType__link c-nav__link c-eventType__link--selected" value="xx">All event types</button> </li> <li class="c-eventType__item c-nav__item"> <button class="c-eventType__link c-nav__link " value="comedy"> Comedy </button> </li> <li class="c-eventType__item c-nav__item"> <button class="c-eventType__link c-nav__link " value="festival"> Festival </button> </li> <li class="c-eventType__item c-nav__item"> <button class="c-eventType__link c-nav__link " value="food"> Food </button> </li> <li class="c-eventType__item c-nav__item"> <button class="c-eventType__link c-nav__link " value="health"> Health </button> </li> <li class="c-eventType__item c-nav__item"> <button class="c-eventType__link c-nav__link " value="music"> Music </button> </li> <li class="c-eventType__item c-nav__item"> <button class="c-eventType__link c-nav__link " value="sports"> Sports </button> </li> <li class="c-eventType__item c-nav__item"> <button class="c-eventType__link c-nav__link " value="theatre"> Theatre </button> </li> <li class="c-eventType__item c-nav__item"> <button class="c-eventType__link c-nav__link " value="virtual"> Virtual </button> </li> <li class="c-eventType__item c-nav__item"> <button class="c-eventType__link c-nav__link " value="other">Other</button> </li> </ul> </div> </div> </div> <div id="menuSearch" class="l-panel l-panel--search" data-menu-full-height="true"> <div class="l-panel__inner"> <h2 class="l-panel__header c-heading c-heading--primary"> <span>Search</span> <button class="l-panel__button" data-close-menu data-trackable="true" data-trackaction="Search Menu | open false"> <span class="sr-only">Close</span> <svg class="c-icon l-panel__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#close"></use> </svg> </button> </h2> <div class="l-panel__grid o-container"> <form class="c-search l-panel__search" method="get" action="https://globalnews.ca/" role="search" aria-label="Search site content"> <input class="c-search__input" type="text" autocomplete="off" name="s" placeholder="Search Global News" value="" /> <button class="c-search__submit" type="submit"> <span class="sr-only">Submit search</span> <svg class="c-icon c-search__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#search"></use> </svg> </button> </form> <section id="search-panel-suggestion" class="l-panel__suggested" aria-label="Quick search by content type"> <h4 class="l-panel__subhead c-heading c-heading--secondary">Quick Search</h4> <div data-load-content="quick-search" data-load-content-params="%7B%22object_id%22%3A%224041216%22%2C%22is_singular%22%3A%22true%22%7D"> <ul class="c-nav c-nav--dropdown c-nav--dropdown--skeleton"> <li class="c-nav__item"> <div class="c-nav__link"> </div> </li> <li class="c-nav__item"> <div class="c-nav__link"> </div> </li> <li class="c-nav__item"> <div class="c-nav__link"> </div> </li> <li class="c-nav__item"> <div class="c-nav__link"> </div> </li> <li class="c-nav__item"> <div class="c-nav__link"> </div> </li> <li class="c-nav__item"> <div class="c-nav__link"> </div> </li> </ul> </div> </section> <section id="search-panel-trending" class="l-panel__trending" aria-label="Trending articles"> <h4 class="l-panel__subhead c-heading c-heading--secondary">Trending Now</h4> <div class="l-panel__stories" data-load-content="nav-trending" data-load-content-params="%7B%22type%22%3A%22post%22%7D"> <ul class="c-posts c-posts--skeleton c-posts--tile c-posts--grid"> <li class="c-posts__item l-panel__story"> <div class="c-posts__inner"> <div class="c-posts__media"> </div> <div class="c-posts__details"> <div class="c-posts__headline"> </div> </div> </div> </li> <li class="c-posts__item l-panel__story"> <div class="c-posts__inner"> <div class="c-posts__media"> </div> <div class="c-posts__details"> <div class="c-posts__headline"> </div> </div> </div> </li> <li class="c-posts__item l-panel__story"> <div class="c-posts__inner"> <div class="c-posts__media"> </div> <div class="c-posts__details"> <div class="c-posts__headline"> </div> </div> </div> </li> <li class="c-posts__item l-panel__story"> <div class="c-posts__inner"> <div class="c-posts__media"> </div> <div class="c-posts__details"> <div class="c-posts__headline"> </div> </div> </div> </li> <li class="c-posts__item l-panel__story"> <div class="c-posts__inner"> <div class="c-posts__media"> </div> <div class="c-posts__details"> <div class="c-posts__headline"> </div> </div> </div> </li> <li class="c-posts__item l-panel__story"> <div class="c-posts__inner"> <div class="c-posts__media"> </div> <div class="c-posts__details"> <div class="c-posts__headline"> </div> </div> </div> </li> </ul> </div> </section> </div> </div> </div> <div id="menuHomeScreenPrompt" class="l-panel l-panel--bottom l-panel--bottomFixed l-panel--secondary" data-menu-modal="true"> <div class="l-panel__inner"> <h2 class="l-panel__header c-heading c-heading--primary"> <span>Add Global News to Home Screen</span> <button data-close-menu> <span class="sr-only">Close</span> <svg class="c-icon l-panel__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#close"></use> </svg> </button> </h2> <div class="o-container"> <div class="c-homeScreenPrompt"> <p class="c-homeScreenPrompt__intro">Instructions:</p> <ol class="c-homeScreenPrompt__list"> <li class="c-homeScreenPrompt__item"> <span class="c-homeScreenPrompt__itemContent"> Press the <span class="sr-only">share</span> <svg class="c-icon c-homeScreenPrompt__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#share"></use> </svg> icon on your browser </span> </li> <li class="c-homeScreenPrompt__item">Select <strong>Add to Home Screen</strong></li> <li class="c-homeScreenPrompt__item">Press <strong>Add</strong></li> </ol> </div> </div> </div> </div> </div> </section> </div> <div class="l-content"> <div class="l-flexitiveGuide contain"></div><!-- "contain" is required for Flexitive --> <div class="l-content__inner"> <section class="l-notification" id="notification" aria-label="Notification banner" data-header-sticky="true"> <div class="l-notification__wrapper"> <div class="l-notification__container"> <div class="l-notification__inner"> <div class="l-notification__item"> <a class="l-notification__video l-notification__link" href="https://globalnews.ca"><span class="sr-only">Video link</span></a> <div class="l-notification__text"> <div class="l-notification__label"></div> <a class="l-notification__headline l-notification__link" href="https://globalnews.ca"><span class="sr-only">Headline link</span></a> </div> </div> <div class="l-notification__buttons"> <button class="c-button c-button--mini l-notification__button" aria-label="Click to close notification" data-trackable="true" data-trackaction="Notification | Close" data-trackdata="{'notification.close': '1'}"> <svg class="c-icon c-button__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#close"></use> </svg> </button> </div> </div> </div> </div> </section> <section id="headerAd" class="l-headerAd " aria-label="Advertisement in header"> <div class="l-headerAd__container" data-header-sticky="true"> <div class="l-headerAd__inner"> <div class="c-ad c-ad--leaderboardCombo "> <div class="c-ad__label">Advertisement</div> <div id="gpt-ad-72890-1" class="c-ad__unit" data-ad-pos="1" > </div> <script> if ( typeof( gn_monetize ) !== 'undefined' && typeof( gn_monetize.Ads ) !== 'undefined' && gn_monetize.Ads.initialRequestMade() ) { // Ads script has been loaded, create the ad. gn_monetize.Ads.create( {"sizes":"[728,90]","biddable":true,"id":"gpt-ad-72890-1","lazy":false,"targeting":{"pos":1,"slotid":"gpt-ad-72890-1"},"companion":false,"mapping":{"[970,0]":"[[970,90],[728,90]]","[728,0]":"[728,90]","[0,0]":"[[320,100],[320,50]]"}} ); } else { // if Ads script not yet loaded, queue up ad data for initialization. var gnAdSettings = gnAdSettings || {}; gnAdSettings.ads = gnAdSettings.ads || []; gnAdSettings.ads.push( {"sizes":"[728,90]","biddable":true,"id":"gpt-ad-72890-1","lazy":false,"targeting":{"pos":1,"slotid":"gpt-ad-72890-1"},"companion":false,"mapping":{"[970,0]":"[[970,90],[728,90]]","[728,0]":"[728,90]","[0,0]":"[[320,100],[320,50]]"}} ); } </script> </div> <div class="l-headerAd__countdown"> <span class="l-headerAd__message"></span> <button class="l-headerAd__close" data-trackable="true" data-trackAction="Close sticky ad" data-trackdata="{'stickyad': 'close'}">Close X</button> </div> </div> </div> </section> <style> :root { } </style> <main id="content" class="layout-contain right-well "> <div class="stream"> <div class="page-contain"> <h1>Breaking News Alerts from Global News</h1> <p>Get breaking news from Global News as it happens. We’ll notify you when there’s an important story you want to know about. The notifications will take you directly to the article at globalnews.ca.</p> <div id="push-notification-check" class="notification-check" style="display: none;"> <div class='notifications-text'> <span class="notification-icon dashicons"></span> <span class="notification-status"></span> </div> <button class="notification-subscribe" style="display: none;">Allow</button> </div> <script defer> jQuery(function($){ var OneSignal = window.OneSignal || []; var notificationWrapper = $( '#push-notification-check' ); var notificationStatus = notificationWrapper.find( '.notification-status' ); var notificationIcon = notificationWrapper.find( '.notification-icon' ); var notificationsButton = notificationWrapper.find( '.notification-subscribe' ); var supported = undefined; var permitted = undefined; // Hide instructions. var unsubscribeInstructions = $( '#gnca-unsubscribe' ); var subscribeInstructions = $( '#gnca-subscribe' ); function isReady() { return 'undefined' !== typeof( supported ) && 'undefined' !== typeof( permitted ); } function renderDisallowedStatus() { notificationWrapper.addClass( 'notifications-not-supported' ).show(); if ( ! supported ) { notificationStatus.text( 'Push notifications are not supported in your browser. Currently web notifications are supported in Chrome, Firefox & browsers on Android devices' ); subscribeInstructions.hide(); unsubscribeInstructions.hide(); } else { notificationStatus.text( 'Notification has been blocked for GlobalNews.ca' ); subscribeInstructions.show(); unsubscribeInstructions.hide(); } notificationIcon.addClass( 'dashicons-warning' ); notificationWrapper.show(); } function renderAllowedStatus( isEnabled ) { notificationWrapper.removeClass( 'notifications-not-supported' ).toggleClass( 'notifications-enabled', isEnabled ); notificationStatus.text( 'Receive breaking news notifications from GlobalNews.ca on your desktop / device.' ); if ( isEnabled ) { notificationIcon.addClass( 'dashicons-thumbs-up' ); } else { notificationIcon.addClass( 'dashicons-admin-generic' ); notificationsButton.show().click( function(){ OneSignal.registerForPushNotifications(); }); } unsubscribeInstructions.show(); subscribeInstructions.hide(); notificationWrapper.show(); } function init() { if ( ! supported || ! permitted ) { renderDisallowedStatus(); } else { OneSignal.push( function() { OneSignal.isPushNotificationsEnabled(function(isEnabled) { renderAllowedStatus( isEnabled ); }); }) } } OneSignal.push(["getNotificationPermission", function( permission ) { console.log( "Notification Permission:", permission ); permitted = 'denied' !== permission; if ( isReady() ) { init(); } }]); OneSignal.push( function() { supported = OneSignal.isPushNotificationsSupported(); console.log( "Notification Supported:", supported ); if ( isReady() ) { init(); } }); OneSignal.push( function() { // Check subscription status after browser prompt. OneSignal.on( 'notificationPermissionChange', function( permissionChange ) { var currentPermission = permissionChange.to; notificationsButton.hide(); if ( currentPermission === 'granted' ) { notificationWrapper.removeClass( 'notifications-not-supported' ).addClass( 'notifications-enabled' ); notificationStatus.text( 'Thank you for subscribing.' ); notificationIcon.removeClass( 'dashicons-admin-generic' ).addClass( 'dashicons-thumbs-up' ); subscribeInstructions.show(); unsubscribeInstructions.hide(); } else if ( currentPermission === 'denied' ) { permitted = false; renderDisallowedStatus(); } else { renderAllowedStatus( false ); } }); }); }); </script> <p>You can also sign-up for <a href="https://globalnews.ca/pages/email-alerts/">Global News’ email newsletters via our sign-up page</a>.</p> <div class="l-article__sectionHeading c-sectionHeading "> <span class="l-article__sectionAnchor c-sectionHeading__anchor" id="how-to-subscribe-to-globalnews-ca-notifications"></span> <h2 class="c-sectionHeading__title"> How to subscribe to Globalnews.ca notifications </h2> </div> <p>To subscribe to receiving <strong>notifications</strong> on your desktop / device, please follow the instructions below.</p> <p><strong>Chrome (Desktop):</strong></p> <ol style="padding: 0 0 0 20px;margin-top: 0"> <li style="list-style-type: decimal;font-size: inherit;color: inherit">Open site settings by copying and pasting the following into the address bar in your browser: <strong>chrome://settings/content/siteDetails?site=https://globalnews.ca</strong></li> <li style="list-style-type: decimal;font-size: inherit;color: inherit">Under “<strong>Notifications</strong>“, select “<strong>Allow</strong>” to subscribe to push notifications <img fetchpriority="high" decoding="async" class="alignnone wp-image-8363769" style="margin: 24px 0;border: 1px solid #ededf0" src="https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?w=866" alt="" width="500" height="519" srcset="https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png 866w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=144,150 144w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=289,300 289w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=768,797 768w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=38,38 38w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=276,287 276w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=336,349 336w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=672,698 672w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=694,720 694w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=539,560 539w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=433,450 433w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=272,282 272w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=12,12 12w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=123,128 123w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=247,256 247w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=241,250 241w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=191,198 191w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=493,512 493w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=73,76 73w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=53,55 53w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=385,400 385w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=771,800 771w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=480,498 480w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=320,332 320w, https://globalnews.ca/wp-content/uploads/2021/11/notification-unblock-1.png?resize=62,64 62w" sizes="(max-width: 500px) 100vw, 500px" /></li> </ol> <p><strong>Apple mobile devices</strong></p> <ol> <li>To subscribe to Globalnews.ca notifications on your mobile Apple device, you first have to add us to your home screen.</li> <li>To do that, click on the Share button near the address bar of your Safari or Chrome browser.<img decoding="async" class="alignnone size-medium wp-image-9912951" src="https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?w=166" alt="" width="166" height="300" srcset="https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png 828w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=83,150 83w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=166,300 166w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=768,1388 768w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=567,1024 567w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=276,499 276w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=336,607 336w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=672,1214 672w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=399,720 399w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=310,560 310w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=249,450 249w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=156,282 156w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=71,128 71w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=142,256 142w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=138,250 138w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=110,198 110w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=283,512 283w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=42,76 42w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=30,55 30w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=221,400 221w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=443,800 443w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=480,867 480w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=320,578 320w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Safari1.png?resize=35,64 35w" sizes="(max-width: 166px) 100vw, 166px" /> <img decoding="async" class="alignnone size-medium wp-image-9912952" src="https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?w=156" alt="" width="156" height="300" srcset="https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png 828w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=78,150 78w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=156,300 156w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=768,1481 768w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=531,1024 531w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=796,1536 796w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=276,532 276w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=336,648 336w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=672,1296 672w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=373,720 373w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=290,560 290w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=233,450 233w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=146,282 146w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=66,128 66w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=133,256 133w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=130,250 130w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=103,198 103w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=265,512 265w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=39,76 39w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=29,55 29w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=207,400 207w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=415,800 415w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=480,926 480w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=320,617 320w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home-Chrome.png?resize=33,64 33w" sizes="(max-width: 156px) 100vw, 156px" /></li> <li>Then scroll down and click on “Add to Home Screen”.<img decoding="async" class="alignnone size-medium wp-image-9912958" src="https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?w=191" alt="" width="191" height="300" srcset="https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png 828w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=96,150 96w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=191,300 191w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=768,1206 768w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=652,1024 652w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=276,433 276w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=336,528 336w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=672,1055 672w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=459,720 459w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=357,560 357w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=287,450 287w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=180,282 180w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=82,128 82w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=163,256 163w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=159,250 159w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=126,198 126w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=326,512 326w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=48,76 48w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=35,55 35w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=255,400 255w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=510,800 510w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=480,754 480w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=320,502 320w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home1.png?resize=41,64 41w" sizes="(max-width: 191px) 100vw, 191px" /></li> <li>Click on “Add”.<img decoding="async" class="alignnone size-medium wp-image-9912962" src="https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?w=207" alt="" width="207" height="300" srcset="https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png 828w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=104,150 104w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=207,300 207w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=768,1113 768w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=707,1024 707w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=276,400 276w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=336,487 336w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=672,974 672w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=497,720 497w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=386,560 386w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=311,450 311w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=195,282 195w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=88,128 88w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=177,256 177w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=173,250 173w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=137,198 137w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=353,512 353w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=52,76 52w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=38,55 38w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=552,800 552w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=480,696 480w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=320,464 320w, https://globalnews.ca/wp-content/uploads/2023/08/Add-To-Home2.png?resize=44,64 44w" sizes="(max-width: 207px) 100vw, 207px" /></li> <li>The next time you visit Globalnews.ca, you’ll be greeted with a prompt to allow notifications.</li> </ol> <p><strong>Safari:</strong></p> <ol> <li>Select Safari > <strong>Preferences<br /> <img decoding="async" class="alignnone size-medium wp-image-8364077" style="margin: 24px 0" src="https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?w=247" alt="" width="247" height="300" srcset="https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png 460w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=124,150 124w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=247,300 247w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=276,335 276w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=336,408 336w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=371,450 371w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=232,282 232w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=106,128 106w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=211,256 211w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=206,250 206w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=163,198 163w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=422,512 422w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=63,76 63w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=45,55 45w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=330,400 330w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=320,388 320w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=53,64 53w" sizes="(max-width: 247px) 100vw, 247px" /></strong></li> <li>Select <strong>“Websites”</strong> and click “<strong>Notifications</strong>“, select “<strong>Allow</strong>” for Global News to subscribe to receiving push notifications from globalnews.ca</li> </ol> <p><img decoding="async" class="alignnone size-full wp-image-9910114" src="https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png" alt="" width="796" height="551" srcset="https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png 796w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=150,104 150w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=300,208 300w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=768,532 768w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=276,191 276w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=336,233 336w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=672,465 672w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=720,498 720w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=560,388 560w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=450,311 450w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=282,195 282w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=128,89 128w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=256,177 256w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=250,173 250w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=286,198 286w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=512,354 512w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=110,76 110w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=79,55 79w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=400,277 400w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=480,332 480w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=320,222 320w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifications.png?resize=92,64 92w" sizes="(max-width: 796px) 100vw, 796px" /></p> <p><strong>Firefox (Desktop):</strong></p> <ol style="padding: 0 0 0 20px;margin-top: 0"> <li style="list-style-type: decimal;font-size: inherit;color: inherit">Click on the hamburger button at the top right of the browser, and select “<strong>Settings</strong>”<br /> <img decoding="async" class="alignnone wp-image-8364024 size-large" style="margin: 24px 0;border: 1px solid #ededf0" src="https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?w=283" alt="" width="283" height="648" srcset="https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png 283w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=66,150 66w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=131,300 131w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=276,632 276w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=245,560 245w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=197,450 197w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=123,282 123w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=56,128 56w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=112,256 112w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=109,250 109w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=86,198 86w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=224,512 224w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=33,76 33w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=24,55 24w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=175,400 175w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=28,64 28w" sizes="(max-width: 283px) 100vw, 283px" /></li> <li>Enter “<strong>Notification</strong>” in the “<strong>Find in Settings</strong>” box<br /> <img decoding="async" class="alignnone wp-image-8363813" style="margin: 24px 0;border: 1px solid #ededf0" src="https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?w=732" alt="" width="500" height="564" srcset="https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png 732w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=133,150 133w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=266,300 266w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=276,311 276w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=336,379 336w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=672,758 672w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=638,720 638w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=496,560 496w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=399,450 399w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=250,282 250w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=113,128 113w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=227,256 227w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=222,250 222w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=175,198 175w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=454,512 454w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=67,76 67w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=49,55 49w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=354,400 354w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=709,800 709w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=480,542 480w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=320,361 320w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=57,64 57w" sizes="(max-width: 500px) 100vw, 500px" /></li> <li>Click on “<strong>Settings…</strong>” under <strong>notifications permissions</strong>. Locate the <strong><a href="https://globalnews.ca">https://globalnews.ca</a></strong> entry, select “<strong>Allow</strong>” to subscribe to push notifications<br /> <img decoding="async" class="alignnone wp-image-8363814" style="margin: 24px 0;border: 1px solid #ededf0" src="https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?w=725" alt="" width="500" height="447" srcset="https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png 725w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=150,134 150w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=300,268 300w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=140,126 140w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=276,247 276w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=336,300 336w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=672,601 672w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=720,644 720w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=560,501 560w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=450,402 450w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=282,252 282w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=12,12 12w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=128,114 128w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=256,229 256w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=250,223 250w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=222,198 222w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=512,458 512w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=85,76 85w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=62,55 62w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=400,358 400w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=480,429 480w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=320,286 320w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-unblock.png?resize=72,64 72w" sizes="(max-width: 500px) 100vw, 500px" /></li> </ol> <div class="l-article__sectionHeading c-sectionHeading "> <span class="l-article__sectionAnchor c-sectionHeading__anchor" id="how-to-unsubscribe-from-globalnews-ca-notifications"></span> <h2 class="c-sectionHeading__title"> How to unsubscribe from Globalnews.ca notifications </h2> </div> <div id="gnca-unsubscribe"> <p>You can opt out at any time, to unsubscribe from receiving <strong>notifications</strong> on your desktop / device, follow the instructions below.</p> <p><strong>Chrome (Desktop):</strong></p> <ol style="padding: 0 0 0 20px;margin-top: 0"> <li>Open site settings by copying the following and pasting into the address bar of a new tab in your browser: <strong>chrome://settings/content/siteDetails?site=https://globalnews.ca</strong></li> <li style="list-style-type: decimal;font-size: inherit;color: inherit">Select “<strong>Ask (default)</strong>”<br /> <img decoding="async" class="alignnone wp-image-8364056" style="margin: 24px 0;border: 1px solid #ededf0" src="https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?w=300" alt="" width="500" height="401" srcset="https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png 878w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=150,120 150w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=300,241 300w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=768,616 768w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=276,221 276w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=336,269 336w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=672,539 672w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=720,577 720w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=560,449 560w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=450,361 450w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=282,226 282w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=128,103 128w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=256,205 256w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=250,200 250w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=247,198 247w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=512,411 512w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=95,76 95w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=69,55 69w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=400,321 400w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=800,641 800w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=480,385 480w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=320,257 320w, https://globalnews.ca/wp-content/uploads/2021/11/chrome-notifications-ask.png?resize=80,64 80w" sizes="(max-width: 500px) 100vw, 500px" /></li> </ol> <p><strong>Chrome (Android):</strong></p> <ol style="padding: 0 0 0 20px;margin-top: 0"> <li style="list-style-type: decimal;font-size: inherit;color: inherit">On your Android phone or tablet, open the Chrome app <img decoding="async" class="alignnone size-full wp-image-4041337" src="https://globalnews.ca/wp-content/uploads/2018/02/chrome-icon.png" alt="" width="24" height="24" srcset="https://globalnews.ca/wp-content/uploads/2018/02/chrome-icon.png 24w, https://globalnews.ca/wp-content/uploads/2018/02/chrome-icon.png?resize=12,12 12w" sizes="(max-width: 24px) 100vw, 24px" />.</li> <li style="list-style-type: decimal;font-size: inherit;color: inherit">To the right of the address bar, tap More <img decoding="async" class="alignnone size-full wp-image-4041333" style="position: relative;top: 5px" src="https://globalnews.ca/wp-content/uploads/2018/02/right-chevron-icon.png" alt="" width="13" height="18" /> <strong>Settings</strong>.</li> <li style="list-style-type: decimal;font-size: inherit;color: inherit">Tap <strong>Site Settings</strong> <img decoding="async" class="alignnone size-full wp-image-4041333" style="margin: 24px 0;border: 1px solid #ededf0" src="https://globalnews.ca/wp-content/uploads/2018/02/right-chevron-icon.png" alt="" width="13" height="18" /> <strong>Notifications</strong>.</li> <li style="list-style-type: decimal;font-size: inherit;color: inherit">At the top, turn the setting on or off.</li> </ol> <p><strong>Apple mobile devices</strong></p> <p>To unsubscribe from push alerts on your mobile Apple device, follow the instructions below:</p> <ol> <li>Click on the Settings button on your homescreen.</li> <li>Click on Notifications<img decoding="async" class="alignnone size-medium wp-image-9912990" src="https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?w=240" alt="" width="240" height="300" srcset="https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png 828w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=120,150 120w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=240,300 240w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=768,958 768w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=821,1024 821w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=276,344 276w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=336,419 336w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=672,838 672w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=577,720 577w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=449,560 449w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=361,450 361w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=226,282 226w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=103,128 103w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=205,256 205w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=200,250 200w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=159,198 159w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=410,512 410w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=61,76 61w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=44,55 44w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=321,400 321w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=641,800 641w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=480,599 480w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=320,399 320w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Settings.png?resize=51,64 51w" sizes="(max-width: 240px) 100vw, 240px" /></li> <li>Find and click on ‘Global News’<img decoding="async" class="alignnone size-medium wp-image-9912992" src="https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?w=300" alt="" width="300" height="181" srcset="https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png 828w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=150,90 150w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=300,181 300w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=768,463 768w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=276,166 276w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=336,202 336w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=672,405 672w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=720,434 720w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=560,337 560w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=450,271 450w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=282,170 282w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=128,77 128w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=256,154 256w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=250,151 250w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=329,198 329w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=512,309 512w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=126,76 126w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=91,55 91w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=400,241 400w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=800,482 800w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=480,289 480w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=320,193 320w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=168,100 168w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-App-Selection.png?resize=106,64 106w" sizes="(max-width: 300px) 100vw, 300px" /></li> <li>Disable “Allow Notifications”<img decoding="async" class="alignnone size-medium wp-image-9912993" src="https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?w=180" alt="" width="180" height="300" srcset="https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png 828w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=90,150 90w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=180,300 180w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=768,1282 768w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=614,1024 614w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=276,461 276w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=336,560 336w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=672,1122 672w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=431,720 431w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=270,450 270w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=169,282 169w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=77,128 77w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=153,256 153w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=150,250 150w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=119,198 119w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=307,512 307w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=46,76 46w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=33,55 33w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=240,400 240w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=479,800 479w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=480,801 480w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=320,534 320w, https://globalnews.ca/wp-content/uploads/2023/08/Notifications-Center-Allow.png?resize=38,64 38w" sizes="(max-width: 180px) 100vw, 180px" /></li> </ol> <p> </p> <p><strong>Safari:</strong></p> <ol> <li>Select Safari > <strong>Preferences<br /> <img decoding="async" class="alignnone size-medium wp-image-8364077" style="margin: 24px 0" src="https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?w=247" alt="" width="247" height="300" srcset="https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png 460w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=124,150 124w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=247,300 247w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=276,335 276w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=336,408 336w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=371,450 371w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=232,282 232w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=106,128 106w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=211,256 211w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=206,250 206w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=163,198 163w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=422,512 422w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=63,76 63w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=45,55 45w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=330,400 330w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=320,388 320w, https://globalnews.ca/wp-content/uploads/2021/11/safari-preference.png?resize=53,64 53w" sizes="(max-width: 247px) 100vw, 247px" /></strong></li> <li>Select <strong>“Websites”</strong> and click “<strong>Notifications</strong>“, select “<strong>Deny</strong>” for Global News to unsubscribe from receiving push notifications from globalnews.ca</li> </ol> <p><img decoding="async" class="alignnone size-full wp-image-9910129" src="https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png" alt="" width="796" height="554" srcset="https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png 796w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=150,104 150w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=300,209 300w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=768,535 768w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=276,192 276w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=336,234 336w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=672,468 672w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=720,501 720w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=560,390 560w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=450,313 450w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=282,196 282w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=128,89 128w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=256,178 256w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=250,174 250w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=284,198 284w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=512,356 512w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=109,76 109w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=79,55 79w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=400,278 400w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=480,334 480w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=320,223 320w, https://globalnews.ca/wp-content/uploads/2023/08/safari-notifcations-deny.png?resize=92,64 92w" sizes="(max-width: 796px) 100vw, 796px" /></p> </div> <div id="gnca-subscribe"> <p><strong>Firefox (Desktop):</strong></p> <ol style="padding: 0 0 0 20px;margin-top: 0"> <li style="list-style-type: decimal;font-size: inherit;color: inherit">Click on the hamburger button at the top right of the browser, and select “<strong>Settings</strong>”<br /> <img decoding="async" class="alignnone wp-image-8364024 size-large" style="margin: 24px 0;border: 1px solid #ededf0" src="https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?w=283" alt="" width="283" height="648" srcset="https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png 283w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=66,150 66w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=131,300 131w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=276,632 276w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=245,560 245w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=197,450 197w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=123,282 123w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=56,128 56w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=112,256 112w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=109,250 109w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=86,198 86w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=224,512 224w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=33,76 33w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=24,55 24w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=175,400 175w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-settings-1.png?resize=28,64 28w" sizes="(max-width: 283px) 100vw, 283px" /></li> <li>Enter “<strong>Notification</strong>” in the “<strong>Find in Settings</strong>” box<img decoding="async" class="alignnone wp-image-8363813" style="margin: 24px 0;border: 1px solid #ededf0" src="https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?w=732" alt="" width="500" height="564" srcset="https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png 732w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=133,150 133w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=266,300 266w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=276,311 276w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=336,379 336w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=672,758 672w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=638,720 638w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=496,560 496w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=399,450 399w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=250,282 250w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=113,128 113w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=227,256 227w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=222,250 222w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=175,198 175w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=454,512 454w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=67,76 67w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=49,55 49w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=354,400 354w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=709,800 709w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=480,542 480w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=320,361 320w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-search.png?resize=57,64 57w" sizes="(max-width: 500px) 100vw, 500px" /></li> <li>Click on “<strong>Settings…</strong>” under <strong>notifications permissions</strong>. Locate the <strong><a href="https://globalnews.ca">https://globalnews.ca</a></strong> entry, select “<strong>Block</strong>” to unsubscribe from receiving push notifications from globalnews.ca<br /> <img decoding="async" class="alignnone wp-image-8364135" style="margin: 24px 0;border: 1px solid #ededf0" src="https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?w=300" alt="" width="500" height="443" srcset="https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png 696w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=150,133 150w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=300,266 300w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=276,245 276w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=336,298 336w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=672,596 672w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=560,496 560w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=450,399 450w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=282,250 282w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=12,12 12w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=128,113 128w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=256,227 256w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=250,222 250w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=223,198 223w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=512,454 512w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=86,76 86w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=62,55 62w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=400,355 400w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=480,426 480w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=320,284 320w, https://globalnews.ca/wp-content/uploads/2021/11/firefox-notification-deny.png?resize=72,64 72w" sizes="(max-width: 500px) 100vw, 500px" /></li> </ol> </div> <p>We’d love to hear your feedback. You can e-mail us at <a href="mailto:alerts@globalnews.ca">alerts@globalnews.ca</a> at let us know what you think!</p> </div> </div> <aside id="sidebar" class="wells l-sidebar" aria-label="Sidebar"> <div id="sidebar-weatherTraffic" class="l-sidebar__widget l-section__widget"> <div class="c-weather "> <div class="c-weather__inner"> <div class="c-loader c-loader--small c-weather__loader"></div> <div class="c-weather__header"> <button class="c-weather__region toggle-switch" data-toggle-outside-click="true" data-track-region="sidebar-weatherTraffic" data-tooltip-title="CHANGE REGION"> <span class="sr-only">Change region</span> <svg class="c-icon c-weather__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#local"></use> </svg> <span class="c-weather__location" data-map="region_name"></span> <span class="c-weather__province" data-map="region_state_abbr"></span> <select class="c-weather__select toggle-on" aria-label="Select province"></select> </button> </div> <a class="c-weather__link c-weather__link--left" data-map="weather_url" title="Weather" data-track-region="sidebar-weatherTraffic"> <div class="c-weather__imageContainer u-hide-tablet-landscape"> <img class="c-weather__image" data-map="icon_mobile" src="" alt="" /> </div> <div class="c-weather__info"> <div class="c-weather__degree c-weather__degree--current" data-map="current"></div> <div class="c-weather__prediction"> <span class="c-weather__degree" data-map="high"></span> <span class="c-weather__degree" data-map="low"></span> </div> </div> </a> <a class="c-weather__link c-weather__link--right u-show-tablet-landscape-flex" data-map="weather_url" title="Weather" data-track-region="sidebar-weatherTraffic"> <div class="c-weather__imageContainer"> <div> <img class="c-weather__image" data-map="icon_desktop" src="" alt="" /> <div class="c-weather__text c-weather__conditions" data-map="conditions"></div> </div> </div> </a> <a class="c-weather__link u-hide-tablet-landscape" data-map="traffic_url" href="" data-track-region="sidebar-weatherTraffic"> <span class="c-weather__label">Traffic</span> </a> </div> <div class="c-weather__bottom u-show-tablet-landscape"> <a class="c-weather__link c-weather__link--bottom" data-map="traffic_url" href="" data-track-region="sidebar-weatherTraffic"> <span class="c-weather__label">Traffic</span> <span class="c-weather__text">Travel times & incidents</span> <div class="c-weather__traffic"> <div class="c-weather__trafficTitle"> <svg class="c-icon c-icon--red c-weather__alert" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#alert-circle"></use> </svg> <span data-map="top_traffic_title"></span> </div> <span class="c-weather__trafficDesc" data-map="top_traffic_desc"></span> </div> </a> </div> </div> </div> <div class="l-sidebar__widget l-section__widget"> <div class="c-ad c-ad--depreciatedHouseAd l-sidebar__ad c-ad--left"> <div id="gpt-ad-300100-1" class="c-ad__unit" data-ad-pos="1" > </div> <script> if ( typeof( gn_monetize ) !== 'undefined' && typeof( gn_monetize.Ads ) !== 'undefined' && gn_monetize.Ads.initialRequestMade() ) { // Ads script has been loaded, create the ad. gn_monetize.Ads.create( {"sizes":"[300,100]","biddable":false,"id":"gpt-ad-300100-1","lazy":false,"targeting":{"pos":1,"slotid":"gpt-ad-300100-1"},"companion":false} ); } else { // if Ads script not yet loaded, queue up ad data for initialization. var gnAdSettings = gnAdSettings || {}; gnAdSettings.ads = gnAdSettings.ads || []; gnAdSettings.ads.push( {"sizes":"[300,100]","biddable":false,"id":"gpt-ad-300100-1","lazy":false,"targeting":{"pos":1,"slotid":"gpt-ad-300100-1"},"companion":false} ); } </script> </div> </div> <div class="l-sidebar__widget l-section__widget"> <div class="c-ad c-ad--bigboxCombo l-sidebar__ad c-ad--left"> <div class="c-ad__label">Advertisement</div> <div id="gpt-ad-300250300600-1" class="c-ad__unit" data-ad-pos="1" > </div> <script> if ( typeof( gn_monetize ) !== 'undefined' && typeof( gn_monetize.Ads ) !== 'undefined' && gn_monetize.Ads.initialRequestMade() ) { // Ads script has been loaded, create the ad. gn_monetize.Ads.create( {"sizes":"[[300,250],[300,600]]","biddable":true,"id":"gpt-ad-300250300600-1","lazy":false,"targeting":{"pos":1,"slotid":"gpt-ad-300250300600-1"},"companion":false} ); } else { // if Ads script not yet loaded, queue up ad data for initialization. var gnAdSettings = gnAdSettings || {}; gnAdSettings.ads = gnAdSettings.ads || []; gnAdSettings.ads.push( {"sizes":"[[300,250],[300,600]]","biddable":true,"id":"gpt-ad-300250300600-1","lazy":false,"targeting":{"pos":1,"slotid":"gpt-ad-300250300600-1"},"companion":false} ); } </script> </div> </div> <div id="sidebar-promoBanners" class="l-sidebar__widget l-section__widget"> <div class="c-ad c-ad--house l-sidebar__ad"> <div id="gpt-ad-30050-2" class="c-ad__unit" data-ad-pos="2" > </div> <script> if ( typeof( gn_monetize ) !== 'undefined' && typeof( gn_monetize.Ads ) !== 'undefined' && gn_monetize.Ads.initialRequestMade() ) { // Ads script has been loaded, create the ad. gn_monetize.Ads.create( {"sizes":"[300,50]","biddable":false,"id":"gpt-ad-30050-2","lazy":false,"targeting":{"pos":2,"slotid":"gpt-ad-30050-2"},"companion":false} ); } else { // if Ads script not yet loaded, queue up ad data for initialization. var gnAdSettings = gnAdSettings || {}; gnAdSettings.ads = gnAdSettings.ads || []; gnAdSettings.ads.push( {"sizes":"[300,50]","biddable":false,"id":"gpt-ad-30050-2","lazy":false,"targeting":{"pos":2,"slotid":"gpt-ad-30050-2"},"companion":false} ); } </script> </div> </div> <div id="sidebar-listenLive" class="l-sidebar__widget l-section__widget"> </div> <div id="sidebar-trendingPosts" class="l-sidebar__widget"> <h2 class="l-sidebar__widgetHeading l-main__headingStrikethrough c-heading c-heading--strikethrough c-posts__heading" > Trending </h2> <ul class="c-posts c-posts--tile c-posts--grid c-posts--articleTrending c-posts--anchored" data-ad=gpt-ad-300150-1 data-component=c-posts > <li class="c-posts__item" data-post-id="10885259"> <a href="https://globalnews.ca/news/10885259/canada-post-strike-2nd-week-talks/" class="c-posts__inner" > <div class="c-posts__rank"> <svg class="c-icon c-posts__rankIcon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#1"></use> </svg> </div> <div class="c-posts__media c-imageContainer" > <img class="c-posts__thumbnail" data-src=https://globalnews.ca/wp-content/uploads/2024/11/20241123111120-2024112311114-fa06de06f29dfcd0bcab328dd5858d6eddf1d30b92849ec8078917aa73b34301_acab55.jpg?quality=85&strip=all&w=276 data-width=276 data-height=191 data-ratio=0.67 loading="lazy" width="276" height="191" alt="" /> </div> <div class="c-posts__details"> <div class="c-posts__headline "> <span class="c-posts__headlineText" title="Canada Post says no ‘major breakthrough’ in talks as strike enters 2nd week" data-title>Canada Post says no ‘major breakthrough’ in talks as strike enters 2nd week</span> </div> <div class="c-posts__about"> <span class="c-posts__info c-posts__info--highlight">9,427</span> <span class="c-posts__info">Read</span> </div> </div> </a> </li> <li class="c-posts__item" data-post-id="10885118"> <a href="https://globalnews.ca/news/10885118/trudeau-taylor-swift-concert/" class="c-posts__inner" > <div class="c-posts__rank"> <svg class="c-icon c-posts__rankIcon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#2"></use> </svg> </div> <div class="c-posts__media " > <img class="c-posts__thumbnail" data-src=https://globalnews.ca/wp-content/uploads/2024/11/CP173524470.jpg?quality=85&strip=all&w=276 loading="lazy" width="276" height="184" alt="" /> </div> <div class="c-posts__details"> <div class="c-posts__headline "> <span class="c-posts__headlineText" title="Trudeau attends Taylor Swift concert in Toronto with family" data-title>Trudeau attends Taylor Swift concert in Toronto with family</span> </div> <div class="c-posts__about"> <span class="c-posts__info c-posts__info--highlight">7,266</span> <span class="c-posts__info">Read</span> </div> </div> </a> </li> <li class="c-posts__item" data-post-id="10884384"> <a href="https://globalnews.ca/news/10884384/conor-mcgregor-nikita-hand-rape-case/" class="c-posts__inner" > <div class="c-posts__rank"> <svg class="c-icon c-posts__rankIcon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#3"></use> </svg> </div> <div class="c-posts__media " > <img class="c-posts__thumbnail" data-src=https://globalnews.ca/wp-content/uploads/2024/11/GettyImages-2185397192.jpg?quality=85&strip=all&w=276 loading="lazy" width="276" height="184" alt="" /> </div> <div class="c-posts__details"> <div class="c-posts__headline "> <span class="c-posts__headlineText" title="Conor McGregor ordered to pay woman $360K in civil rape case" data-title>Conor McGregor ordered to pay woman $360K in civil rape case</span> </div> <div class="c-posts__about"> <span class="c-posts__info c-posts__info--highlight">7,082</span> <span class="c-posts__info">Read</span> </div> </div> </a> </li> <li class="c-posts__item" data-post-id="10885149"> <a href="https://globalnews.ca/news/10885149/philippine-vp-assassin-president/" class="c-posts__inner" > <div class="c-posts__rank"> <svg class="c-icon c-posts__rankIcon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#4"></use> </svg> </div> <div class="c-posts__media " > <img class="c-posts__thumbnail" data-src=https://globalnews.ca/wp-content/uploads/2024/11/CP173569369.jpg?quality=85&strip=all&w=276 loading="lazy" width="276" height="184" alt="" /> </div> <div class="c-posts__details"> <div class="c-posts__headline "> <span class="c-posts__headlineText" title="Philippine VP says she hired assassin to kill president if she is killed" data-title>Philippine VP says she hired assassin to kill president if she is killed</span> </div> <div class="c-posts__about"> <span class="c-posts__info c-posts__info--highlight">5,436</span> <span class="c-posts__info">Read</span> </div> </div> </a> </li> <li class="c-posts__item" data-post-id="10885205"> <a href="https://globalnews.ca/news/10885205/anarchy-protests-montreal-ministers/" class="c-posts__inner" > <div class="c-posts__rank"> <svg class="c-icon c-posts__rankIcon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#5"></use> </svg> </div> <div class="c-posts__media c-imageContainer" > <img class="c-posts__thumbnail" data-src=https://globalnews.ca/wp-content/uploads/2024/10/2024101312104-2024101311108-5eb0ec9b8ed69352d8c3b71997148b178b1c239c18f0ae4951c6b7bcc67b6c80.jpg?quality=85&strip=all&w=276 data-width=276 data-height=191 data-ratio=0.67 loading="lazy" width="276" height="191" alt="" /> </div> <div class="c-posts__details"> <div class="c-posts__headline "> <span class="c-posts__headlineText" title="Canadian politicians condemn ‘anti-Semitism’, ‘anarchy’ at Montreal protests" data-title>Canadian politicians condemn ‘anti-Semitism’, ‘anarchy’ at Montreal protests</span> </div> <div class="c-posts__about"> <span class="c-posts__info c-posts__info--highlight">4,551</span> <span class="c-posts__info">Read</span> </div> </div> </a> </li> <li class="c-posts__item" data-post-id="10883415"> <a href="https://globalnews.ca/news/10883415/deer-hunters-die-heart-attacks-michigan/" class="c-posts__inner" > <div class="c-posts__rank"> <svg class="c-icon c-posts__rankIcon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#6"></use> </svg> </div> <div class="c-posts__media " > <img class="c-posts__thumbnail" data-src=https://globalnews.ca/wp-content/uploads/2024/11/deer-hunting.jpg?quality=85&strip=all&w=276 loading="lazy" width="276" height="184" alt="" /> </div> <div class="c-posts__details"> <div class="c-posts__headline "> <span class="c-posts__headlineText" title="3 Michigan deer hunters die of heart attacks within 48-hour period" data-title>3 Michigan deer hunters die of heart attacks within 48-hour period</span> </div> <div class="c-posts__about"> <span class="c-posts__info c-posts__info--highlight">3,103</span> <span class="c-posts__info">Read</span> </div> </div> </a> </li> <li class="c-ad c-ad--mostPopular c-posts__item c-posts__ad"> <div id="gpt-ad-300150-1" class="c-ad__unit" data-ad-pos="1" > </div> <script> if ( typeof( gn_monetize ) !== 'undefined' && typeof( gn_monetize.Ads ) !== 'undefined' && gn_monetize.Ads.initialRequestMade() ) { // Ads script has been loaded, create the ad. gn_monetize.Ads.create( {"sizes":"[300,150]","biddable":false,"id":"gpt-ad-300150-1","lazy":false,"targeting":{"pos":1,"slotid":"gpt-ad-300150-1","strnativekey":"w3JqtE5R2zBzdkCVjBgA3YD9"},"companion":false} ); } else { // if Ads script not yet loaded, queue up ad data for initialization. var gnAdSettings = gnAdSettings || {}; gnAdSettings.ads = gnAdSettings.ads || []; gnAdSettings.ads.push( {"sizes":"[300,150]","biddable":false,"id":"gpt-ad-300150-1","lazy":false,"targeting":{"pos":1,"slotid":"gpt-ad-300150-1","strnativekey":"w3JqtE5R2zBzdkCVjBgA3YD9"},"companion":false} ); } </script> </li> </ul> </div> <div id="sidebar-trendingVideos" class="l-sidebar__widget"> <h2 class="l-sidebar__widgetHeading l-main__headingStrikethrough c-heading c-heading--strikethrough c-posts__heading" > Top Videos </h2> <ul class="c-posts c-posts--tile c-posts--grid c-posts--articleTrending c-posts--anchored" data-ad=gpt-ad-300150-2 data-component=c-posts > <li class="c-posts__item" data-post-id="10884238"> <a href="https://globalnews.ca/video/10884238/family-exiting-ontario-town-over-christmas-light-bylaw/" class="c-posts__inner" > <div class="c-posts__rank"> <svg class="c-icon c-posts__rankIcon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#1"></use> </svg> </div> <div class="c-posts__media " > <img class="c-posts__thumbnail" data-src=https://i2.wp.com/media.globalnews.ca/videostatic/news/e7c6now8ti-gtn64xef4/FR_COLTON_WILLIAMS_VMS.jpg?h=360&w=540&crop=1&quality=70&strip=all loading="lazy" width="540" height="360" alt="" /> <div class="c-button c-video__icon c-videoPlay__icon c-button--mini c-posts__icon c-posts__icon--video"> <svg class="c-icon c-button__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#play"></use> </svg> </div> </div> <div class="c-posts__details"> <div class="c-posts__headline "> <span class="c-posts__headlineText" title="Family exiting Ontario town over Christmas light bylaw" data-title>Family exiting Ontario town over Christmas light bylaw</span> </div> <div class="c-posts__about"> <span class="c-posts__info c-posts__info--highlight">403</span> <span class="c-posts__info">Viewed</span> </div> </div> </a> </li> <li class="c-posts__item" data-post-id="10873518"> <a href="https://globalnews.ca/video/10873518/new-toonie-showcasing-inuit-culture-draws-enthusiasts-in-quebec/" class="c-posts__inner" > <div class="c-posts__rank"> <svg class="c-icon c-posts__rankIcon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#2"></use> </svg> </div> <div class="c-posts__media " > <img class="c-posts__thumbnail" data-src=https://i2.wp.com/media.globalnews.ca/videostatic/news/cm8ui91j7s-e295d4vlh2/TOONIE_VMS.jpg?h=360&w=540&crop=1&quality=70&strip=all loading="lazy" width="540" height="360" alt="" /> <div class="c-button c-video__icon c-videoPlay__icon c-button--mini c-posts__icon c-posts__icon--video"> <svg class="c-icon c-button__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#play"></use> </svg> </div> </div> <div class="c-posts__details"> <div class="c-posts__headline "> <span class="c-posts__headlineText" title="New toonie showcasing Inuit culture draws enthusiasts in Quebec" data-title>New toonie showcasing Inuit culture draws enthusiasts in Quebec</span> </div> <div class="c-posts__about"> <span class="c-posts__info c-posts__info--highlight">191</span> <span class="c-posts__info">Viewed</span> </div> </div> </a> </li> <li class="c-posts__item" data-post-id="10885344"> <a href="https://globalnews.ca/video/10885344/canada-post-says-no-major-breakthrough-in-talks-with-union-2nd-week-of-strike-begins/" class="c-posts__inner" > <div class="c-posts__rank"> <svg class="c-icon c-posts__rankIcon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#3"></use> </svg> </div> <div class="c-posts__media " > <img class="c-posts__thumbnail" data-src=https://i1.wp.com/media.globalnews.ca/videostatic/news/o2k1tgga9d-zei6j86goc/CP_VMS.jpg?h=360&w=540&crop=1&quality=70&strip=all loading="lazy" width="540" height="360" alt="" /> <div class="c-button c-video__icon c-videoPlay__icon c-button--mini c-posts__icon c-posts__icon--video"> <svg class="c-icon c-button__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#play"></use> </svg> </div> </div> <div class="c-posts__details"> <div class="c-posts__headline "> <span class="c-posts__headlineText" title="Canada Post says no ‘major breakthrough’ in talks with union 2nd week of strike begins" data-title>Canada Post says no ‘major breakthrough’ in talks with union 2nd week of strike begins</span> </div> <div class="c-posts__about"> <span class="c-posts__info c-posts__info--highlight">153</span> <span class="c-posts__info">Viewed</span> </div> </div> </a> </li> <li class="c-posts__item" data-post-id="10885605"> <a href="https://globalnews.ca/video/10885605/politicians-denounce-anarchy-at-anti-nato-pro-palestine-protest/" class="c-posts__inner" > <div class="c-posts__rank"> <svg class="c-icon c-posts__rankIcon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#4"></use> </svg> </div> <div class="c-posts__media " > <img class="c-posts__thumbnail" data-src=https://i2.wp.com/media.globalnews.ca/videostatic/news/ljsi69if6k-ggtnnmn3px/DAN.jpg?h=360&w=540&crop=1&quality=70&strip=all loading="lazy" width="540" height="360" alt="" /> <div class="c-button c-video__icon c-videoPlay__icon c-button--mini c-posts__icon c-posts__icon--video"> <svg class="c-icon c-button__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#play"></use> </svg> </div> </div> <div class="c-posts__details"> <div class="c-posts__headline "> <span class="c-posts__headlineText" title="Politicians denounce ‘anarchy’ at anti-NATO, pro-Palestine protest" data-title>Politicians denounce ‘anarchy’ at anti-NATO, pro-Palestine protest</span> </div> <div class="c-posts__about"> <span class="c-posts__info c-posts__info--highlight">115</span> <span class="c-posts__info">Viewed</span> </div> </div> </a> </li> <li class="c-posts__item" data-post-id="10884552"> <a href="https://globalnews.ca/video/10884552/canada-post-reports-315m-pre-tax-q3-loss-as-strike-continues/" class="c-posts__inner" > <div class="c-posts__rank"> <svg class="c-icon c-posts__rankIcon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#5"></use> </svg> </div> <div class="c-posts__media " > <img class="c-posts__thumbnail" data-src=https://i2.wp.com/media.globalnews.ca/videostatic/news/da2t02cwlg-whyyhh3ta1/THUMBS.00_00_08_15.Still011.jpg?h=360&w=540&crop=1&quality=70&strip=all loading="lazy" width="540" height="360" alt="" /> <div class="c-button c-video__icon c-videoPlay__icon c-button--mini c-posts__icon c-posts__icon--video"> <svg class="c-icon c-button__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#play"></use> </svg> </div> </div> <div class="c-posts__details"> <div class="c-posts__headline "> <span class="c-posts__headlineText" title="Canada Post reports $315M pre-tax Q3 loss as strike continues" data-title>Canada Post reports $315M pre-tax Q3 loss as strike continues</span> </div> <div class="c-posts__about"> <span class="c-posts__info c-posts__info--highlight">95</span> <span class="c-posts__info">Viewed</span> </div> </div> </a> </li> <li class="c-posts__item" data-post-id="10885657"> <a href="https://globalnews.ca/video/10885657/one-person-charged-in-vancouver-weekend-homicide/" class="c-posts__inner" > <div class="c-posts__rank"> <svg class="c-icon c-posts__rankIcon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#6"></use> </svg> </div> <div class="c-posts__media " > <img class="c-posts__thumbnail" data-src=https://i1.wp.com/media.globalnews.ca/videostatic/news/l3mv6vyufo-lxirq3w74e/6P_VANCOUVER_HOMICIDE.jpg?h=360&w=540&crop=1&quality=70&strip=all loading="lazy" width="540" height="360" alt="" /> <div class="c-button c-video__icon c-videoPlay__icon c-button--mini c-posts__icon c-posts__icon--video"> <svg class="c-icon c-button__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#play"></use> </svg> </div> </div> <div class="c-posts__details"> <div class="c-posts__headline "> <span class="c-posts__headlineText" title="One person charged in Vancouver weekend homicide" data-title>One person charged in Vancouver weekend homicide</span> </div> <div class="c-posts__about"> <span class="c-posts__info c-posts__info--highlight">69</span> <span class="c-posts__info">Viewed</span> </div> </div> </a> </li> <li class="c-ad c-ad--mostPopular c-posts__item c-posts__ad"> <div id="gpt-ad-300150-2" class="c-ad__unit" data-ad-pos="2" > </div> <script> if ( typeof( gn_monetize ) !== 'undefined' && typeof( gn_monetize.Ads ) !== 'undefined' && gn_monetize.Ads.initialRequestMade() ) { // Ads script has been loaded, create the ad. gn_monetize.Ads.create( {"sizes":"[300,150]","biddable":false,"id":"gpt-ad-300150-2","lazy":false,"targeting":{"pos":2,"slotid":"gpt-ad-300150-2","strnativekey":"w3JqtE5R2zBzdkCVjBgA3YD9"},"companion":false} ); } else { // if Ads script not yet loaded, queue up ad data for initialization. var gnAdSettings = gnAdSettings || {}; gnAdSettings.ads = gnAdSettings.ads || []; gnAdSettings.ads.push( {"sizes":"[300,150]","biddable":false,"id":"gpt-ad-300150-2","lazy":false,"targeting":{"pos":2,"slotid":"gpt-ad-300150-2","strnativekey":"w3JqtE5R2zBzdkCVjBgA3YD9"},"companion":false} ); } </script> </li> </ul> <div class="l-sidebar__widgetFooter"> <a class="c-link " href="https://globalnews.ca/national/videos/" > <div class="c-link__inner"> <span class="c-link__label">More Videos</span> <svg class="c-icon c-link__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#chevron-right"></use> </svg> </div> </a> </div> </div> <div class="dynamic-widgets"> </div> </aside> </main><!-- /.layout-contain --> <!-- Evidon start --> <script> (function (id) { function append(scriptid, url, async, event) { var d = document, sn = 'script', f = d.getElementsByTagName(sn)[0]; if (!f) f = d.head; var s = d.createElement(sn); s.async = true; s.id = scriptid; s.src = url; if (event) { s.addEventListener('load', event); } f.parentNode.insertBefore(s, f); return s; } window.evidon = {}; window.evidon.id = id; var cdn = '//c.evidon.com/', rootDomain = document.domain.replace( '.ca', '' ).replace( '.com' , '' ), noticecdn = cdn + 'sitenotice/'; append('evidon-notice', noticecdn + 'evidon-sitenotice-tag.js', false); append('evidon-location', cdn + 'geo/country.js', true); append('evidon-themes', noticecdn + id + '/snthemes.js', true); // Fire an event onload so we can attach our own cookie consent button once Evidon is fully loaded if (rootDomain) append('evidon-settings', noticecdn + id + '/' + rootDomain + '/settings.js', true, () => window.dispatchEvent(new Event('evidonReady'))); })(6153); </script> <!-- Evidon end --> </div> <!--/.l-main--> </div> <!--/.l-content__inner --> </div> <!--/.l-content contain (for wallpaper)--> <section class="c-adChoices" aria-label="Ad Choices Privacy Policy"> <a href="https://www.corusent.com/privacy-policy/#adchoices" target="_blank" rel="noreferrer"> <svg class="c-icon c-adChoices__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#adChoices"></use> </svg> AdChoices </a> </section> <footer> <section id="footer" class="l-footer l-footer--main" aria-label="GlobalNews footer links"> <div class="o-container l-footer__grid"> <div class="l-footer__row"> <a class="c-logo c-logo--black" href="https://globalnews.ca"> <img class="c-logo__image c-logo__image--filtered" data-src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/images/logo-black.svg" loading="lazy" alt="Global News Home" width="107" height="60" /> </a> </div> <div class="l-footer__row"> <!-- Social nav --> <nav id="footer-social" class="l-footer__socialLinks c-social c-social--dark" aria-label="Social links menu in footer"> <div class="c-social c-social--dark"> <a class="c-social__link" href="/pages/facebook/" > <span class="sr-only">Global News Facebook Pages</span> <svg class="c-icon c-social__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#facebook"></use> </svg> </a> <a class="c-social__link" href="/pages/twitter/" > <span class="sr-only">Global News Twitter Accounts</span> <svg class="c-icon c-social__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#twitter"></use> </svg> </a> <a class="c-social__link" href="https://www.youtube.com/globalnews" target="_blank" rel="noreferrer" > <span class="sr-only">Global News Youtube Channel</span> <svg class="c-icon c-social__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#youtube"></use> </svg> </a> <a class="c-social__link" href="https://instagram.com/globalnews" target="_blank" rel="noreferrer" > <span class="sr-only">Global News on Instagram</span> <svg class="c-icon c-social__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#instagram"></use> </svg> </a> <a class="c-social__link" href="https://www.linkedin.com/company/global-television?trk=biz-companies-cym" target="_blank" rel="noreferrer" > <span class="sr-only">Global News on LinkedIn</span> <svg class="c-icon c-social__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#linkedin"></use> </svg> </a> <a class="c-social__link" href="https://www.tiktok.com/@globalnews.ca" target="_blank" rel="noreferrer" > <span class="sr-only">Global News on TikTok</span> <svg class="c-icon c-social__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#tiktok"></use> </svg> </a> <a class="c-social__link" href="https://t.me/globalnews_official_channel" target="_blank" rel="noreferrer" > <span class="sr-only">Global News on Telegram</span> <svg class="c-icon c-social__icon" focusable="false"> <use xlink:href="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/icons/out/symbol/svg/sprite.symbol.svg?v=bahmjko3l#telegram"></use> </svg> </a> </div> </nav> </div> <div class="l-footer__row l-footer__row--wide"> <!-- Main footer nav --> <nav class="l-footer__nav" aria-label="Site Links"> <ul id="footer-menu" class="c-nav c-nav--footer"><li class="c-nav__item"><a href="https://globalnews.ca/pages/about/" class="c-nav__link">About</a></li><li class="c-nav__item"><a href="https://globalnews.ca/pages/principles-practices/" class="c-nav__link">Principles & Practices</a></li><li class="c-nav__item"><a href="https://globalnews.ca/branded-content/" class="c-nav__link">Branded Content</a></li><li class="c-nav__item"><a href="https://globalnews.ca/pages/contact-us/" class="c-nav__link">Contact us</a></li><li class="c-nav__item"><a href="https://globalnews.ca/pages/feeds/" class="c-nav__link">RSS</a></li><li class="c-nav__item"><a href="https://globalnews.ca/pages/email-alerts/" class="c-nav__link">Newsletters</a></li><li class="c-nav__item"><a href="https://globalnews.ca/pages/notifications/" class="c-nav__link">Notifications</a></li><li class="c-nav__item"><a href="https://globalnews.ca/pages/alexa/" class="c-nav__link">Smart home</a></li><li class="c-nav__item"><a href="https://globalnews.ca/pages/advertisers-election-registry/" class="c-nav__link">Advertisers Election Registry</a></li><li class="c-nav__item"><a href="https://globalnews.ca/pages/global-news-licensing-requests/" class="c-nav__link">Global News Licensing Requests</a></li><li class="c-nav__item"><button id="cookieConsent" class="c-nav__link">Cookie consent</button></li></ul> </nav> </div> <div class="l-footer__row l-footer__row--wide"> <!-- Copyright --> <small class="l-footer__copyright">©2024 Global News, a division of Corus Entertainment Inc. Corus News. All rights reserved.</small> </div> </div> </section> <section id="footerCorporate" class="l-footer l-footer--corus" aria-label="Corus corporate links"> <div class="o-container l-footer__grid"> <div class="l-footer__row"> <a class="c-logoCorus" href="https://www.corusent.com/"> <img class="c-logoCorus__image" data-src="https://globalnews.ca/wp-content/themes/shaw-globalnews/assets/dist/images/logo-corus.svg" loading="lazy" alt="Corus Entertainment Home" width="61" height="14" /> </a> </div> <div class="l-footer__row"> <!-- Corus footer nav --> <nav class="l-footer__nav" aria-label="Corus Policies"> <ul id="footerCorporate-menu" class="c-nav c-nav--corus"><li class="c-nav__item"><a target="_blank" rel="noreferrer" href="https://www.corusent.com/privacy-policy/" class="c-nav__link">Privacy Policy</a></li><li class="c-nav__item"><a target="_blank" rel="noreferrer" href="https://www.corusent.com/" class="c-nav__link">Copyright</a></li><li class="c-nav__item"><a target="_blank" rel="noreferrer" href="https://www.corusent.com/terms-of-use/" class="c-nav__link">Terms of Use</a></li><li class="c-nav__item"><a target="_blank" rel="noreferrer" href="https://www.corusent.com/advertising/" class="c-nav__link">Advertise</a></li><li class="c-nav__item"><a target="_blank" rel="noreferrer" href="https://www.corusent.com/terms-and-conditions/" class="c-nav__link">Advertising Standards Terms</a></li><li class="c-nav__item"><a target="_blank" rel="noreferrer" href="https://www.corusent.com/media-centre/brands/" class="c-nav__link">Corus Entertainment</a></li><li class="c-nav__item"><a target="_blank" rel="noreferrer" href="https://www.corusent.com/accessibility/" class="c-nav__link">Accessibility</a></li></ul> </nav> </div> </div> </section> <div class="c-ad c-ad--wallpaper "> <div class="c-ad__label">Advertisement</div> <div id="gpt-ad-11-1" class="c-ad__unit" data-ad-pos="1" > </div> <script> if ( typeof( gn_monetize ) !== 'undefined' && typeof( gn_monetize.Ads ) !== 'undefined' && gn_monetize.Ads.initialRequestMade() ) { // Ads script has been loaded, create the ad. gn_monetize.Ads.create( {"sizes":"[1,1]","biddable":false,"id":"gpt-ad-11-1","lazy":false,"targeting":{"pos":1,"slotid":"gpt-ad-11-1"},"companion":false,"mapping":{"[1480,0]":"[1,1]","[0,0]":"[]"},"outOfPage":true} ); } else { // if Ads script not yet loaded, queue up ad data for initialization. var gnAdSettings = gnAdSettings || {}; gnAdSettings.ads = gnAdSettings.ads || []; gnAdSettings.ads.push( {"sizes":"[1,1]","biddable":false,"id":"gpt-ad-11-1","lazy":false,"targeting":{"pos":1,"slotid":"gpt-ad-11-1"},"companion":false,"mapping":{"[1480,0]":"[1,1]","[0,0]":"[]"},"outOfPage":true} ); } </script> </div> </footer> <!-- Adobe Analytics code version: JS-2.6.0. --> <script type="text/javascript"> var gnPageData = {"context_data":{"hourofday":"12","dayofweek":"Sunday","weekdayweekend":"Weekend","userregion":"national","region":"national"},"sections":["page","notifications"],"props":[]}; </script> <!-- End Adobe Analytics code --> <script> var _comscore = _comscore || []; _comscore.push({ c1: "2", c2: "3005670", c3: "", options: { url_append: "comscorekw=national" } }); (function() { var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true; s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js"; el.parentNode.insertBefore(s, el); })(); </script> <noscript> <img src="https://sb.scorecardresearch.com/p?c1=2&c2=3005670&c3=&c4=&c5=&c6=&c15=&cv=2.0&cj=1" alt="" /> </noscript> <script> if ( navigator.serviceWorker ) { window.addEventListener( 'load', function() { { navigator.serviceWorker.register( "https:\/\/globalnews.ca\/wp.serviceworker", {"scope":"\/"} ).then( reg => { } ); } } ); } </script> <script type="text/javascript" id="sophi-tag-js-extra"> /* <![CDATA[ */ var SOPHIDATA = {"data":{"environment":{"environment":"prod","version":"wp-6.5.5:plugin-1.3.1"},"page":{"type":"article","breadcrumb":""},"content":{"type":"article","contentId":"4041216"}},"settings":{"client":"corus:globalnews_ca","tracker_address":"https:\/\/cdn.sophi.io\/corus\/sophi.min.js","appId":"corus:globalnews_ca:website","collectorEndpoint":"ecollector-us-east.sophi.io","linkedDomains":["globalnews.ca"],"noConfigFile":true,"plugin":{"adblock":false,"private":false,"video":false},"productionEndpoint":"ecollector-us-east.sophi.io"}}; /* ]]> */ </script> <script type="text/javascript" src="https://globalnews.ca/_static/??-eJyNzk0OgkAMBeALORQh0ZXxLCNTodhpcX4k3F4gmrhB3bXp99IH42AalYSSYODckkSIOnQEjmKC/rWZZNuijzv44KlDj/O9s6NpWS+WBce4RJgu4EkgMjW3Yp7eUZKGs8MV9feMYYJM0GjA38qj5C21dn2gOA3LaVCersQ8Gwzpn1DAFmdrkwYTsiTym402fn3lTr0JaN30VXWqt/gSZ3/aH+uqKg9lWfdPVPebtQ==" ></script><script type="text/javascript" src="https://globalnews.ca/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" src="https://globalnews.ca/wp-includes/js/dist/a11y.min.js?ver=d90eebea464f6c09bfd5" id="wp-a11y-js"></script> <script type="text/javascript" src="https://globalnews.ca/wp-includes/js/jquery/ui/autocomplete.min.js?m=1732206003g" ></script><script type="text/javascript" src="//platform.twitter.com/widgets.js?ver=b4f31e9623" id="gnca-twitter-widget-js"></script> <script type="text/javascript" src="https://stats.wp.com/e-202447.js" id="jetpack-stats-js" data-wp-strategy="defer"></script> <script type="text/javascript" id="jetpack-stats-js-after"> /* <![CDATA[ */ _stq = window._stq || []; _stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"176892389\",\"post\":\"4041216\",\"tz\":\"-5\",\"srv\":\"globalnews.ca\",\"hp\":\"vip\",\"j\":\"1:13.9.1\"}") ]); _stq.push([ "clickTrackerInit", "176892389", "4041216" ]); /* ]]> */ </script> <div class="l-dynamicElement"></div> <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"75660ba8f4","applicationID":"418684855","transactionName":"Z1BWZxdTWkAHVExRXF4adVARW1tdSUdZX1Y=","queueTime":0,"applicationTime":247,"atts":"SxdBEV9JSR9EVhoCSE1I","errorBeacon":"bam.nr-data.net","agent":""}</script></body> </html>