in

Some closings, delays for Tuesday, January 24, 2023 due to inclement weather

[]
Some closings, delays for Tuesday, January 24, 2023 due to inclement weather | KFOXPlease ensure Javascript is enabled for purposes ofwebsite accessibility-1; } // command = ‘getUSPData’, version = 1, callback = function(uspData: uspdata, success: boolean) window.__uspapi = function (command, version, callback) { if (command === ‘getUSPData’ && version === 1) { if (isFullMeasure() || getPrivacyKVP()) { // enable via KVP or if the site is fullmeasure.news // check trustarc for privacy info var uspString = getTrustArc(); if (uspString) { // if the uspString was created and returned properly // Then perform callback with correct object var uspData = { version: version, uspString: uspString }; return callback(uspData, true); } } } // Case where command !== getUSPData || uspString returns null || version !== 1 || !usPrivacyEnabled // call callback with uspData = null and success = false return callback(null, false); } function getTrustArc() { if (window.truste && window.truste.cma) { // if the trustarc object and methods are available var url = location.protocol + ‘//’ + location.host; // Get consent decision by calling trustarc api var consentDetails = window.truste.cma.callApi(“getConsentDecision”, url); /* returns consentDetails: {consentDecision:$integer, source:”asserted”} consentDetails.source can be “asserted” or “implied” – ignore for our purposes consentDetails.consentDecision can be 0, 1, 2, or 3 0 – no decision (closing banner without making a decision) 1 – required – “opted out” 3 – advertising – accepted */ var uspPrivacyString = formatUSPrivacyString(consentDetails.consentDecision); return writeUSPrivacyString(uspPrivacyString); } else { return null; } } // Handle getting the value of the notice_behavior cookie (provided for us by trustarc) function getCookieData(name) { var value = ‘; ‘ + document.cookie; var parts = value.split(‘; ‘ + name + ‘=’); if (parts.length === 2) { return parts.pop().split(‘;’).shift(); } return null; } function getNoticeBehavior() { var cookie = getCookieData(‘notice_behavior’); var usPrivacyString = getUSPrivacyString(); // If the user is in region “eu” (which covers both EU and California), meaning they’ve seen the banner by default, then we return “Y” if (cookie) { var noticeRegion = cookie.split(‘,’)[1]; if (noticeRegion === ‘eu’) { return ‘Y’; } } // If there’s an existing USPrivacyString, we need to check if the “notice given” letter is set to Y // If it is, we use that, regardless of the region (meaning that they’ve checked their privacy settings themselves) if (usPrivacyString && usPrivacyString[1] === ‘Y’) { return ‘Y’; } return ‘N’; } // On cookie preferences click window.setExplicitNoticeGiven = function () { truste.eu && truste.eu.clickListener(); var usPrivacyString = getUSPrivacyString() || ‘1-N-‘; usPrivacyString = usPrivacyString[0] + ‘Y’ + usPrivacyString.slice(2); writeUSPrivacyString(usPrivacyString); } // On Do Not Sell click window.openDoNotSellModal = function () { truste.eu && truste.eu.irmClickListener(); } function formatUSPrivacyString(consentDecision) { // If 0 or 3, the user has not opted out, so we return “N” // If 1 or 2, the user has opted out of advertising, so we return “Y” var advertisingOptOut = consentDecision === 0 || consentDecision === 3 ? ‘N’ : ‘Y’; // Default will be 1-N- // The third value (advertisingOptOut) will be the only one that changes based on the user’s preferences var uspPrivacyString = ‘1-‘ + advertisingOptOut + ‘-‘; return uspPrivacyString; } // Write USP string to localStorage function writeUSPrivacyString(usPrivacyString) { // write USP cookie data localStorage.setItem(‘usprivacy’, usPrivacyString); return usPrivacyString; } // Get USPrivacyString from localStorage function getUSPrivacyString() { var usPrivacyString = localStorage.getItem(‘usprivacy’); return usPrivacyString; } // Remove USPrivacyString from localStorage – mainly used for unit testing // Return success boolean function clearUSPrivacyString() { localStorage.removeItem(‘usprivacy’); return !localStorage.getItem(‘usprivacy’); } // Handle postMessage implementation for use without SafeFrame function receiveUSPrivacyMessage(event) { var message = event.data; var apiCall = message.__uspapiCall; if (apiCall) { // only want to do anything with the events called with the correct params var response = { __uspapiReturn: { callId: apiCall.callId, } } // Call __uspapi for them with the params they’ve given __uspapi(apiCall.command, apiCall.version, function(uspData, success) { response.__uspapiReturn.returnValue = uspData; response.__uspapiReturn.success = success; // Respond with the results if (event.source) { event.source.postMessage(response, event.origin); } return response; }) } } // Set listener for postMessage window.addEventListener(“message”, receiveUSPrivacyMessage, false); function parseKeyValues(featureFlags) { for (var flag in featureFlags) { if (featureFlags.hasOwnProperty(flag)) { if(featureFlags[flag].length >0 && (featureFlags[flag] == ‘true’ || featureFlags[flag] == “false” || featureFlags[flag].indexOf(‘{‘) >-1 || featureFlags[flag].indexOf(‘]’) >-1)){ featureFlags[flag] = featureFlags[flag].replace(/^”(.*)”$/, ‘$1’); featureFlags[flag] = JSON.parse(featureFlags[flag]); } } } return featureFlags; } })();]]>-1) { isBlocked = true; } return isBlocked; } })();]]>If you are having issues seeing an updated version of this story click here: {/em}

The possibility of inclement weather prompted the following schools to delay its start time:

El Paso ISD: {/strong}Students, teachers and staff in the El Paso ISD will start classes on a two-hour delay Tuesday in response to inclement weather expected in the region early in the morning. All student-centered services, including classes, bus services and child nutrition will be on a two-hour delay from normal start times for students.

0 ? adsBlocked : true; // If height [Credit: KFOX14/CBS4]”,”description”:”IMG_0993.jpg”,”externalId”:”58c8d5df-97de-4f92-ac23-7126b3fcaf82″,”versionSetUuid”:”94334535-6fe4-4270-b63f-3a5fcfd50878″,”alt”:”IMG_0993.jpg”,”original”:”false”,”metadata”:”{“Make”:”Apple”,”Model”:”iPhone 11″,”Orientation”:1,”XResolution”:72,”YResolution”:72,”ResolutionUnit”:2,”Software”:”14.8.1″,”DateTime”:”2022:02:02 15:49:12″,”undefined”:2,”YCbCrPositioning”:1,”ExifIFDPointer”:240,”ExposureTime”:0.0011135857461024498,”FNumber”:1.8,”ExposureProgram”:”Normal program”,”ISOSpeedRatings”:32,”ExifVersion”:”0232″,”DateTimeOriginal”:”2022:02:02 15:49:12″,”DateTimeDigitized”:”2022:02:02 15:49:12″,”ComponentsConfiguration”:”YCbCr”,”ShutterSpeedValue”:9.810035056967573,”ApertureValue”:1.6959938128383605,”BrightnessValue”:8.318307072705434,”ExposureBias”:0,”MeteringMode”:”Pattern”,”Flash”:”Flash did not fire, compulsory flash mode”,”FocalLength”:4.25,”SubjectArea”:[2009,1505,2322,1394],”MakerNote”:[65,112,112,108,101,32,105,79,83,0,0,1,77,77,0,39,0,1,0,9,0,0,0,1,0,0,0,12,0,2,0,7,0,0,2,46,0,0,1,232,0,3,0,7,0,0,0,104,0,0,4,22,0,4,0,9,0,0,0,1,0,0,0,1,0,5,0,9,0,0,0,1,0,0,0,196,0,6,0,9,0,0,0,1,0,0,0,192,0,7,0,9,0,0,0,1,0,0,0,1,0,8,0,10,0,0,0,3,0,0,4,126,0,12,0,10,0,0,0,2,0,0,4,150,0,13,0,9,0,0,0,1,0,0,0,37,0,14,0,9,0,0,0,1,0,0,0,0,0,15,0,9,0,0,0,1,0,0,0,2,0,16,0,9,0,0,0,1,0,0,0,1,0,17,0,2,0,0,0,37,0,0,4,166,0,20,0,9,0,0,0,1,0,0,0,10,0,22,0,2,0,0,0,29,0,0,4,204,0,23,0,9,0,0,0,1,34,8,0,0,0,25,0,9,0,0,0,1,0,0,0,0,0,26,0,2,0,0,0,6,0,0,4,234,0,31,0,9,0,0,0,1,0,0,0,0,0,32,0,2,0,0,0,37,0,0,4,240,0,33,0,10,0,0,0,1,0,0,5,22,0,35,0,9,0,0,0,2,0,0,5,30,0,37,0,9,0,0,0,1,0,0,0,130,0,38,0,9,0,0,0,1,0,0,0,3,0,39,0,10,0,0,0,1,0,0,5,38,0,40,0,9,0,0,0,1,0,0,0,1,0,43,0,2,0,0,0,37,0,0,5,46,0,45,0,9,0,0,0,1,0,0,21,14,0,46,0,9,0,0,0,1,0,0,0,1,0,47,0,9,0,0,0,1,0,0,0,34,0,51,0,9,0,0,0,1,0,0,16,0,0,52,0,9,0,0,0,1,0,0,0,2,0,53,0,9,0,0,0,1,0,0,0,1,0,54,0,9,0,0,0,1,0,0,83,56,0,55,0,9,0,0,0,1,0,0,0,1,0,58,0,9,0,0,0,1,0,0,0,0,0,59,0,9,0,0,0,1,0,0,0,0,0,60,0,9,0,0,0,1,0,0,0,4,0,0,0,0,98,112,108,105,115,116,48,48,79,17,2,0,226,0,198,0,193,0,179,0,184,0,199,0,189,0,187,0,193,0,208,0,210,0,225,0,235,0,243,0,243,0,1,1,3,1,245,0,208,0,187,0,178,0,181,0,183,0,186,0,191,0,207,0,202,0,221,0,238,0,243,0,3,1,34,1,226,0,249,0,224,0,206,0,184,0,188,0,178,0,196,0,218,0,242,0,242,0,245,0,230,0,245,0,4,1,25,1,210,0,204,0,196,0,206,0,218,0,213,0,214,0,230,0,251,0,22,1,31,1,16,1,16,1,47,1,63,1,65,1,211,0,208,0,183,0,179,0,181,0,219,0,236,0,237,0,17,1,53,1,49,1,61,1,87,1,105,1,101,1,87,1,216,0,206,0,208,0,192,0,209,0,208,0,215,0,243,0,16,1,30,1,45,1,89,1,120,1,125,1,128,1,127,1,217,0,207,0,209,0,183,0,201,0,199,0,198,0,235,0,21,1,44,1,73,1,99,1,112,1,132,1,169,1,171,1,201,0,201,0,195,0,181,0,180,0,186,0,184,0,200,0,241,0,20,1,58,1,79,1,90,1,127,1,151,1,155,1,172,0,164,0,147,0,160,0,174,0,210,0,205,0,208,0,1,1,5,1,19,1,52,1,76,1,101,1,109,1,114,1,183,0,158,0,146,0,150,0,161,0,175,0,183,0,178,0,190,0,230,0,243,0,252,0,33,1,48,1,56,1,64,1,201,0,182,0,163,0,143,0,146,0,137,0,143,0,150,0,176,0,194,0,195,0,215,0,213,0,198,0,191,0,180,0,83,0,120,0,125,0,99,0,92,0,104,0,85,0,62,0,83,0,107,0,62,0,57,0,56,0,54,0,51,0,54,0,69,0,73,0,74,0,58,0,52,0,71,0,53,0,127,0,99,0,71,0,87,0,80,0,70,0,41,0,34,0,46,0,124,0,73,0,65,0,64,0,65,0,72,0,82,0,81,0,64,0,75,0,81,0,82,0,57,0,63,0,69,0,63,0,52,0,44,0,57,0,76,0,75,0,75,0,72,0,69,0,66,0,66,0,67,0,65,0,67,0,62,0,45,0,30,0,73,0,66,0,67,0,66,0,70,0,70,0,71,0,70,0,71,0,71,0,71,0,69,0,68,0,66,0,67,0,65,0,0,8,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,12,98,112,108,105,115,116,48,48,212,1,2,3,4,5,6,7,8,85,102,108,97,103,115,85,118,97,108,117,101,89,116,105,109,101,115,99,97,108,101,85,101,112,111,99,104,16,1,19,0,0,200,118,136,34,171,204,18,59,154,202,0,16,0,8,17,23,29,39,45,47,56,61,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,255,255,50,71,0,0,216,47,0,0,19,93,0,1,108,146,0,0,67,189,0,0,236,254,0,0,0,95,0,0,1,0,0,0,0,27,0,0,0,32,48,67,70,50,57,69,56,52,45,69,67,68,68,45,52,69,56,50,45,56,51,51,53,45,68,51,48,54,49,68,52,56,52,55,50,65,0,0,65,88,56,51,98,70,117,76,118,109,82,87,109,101,103,102,113,120,109,86,115,55,85,119,86,56,74,121,0,0,113,56,50,53,115,0,70,56,67,66,49,49,65,65,45,48,65,55,57,45,52,65,54,65,45,56,49,56,56,45,68,53,70,54,54,66,65,55,54,70,57,66,0,0,0,0,0,0,0,0,0,1,0,30,239,228,16,0,0,60,0,7,123,7,0,0,34,206,50,65,66,48,52,50,56,68,45,49,51,52,53,45,52,67,56,68,45,66,65,52,49,45,49,51,53,54,66,54,49,65,52,66,57,56,0,0],”SubsecTimeOriginal”:”319″,”SubsecTimeDigitized”:”319″,”FlashpixVersion”:”0100″,”ColorSpace”:65535,”PixelXDimension”:4032,”PixelYDimension”:3024,”SensingMethod”:”One-chip color area sensor”,”SceneType”:”Directly photographed”,”ExposureMode”:0,”WhiteBalance”:”Auto white balance”,”DigitalZoomRation”:1.68,”FocalLengthIn35mmFilm”:44,”SceneCaptureType”:”Standard”}”,”orderNumber”:3,”brandUuid”:”aa25e3ac-82c9-4e8c-afc6-cc9f872a266f”,”originalUrl”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-IMG_0993.jpg”,”height”:3024,”width”:4032,”large16x9Url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-large16x9_IMG_0993.jpg?1643844753579″,”medium16x9Url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-medium16x9_IMG_0993.jpg?1643844753246″,”small16x9Url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-small16x9_IMG_0993.jpg?1643844761481″,”large36x25Url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-large36x25_IMG_0993.jpg?1643844754104″,”medium36x25Url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-medium36x25_IMG_0993.jpg?1643844753972″,”small36x25Url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-small36x25_IMG_0993.jpg?1643844753952″,”large1x1Url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-large1x1_IMG_0993.jpg?1643844760891″,”medium1x1Url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-medium1x1_IMG_0993.jpg?1643844760516″,”small1x1Url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-small1x1_IMG_0993.jpg?1643844761532″,”largeScaleUrl”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-largeScale_IMG_0993.jpg”,”smallScaleUrl”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-smallScale_IMG_0993.jpg”,”originalBlurUrl”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-originalBlur_IMG_0993.jpg”,”largeBlurUrl”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-largeBlur_IMG_0993.jpg”,”smallBlurUrl”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-smallBlur_IMG_0993.jpg”,”isGif”:false,”fileName”:”IMG_0993.jpg”,”jumbo16x9Url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-jumbo16x9_IMG_0993.jpg?1643844753257″,”jumbo36x25Url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-jumbo36x25_IMG_0993.jpg?1643844754469″,”large3x4Url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-large3x4_IMG_0993.jpg?1643844758373″,”renditions”:{“jumbo16x9”:{“uuid”:null,”label”:”jumbo16x9″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-jumbo16x9_IMG_0993.jpg?1643844753257″,”id”:”6fda889e-deef-4d6d-9d21-0b9c21044865″,”x”:0,”y”:378,”width”:4032,”preciseWidth”:null,”height”:2268,”preciseHeight”:null,”scaleWidth”:1320,”name”:”jumbo16x9Url”,”blurSigma”:-1,”rendition”:”jumbo16x9″,”labelOrConvertedName”:”jumbo16x9″},”large16x9″:{“uuid”:null,”label”:”large16x9″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-large16x9_IMG_0993.jpg?1643844753579″,”id”:”dff535e7-137d-40fd-9e06-1fe1ceed007a”,”x”:0,”y”:378,”width”:4032,”preciseWidth”:null,”height”:2268,”preciseHeight”:null,”scaleWidth”:986,”name”:”large16x9Url”,”blurSigma”:-1,”rendition”:”large16x9″,”labelOrConvertedName”:”large16x9″},”small16x9″:{“uuid”:null,”label”:”small16x9″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-small16x9_IMG_0993.jpg?1643844761481″,”id”:”32d2b5ba-f91d-4260-976d-8dee54582352″,”x”:0,”y”:378,”width”:4032,”preciseWidth”:null,”height”:2268,”preciseHeight”:null,”scaleWidth”:160,”name”:”small16x9Url”,”blurSigma”:-1,”rendition”:”small16x9″,”labelOrConvertedName”:”small16x9″},”full3x4″:{“uuid”:null,”label”:”full3x4″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-full3x4_IMG_0993.jpg?1643844760800″,”id”:”d4eafa6c-042a-4d47-8fce-e3a285d68550″,”x”:882,”y”:0,”width”:2268,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:4032,”name”:”full3x4Url”,”blurSigma”:-1,”rendition”:”full3x4″,”labelOrConvertedName”:”full3x4″},”large36x25″:{“uuid”:null,”label”:”large36x25″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-large36x25_IMG_0993.jpg?1643844754104″,”id”:”6c161fa3-1f6d-4fc3-92e5-53997cacc5fe”,”x”:0,”y”:112,”width”:4032,”preciseWidth”:null,”height”:2800,”preciseHeight”:null,”scaleWidth”:360,”name”:”large36x25Url”,”blurSigma”:-1,”rendition”:”large36x25″,”labelOrConvertedName”:”large36x25″},”full36x25″:{“uuid”:null,”label”:”full36x25″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-full36x25_IMG_0993.jpg?1643844755076″,”id”:”7ccf79fe-808d-47a0-87e5-8d2eba097512″,”x”:0,”y”:112,”width”:4032,”preciseWidth”:null,”height”:2800,”preciseHeight”:null,”scaleWidth”:4032,”name”:”full36x25Url”,”blurSigma”:-1,”rendition”:”full36x25″,”labelOrConvertedName”:”full36x25″},”full21x9″:{“uuid”:null,”label”:”full21x9″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-full21x9_IMG_0993.jpg?1643844755721″,”id”:”470b9a21-d33c-404d-a9c2-e65c89e881c7″,”x”:0,”y”:648,”width”:4032,”preciseWidth”:null,”height”:1728,”preciseHeight”:null,”scaleWidth”:4032,”name”:”full21x9Url”,”blurSigma”:-1,”rendition”:”full21x9″,”labelOrConvertedName”:”full21x9″},”large3x4″:{“uuid”:null,”label”:”large3x4″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-large3x4_IMG_0993.jpg?1643844758373″,”id”:”9ac98982-fe33-4976-8f2a-ab16522065d5″,”x”:882,”y”:0,”width”:2268,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:960,”name”:”large3x4Url”,”blurSigma”:-1,”rendition”:”large3x4″,”labelOrConvertedName”:”large3x4″},”jumbo36x25″:{“uuid”:null,”label”:”jumbo36x25″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-jumbo36x25_IMG_0993.jpg?1643844754469″,”id”:”7b6790ce-b930-4fe4-8e3f-c0fe349130c5″,”x”:0,”y”:112,”width”:4032,”preciseWidth”:null,”height”:2800,”preciseHeight”:null,”scaleWidth”:544,”name”:”jumbo36x25Url”,”blurSigma”:-1,”rendition”:”jumbo36x25″,”labelOrConvertedName”:”jumbo36x25″},”large2x3″:{“uuid”:null,”label”:”large2x3″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-large2x3_IMG_0993.jpg?1643844757156″,”id”:”5d4abf97-63dc-4dfc-a7cb-798f11075935″,”x”:1008,”y”:0,”width”:2016,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:854,”name”:”large2x3Url”,”blurSigma”:-1,”rendition”:”large2x3″,”labelOrConvertedName”:”large2x3″},”jumbo3x4″:{“uuid”:null,”label”:”jumbo3x4″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-jumbo3x4_IMG_0993.jpg?1643844758530″,”id”:”c7a4b4c8-02c8-4062-b5a8-58acd9aa92be”,”x”:882,”y”:0,”width”:2268,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:1440,”name”:”jumbo3x4Url”,”blurSigma”:-1,”rendition”:”jumbo3x4″,”labelOrConvertedName”:”jumbo3x4″},”large3x1″:{“uuid”:null,”label”:”large3x1″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-large3x1_IMG_0993.jpg?1643844756102″,”id”:”7335930a-341a-4411-b5dc-ede78c4b1164″,”x”:0,”y”:840,”width”:4032,”preciseWidth”:null,”height”:1344,”preciseHeight”:null,”scaleWidth”:1280,”name”:”large3x1Url”,”blurSigma”:-1,”rendition”:”large3x1″,”labelOrConvertedName”:”large3x1″},”small3x4″:{“uuid”:null,”label”:”small3x4″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-small3x4_IMG_0993.jpg?1643844757443″,”id”:”d250b474-9e0d-40db-81cb-831832360c7d”,”x”:882,”y”:0,”width”:2268,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:120,”name”:”small3x4Url”,”blurSigma”:-1,”rendition”:”small3x4″,”labelOrConvertedName”:”small3x4″},”medium21x9″:{“uuid”:null,”label”:”medium21x9″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-medium21x9_IMG_0993.jpg?1643844754843″,”id”:”a76b9d8a-cc44-481c-a8bc-6c4cb6781923″,”x”:0,”y”:648,”width”:4032,”preciseWidth”:null,”height”:1728,”preciseHeight”:null,”scaleWidth”:640,”name”:”medium21x9Url”,”blurSigma”:-1,”rendition”:”medium21x9″,”labelOrConvertedName”:”medium21x9″},”medium9x16″:{“uuid”:null,”label”:”medium9x16″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-medium9x16_IMG_0993.jpg?1643844759275″,”id”:”d29e58dd-3ef1-4f25-b873-885911da6271″,”x”:1166,”y”:0,”width”:null,”preciseWidth”:1701,”height”:null,”preciseHeight”:3024,”scaleWidth”:720,”name”:”medium9x16Url”,”blurSigma”:-1,”rendition”:”medium9x16″,”labelOrConvertedName”:”medium9x16″},”large1x1″:{“uuid”:null,”label”:”large1x1″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-large1x1_IMG_0993.jpg?1643844760891″,”id”:”52c9be94-5575-421d-b018-1d1341e27c6b”,”x”:504,”y”:0,”width”:3024,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:800,”name”:”large1x1Url”,”blurSigma”:-1,”rendition”:”large1x1″,”labelOrConvertedName”:”large1x1″},”small36x25″:{“uuid”:null,”label”:”small36x25″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-small36x25_IMG_0993.jpg?1643844753952″,”id”:”9787f009-b3fd-4740-bf58-bc776ee00d94″,”x”:0,”y”:112,”width”:4032,”preciseWidth”:null,”height”:2800,”preciseHeight”:null,”scaleWidth”:72,”name”:”small36x25Url”,”blurSigma”:-1,”rendition”:”small36x25″,”labelOrConvertedName”:”small36x25″},”large21x9″:{“uuid”:null,”label”:”large21x9″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-large21x9_IMG_0993.jpg?1643844755150″,”id”:”c691b481-8e23-4b00-a04e-67f9f2489c4d”,”x”:0,”y”:648,”width”:4032,”preciseWidth”:null,”height”:1728,”preciseHeight”:null,”scaleWidth”:1280,”name”:”large21x9Url”,”blurSigma”:-1,”rendition”:”large21x9″,”labelOrConvertedName”:”large21x9″},”large9x16″:{“uuid”:null,”label”:”large9x16″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-large9x16_IMG_0993.jpg?1643844760084″,”id”:”04952e6e-e09e-4bdb-bb8c-7268d284cf1d”,”x”:1166,”y”:0,”width”:null,”preciseWidth”:1701,”height”:null,”preciseHeight”:3024,”scaleWidth”:1440,”name”:”large9x16Url”,”blurSigma”:-1,”rendition”:”large9x16″,”labelOrConvertedName”:”large9x16″},”small1x1″:{“uuid”:null,”label”:”small1x1″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-small1x1_IMG_0993.jpg?1643844761532″,”id”:”d340fe1b-d0fe-48b6-a66b-57a30fb9bcd4″,”x”:504,”y”:0,”width”:3024,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:90,”name”:”small1x1Url”,”blurSigma”:-1,”rendition”:”small1x1″,”labelOrConvertedName”:”small1x1″},”smallScale”:{“uuid”:null,”label”:”smallScale”,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-smallScale_IMG_0993.jpg”,”id”:”dab0f054-1aa6-48c5-90e9-9776871630ef”,”x”:0,”y”:0,”width”:4032,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:415,”name”:”smallScaleUrl”,”blurSigma”:-1,”rendition”:”smallScale”,”labelOrConvertedName”:”smallScale”},”small3x1″:{“uuid”:null,”label”:”small3x1″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-small3x1_IMG_0993.jpg?1643844755631″,”id”:”e50aba79-87f7-4a28-bf64-365b4ed5355f”,”x”:0,”y”:840,”width”:4032,”preciseWidth”:null,”height”:1344,”preciseHeight”:null,”scaleWidth”:160,”name”:”small3x1Url”,”blurSigma”:-1,”rendition”:”small3x1″,”labelOrConvertedName”:”small3x1″},”small2x3″:{“uuid”:null,”label”:”small2x3″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-small2x3_IMG_0993.jpg?1643844756255″,”id”:”3cd4cf4a-4a2e-475a-ab12-5434ce7f606d”,”x”:1008,”y”:0,”width”:2016,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:107,”name”:”small2x3Url”,”blurSigma”:-1,”rendition”:”small2x3″,”labelOrConvertedName”:”small2x3″},”medium2x3″:{“uuid”:null,”label”:”medium2x3″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-medium2x3_IMG_0993.jpg?1643844756854″,”id”:”5f51b0d6-2027-41fa-b993-eef5421ed8c0″,”x”:1008,”y”:0,”width”:2016,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:427,”name”:”medium2x3Url”,”blurSigma”:-1,”rendition”:”medium2x3″,”labelOrConvertedName”:”medium2x3″},”medium3x4″:{“uuid”:null,”label”:”medium3x4″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-medium3x4_IMG_0993.jpg?1643844757902″,”id”:”0ede7e12-e8b2-4801-a1a3-79798cad7cf7″,”x”:882,”y”:0,”width”:2268,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:480,”name”:”medium3x4Url”,”blurSigma”:-1,”rendition”:”medium3x4″,”labelOrConvertedName”:”medium3x4″},”largeScale”:{“uuid”:null,”label”:”largeScale”,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-largeScale_IMG_0993.jpg”,”id”:”15ed58b0-e7ca-48c2-a961-c8ef04b24f43″,”x”:0,”y”:0,”width”:4032,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:768,”name”:”largeScaleUrl”,”blurSigma”:-1,”rendition”:”largeScale”,”labelOrConvertedName”:”largeScale”},”small21x9″:{“uuid”:null,”label”:”small21x9″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-small21x9_IMG_0993.jpg?1643844754538″,”id”:”8818f909-6dbc-4c7c-9dde-8da196de811f”,”x”:0,”y”:648,”width”:4032,”preciseWidth”:null,”height”:1728,”preciseHeight”:null,”scaleWidth”:160,”name”:”small21x9Url”,”blurSigma”:-1,”rendition”:”small21x9″,”labelOrConvertedName”:”small21x9″},”jumbo9x16″:{“uuid”:null,”label”:”jumbo9x16″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-jumbo9x16_IMG_0993.jpg?1643844760547″,”id”:”93007144-6f62-4a3b-bc7c-86ca79edf8a9″,”x”:1166,”y”:0,”width”:null,”preciseWidth”:1701,”height”:null,”preciseHeight”:3024,”scaleWidth”:1845,”name”:”jumbo9x16Url”,”blurSigma”:-1,”rendition”:”jumbo9x16″,”labelOrConvertedName”:”jumbo9x16″},”largeBlur”:{“uuid”:null,”label”:”largeBlur”,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-largeBlur_IMG_0993.jpg”,”id”:”f51b74b0-c6d8-4446-85de-6d34b9ea58cb”,”x”:0,”y”:0,”width”:4032,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:768,”name”:”largeBlurUrl”,”blurSigma”:30,”rendition”:”largeBlur”,”labelOrConvertedName”:”largeBlur”},”medium1x1″:{“uuid”:null,”label”:”medium1x1″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-medium1x1_IMG_0993.jpg?1643844760516″,”id”:”09c5ae5f-5448-4621-af54-9f5da39f85fb”,”x”:504,”y”:0,”width”:3024,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:200,”name”:”medium1x1Url”,”blurSigma”:-1,”rendition”:”medium1x1″,”labelOrConvertedName”:”medium1x1″},”medium3x1″:{“uuid”:null,”label”:”medium3x1″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-medium3x1_IMG_0993.jpg?1643844755749″,”id”:”47e12683-d2c7-4222-ac21-084aca1aebb9″,”x”:0,”y”:840,”width”:4032,”preciseWidth”:null,”height”:1344,”preciseHeight”:null,”scaleWidth”:640,”name”:”medium3x1Url”,”blurSigma”:-1,”rendition”:”medium3x1″,”labelOrConvertedName”:”medium3x1″},”full16x9″:{“uuid”:null,”label”:”full16x9″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-full16x9_IMG_0993.jpg?1643844753293″,”id”:”4b806a1b-d85c-48f9-9e05-9439fb2157c9″,”x”:0,”y”:378,”width”:4032,”preciseWidth”:null,”height”:2268,”preciseHeight”:null,”scaleWidth”:4032,”name”:”full16x9Url”,”blurSigma”:-1,”rendition”:”full16x9″,”labelOrConvertedName”:”full16x9″},”jumbo2x3″:{“uuid”:null,”label”:”jumbo2x3″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-jumbo2x3_IMG_0993.jpg?1643844757539″,”id”:”0c6a1c72-c2d5-4ddb-a22f-2142a25b4e16″,”x”:1008,”y”:0,”width”:2016,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:1280,”name”:”jumbo2x3Url”,”blurSigma”:-1,”rendition”:”jumbo2x3″,”labelOrConvertedName”:”jumbo2x3″},”medium36x25″:{“uuid”:null,”label”:”medium36x25″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-medium36x25_IMG_0993.jpg?1643844753972″,”id”:”1afc1693-c80b-4992-96a8-be3c55c752be”,”x”:0,”y”:112,”width”:4032,”preciseWidth”:null,”height”:2800,”preciseHeight”:null,”scaleWidth”:144,”name”:”medium36x25Url”,”blurSigma”:-1,”rendition”:”medium36x25″,”labelOrConvertedName”:”medium36x25″},”jumbo3x1″:{“uuid”:null,”label”:”jumbo3x1″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-jumbo3x1_IMG_0993.jpg?1643844756429″,”id”:”64618a7f-58e6-4d15-b2eb-70edd0e78054″,”x”:0,”y”:840,”width”:4032,”preciseWidth”:null,”height”:1344,”preciseHeight”:null,”scaleWidth”:1920,”name”:”jumbo3x1Url”,”blurSigma”:-1,”rendition”:”jumbo3x1″,”labelOrConvertedName”:”jumbo3x1″},”jumbo1x1″:{“uuid”:null,”label”:”jumbo1x1″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-jumbo1x1_IMG_0993.jpg?1643844761578″,”id”:”4b3f7390-54fe-4aaa-88ef-bf32595dcece”,”x”:504,”y”:0,”width”:3024,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:1440,”name”:”jumbo1x1Url”,”blurSigma”:-1,”rendition”:”jumbo1x1″,”labelOrConvertedName”:”jumbo1x1″},”small9x16″:{“uuid”:null,”label”:”small9x16″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-small9x16_IMG_0993.jpg?1643844759188″,”id”:”f105638d-3687-4428-8bee-4f3b8a1dae22″,”x”:1166,”y”:0,”width”:null,”preciseWidth”:1701,”height”:null,”preciseHeight”:3024,”scaleWidth”:360,”name”:”small9x16Url”,”blurSigma”:-1,”rendition”:”small9x16″,”labelOrConvertedName”:”small9x16″},”full2x3″:{“uuid”:null,”label”:”full2x3″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-full2x3_IMG_0993.jpg?1643844759827″,”id”:”d097e5e7-1a15-4e95-a2fc-2edcc03d3479″,”x”:1008,”y”:0,”width”:2016,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:4032,”name”:”full2x3Url”,”blurSigma”:-1,”rendition”:”full2x3″,”labelOrConvertedName”:”full2x3″},”smallBlur”:{“uuid”:null,”label”:”smallBlur”,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-smallBlur_IMG_0993.jpg”,”id”:”b1711fb6-5581-4b70-ba88-346ac8fb94e1″,”x”:0,”y”:0,”width”:4032,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:415,”name”:”smallBlurUrl”,”blurSigma”:15,”rendition”:”smallBlur”,”labelOrConvertedName”:”smallBlur”},”jumbo21x9″:{“uuid”:null,”label”:”jumbo21x9″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-jumbo21x9_IMG_0993.jpg?1643844755457″,”id”:”7fdeb923-6fd6-465b-b7f2-39566ff7a119″,”x”:0,”y”:648,”width”:4032,”preciseWidth”:null,”height”:1728,”preciseHeight”:null,”scaleWidth”:1920,”name”:”jumbo21x9Url”,”blurSigma”:-1,”rendition”:”jumbo21x9″,”labelOrConvertedName”:”jumbo21x9″},”full3x1″:{“uuid”:null,”label”:”full3x1″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-full3x1_IMG_0993.jpg?1643844756536″,”id”:”748c1ab1-9b76-4d39-b608-4da311b22956″,”x”:0,”y”:840,”width”:4032,”preciseWidth”:null,”height”:1344,”preciseHeight”:null,”scaleWidth”:4032,”name”:”full3x1Url”,”blurSigma”:-1,”rendition”:”full3x1″,”labelOrConvertedName”:”full3x1″},”medium16x9″:{“uuid”:null,”label”:”medium16x9″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-medium16x9_IMG_0993.jpg?1643844753246″,”id”:”ee5a6b65-afe7-48bf-885a-0757e8298490″,”x”:0,”y”:378,”width”:4032,”preciseWidth”:null,”height”:2268,”preciseHeight”:null,”scaleWidth”:648,”name”:”medium16x9Url”,”blurSigma”:-1,”rendition”:”medium16x9″,”labelOrConvertedName”:”medium16x9″},”full1x1″:{“uuid”:null,”label”:”full1x1″,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-full1x1_IMG_0993.jpg?1643844763131″,”id”:”3ed1967c-3979-4023-935e-07bef8fdf381″,”x”:504,”y”:0,”width”:3024,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:4032,”name”:”full1x1Url”,”blurSigma”:-1,”rendition”:”full1x1″,”labelOrConvertedName”:”full1x1″},”originalBlur”:{“uuid”:null,”label”:”originalBlur”,”url”:”/resources/media/58c8d5df-97de-4f92-ac23-7126b3fcaf82-originalBlur_IMG_0993.jpg”,”id”:”9cb34829-ff5e-47f2-b797-4cf0b0ea810b”,”x”:0,”y”:0,”width”:4032,”preciseWidth”:null,”height”:3024,”preciseHeight”:null,”scaleWidth”:4032,”name”:”originalBlurUrl”,”blurSigma”:30,”rendition”:”originalBlur”,”labelOrConvertedName”:”originalBlur”}}},{“type”:”Image”,”uuid”:”ab819fd5-53e9-49d2-961c-583df3f3cad5″,”title”:”Closings and Delays”,”updatedBy”:”Laura Bagwell”,”created”:1674570185000,”version”:5,”caption”:”Closings and Delays”,”description”:”Closings and Delays.jpg”,”externalId”:”8f2b65d8-5ee0-4826-8743-fcc6f9fe52f0″,”versionSetUuid”:”703aa650-e90a-4a2c-85f1-457ad53155a3″,”alt”:”Closings and Delays.jpg”,”original”:”false”,”metadata”:”{}”,”orderNumber”:1,”brandUuid”:”aa25e3ac-82c9-4e8c-afc6-cc9f872a266f”,”originalUrl”:”/resources/media/8f2b65d8-5ee0-4826-8743-fcc6f9fe52f0-ClosingsandDelays.jpg”,”height”:555,”width”:986,”large16x9Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large16x9_ClosingsandDelays.jpg?1674513046742″,”medium16x9Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium16x9_ClosingsandDelays.jpg?1674513046742″,”small16x9Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small16x9_ClosingsandDelays.jpg?1674513046742″,”large36x25Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large36x25_ClosingsandDelays.jpg?1674513046742″,”medium36x25Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium36x25_ClosingsandDelays.jpg?1674513046742″,”small36x25Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small36x25_ClosingsandDelays.jpg?1674513046742″,”large1x1Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large1x1_ClosingsandDelays.jpg?1674513046742″,”medium1x1Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium1x1_ClosingsandDelays.jpg?1674513046742″,”small1x1Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small1x1_ClosingsandDelays.jpg?1674513046742″,”largeScaleUrl”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-largeScale_ClosingsandDelays.jpg?1674513046742″,”smallScaleUrl”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-smallScale_ClosingsandDelays.jpg?1674513046742″,”originalBlurUrl”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-originalBlur_ClosingsandDelays.jpg?1674513046742″,”largeBlurUrl”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-largeBlur_ClosingsandDelays.jpg?1674513046742″,”smallBlurUrl”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-smallBlur_ClosingsandDelays.jpg?1674513046742″,”isGif”:false,”fileName”:”Closings and Delays.jpg”,”jumbo16x9Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo16x9_ClosingsandDelays.jpg?1674513046742″,”jumbo36x25Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo36x25_ClosingsandDelays.jpg?1674513046742″,”large3x4Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large3x4_ClosingsandDelays.jpg?1674513046742″,”renditions”:{“large16x9”:{“uuid”:null,”label”:”large16x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large16x9_ClosingsandDelays.jpg?1674513046742″,”id”:”5ada6908-d576-4b38-be7d-87f8a06a7cc3″,”x”:0,”y”:1,”width”:986,”preciseWidth”:null,”height”:554,”preciseHeight”:null,”scaleWidth”:986,”name”:”large16x9Url”,”blurSigma”:-1,”rendition”:”large16x9″,”labelOrConvertedName”:”large16x9″},”jumbo16x9″:{“uuid”:null,”label”:”jumbo16x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo16x9_ClosingsandDelays.jpg?1674513046742″,”id”:”909ff7b4-d0cf-4890-8baf-5877eb4a2b1e”,”x”:0,”y”:1,”width”:986,”preciseWidth”:null,”height”:554,”preciseHeight”:null,”scaleWidth”:1320,”name”:”jumbo16x9Url”,”blurSigma”:-1,”rendition”:”jumbo16x9″,”labelOrConvertedName”:”jumbo16x9″},”small16x9″:{“uuid”:null,”label”:”small16x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small16x9_ClosingsandDelays.jpg?1674513046742″,”id”:”75ce6999-9082-4c24-aa90-e0864ca95aad”,”x”:0,”y”:1,”width”:986,”preciseWidth”:null,”height”:554,”preciseHeight”:null,”scaleWidth”:160,”name”:”small16x9Url”,”blurSigma”:-1,”rendition”:”small16x9″,”labelOrConvertedName”:”small16x9″},”full3x4″:{“uuid”:null,”label”:”full3x4″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full3x4_ClosingsandDelays.jpg?1674513046742″,”id”:”8198c2c3-b848-443e-9f1b-5f0c1cf19d4d”,”x”:285,”y”:0,”width”:416,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:416,”name”:”full3x4Url”,”blurSigma”:-1,”rendition”:”full3x4″,”labelOrConvertedName”:”full3x4″},”large36x25″:{“uuid”:null,”label”:”large36x25″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large36x25_ClosingsandDelays.jpg?1674513046742″,”id”:”78ac4c29-488b-47ff-b034-e2aa1ff60316″,”x”:94,”y”:0,”width”:799,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:360,”name”:”large36x25Url”,”blurSigma”:-1,”rendition”:”large36x25″,”labelOrConvertedName”:”large36x25″},”full36x25″:{“uuid”:null,”label”:”full36x25″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full36x25_ClosingsandDelays.jpg?1674513046742″,”id”:”550fdbad-ce4a-4c88-b113-a977f499eccb”,”x”:94,”y”:0,”width”:799,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:799,”name”:”full36x25Url”,”blurSigma”:-1,”rendition”:”full36x25″,”labelOrConvertedName”:”full36x25″},”full21x9″:{“uuid”:null,”label”:”full21x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full21x9_ClosingsandDelays.jpg?1674513046742″,”id”:”e6e6b829-3ffd-46e2-896e-e97ea21105d0″,”x”:0,”y”:67,”width”:986,”preciseWidth”:null,”height”:422,”preciseHeight”:null,”scaleWidth”:986,”name”:”full21x9Url”,”blurSigma”:-1,”rendition”:”full21x9″,”labelOrConvertedName”:”full21x9″},”large3x4″:{“uuid”:null,”label”:”large3x4″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large3x4_ClosingsandDelays.jpg?1674513046742″,”id”:”337ae793-97e9-4d0f-822b-3363528c08c9″,”x”:285,”y”:0,”width”:416,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:960,”name”:”large3x4Url”,”blurSigma”:-1,”rendition”:”large3x4″,”labelOrConvertedName”:”large3x4″},”jumbo36x25″:{“uuid”:null,”label”:”jumbo36x25″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo36x25_ClosingsandDelays.jpg?1674513046742″,”id”:”1bd1a01a-9951-4955-a2b1-3f1f2f1fcf07″,”x”:94,”y”:0,”width”:799,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:544,”name”:”jumbo36x25Url”,”blurSigma”:-1,”rendition”:”jumbo36x25″,”labelOrConvertedName”:”jumbo36x25″},”large2x3″:{“uuid”:null,”label”:”large2x3″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large2x3_ClosingsandDelays.jpg?1674513046742″,”id”:”8b237cbb-f862-48a3-ba60-8cc32549f922″,”x”:308,”y”:0,”width”:370,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:854,”name”:”large2x3Url”,”blurSigma”:-1,”rendition”:”large2x3″,”labelOrConvertedName”:”large2x3″},”jumbo3x4″:{“uuid”:null,”label”:”jumbo3x4″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo3x4_ClosingsandDelays.jpg?1674513046742″,”id”:”f1c6d8e9-0357-49fe-aa18-984d8c47047c”,”x”:285,”y”:0,”width”:416,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:1440,”name”:”jumbo3x4Url”,”blurSigma”:-1,”rendition”:”jumbo3x4″,”labelOrConvertedName”:”jumbo3x4″},”large3x1″:{“uuid”:null,”label”:”large3x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large3x1_ClosingsandDelays.jpg?1674513046742″,”id”:”dbf8bf5c-2a5d-44a2-a9e3-991697220a47″,”x”:0,”y”:114,”width”:986,”preciseWidth”:null,”height”:328,”preciseHeight”:null,”scaleWidth”:1280,”name”:”large3x1Url”,”blurSigma”:-1,”rendition”:”large3x1″,”labelOrConvertedName”:”large3x1″},”small3x4″:{“uuid”:null,”label”:”small3x4″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small3x4_ClosingsandDelays.jpg?1674513046742″,”id”:”cd77b71b-f292-42fc-a30c-0ed73a78487e”,”x”:285,”y”:0,”width”:416,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:120,”name”:”small3x4Url”,”blurSigma”:-1,”rendition”:”small3x4″,”labelOrConvertedName”:”small3x4″},”medium21x9″:{“uuid”:null,”label”:”medium21x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium21x9_ClosingsandDelays.jpg?1674513046742″,”id”:”a30d5e31-deb4-427e-8c35-77857e35cdcc”,”x”:0,”y”:67,”width”:986,”preciseWidth”:null,”height”:422,”preciseHeight”:null,”scaleWidth”:640,”name”:”medium21x9Url”,”blurSigma”:-1,”rendition”:”medium21x9″,”labelOrConvertedName”:”medium21x9″},”medium9x16″:{“uuid”:null,”label”:”medium9x16″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium9x16_ClosingsandDelays.jpg?1674513046742″,”id”:”818291a1-e2ad-4252-8f93-946808c67589″,”x”:337,”y”:0,”width”:312,”preciseWidth”:312.1875,”height”:555,”preciseHeight”:555,”scaleWidth”:720,”name”:”medium9x16Url”,”blurSigma”:-1,”rendition”:”medium9x16″,”labelOrConvertedName”:”medium9x16″},”large1x1″:{“uuid”:null,”label”:”large1x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large1x1_ClosingsandDelays.jpg?1674513046742″,”id”:”d3652621-670a-4360-8c3e-76e31749cec0″,”x”:216,”y”:0,”width”:555,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:800,”name”:”large1x1Url”,”blurSigma”:-1,”rendition”:”large1x1″,”labelOrConvertedName”:”large1x1″},”small36x25″:{“uuid”:null,”label”:”small36x25″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small36x25_ClosingsandDelays.jpg?1674513046742″,”id”:”d36a9490-c5b4-4d79-8259-5e552a561885″,”x”:94,”y”:0,”width”:799,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:72,”name”:”small36x25Url”,”blurSigma”:-1,”rendition”:”small36x25″,”labelOrConvertedName”:”small36x25″},”large21x9″:{“uuid”:null,”label”:”large21x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large21x9_ClosingsandDelays.jpg?1674513046742″,”id”:”f0a19336-753b-4767-9dbc-3f260508f6dd”,”x”:0,”y”:67,”width”:986,”preciseWidth”:null,”height”:422,”preciseHeight”:null,”scaleWidth”:1280,”name”:”large21x9Url”,”blurSigma”:-1,”rendition”:”large21x9″,”labelOrConvertedName”:”large21x9″},”large9x16″:{“uuid”:null,”label”:”large9x16″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large9x16_ClosingsandDelays.jpg?1674513046742″,”id”:”6ef264e6-495e-470b-8bd6-d46194d0b16d”,”x”:337,”y”:0,”width”:312,”preciseWidth”:312.1875,”height”:555,”preciseHeight”:555,”scaleWidth”:1440,”name”:”large9x16Url”,”blurSigma”:-1,”rendition”:”large9x16″,”labelOrConvertedName”:”large9x16″},”full9x16″:{“uuid”:null,”label”:”full9x16″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full9x16_ClosingsandDelays.jpg?1674513046742″,”id”:”57f3a1db-c621-4292-b743-0b05098491f6″,”x”:337,”y”:0,”width”:312,”preciseWidth”:312.1875,”height”:555,”preciseHeight”:555,”scaleWidth”:986,”name”:”full9x16Url”,”blurSigma”:-1,”rendition”:”full9x16″,”labelOrConvertedName”:”full9x16″},”small1x1″:{“uuid”:null,”label”:”small1x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small1x1_ClosingsandDelays.jpg?1674513046742″,”id”:”e5a02a65-fb8d-4dfd-95d9-9ba65832e543″,”x”:216,”y”:0,”width”:555,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:90,”name”:”small1x1Url”,”blurSigma”:-1,”rendition”:”small1x1″,”labelOrConvertedName”:”small1x1″},”smallScale”:{“uuid”:null,”label”:”smallScale”,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-smallScale_ClosingsandDelays.jpg?1674513046742″,”id”:”0c401b82-ef35-43ff-816e-e6842fd6cf73″,”x”:0,”y”:0,”width”:986,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:415,”name”:”smallScaleUrl”,”blurSigma”:-1,”rendition”:”smallScale”,”labelOrConvertedName”:”smallScale”},”small3x1″:{“uuid”:null,”label”:”small3x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small3x1_ClosingsandDelays.jpg?1674513046742″,”id”:”b902bcc6-f807-47b2-81c7-5186fcd5c998″,”x”:0,”y”:114,”width”:986,”preciseWidth”:null,”height”:328,”preciseHeight”:null,”scaleWidth”:160,”name”:”small3x1Url”,”blurSigma”:-1,”rendition”:”small3x1″,”labelOrConvertedName”:”small3x1″},”small2x3″:{“uuid”:null,”label”:”small2x3″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small2x3_ClosingsandDelays.jpg?1674513046742″,”id”:”8f99e801-c69a-487c-b4a8-4ac27a50de24″,”x”:308,”y”:0,”width”:370,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:107,”name”:”small2x3Url”,”blurSigma”:-1,”rendition”:”small2x3″,”labelOrConvertedName”:”small2x3″},”medium2x3″:{“uuid”:null,”label”:”medium2x3″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium2x3_ClosingsandDelays.jpg?1674513046742″,”id”:”a385e8f9-621e-4281-8ad6-112fae17622f”,”x”:308,”y”:0,”width”:370,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:427,”name”:”medium2x3Url”,”blurSigma”:-1,”rendition”:”medium2x3″,”labelOrConvertedName”:”medium2x3″},”medium3x4″:{“uuid”:null,”label”:”medium3x4″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium3x4_ClosingsandDelays.jpg?1674513046742″,”id”:”fb1bf389-4854-4ce5-aeeb-8a78e131f3f9″,”x”:285,”y”:0,”width”:416,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:480,”name”:”medium3x4Url”,”blurSigma”:-1,”rendition”:”medium3x4″,”labelOrConvertedName”:”medium3x4″},”largeScale”:{“uuid”:null,”label”:”largeScale”,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-largeScale_ClosingsandDelays.jpg?1674513046742″,”id”:”cf53afcf-63a2-4481-b810-15a9a1c58630″,”x”:0,”y”:0,”width”:986,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:768,”name”:”largeScaleUrl”,”blurSigma”:-1,”rendition”:”largeScale”,”labelOrConvertedName”:”largeScale”},”small21x9″:{“uuid”:null,”label”:”small21x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small21x9_ClosingsandDelays.jpg?1674513046742″,”id”:”b9bd9f08-6c96-498d-acf6-5597ac17a583″,”x”:0,”y”:67,”width”:986,”preciseWidth”:null,”height”:422,”preciseHeight”:null,”scaleWidth”:160,”name”:”small21x9Url”,”blurSigma”:-1,”rendition”:”small21x9″,”labelOrConvertedName”:”small21x9″},”jumbo9x16″:{“uuid”:null,”label”:”jumbo9x16″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo9x16_ClosingsandDelays.jpg?1674513046742″,”id”:”9b6fac26-d3b8-4994-87e7-39bf528977fb”,”x”:337,”y”:0,”width”:312,”preciseWidth”:312.1875,”height”:555,”preciseHeight”:555,”scaleWidth”:1845,”name”:”jumbo9x16Url”,”blurSigma”:-1,”rendition”:”jumbo9x16″,”labelOrConvertedName”:”jumbo9x16″},”largeBlur”:{“uuid”:null,”label”:”largeBlur”,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-largeBlur_ClosingsandDelays.jpg?1674513046742″,”id”:”2010f369-088b-4136-b5a8-ed1f6157bbe8″,”x”:0,”y”:0,”width”:986,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:768,”name”:”largeBlurUrl”,”blurSigma”:30,”rendition”:”largeBlur”,”labelOrConvertedName”:”largeBlur”},”medium1x1″:{“uuid”:null,”label”:”medium1x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium1x1_ClosingsandDelays.jpg?1674513046742″,”id”:”08b30df5-e8f0-4baa-8201-dee2d6bb333b”,”x”:216,”y”:0,”width”:555,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:200,”name”:”medium1x1Url”,”blurSigma”:-1,”rendition”:”medium1x1″,”labelOrConvertedName”:”medium1x1″},”medium3x1″:{“uuid”:null,”label”:”medium3x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium3x1_ClosingsandDelays.jpg?1674513046742″,”id”:”68b72dc4-f985-4cc0-b696-ffcae03471ff”,”x”:0,”y”:114,”width”:986,”preciseWidth”:null,”height”:328,”preciseHeight”:null,”scaleWidth”:640,”name”:”medium3x1Url”,”blurSigma”:-1,”rendition”:”medium3x1″,”labelOrConvertedName”:”medium3x1″},”full16x9″:{“uuid”:null,”label”:”full16x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full16x9_ClosingsandDelays.jpg?1674513046742″,”id”:”b29d52fe-6b90-4592-b98e-fcbc1179266b”,”x”:0,”y”:1,”width”:986,”preciseWidth”:null,”height”:554,”preciseHeight”:null,”scaleWidth”:986,”name”:”full16x9Url”,”blurSigma”:-1,”rendition”:”full16x9″,”labelOrConvertedName”:”full16x9″},”jumbo2x3″:{“uuid”:null,”label”:”jumbo2x3″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo2x3_ClosingsandDelays.jpg?1674513046742″,”id”:”d636707e-4901-4960-8472-0f69ebc4a9c4″,”x”:308,”y”:0,”width”:370,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:1280,”name”:”jumbo2x3Url”,”blurSigma”:-1,”rendition”:”jumbo2x3″,”labelOrConvertedName”:”jumbo2x3″},”medium36x25″:{“uuid”:null,”label”:”medium36x25″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium36x25_ClosingsandDelays.jpg?1674513046742″,”id”:”18eb1067-b529-4498-ade3-5ebb44ead8ad”,”x”:94,”y”:0,”width”:799,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:144,”name”:”medium36x25Url”,”blurSigma”:-1,”rendition”:”medium36x25″,”labelOrConvertedName”:”medium36x25″},”jumbo3x1″:{“uuid”:null,”label”:”jumbo3x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo3x1_ClosingsandDelays.jpg?1674513046742″,”id”:”c8c871d1-2ef6-4ac4-b9c5-b0d27b447ba9″,”x”:0,”y”:114,”width”:986,”preciseWidth”:null,”height”:328,”preciseHeight”:null,”scaleWidth”:1920,”name”:”jumbo3x1Url”,”blurSigma”:-1,”rendition”:”jumbo3x1″,”labelOrConvertedName”:”jumbo3x1″},”jumbo1x1″:{“uuid”:null,”label”:”jumbo1x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo1x1_ClosingsandDelays.jpg?1674513046742″,”id”:”c7f2e5be-af77-4d20-8caa-5979ad89f27d”,”x”:216,”y”:0,”width”:555,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:1440,”name”:”jumbo1x1Url”,”blurSigma”:-1,”rendition”:”jumbo1x1″,”labelOrConvertedName”:”jumbo1x1″},”full2x3″:{“uuid”:null,”label”:”full2x3″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full2x3_ClosingsandDelays.jpg?1674513046742″,”id”:”02052a9f-d171-486e-9904-c91dbd73e594″,”x”:308,”y”:0,”width”:370,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:370,”name”:”full2x3Url”,”blurSigma”:-1,”rendition”:”full2x3″,”labelOrConvertedName”:”full2x3″},”small9x16″:{“uuid”:null,”label”:”small9x16″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small9x16_ClosingsandDelays.jpg?1674513046742″,”id”:”9cd94214-be6a-484b-b543-c18aeae58cfc”,”x”:337,”y”:0,”width”:312,”preciseWidth”:312.1875,”height”:555,”preciseHeight”:555,”scaleWidth”:360,”name”:”small9x16Url”,”blurSigma”:-1,”rendition”:”small9x16″,”labelOrConvertedName”:”small9x16″},”smallBlur”:{“uuid”:null,”label”:”smallBlur”,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-smallBlur_ClosingsandDelays.jpg?1674513046742″,”id”:”a99f947e-46d0-44b2-9a7a-57b4e4cb406e”,”x”:0,”y”:0,”width”:986,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:415,”name”:”smallBlurUrl”,”blurSigma”:15,”rendition”:”smallBlur”,”labelOrConvertedName”:”smallBlur”},”jumbo21x9″:{“uuid”:null,”label”:”jumbo21x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo21x9_ClosingsandDelays.jpg?1674513046742″,”id”:”4c2d03ed-91ab-4248-b4c0-00b5a0ee5420″,”x”:0,”y”:67,”width”:986,”preciseWidth”:null,”height”:422,”preciseHeight”:null,”scaleWidth”:1920,”name”:”jumbo21x9Url”,”blurSigma”:-1,”rendition”:”jumbo21x9″,”labelOrConvertedName”:”jumbo21x9″},”full3x1″:{“uuid”:null,”label”:”full3x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full3x1_ClosingsandDelays.jpg?1674513046742″,”id”:”cc7aeae1-a8bb-422a-a3e0-ebbb84c6a904″,”x”:0,”y”:114,”width”:986,”preciseWidth”:null,”height”:328,”preciseHeight”:null,”scaleWidth”:986,”name”:”full3x1Url”,”blurSigma”:-1,”rendition”:”full3x1″,”labelOrConvertedName”:”full3x1″},”medium16x9″:{“uuid”:null,”label”:”medium16x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium16x9_ClosingsandDelays.jpg?1674513046742″,”id”:”315dfb66-51d7-4428-aed7-d3480b64fc77″,”x”:0,”y”:1,”width”:986,”preciseWidth”:null,”height”:554,”preciseHeight”:null,”scaleWidth”:648,”name”:”medium16x9Url”,”blurSigma”:-1,”rendition”:”medium16x9″,”labelOrConvertedName”:”medium16x9″},”full1x1″:{“uuid”:null,”label”:”full1x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full1x1_ClosingsandDelays.jpg?1674513046742″,”id”:”e45fc330-afe5-463d-85bc-535fdfaf54d0″,”x”:216,”y”:0,”width”:555,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:555,”name”:”full1x1Url”,”blurSigma”:-1,”rendition”:”full1x1″,”labelOrConvertedName”:”full1x1″},”originalBlur”:{“uuid”:null,”label”:”originalBlur”,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-originalBlur_ClosingsandDelays.jpg?1674513046742″,”id”:”6a544d37-a117-4c9a-b31f-deeebca49891″,”x”:0,”y”:0,”width”:986,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:986,”name”:”originalBlurUrl”,”blurSigma”:30,”rendition”:”originalBlur”,”labelOrConvertedName”:”originalBlur”}}}],”videos”:[{“type”:”Video”,”uuid”:”5dc6ea77-9b73-4c5f-8aa9-8fa29f737d01″,”title”:”Ariana Parra reports on the inclement weather that made its way into the borderland “,”updatedBy”:”Laura Bagwell”,”created”:1674570214000,”version”:3,”attributes”:[],”externalId”:”e258c72433c84d59b7ba3cd0e908fd3e”,”versionSetUuid”:”c9faf1fb-0ee3-4e3c-a8e2-0a2b44c3b05b”,”alt”:”KFOX”,”original”:”false”,”orderNumber”:2,”brandUuid”:”aa25e3ac-82c9-4e8c-afc6-cc9f872a266f”,”duration”:154.752,”thumbUrl”:”https://x-default-stgec.uplynk.com/auso/slices/e25/34d28c6069b34f1d96307c80809697d7/e258c72433c84d59b7ba3cd0e908fd3e/poster_65f4967d4b4347c780ca89034c5b7dcc.png”,”url”:”https://content.uplynk.com/e258c72433c84d59b7ba3cd0e908fd3e.m3u8?tc=1&exp=1674657988&rn=1778240991&ct=a&cid=e258c72433c84d59b7ba3cd0e908fd3e&sig=5edc6d6d07f97301e26483d3129209e89b4f2b9f1b02578bb301263a4b7f8939″,”mp4Url”:”http://x-default-stgec.uplynk.com/auso/slices/e25/34d28c6069b34f1d96307c80809697d7/e258c72433c84d59b7ba3cd0e908fd3e/e258c72433c84d59b7ba3cd0e908fd3e_g.mp4″}],”audios”:[],”sinclairOwned”:false,”sourceTag”:{“uuid”:”80af3dd0-c2c3-4787-baa9-3d6bbdf52cdd”,”name”:”KFOX”,”dimension”:”Source”,”removable”:false,”weight”:1,”userGenerated”:false},”marketTag”:null,”tags”:[{“uuid”:”784c4e0d-6e17-4a1a-84ec-23070e5757f5″,”name”:”Local”,”dimension”:”Franchise”,”removable”:true,”weight”:1,”userGenerated”:false},{“uuid”:”a1311ea6-4e8b-4c7e-9012-5430655a406d”,”name”:”Instagram”,”dimension”:”Franchise”,”removable”:true,”weight”:1,”userGenerated”:true},{“uuid”:”50eefdcd-4fd0-4b73-8625-8ed5115e2b66″,”name”:”Canutillo, Texas”,”dimension”:”SocialTag”,”removable”:true,”weight”:0.01,”userGenerated”:false},{“uuid”:”bb5a33a5-c059-406d-9314-f5b0b930357a”,”name”:”Weather-related cancellation”,”dimension”:”SocialTag”,”removable”:true,”weight”:0.01,”userGenerated”:false},{“uuid”:”92f720b7-e78d-4a80-8f9a-ac1ac0d26c3e”,”name”:”Anthony ISD”,”dimension”:”Entity”,”removable”:true,”weight”:0.95,”userGenerated”:false},{“uuid”:”c38c40cf-39a3-4094-8c24-8531649f94eb”,”name”:”El Paso, Texas”,”dimension”:”SocialTag”,”removable”:true,”weight”:0.01,”userGenerated”:false},{“uuid”:”b1ca3c0c-eb24-43fa-b955-18c332c407e3″,”name”:”Rainout”,”dimension”:”SocialTag”,”removable”:true,”weight”:0.01,”userGenerated”:false},{“uuid”:”5c3455ce-0d81-4b9e-854f-b2bbf9751af4″,”name”:”Clint Isd Clint Isd”,”dimension”:”Entity”,”removable”:true,”weight”:0.97,”userGenerated”:false},{“uuid”:”96377579-dd54-49c8-a73e-dfbccaa71961″,”name”:”Local government in the United States”,”dimension”:”SocialTag”,”removable”:true,”weight”:0.01,”userGenerated”:false},{“uuid”:”aa78fb76-66fb-401b-a378-cc9f29ff9491″,”name”:”education”,”dimension”:”Topic”,”removable”:true,”weight”:0.99,”userGenerated”:false},{“uuid”:”4c14f8b1-8eb2-49d7-a56d-926da2d2f28b”,”name”:”Newsletter Daily”,”dimension”:”Franchise”,”removable”:true,”weight”:1,”userGenerated”:false},{“uuid”:”d194844a-4da7-44a1-97eb-e4a52e95bc7a”,”name”:”Ysleta Independent School District”,”dimension”:”SocialTag”,”removable”:true,”weight”:0.01,”userGenerated”:false},{“uuid”:”e2da5f18-0570-4010-9b94-22d7c22e79fd”,”name”:”Texas”,”dimension”:”SocialTag”,”removable”:true,”weight”:0.01,”userGenerated”:false},{“uuid”:”f7e5a76e-c248-41bc-96bd-6dae0a14a9fe”,”name”:”News”,”dimension”:”Franchise”,”removable”:true,”weight”:1,”userGenerated”:false}],”tagExcludes”:null,”userTags”:[“Instagram”],”alerts”:null,”heroImage”:{“tags”:[],”image”:{“type”:”Image”,”uuid”:”ab819fd5-53e9-49d2-961c-583df3f3cad5″,”title”:”Closings and Delays”,”updatedBy”:”Laura Bagwell”,”created”:1674570185000,”version”:5,”attributes”:[],”caption”:”Closings and Delays”,”description”:”Closings and Delays.jpg”,”externalId”:”8f2b65d8-5ee0-4826-8743-fcc6f9fe52f0″,”versionSetUuid”:”703aa650-e90a-4a2c-85f1-457ad53155a3″,”alt”:”Closings and Delays.jpg”,”original”:”false”,”metadata”:”{}”,”orderNumber”:1,”brandUuid”:”aa25e3ac-82c9-4e8c-afc6-cc9f872a266f”,”originalUrl”:”/resources/media/8f2b65d8-5ee0-4826-8743-fcc6f9fe52f0-ClosingsandDelays.jpg”,”height”:555,”width”:986,”large16x9Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large16x9_ClosingsandDelays.jpg?1674513046742″,”medium16x9Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium16x9_ClosingsandDelays.jpg?1674513046742″,”small16x9Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small16x9_ClosingsandDelays.jpg?1674513046742″,”large36x25Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large36x25_ClosingsandDelays.jpg?1674513046742″,”medium36x25Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium36x25_ClosingsandDelays.jpg?1674513046742″,”small36x25Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small36x25_ClosingsandDelays.jpg?1674513046742″,”large1x1Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large1x1_ClosingsandDelays.jpg?1674513046742″,”medium1x1Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium1x1_ClosingsandDelays.jpg?1674513046742″,”small1x1Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small1x1_ClosingsandDelays.jpg?1674513046742″,”largeScaleUrl”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-largeScale_ClosingsandDelays.jpg?1674513046742″,”smallScaleUrl”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-smallScale_ClosingsandDelays.jpg?1674513046742″,”originalBlurUrl”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-originalBlur_ClosingsandDelays.jpg?1674513046742″,”largeBlurUrl”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-largeBlur_ClosingsandDelays.jpg?1674513046742″,”smallBlurUrl”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-smallBlur_ClosingsandDelays.jpg?1674513046742″,”isGif”:false,”fileName”:”Closings and Delays.jpg”,”jumbo16x9Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo16x9_ClosingsandDelays.jpg?1674513046742″,”jumbo36x25Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo36x25_ClosingsandDelays.jpg?1674513046742″,”large3x4Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large3x4_ClosingsandDelays.jpg?1674513046742″,”renditions”:{“large16x9”:{“uuid”:null,”label”:”large16x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large16x9_ClosingsandDelays.jpg?1674513046742″,”id”:”5ada6908-d576-4b38-be7d-87f8a06a7cc3″,”x”:0,”y”:1,”width”:986,”preciseWidth”:null,”height”:554,”preciseHeight”:null,”scaleWidth”:986,”name”:”large16x9Url”,”blurSigma”:-1,”rendition”:”large16x9″,”labelOrConvertedName”:”large16x9″},”jumbo16x9″:{“uuid”:null,”label”:”jumbo16x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo16x9_ClosingsandDelays.jpg?1674513046742″,”id”:”909ff7b4-d0cf-4890-8baf-5877eb4a2b1e”,”x”:0,”y”:1,”width”:986,”preciseWidth”:null,”height”:554,”preciseHeight”:null,”scaleWidth”:1320,”name”:”jumbo16x9Url”,”blurSigma”:-1,”rendition”:”jumbo16x9″,”labelOrConvertedName”:”jumbo16x9″},”small16x9″:{“uuid”:null,”label”:”small16x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small16x9_ClosingsandDelays.jpg?1674513046742″,”id”:”75ce6999-9082-4c24-aa90-e0864ca95aad”,”x”:0,”y”:1,”width”:986,”preciseWidth”:null,”height”:554,”preciseHeight”:null,”scaleWidth”:160,”name”:”small16x9Url”,”blurSigma”:-1,”rendition”:”small16x9″,”labelOrConvertedName”:”small16x9″},”full3x4″:{“uuid”:null,”label”:”full3x4″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full3x4_ClosingsandDelays.jpg?1674513046742″,”id”:”8198c2c3-b848-443e-9f1b-5f0c1cf19d4d”,”x”:285,”y”:0,”width”:416,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:416,”name”:”full3x4Url”,”blurSigma”:-1,”rendition”:”full3x4″,”labelOrConvertedName”:”full3x4″},”large36x25″:{“uuid”:null,”label”:”large36x25″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large36x25_ClosingsandDelays.jpg?1674513046742″,”id”:”78ac4c29-488b-47ff-b034-e2aa1ff60316″,”x”:94,”y”:0,”width”:799,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:360,”name”:”large36x25Url”,”blurSigma”:-1,”rendition”:”large36x25″,”labelOrConvertedName”:”large36x25″},”full36x25″:{“uuid”:null,”label”:”full36x25″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full36x25_ClosingsandDelays.jpg?1674513046742″,”id”:”550fdbad-ce4a-4c88-b113-a977f499eccb”,”x”:94,”y”:0,”width”:799,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:799,”name”:”full36x25Url”,”blurSigma”:-1,”rendition”:”full36x25″,”labelOrConvertedName”:”full36x25″},”full21x9″:{“uuid”:null,”label”:”full21x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full21x9_ClosingsandDelays.jpg?1674513046742″,”id”:”e6e6b829-3ffd-46e2-896e-e97ea21105d0″,”x”:0,”y”:67,”width”:986,”preciseWidth”:null,”height”:422,”preciseHeight”:null,”scaleWidth”:986,”name”:”full21x9Url”,”blurSigma”:-1,”rendition”:”full21x9″,”labelOrConvertedName”:”full21x9″},”large3x4″:{“uuid”:null,”label”:”large3x4″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large3x4_ClosingsandDelays.jpg?1674513046742″,”id”:”337ae793-97e9-4d0f-822b-3363528c08c9″,”x”:285,”y”:0,”width”:416,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:960,”name”:”large3x4Url”,”blurSigma”:-1,”rendition”:”large3x4″,”labelOrConvertedName”:”large3x4″},”jumbo36x25″:{“uuid”:null,”label”:”jumbo36x25″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo36x25_ClosingsandDelays.jpg?1674513046742″,”id”:”1bd1a01a-9951-4955-a2b1-3f1f2f1fcf07″,”x”:94,”y”:0,”width”:799,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:544,”name”:”jumbo36x25Url”,”blurSigma”:-1,”rendition”:”jumbo36x25″,”labelOrConvertedName”:”jumbo36x25″},”large2x3″:{“uuid”:null,”label”:”large2x3″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large2x3_ClosingsandDelays.jpg?1674513046742″,”id”:”8b237cbb-f862-48a3-ba60-8cc32549f922″,”x”:308,”y”:0,”width”:370,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:854,”name”:”large2x3Url”,”blurSigma”:-1,”rendition”:”large2x3″,”labelOrConvertedName”:”large2x3″},”jumbo3x4″:{“uuid”:null,”label”:”jumbo3x4″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo3x4_ClosingsandDelays.jpg?1674513046742″,”id”:”f1c6d8e9-0357-49fe-aa18-984d8c47047c”,”x”:285,”y”:0,”width”:416,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:1440,”name”:”jumbo3x4Url”,”blurSigma”:-1,”rendition”:”jumbo3x4″,”labelOrConvertedName”:”jumbo3x4″},”large3x1″:{“uuid”:null,”label”:”large3x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large3x1_ClosingsandDelays.jpg?1674513046742″,”id”:”dbf8bf5c-2a5d-44a2-a9e3-991697220a47″,”x”:0,”y”:114,”width”:986,”preciseWidth”:null,”height”:328,”preciseHeight”:null,”scaleWidth”:1280,”name”:”large3x1Url”,”blurSigma”:-1,”rendition”:”large3x1″,”labelOrConvertedName”:”large3x1″},”small3x4″:{“uuid”:null,”label”:”small3x4″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small3x4_ClosingsandDelays.jpg?1674513046742″,”id”:”cd77b71b-f292-42fc-a30c-0ed73a78487e”,”x”:285,”y”:0,”width”:416,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:120,”name”:”small3x4Url”,”blurSigma”:-1,”rendition”:”small3x4″,”labelOrConvertedName”:”small3x4″},”medium21x9″:{“uuid”:null,”label”:”medium21x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium21x9_ClosingsandDelays.jpg?1674513046742″,”id”:”a30d5e31-deb4-427e-8c35-77857e35cdcc”,”x”:0,”y”:67,”width”:986,”preciseWidth”:null,”height”:422,”preciseHeight”:null,”scaleWidth”:640,”name”:”medium21x9Url”,”blurSigma”:-1,”rendition”:”medium21x9″,”labelOrConvertedName”:”medium21x9″},”medium9x16″:{“uuid”:null,”label”:”medium9x16″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium9x16_ClosingsandDelays.jpg?1674513046742″,”id”:”818291a1-e2ad-4252-8f93-946808c67589″,”x”:337,”y”:0,”width”:312,”preciseWidth”:312.1875,”height”:555,”preciseHeight”:555,”scaleWidth”:720,”name”:”medium9x16Url”,”blurSigma”:-1,”rendition”:”medium9x16″,”labelOrConvertedName”:”medium9x16″},”large1x1″:{“uuid”:null,”label”:”large1x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large1x1_ClosingsandDelays.jpg?1674513046742″,”id”:”d3652621-670a-4360-8c3e-76e31749cec0″,”x”:216,”y”:0,”width”:555,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:800,”name”:”large1x1Url”,”blurSigma”:-1,”rendition”:”large1x1″,”labelOrConvertedName”:”large1x1″},”small36x25″:{“uuid”:null,”label”:”small36x25″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small36x25_ClosingsandDelays.jpg?1674513046742″,”id”:”d36a9490-c5b4-4d79-8259-5e552a561885″,”x”:94,”y”:0,”width”:799,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:72,”name”:”small36x25Url”,”blurSigma”:-1,”rendition”:”small36x25″,”labelOrConvertedName”:”small36x25″},”large21x9″:{“uuid”:null,”label”:”large21x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large21x9_ClosingsandDelays.jpg?1674513046742″,”id”:”f0a19336-753b-4767-9dbc-3f260508f6dd”,”x”:0,”y”:67,”width”:986,”preciseWidth”:null,”height”:422,”preciseHeight”:null,”scaleWidth”:1280,”name”:”large21x9Url”,”blurSigma”:-1,”rendition”:”large21x9″,”labelOrConvertedName”:”large21x9″},”large9x16″:{“uuid”:null,”label”:”large9x16″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large9x16_ClosingsandDelays.jpg?1674513046742″,”id”:”6ef264e6-495e-470b-8bd6-d46194d0b16d”,”x”:337,”y”:0,”width”:312,”preciseWidth”:312.1875,”height”:555,”preciseHeight”:555,”scaleWidth”:1440,”name”:”large9x16Url”,”blurSigma”:-1,”rendition”:”large9x16″,”labelOrConvertedName”:”large9x16″},”full9x16″:{“uuid”:null,”label”:”full9x16″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full9x16_ClosingsandDelays.jpg?1674513046742″,”id”:”57f3a1db-c621-4292-b743-0b05098491f6″,”x”:337,”y”:0,”width”:312,”preciseWidth”:312.1875,”height”:555,”preciseHeight”:555,”scaleWidth”:986,”name”:”full9x16Url”,”blurSigma”:-1,”rendition”:”full9x16″,”labelOrConvertedName”:”full9x16″},”small1x1″:{“uuid”:null,”label”:”small1x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small1x1_ClosingsandDelays.jpg?1674513046742″,”id”:”e5a02a65-fb8d-4dfd-95d9-9ba65832e543″,”x”:216,”y”:0,”width”:555,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:90,”name”:”small1x1Url”,”blurSigma”:-1,”rendition”:”small1x1″,”labelOrConvertedName”:”small1x1″},”smallScale”:{“uuid”:null,”label”:”smallScale”,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-smallScale_ClosingsandDelays.jpg?1674513046742″,”id”:”0c401b82-ef35-43ff-816e-e6842fd6cf73″,”x”:0,”y”:0,”width”:986,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:415,”name”:”smallScaleUrl”,”blurSigma”:-1,”rendition”:”smallScale”,”labelOrConvertedName”:”smallScale”},”small3x1″:{“uuid”:null,”label”:”small3x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small3x1_ClosingsandDelays.jpg?1674513046742″,”id”:”b902bcc6-f807-47b2-81c7-5186fcd5c998″,”x”:0,”y”:114,”width”:986,”preciseWidth”:null,”height”:328,”preciseHeight”:null,”scaleWidth”:160,”name”:”small3x1Url”,”blurSigma”:-1,”rendition”:”small3x1″,”labelOrConvertedName”:”small3x1″},”small2x3″:{“uuid”:null,”label”:”small2x3″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small2x3_ClosingsandDelays.jpg?1674513046742″,”id”:”8f99e801-c69a-487c-b4a8-4ac27a50de24″,”x”:308,”y”:0,”width”:370,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:107,”name”:”small2x3Url”,”blurSigma”:-1,”rendition”:”small2x3″,”labelOrConvertedName”:”small2x3″},”medium2x3″:{“uuid”:null,”label”:”medium2x3″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium2x3_ClosingsandDelays.jpg?1674513046742″,”id”:”a385e8f9-621e-4281-8ad6-112fae17622f”,”x”:308,”y”:0,”width”:370,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:427,”name”:”medium2x3Url”,”blurSigma”:-1,”rendition”:”medium2x3″,”labelOrConvertedName”:”medium2x3″},”medium3x4″:{“uuid”:null,”label”:”medium3x4″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium3x4_ClosingsandDelays.jpg?1674513046742″,”id”:”fb1bf389-4854-4ce5-aeeb-8a78e131f3f9″,”x”:285,”y”:0,”width”:416,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:480,”name”:”medium3x4Url”,”blurSigma”:-1,”rendition”:”medium3x4″,”labelOrConvertedName”:”medium3x4″},”largeScale”:{“uuid”:null,”label”:”largeScale”,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-largeScale_ClosingsandDelays.jpg?1674513046742″,”id”:”cf53afcf-63a2-4481-b810-15a9a1c58630″,”x”:0,”y”:0,”width”:986,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:768,”name”:”largeScaleUrl”,”blurSigma”:-1,”rendition”:”largeScale”,”labelOrConvertedName”:”largeScale”},”small21x9″:{“uuid”:null,”label”:”small21x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small21x9_ClosingsandDelays.jpg?1674513046742″,”id”:”b9bd9f08-6c96-498d-acf6-5597ac17a583″,”x”:0,”y”:67,”width”:986,”preciseWidth”:null,”height”:422,”preciseHeight”:null,”scaleWidth”:160,”name”:”small21x9Url”,”blurSigma”:-1,”rendition”:”small21x9″,”labelOrConvertedName”:”small21x9″},”jumbo9x16″:{“uuid”:null,”label”:”jumbo9x16″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo9x16_ClosingsandDelays.jpg?1674513046742″,”id”:”9b6fac26-d3b8-4994-87e7-39bf528977fb”,”x”:337,”y”:0,”width”:312,”preciseWidth”:312.1875,”height”:555,”preciseHeight”:555,”scaleWidth”:1845,”name”:”jumbo9x16Url”,”blurSigma”:-1,”rendition”:”jumbo9x16″,”labelOrConvertedName”:”jumbo9x16″},”largeBlur”:{“uuid”:null,”label”:”largeBlur”,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-largeBlur_ClosingsandDelays.jpg?1674513046742″,”id”:”2010f369-088b-4136-b5a8-ed1f6157bbe8″,”x”:0,”y”:0,”width”:986,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:768,”name”:”largeBlurUrl”,”blurSigma”:30,”rendition”:”largeBlur”,”labelOrConvertedName”:”largeBlur”},”medium1x1″:{“uuid”:null,”label”:”medium1x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium1x1_ClosingsandDelays.jpg?1674513046742″,”id”:”08b30df5-e8f0-4baa-8201-dee2d6bb333b”,”x”:216,”y”:0,”width”:555,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:200,”name”:”medium1x1Url”,”blurSigma”:-1,”rendition”:”medium1x1″,”labelOrConvertedName”:”medium1x1″},”medium3x1″:{“uuid”:null,”label”:”medium3x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium3x1_ClosingsandDelays.jpg?1674513046742″,”id”:”68b72dc4-f985-4cc0-b696-ffcae03471ff”,”x”:0,”y”:114,”width”:986,”preciseWidth”:null,”height”:328,”preciseHeight”:null,”scaleWidth”:640,”name”:”medium3x1Url”,”blurSigma”:-1,”rendition”:”medium3x1″,”labelOrConvertedName”:”medium3x1″},”full16x9″:{“uuid”:null,”label”:”full16x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full16x9_ClosingsandDelays.jpg?1674513046742″,”id”:”b29d52fe-6b90-4592-b98e-fcbc1179266b”,”x”:0,”y”:1,”width”:986,”preciseWidth”:null,”height”:554,”preciseHeight”:null,”scaleWidth”:986,”name”:”full16x9Url”,”blurSigma”:-1,”rendition”:”full16x9″,”labelOrConvertedName”:”full16x9″},”jumbo2x3″:{“uuid”:null,”label”:”jumbo2x3″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo2x3_ClosingsandDelays.jpg?1674513046742″,”id”:”d636707e-4901-4960-8472-0f69ebc4a9c4″,”x”:308,”y”:0,”width”:370,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:1280,”name”:”jumbo2x3Url”,”blurSigma”:-1,”rendition”:”jumbo2x3″,”labelOrConvertedName”:”jumbo2x3″},”medium36x25″:{“uuid”:null,”label”:”medium36x25″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium36x25_ClosingsandDelays.jpg?1674513046742″,”id”:”18eb1067-b529-4498-ade3-5ebb44ead8ad”,”x”:94,”y”:0,”width”:799,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:144,”name”:”medium36x25Url”,”blurSigma”:-1,”rendition”:”medium36x25″,”labelOrConvertedName”:”medium36x25″},”jumbo3x1″:{“uuid”:null,”label”:”jumbo3x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo3x1_ClosingsandDelays.jpg?1674513046742″,”id”:”c8c871d1-2ef6-4ac4-b9c5-b0d27b447ba9″,”x”:0,”y”:114,”width”:986,”preciseWidth”:null,”height”:328,”preciseHeight”:null,”scaleWidth”:1920,”name”:”jumbo3x1Url”,”blurSigma”:-1,”rendition”:”jumbo3x1″,”labelOrConvertedName”:”jumbo3x1″},”jumbo1x1″:{“uuid”:null,”label”:”jumbo1x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo1x1_ClosingsandDelays.jpg?1674513046742″,”id”:”c7f2e5be-af77-4d20-8caa-5979ad89f27d”,”x”:216,”y”:0,”width”:555,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:1440,”name”:”jumbo1x1Url”,”blurSigma”:-1,”rendition”:”jumbo1x1″,”labelOrConvertedName”:”jumbo1x1″},”full2x3″:{“uuid”:null,”label”:”full2x3″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full2x3_ClosingsandDelays.jpg?1674513046742″,”id”:”02052a9f-d171-486e-9904-c91dbd73e594″,”x”:308,”y”:0,”width”:370,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:370,”name”:”full2x3Url”,”blurSigma”:-1,”rendition”:”full2x3″,”labelOrConvertedName”:”full2x3″},”small9x16″:{“uuid”:null,”label”:”small9x16″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small9x16_ClosingsandDelays.jpg?1674513046742″,”id”:”9cd94214-be6a-484b-b543-c18aeae58cfc”,”x”:337,”y”:0,”width”:312,”preciseWidth”:312.1875,”height”:555,”preciseHeight”:555,”scaleWidth”:360,”name”:”small9x16Url”,”blurSigma”:-1,”rendition”:”small9x16″,”labelOrConvertedName”:”small9x16″},”smallBlur”:{“uuid”:null,”label”:”smallBlur”,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-smallBlur_ClosingsandDelays.jpg?1674513046742″,”id”:”a99f947e-46d0-44b2-9a7a-57b4e4cb406e”,”x”:0,”y”:0,”width”:986,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:415,”name”:”smallBlurUrl”,”blurSigma”:15,”rendition”:”smallBlur”,”labelOrConvertedName”:”smallBlur”},”jumbo21x9″:{“uuid”:null,”label”:”jumbo21x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo21x9_ClosingsandDelays.jpg?1674513046742″,”id”:”4c2d03ed-91ab-4248-b4c0-00b5a0ee5420″,”x”:0,”y”:67,”width”:986,”preciseWidth”:null,”height”:422,”preciseHeight”:null,”scaleWidth”:1920,”name”:”jumbo21x9Url”,”blurSigma”:-1,”rendition”:”jumbo21x9″,”labelOrConvertedName”:”jumbo21x9″},”full3x1″:{“uuid”:null,”label”:”full3x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full3x1_ClosingsandDelays.jpg?1674513046742″,”id”:”cc7aeae1-a8bb-422a-a3e0-ebbb84c6a904″,”x”:0,”y”:114,”width”:986,”preciseWidth”:null,”height”:328,”preciseHeight”:null,”scaleWidth”:986,”name”:”full3x1Url”,”blurSigma”:-1,”rendition”:”full3x1″,”labelOrConvertedName”:”full3x1″},”medium16x9″:{“uuid”:null,”label”:”medium16x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium16x9_ClosingsandDelays.jpg?1674513046742″,”id”:”315dfb66-51d7-4428-aed7-d3480b64fc77″,”x”:0,”y”:1,”width”:986,”preciseWidth”:null,”height”:554,”preciseHeight”:null,”scaleWidth”:648,”name”:”medium16x9Url”,”blurSigma”:-1,”rendition”:”medium16x9″,”labelOrConvertedName”:”medium16x9″},”full1x1″:{“uuid”:null,”label”:”full1x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full1x1_ClosingsandDelays.jpg?1674513046742″,”id”:”e45fc330-afe5-463d-85bc-535fdfaf54d0″,”x”:216,”y”:0,”width”:555,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:555,”name”:”full1x1Url”,”blurSigma”:-1,”rendition”:”full1x1″,”labelOrConvertedName”:”full1x1″},”originalBlur”:{“uuid”:null,”label”:”originalBlur”,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-originalBlur_ClosingsandDelays.jpg?1674513046742″,”id”:”6a544d37-a117-4c9a-b31f-deeebca49891″,”x”:0,”y”:0,”width”:986,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:986,”name”:”originalBlurUrl”,”blurSigma”:30,”rendition”:”originalBlur”,”labelOrConvertedName”:”originalBlur”}}}},”teaserImage”:{“tags”:[],”image”:{“type”:”Image”,”uuid”:”ab819fd5-53e9-49d2-961c-583df3f3cad5″,”title”:”Closings and Delays”,”updatedBy”:”Laura Bagwell”,”created”:1674570185000,”version”:5,”attributes”:[],”caption”:”Closings and Delays”,”description”:”Closings and Delays.jpg”,”externalId”:”8f2b65d8-5ee0-4826-8743-fcc6f9fe52f0″,”versionSetUuid”:”703aa650-e90a-4a2c-85f1-457ad53155a3″,”alt”:”Closings and Delays.jpg”,”original”:”false”,”metadata”:”{}”,”orderNumber”:1,”brandUuid”:”aa25e3ac-82c9-4e8c-afc6-cc9f872a266f”,”originalUrl”:”/resources/media/8f2b65d8-5ee0-4826-8743-fcc6f9fe52f0-ClosingsandDelays.jpg”,”height”:555,”width”:986,”large16x9Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large16x9_ClosingsandDelays.jpg?1674513046742″,”medium16x9Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium16x9_ClosingsandDelays.jpg?1674513046742″,”small16x9Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small16x9_ClosingsandDelays.jpg?1674513046742″,”large36x25Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large36x25_ClosingsandDelays.jpg?1674513046742″,”medium36x25Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium36x25_ClosingsandDelays.jpg?1674513046742″,”small36x25Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small36x25_ClosingsandDelays.jpg?1674513046742″,”large1x1Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large1x1_ClosingsandDelays.jpg?1674513046742″,”medium1x1Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium1x1_ClosingsandDelays.jpg?1674513046742″,”small1x1Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small1x1_ClosingsandDelays.jpg?1674513046742″,”largeScaleUrl”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-largeScale_ClosingsandDelays.jpg?1674513046742″,”smallScaleUrl”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-smallScale_ClosingsandDelays.jpg?1674513046742″,”originalBlurUrl”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-originalBlur_ClosingsandDelays.jpg?1674513046742″,”largeBlurUrl”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-largeBlur_ClosingsandDelays.jpg?1674513046742″,”smallBlurUrl”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-smallBlur_ClosingsandDelays.jpg?1674513046742″,”isGif”:false,”fileName”:”Closings and Delays.jpg”,”jumbo16x9Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo16x9_ClosingsandDelays.jpg?1674513046742″,”jumbo36x25Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo36x25_ClosingsandDelays.jpg?1674513046742″,”large3x4Url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large3x4_ClosingsandDelays.jpg?1674513046742″,”renditions”:{“large16x9”:{“uuid”:null,”label”:”large16x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large16x9_ClosingsandDelays.jpg?1674513046742″,”id”:”5ada6908-d576-4b38-be7d-87f8a06a7cc3″,”x”:0,”y”:1,”width”:986,”preciseWidth”:null,”height”:554,”preciseHeight”:null,”scaleWidth”:986,”name”:”large16x9Url”,”blurSigma”:-1,”rendition”:”large16x9″,”labelOrConvertedName”:”large16x9″},”jumbo16x9″:{“uuid”:null,”label”:”jumbo16x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo16x9_ClosingsandDelays.jpg?1674513046742″,”id”:”909ff7b4-d0cf-4890-8baf-5877eb4a2b1e”,”x”:0,”y”:1,”width”:986,”preciseWidth”:null,”height”:554,”preciseHeight”:null,”scaleWidth”:1320,”name”:”jumbo16x9Url”,”blurSigma”:-1,”rendition”:”jumbo16x9″,”labelOrConvertedName”:”jumbo16x9″},”small16x9″:{“uuid”:null,”label”:”small16x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small16x9_ClosingsandDelays.jpg?1674513046742″,”id”:”75ce6999-9082-4c24-aa90-e0864ca95aad”,”x”:0,”y”:1,”width”:986,”preciseWidth”:null,”height”:554,”preciseHeight”:null,”scaleWidth”:160,”name”:”small16x9Url”,”blurSigma”:-1,”rendition”:”small16x9″,”labelOrConvertedName”:”small16x9″},”full3x4″:{“uuid”:null,”label”:”full3x4″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full3x4_ClosingsandDelays.jpg?1674513046742″,”id”:”8198c2c3-b848-443e-9f1b-5f0c1cf19d4d”,”x”:285,”y”:0,”width”:416,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:416,”name”:”full3x4Url”,”blurSigma”:-1,”rendition”:”full3x4″,”labelOrConvertedName”:”full3x4″},”large36x25″:{“uuid”:null,”label”:”large36x25″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large36x25_ClosingsandDelays.jpg?1674513046742″,”id”:”78ac4c29-488b-47ff-b034-e2aa1ff60316″,”x”:94,”y”:0,”width”:799,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:360,”name”:”large36x25Url”,”blurSigma”:-1,”rendition”:”large36x25″,”labelOrConvertedName”:”large36x25″},”full36x25″:{“uuid”:null,”label”:”full36x25″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full36x25_ClosingsandDelays.jpg?1674513046742″,”id”:”550fdbad-ce4a-4c88-b113-a977f499eccb”,”x”:94,”y”:0,”width”:799,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:799,”name”:”full36x25Url”,”blurSigma”:-1,”rendition”:”full36x25″,”labelOrConvertedName”:”full36x25″},”full21x9″:{“uuid”:null,”label”:”full21x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full21x9_ClosingsandDelays.jpg?1674513046742″,”id”:”e6e6b829-3ffd-46e2-896e-e97ea21105d0″,”x”:0,”y”:67,”width”:986,”preciseWidth”:null,”height”:422,”preciseHeight”:null,”scaleWidth”:986,”name”:”full21x9Url”,”blurSigma”:-1,”rendition”:”full21x9″,”labelOrConvertedName”:”full21x9″},”large3x4″:{“uuid”:null,”label”:”large3x4″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large3x4_ClosingsandDelays.jpg?1674513046742″,”id”:”337ae793-97e9-4d0f-822b-3363528c08c9″,”x”:285,”y”:0,”width”:416,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:960,”name”:”large3x4Url”,”blurSigma”:-1,”rendition”:”large3x4″,”labelOrConvertedName”:”large3x4″},”jumbo36x25″:{“uuid”:null,”label”:”jumbo36x25″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo36x25_ClosingsandDelays.jpg?1674513046742″,”id”:”1bd1a01a-9951-4955-a2b1-3f1f2f1fcf07″,”x”:94,”y”:0,”width”:799,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:544,”name”:”jumbo36x25Url”,”blurSigma”:-1,”rendition”:”jumbo36x25″,”labelOrConvertedName”:”jumbo36x25″},”large2x3″:{“uuid”:null,”label”:”large2x3″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large2x3_ClosingsandDelays.jpg?1674513046742″,”id”:”8b237cbb-f862-48a3-ba60-8cc32549f922″,”x”:308,”y”:0,”width”:370,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:854,”name”:”large2x3Url”,”blurSigma”:-1,”rendition”:”large2x3″,”labelOrConvertedName”:”large2x3″},”jumbo3x4″:{“uuid”:null,”label”:”jumbo3x4″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo3x4_ClosingsandDelays.jpg?1674513046742″,”id”:”f1c6d8e9-0357-49fe-aa18-984d8c47047c”,”x”:285,”y”:0,”width”:416,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:1440,”name”:”jumbo3x4Url”,”blurSigma”:-1,”rendition”:”jumbo3x4″,”labelOrConvertedName”:”jumbo3x4″},”large3x1″:{“uuid”:null,”label”:”large3x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large3x1_ClosingsandDelays.jpg?1674513046742″,”id”:”dbf8bf5c-2a5d-44a2-a9e3-991697220a47″,”x”:0,”y”:114,”width”:986,”preciseWidth”:null,”height”:328,”preciseHeight”:null,”scaleWidth”:1280,”name”:”large3x1Url”,”blurSigma”:-1,”rendition”:”large3x1″,”labelOrConvertedName”:”large3x1″},”small3x4″:{“uuid”:null,”label”:”small3x4″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small3x4_ClosingsandDelays.jpg?1674513046742″,”id”:”cd77b71b-f292-42fc-a30c-0ed73a78487e”,”x”:285,”y”:0,”width”:416,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:120,”name”:”small3x4Url”,”blurSigma”:-1,”rendition”:”small3x4″,”labelOrConvertedName”:”small3x4″},”medium21x9″:{“uuid”:null,”label”:”medium21x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium21x9_ClosingsandDelays.jpg?1674513046742″,”id”:”a30d5e31-deb4-427e-8c35-77857e35cdcc”,”x”:0,”y”:67,”width”:986,”preciseWidth”:null,”height”:422,”preciseHeight”:null,”scaleWidth”:640,”name”:”medium21x9Url”,”blurSigma”:-1,”rendition”:”medium21x9″,”labelOrConvertedName”:”medium21x9″},”medium9x16″:{“uuid”:null,”label”:”medium9x16″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium9x16_ClosingsandDelays.jpg?1674513046742″,”id”:”818291a1-e2ad-4252-8f93-946808c67589″,”x”:337,”y”:0,”width”:312,”preciseWidth”:312.1875,”height”:555,”preciseHeight”:555,”scaleWidth”:720,”name”:”medium9x16Url”,”blurSigma”:-1,”rendition”:”medium9x16″,”labelOrConvertedName”:”medium9x16″},”large1x1″:{“uuid”:null,”label”:”large1x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large1x1_ClosingsandDelays.jpg?1674513046742″,”id”:”d3652621-670a-4360-8c3e-76e31749cec0″,”x”:216,”y”:0,”width”:555,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:800,”name”:”large1x1Url”,”blurSigma”:-1,”rendition”:”large1x1″,”labelOrConvertedName”:”large1x1″},”small36x25″:{“uuid”:null,”label”:”small36x25″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small36x25_ClosingsandDelays.jpg?1674513046742″,”id”:”d36a9490-c5b4-4d79-8259-5e552a561885″,”x”:94,”y”:0,”width”:799,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:72,”name”:”small36x25Url”,”blurSigma”:-1,”rendition”:”small36x25″,”labelOrConvertedName”:”small36x25″},”large21x9″:{“uuid”:null,”label”:”large21x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large21x9_ClosingsandDelays.jpg?1674513046742″,”id”:”f0a19336-753b-4767-9dbc-3f260508f6dd”,”x”:0,”y”:67,”width”:986,”preciseWidth”:null,”height”:422,”preciseHeight”:null,”scaleWidth”:1280,”name”:”large21x9Url”,”blurSigma”:-1,”rendition”:”large21x9″,”labelOrConvertedName”:”large21x9″},”large9x16″:{“uuid”:null,”label”:”large9x16″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-large9x16_ClosingsandDelays.jpg?1674513046742″,”id”:”6ef264e6-495e-470b-8bd6-d46194d0b16d”,”x”:337,”y”:0,”width”:312,”preciseWidth”:312.1875,”height”:555,”preciseHeight”:555,”scaleWidth”:1440,”name”:”large9x16Url”,”blurSigma”:-1,”rendition”:”large9x16″,”labelOrConvertedName”:”large9x16″},”full9x16″:{“uuid”:null,”label”:”full9x16″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full9x16_ClosingsandDelays.jpg?1674513046742″,”id”:”57f3a1db-c621-4292-b743-0b05098491f6″,”x”:337,”y”:0,”width”:312,”preciseWidth”:312.1875,”height”:555,”preciseHeight”:555,”scaleWidth”:986,”name”:”full9x16Url”,”blurSigma”:-1,”rendition”:”full9x16″,”labelOrConvertedName”:”full9x16″},”small1x1″:{“uuid”:null,”label”:”small1x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small1x1_ClosingsandDelays.jpg?1674513046742″,”id”:”e5a02a65-fb8d-4dfd-95d9-9ba65832e543″,”x”:216,”y”:0,”width”:555,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:90,”name”:”small1x1Url”,”blurSigma”:-1,”rendition”:”small1x1″,”labelOrConvertedName”:”small1x1″},”smallScale”:{“uuid”:null,”label”:”smallScale”,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-smallScale_ClosingsandDelays.jpg?1674513046742″,”id”:”0c401b82-ef35-43ff-816e-e6842fd6cf73″,”x”:0,”y”:0,”width”:986,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:415,”name”:”smallScaleUrl”,”blurSigma”:-1,”rendition”:”smallScale”,”labelOrConvertedName”:”smallScale”},”small3x1″:{“uuid”:null,”label”:”small3x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small3x1_ClosingsandDelays.jpg?1674513046742″,”id”:”b902bcc6-f807-47b2-81c7-5186fcd5c998″,”x”:0,”y”:114,”width”:986,”preciseWidth”:null,”height”:328,”preciseHeight”:null,”scaleWidth”:160,”name”:”small3x1Url”,”blurSigma”:-1,”rendition”:”small3x1″,”labelOrConvertedName”:”small3x1″},”small2x3″:{“uuid”:null,”label”:”small2x3″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small2x3_ClosingsandDelays.jpg?1674513046742″,”id”:”8f99e801-c69a-487c-b4a8-4ac27a50de24″,”x”:308,”y”:0,”width”:370,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:107,”name”:”small2x3Url”,”blurSigma”:-1,”rendition”:”small2x3″,”labelOrConvertedName”:”small2x3″},”medium2x3″:{“uuid”:null,”label”:”medium2x3″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium2x3_ClosingsandDelays.jpg?1674513046742″,”id”:”a385e8f9-621e-4281-8ad6-112fae17622f”,”x”:308,”y”:0,”width”:370,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:427,”name”:”medium2x3Url”,”blurSigma”:-1,”rendition”:”medium2x3″,”labelOrConvertedName”:”medium2x3″},”medium3x4″:{“uuid”:null,”label”:”medium3x4″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium3x4_ClosingsandDelays.jpg?1674513046742″,”id”:”fb1bf389-4854-4ce5-aeeb-8a78e131f3f9″,”x”:285,”y”:0,”width”:416,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:480,”name”:”medium3x4Url”,”blurSigma”:-1,”rendition”:”medium3x4″,”labelOrConvertedName”:”medium3x4″},”largeScale”:{“uuid”:null,”label”:”largeScale”,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-largeScale_ClosingsandDelays.jpg?1674513046742″,”id”:”cf53afcf-63a2-4481-b810-15a9a1c58630″,”x”:0,”y”:0,”width”:986,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:768,”name”:”largeScaleUrl”,”blurSigma”:-1,”rendition”:”largeScale”,”labelOrConvertedName”:”largeScale”},”small21x9″:{“uuid”:null,”label”:”small21x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small21x9_ClosingsandDelays.jpg?1674513046742″,”id”:”b9bd9f08-6c96-498d-acf6-5597ac17a583″,”x”:0,”y”:67,”width”:986,”preciseWidth”:null,”height”:422,”preciseHeight”:null,”scaleWidth”:160,”name”:”small21x9Url”,”blurSigma”:-1,”rendition”:”small21x9″,”labelOrConvertedName”:”small21x9″},”jumbo9x16″:{“uuid”:null,”label”:”jumbo9x16″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo9x16_ClosingsandDelays.jpg?1674513046742″,”id”:”9b6fac26-d3b8-4994-87e7-39bf528977fb”,”x”:337,”y”:0,”width”:312,”preciseWidth”:312.1875,”height”:555,”preciseHeight”:555,”scaleWidth”:1845,”name”:”jumbo9x16Url”,”blurSigma”:-1,”rendition”:”jumbo9x16″,”labelOrConvertedName”:”jumbo9x16″},”largeBlur”:{“uuid”:null,”label”:”largeBlur”,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-largeBlur_ClosingsandDelays.jpg?1674513046742″,”id”:”2010f369-088b-4136-b5a8-ed1f6157bbe8″,”x”:0,”y”:0,”width”:986,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:768,”name”:”largeBlurUrl”,”blurSigma”:30,”rendition”:”largeBlur”,”labelOrConvertedName”:”largeBlur”},”medium1x1″:{“uuid”:null,”label”:”medium1x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium1x1_ClosingsandDelays.jpg?1674513046742″,”id”:”08b30df5-e8f0-4baa-8201-dee2d6bb333b”,”x”:216,”y”:0,”width”:555,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:200,”name”:”medium1x1Url”,”blurSigma”:-1,”rendition”:”medium1x1″,”labelOrConvertedName”:”medium1x1″},”medium3x1″:{“uuid”:null,”label”:”medium3x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium3x1_ClosingsandDelays.jpg?1674513046742″,”id”:”68b72dc4-f985-4cc0-b696-ffcae03471ff”,”x”:0,”y”:114,”width”:986,”preciseWidth”:null,”height”:328,”preciseHeight”:null,”scaleWidth”:640,”name”:”medium3x1Url”,”blurSigma”:-1,”rendition”:”medium3x1″,”labelOrConvertedName”:”medium3x1″},”full16x9″:{“uuid”:null,”label”:”full16x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full16x9_ClosingsandDelays.jpg?1674513046742″,”id”:”b29d52fe-6b90-4592-b98e-fcbc1179266b”,”x”:0,”y”:1,”width”:986,”preciseWidth”:null,”height”:554,”preciseHeight”:null,”scaleWidth”:986,”name”:”full16x9Url”,”blurSigma”:-1,”rendition”:”full16x9″,”labelOrConvertedName”:”full16x9″},”jumbo2x3″:{“uuid”:null,”label”:”jumbo2x3″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo2x3_ClosingsandDelays.jpg?1674513046742″,”id”:”d636707e-4901-4960-8472-0f69ebc4a9c4″,”x”:308,”y”:0,”width”:370,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:1280,”name”:”jumbo2x3Url”,”blurSigma”:-1,”rendition”:”jumbo2x3″,”labelOrConvertedName”:”jumbo2x3″},”medium36x25″:{“uuid”:null,”label”:”medium36x25″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium36x25_ClosingsandDelays.jpg?1674513046742″,”id”:”18eb1067-b529-4498-ade3-5ebb44ead8ad”,”x”:94,”y”:0,”width”:799,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:144,”name”:”medium36x25Url”,”blurSigma”:-1,”rendition”:”medium36x25″,”labelOrConvertedName”:”medium36x25″},”jumbo3x1″:{“uuid”:null,”label”:”jumbo3x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo3x1_ClosingsandDelays.jpg?1674513046742″,”id”:”c8c871d1-2ef6-4ac4-b9c5-b0d27b447ba9″,”x”:0,”y”:114,”width”:986,”preciseWidth”:null,”height”:328,”preciseHeight”:null,”scaleWidth”:1920,”name”:”jumbo3x1Url”,”blurSigma”:-1,”rendition”:”jumbo3x1″,”labelOrConvertedName”:”jumbo3x1″},”jumbo1x1″:{“uuid”:null,”label”:”jumbo1x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo1x1_ClosingsandDelays.jpg?1674513046742″,”id”:”c7f2e5be-af77-4d20-8caa-5979ad89f27d”,”x”:216,”y”:0,”width”:555,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:1440,”name”:”jumbo1x1Url”,”blurSigma”:-1,”rendition”:”jumbo1x1″,”labelOrConvertedName”:”jumbo1x1″},”full2x3″:{“uuid”:null,”label”:”full2x3″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full2x3_ClosingsandDelays.jpg?1674513046742″,”id”:”02052a9f-d171-486e-9904-c91dbd73e594″,”x”:308,”y”:0,”width”:370,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:370,”name”:”full2x3Url”,”blurSigma”:-1,”rendition”:”full2x3″,”labelOrConvertedName”:”full2x3″},”small9x16″:{“uuid”:null,”label”:”small9x16″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-small9x16_ClosingsandDelays.jpg?1674513046742″,”id”:”9cd94214-be6a-484b-b543-c18aeae58cfc”,”x”:337,”y”:0,”width”:312,”preciseWidth”:312.1875,”height”:555,”preciseHeight”:555,”scaleWidth”:360,”name”:”small9x16Url”,”blurSigma”:-1,”rendition”:”small9x16″,”labelOrConvertedName”:”small9x16″},”smallBlur”:{“uuid”:null,”label”:”smallBlur”,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-smallBlur_ClosingsandDelays.jpg?1674513046742″,”id”:”a99f947e-46d0-44b2-9a7a-57b4e4cb406e”,”x”:0,”y”:0,”width”:986,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:415,”name”:”smallBlurUrl”,”blurSigma”:15,”rendition”:”smallBlur”,”labelOrConvertedName”:”smallBlur”},”jumbo21x9″:{“uuid”:null,”label”:”jumbo21x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-jumbo21x9_ClosingsandDelays.jpg?1674513046742″,”id”:”4c2d03ed-91ab-4248-b4c0-00b5a0ee5420″,”x”:0,”y”:67,”width”:986,”preciseWidth”:null,”height”:422,”preciseHeight”:null,”scaleWidth”:1920,”name”:”jumbo21x9Url”,”blurSigma”:-1,”rendition”:”jumbo21x9″,”labelOrConvertedName”:”jumbo21x9″},”full3x1″:{“uuid”:null,”label”:”full3x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full3x1_ClosingsandDelays.jpg?1674513046742″,”id”:”cc7aeae1-a8bb-422a-a3e0-ebbb84c6a904″,”x”:0,”y”:114,”width”:986,”preciseWidth”:null,”height”:328,”preciseHeight”:null,”scaleWidth”:986,”name”:”full3x1Url”,”blurSigma”:-1,”rendition”:”full3x1″,”labelOrConvertedName”:”full3x1″},”medium16x9″:{“uuid”:null,”label”:”medium16x9″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-medium16x9_ClosingsandDelays.jpg?1674513046742″,”id”:”315dfb66-51d7-4428-aed7-d3480b64fc77″,”x”:0,”y”:1,”width”:986,”preciseWidth”:null,”height”:554,”preciseHeight”:null,”scaleWidth”:648,”name”:”medium16x9Url”,”blurSigma”:-1,”rendition”:”medium16x9″,”labelOrConvertedName”:”medium16x9″},”full1x1″:{“uuid”:null,”label”:”full1x1″,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-full1x1_ClosingsandDelays.jpg?1674513046742″,”id”:”e45fc330-afe5-463d-85bc-535fdfaf54d0″,”x”:216,”y”:0,”width”:555,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:555,”name”:”full1x1Url”,”blurSigma”:-1,”rendition”:”full1x1″,”labelOrConvertedName”:”full1x1″},”originalBlur”:{“uuid”:null,”label”:”originalBlur”,”url”:”/resources/media/703aa650-e90a-4a2c-85f1-457ad53155a3-originalBlur_ClosingsandDelays.jpg?1674513046742″,”id”:”6a544d37-a117-4c9a-b31f-deeebca49891″,”x”:0,”y”:0,”width”:986,”preciseWidth”:null,”height”:555,”preciseHeight”:null,”scaleWidth”:986,”name”:”originalBlurUrl”,”blurSigma”:30,”rendition”:”originalBlur”,”labelOrConvertedName”:”originalBlur”}}}},”filter”:null,”domainUrl”:null,”sectionPath”:null,”type”:”story”,”galleryAllowed”:false,”teaserPlacementModified”:false,”leadStoryPlacementModified”:false,”sponsored”:false,”brandUuid”:”aa25e3ac-82c9-4e8c-afc6-cc9f872a266f”,”locale”:”en_US”,”storyHash”:”2a01b7911ab111269f85af6911459c1f”,”biographyLinks”:null,”syndication”:null,”richText”:”

If you are having issues seeing an updated version of this story click here:

The possibility of inclement weather prompted the following schools to delay its start time:

El Paso ISD: Students, teachers and staff in the El Paso ISD will start classes on a two-hour delay Tuesday in response to inclement weather expected in the region early in the morning. All student-centered services, including classes, bus services and child nutrition will be on a two-hour delay from normal start times for students.



Source

What do you think?

Written by Ethiotime1

Leave a Reply

Your email address will not be published. Required fields are marked *

GIPHY App Key not set. Please check settings

‘Everything Everywhere All at Once’ leads with 11 Oscar nominations

Who went home on ‘The Bachelor’? Find out didn’t get a rose from Zach Shallcross