Accessibility test digest
Synopsis
Page: Xcel Energy (90%)
URL: https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F
Score: 3431
Tested by: Testaro, procedure tp15
Scored by: Testilo, procedure sp15c
Digested by: Testilo, procedure dp15a
Introduction
The Testaro application used its tp15
testing procedure to test the accessibility (barrier-free design and coding) of the Xcel Energy (90%) web page at https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F on 2022/08/13. The procedure performed 1230 tests. Of these, 24 are custom tests defined by Testaro, and the others belong to these seven other packages (programs that perform collections of tests):
- Alfa by Siteimprove
- Axe-core by Deque
- Continuum by Level Access
- HTML CodeSniffer by Squiz Labs
- Equal Access by IBM
- Nu Html Checker
- Tenon by Level Access
- WAVE by WebAIM
Testaro produced a report enumerating the test results.
Testilo processed the report and used the sp15c
scoring procedure to compute partial and total scores for the page. The total score is 3431 (where 0 is the best possible score). The scored report is appended below.
Finally, Testilo used procedure dp15a
to produce this digest, briefly explaining how sp15c
computed the scores.
Score summary
total | 3431 |
---|---|
log | 149 |
preventions | 100 |
cssInvalid | 2846 |
tabFocusability | 71 |
contrastAA | 59 |
fatalError | 52 |
attributeBad | 26 |
contrastAAA | 22 |
controlNoText | 8 |
ariaBadAttribute | 6 |
iframeTitleBad | 6 |
textAreaNoText | 6 |
typeRedundant | 6 |
leadingClipsText | 6 |
focusIndication | 5 |
linkIndication | 5 |
scrollRisk | 5 |
obsolete | 5 |
parseError | 5 |
horizontalScrolling | 5 |
focusableOperable | 4 |
roleBad | 4 |
hoverSurprise | 3 |
zIndexNotZero | 3 |
frameContentRisk | 3 |
hiddenContentRisk | 3 |
linkConfusionRisk | 3 |
headingStructure | 3 |
contentBeyondLandmarks | 3 |
destinationLink | 3 |
frameSandboxRisk | 3 |
noHeading | 3 |
Issue summary
Special issues
log: Score 149. This is based on the amount of browser error logging and miscellaneous logging during the tests.
preventions: Score 100. This is based on tests that the page did not allow to be run. That impedes accessibility progress and risks interfering with tools that users with disabilities need.
Classified issues
cssInvalid: Score 2846. Issues reported by tests in this category:
- Package
nuVal
, test^CSS: .+: Parse Error.*$
, score 3 (Invalid CSS) - Package
nuVal
, testCSS: Parse Error.
, score 2841 (Invalid CSS)
tabFocusability: Score 71. Issues reported by tests in this category:
- Package
testaro
, testfocAll
, score 69 (Discrepancy between elements that should be and that are Tab-focusable)
contrastAA: Score 59. Issues reported by tests in this category:
- Package
axe
, testcolor-contrast
, score 57 (Element has insufficient color contrast)
fatalError: Score 52. Issues reported by tests in this category:
- Package
nuVal
, testToo many messages.
, score 50 (Testing was interrupted by a fatal excess of the message count)
attributeBad: Score 26. Issues reported by tests in this category:
- Package
nuVal
, test^Bad value .* for attribute .+ on element .+$
, score 4 (attribute on this element has an invalid value) - Package
nuVal
, test^Attribute .+ not allowed on element .+ at this point.*$
, score 20 (attribute not allowed on this element)
contrastAAA: Score 22. Issues reported by tests in this category:
- Package
axe
, testcolor-contrast-enhanced
, score 20 (Element has insufficient color contrast (Level AAA))
controlNoText: Score 8. Issues reported by tests in this category:
- Package
htmlcs
, teste:AA.1_3_1.F68
, score 4 (Form control has no label) - Package
wave
, teste:label_missing
, score 4 (form element has no label)
ariaBadAttribute: Score 6. Issues reported by tests in this category:
- Package
axe
, testaria-valid-attr-value
, score 1 (ARIA attribute has an invalid value) - Package
continuum
, test281
, score 4 (Element has an aria-expanded attribute, which is not allowed)
iframeTitleBad: Score 6. Issues reported by tests in this category:
- Package
htmlcs
, teste:AA.2_4_1.H64.1
, score 4 (iframe element has no non-empty title attribute)
textAreaNoText: Score 6. Issues reported by tests in this category:
- Package
htmlcs
, teste:AA.4_1_2.H91.Textarea.Name
, score 4 (textarea element has no accessible name)
typeRedundant: Score 6. Issues reported by tests in this category:
- Package
nuVal
, testThe type attribute is unnecessary for JavaScript resources.
, score 2 (type attribute is unnecessary for a JavaScript resource) - Package
nuVal
, testThe type attribute for the style element is not needed and should be omitted.
, score 2 (type attribute is unnecessary for a style element)
leadingClipsText: Score 6. Issues reported by tests in this category:
- Package
tenon
, test144
, score 4 (Line height is insufficent to properly display the computed font size)
focusIndication: Score 5. Issues reported by tests in this category:
- Package
testaro
, testfocInd
, score 3 (Focused element displaying no or nostandard focus indicator)
linkIndication: Score 5. Issues reported by tests in this category:
- Package
testaro
, testlinkUl
, score 3 (Non-underlined adjacent links)
scrollRisk: Score 5. Issues reported by tests in this category:
- Package
htmlcs
, testw:AA.1_4_10.C32,C31,C33,C38,SCR34,G206
, score 3 (Fixed-position element may force bidirectional scrolling)
obsolete: Score 5. Issues reported by tests in this category:
- Package
nuVal
, test^The .+ attribute on the .+ element is obsolete.+$
, score 3 (Attribute is obsolete on its element)
parseError: Score 5. Issues reported by tests in this category:
- Package
nuVal
, testElement script must not have attribute charset unless attribute src is also specified.
, score 3 (script element has a charset attribute but no src attribute)
horizontalScrolling: Score 5. Issues reported by tests in this category:
- Package
tenon
, test28
, score 3 (Layout or sizing of the page causes horizontal scrolling)
focusableOperable: Score 4. Issues reported by tests in this category:
- Package
testaro
, testfocOp
, score 2 (Operable elements that cannot be Tab-focused and vice versa)
roleBad: Score 4. Issues reported by tests in this category:
- Package
testaro
, testrole
, score 2 (Nonexistent or implicit-overriding role)
hoverSurprise: Score 3. Issues reported by tests in this category:
- Package
testaro
, testhover
, score 1 (Content changes caused by hovering)
zIndexNotZero: Score 3. Issues reported by tests in this category:
- Package
testaro
, testzIndex
, score 1 (Layering with nondefault z-index values)
frameContentRisk: Score 3. Issues reported by tests in this category:
- Package
axe
, testframe-tested
, score 1 (Some content is in an iframe and therefore may not be testable for accessibility)
hiddenContentRisk: Score 3. Issues reported by tests in this category:
- Package
axe
, testhidden-content
, score 1 (Some content is hidden and therefore may not be testable for accessibility)
linkConfusionRisk: Score 3. Issues reported by tests in this category:
- Package
axe
, testidentical-links-same-purpose
, score 1 (Links with the same accessible name may serve dissimilar purposes)
headingStructure: Score 3. Issues reported by tests in this category:
- Package
axe
, testheading-order
, score 1 (Heading levels do not increase by only one)
contentBeyondLandmarks: Score 3. Issues reported by tests in this category:
- Package
axe
, testregion
, score 1 (Some page content is not contained by landmarks)
destinationLink: Score 3. Issues reported by tests in this category:
- Package
htmlcs
, testw:AA.4_1_2.H91.A.NoHref
, score 1 (Link is misused as a link destination)
frameSandboxRisk: Score 3. Issues reported by tests in this category:
- Package
nuVal
, test^Potentially bad value .+ for attribute sandbox on element iframe: Setting both allow-scripts and allow-same-origin is not recommended, because it effectively enables an embedded page to break out of all sandboxing.*$
, score 1 (iframe element has a vulnerable sandbox value containing both allow-scripts and allow-same-origin)
noHeading: Score 3. Issues reported by tests in this category:
- Package
wave
, testa:heading_missing
, score 1 (Page has no headings)
Discussion
Although there are widely accepted accessibility standards, there is no unanimity about how to define, test, and quantify accessibility. The failures reported in this digest merit investigation as potential opportunities for improved accessibility. Investigation may lead you to conclude that some of the reported failures do not actually harm accessibility. Conversely, some substantial accessibility faults can escape detection by any of these tests. You may question the attempt to assign an accessibility score to a web page, or you may prefer weightings and formulas different from those used by sp15c
. You can modify and extend Testaro and Testilo to fit other theories and priorities.
Here, in brief, is how sp15c
computes a score for a page.
- It finds all the defects and warnings (let’s call them
issues
) recorded in the report. - It classifies them according to type. For example, a link that looks like the text around it is one issue category, while a video that has no captions is another issue category.
- It also classifies the issues according to severity. For example, an issue that prevents a transaction is more severe than an issue that only complicates the transaction, and a warning about a possible issue is less severe than a definite finding of an issue. (Some packages rate the severity of each issue; for the other packages,
sp15c
assigns a severity weight to the issue type and uses that weight.) - It assigns quality ratings to particular tests that are judged abnormally reliable or unreliable.
- It assigns a score to each issue reported by each test of each package.
- It aggregates the issue scores, weighting them by severity, test quality, and redundancy. Redundancy occurs, and causes downweighting, when two or more packages contain tests that are designed to discover the same or mostly the same issues. So the score for a category is not simply the sum of the scores of the tests in that category.
- It assigns a score for issues in the page logged by the browser.
- It assigns an estimated score each time the page prevents one of the packages or one of the Testaro tests from being run on the page.
- It adds the scores together to obtain a total score.
The precise rules of sp15b
are found in the code itself.
Report
{ "id": "4yiew-xcelenergy", "host": { "id": "xcelenergy", "which": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "what": "Xcel Energy (90%)" }, "log": [ { "event": "startTime", "value": "2022-08-13T15:36:41" }, { "event": "endTime", "value": "2022-08-13T15:40:12" } ], "script": { "id": "tp15", "what": "Alfa, Axe, Continuum, HTML CodeSniffer, IBM, Nu Html Checker, Tenon, WAVE, and 22 custom tests", "strict": true, "timeLimit": 500, "commands": [ { "type": "launch", "which": "webkit", "what": "Webkit browser" }, { "type": "url", "which": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "what": "Xcel Energy (90%)" }, { "type": "tenonRequest", "id": "a", "withNewContent": true, "what": "Tenon API version 2 test request" }, { "type": "test", "which": "motion", "what": "spontaneous change of content; requires webkit", "delay": 2500, "interval": 2500, "count": 5 }, { "type": "launch", "which": "chromium", "what": "Chromium browser" }, { "type": "url", "which": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "what": "Xcel Energy (90%)" }, { "type": "test", "which": "bulk", "what": "count of visible elements" }, { "type": "test", "which": "embAc", "withItems": true, "what": "active elements incorrectly embedded in each other" }, { "type": "test", "which": "focAll", "what": "Tab-focusability" }, { "type": "test", "which": "focInd", "revealAll": false, "allowedDelay": 250, "withItems": true, "what": "focus indicators" }, { "type": "test", "which": "focOp", "withItems": true, "what": "focusability and operability of elements" }, { "type": "test", "which": "hover", "headSize": 40, "headSampleSize": 20, "tailSampleSize": 15, "withItems": true, "what": "hover impacts" }, { "type": "test", "which": "labClash", "withItems": true, "what": "unlabeled and mislabeled form controls" }, { "type": "test", "which": "linkUl", "withItems": true, "what": "underlining of inline links" }, { "type": "test", "which": "menuNav", "withItems": true, "what": "keyboard navigation within true-focus menus" }, { "type": "test", "which": "radioSet", "withItems": true, "what": "grouping of radio buttons in fieldsets" }, { "type": "test", "which": "role", "what": "validity and necessity of role assignments" }, { "type": "test", "which": "styleDiff", "withItems": true, "what": "style consistency of headings, buttons, and links" }, { "type": "test", "which": "tabNav", "withItems": true, "what": "keyboard navigation within tab lists" }, { "type": "test", "which": "zIndex", "withItems": true, "what": "elements with non-auto z indexes" }, { "type": "test", "which": "alfa", "what": "Siteimprove alfa" }, { "type": "test", "which": "axe", "detailLevel": 2, "rules": [], "what": "Axe core, all rules" }, { "type": "test", "which": "continuum", "what": "Continuum" }, { "type": "test", "which": "htmlcs", "what": "HTML CodeSniffer" }, { "type": "test", "which": "ibm", "withItems": true, "what": "IBM Accessibility Checker, with page content and again with URL" }, { "type": "test", "which": "nuVal", "what": "Nu Html Checker" }, { "type": "test", "which": "wave", "reportType": 4, "what": "WAVE, report-type 4" }, { "type": "test", "which": "tenon", "id": "a", "what": "Tenon API version 2 result retrieval" } ] }, "acts": [ { "type": "launch", "which": "webkit", "what": "Webkit browser" }, { "type": "url", "which": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "what": "Xcel Energy (90%)", "result": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F" }, { "type": "tenonRequest", "id": "a", "withNewContent": true, "what": "Tenon API version 2 test request", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F" }, { "type": "test", "which": "motion", "what": "motion", "delay": 2500, "interval": 2500, "count": 5, "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "bytes": [ 131477, 131477, 131477, 131477, 131477 ], "localRatios": [ 1, 1, 1, 1 ], "meanLocalRatio": 1, "maxLocalRatio": 1, "globalRatio": 1, "pixelChanges": [ 0, 0, 0, 0 ], "meanPixelChange": 0, "maxPixelChange": 0, "changeFrequency": 0 } }, { "type": "launch", "which": "chromium", "what": "Chromium browser" }, { "type": "url", "which": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "what": "Xcel Energy (90%)", "result": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F" }, { "type": "test", "which": "bulk", "what": "count of visible elements", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "visibleElements": 243 } }, { "type": "test", "which": "embAc", "withItems": true, "what": "active elements embedded in links or buttons", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "totals": { "links": 0, "buttons": 0, "inputs": 0, "selects": 0 }, "items": [] } }, { "type": "test", "which": "focAll", "what": "focusable and Tab-focused elements", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "tabFocusables": 75, "tabFocused": 6, "discrepancy": -69 } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "what": "URL", "result": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F" }, { "type": "test", "which": "focInd", "revealAll": false, "allowedDelay": 250, "withItems": true, "what": "focus indicators", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "totals": { "total": 15, "types": { "indicatorMissing": { "total": 1, "tagNames": { "IFRAME": 1 } }, "nonOutlinePresent": { "total": 0, "tagNames": {} }, "outlinePresent": { "total": 14, "meanDelay": 0, "tagNames": { "A": 14 } } } }, "items": { "indicatorMissing": [ { "tagName": "IFRAME", "text": "" } ], "nonOutlinePresent": [], "outlinePresent": [ { "tagName": "A", "text": "Skip to main content", "delay": 0 }, { "tagName": "A", "text": "", "delay": 0 }, { "tagName": "A", "text": "Sign In", "delay": 0 }, { "tagName": "A", "text": "Colorado", "delay": 0 }, { "tagName": "A", "text": "Michigan", "delay": 0 }, { "tagName": "A", "text": "Minnesota", "delay": 0 }, { "tagName": "A", "text": "New Mexico", "delay": 0 }, { "tagName": "A", "text": "North Dakota", "delay": 0 }, { "tagName": "A", "text": "South Dakota", "delay": 0 }, { "tagName": "A", "text": "Texas", "delay": 0 }, { "tagName": "A", "text": "Wisconsin", "delay": 0 }, { "tagName": "A", "text": "Contact Us", "delay": 0 }, { "tagName": "A", "text": "", "delay": 0 }, { "tagName": "A", "text": "Colorado", "delay": 0 } ] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "what": "URL", "result": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F" }, { "type": "test", "which": "focOp", "withItems": true, "what": "focusability and operability", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "totals": { "total": 85, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 1, "tagNames": { "IFRAME": 1 } }, "focusableAndOperable": { "total": 84, "tagNames": { "A": 80, "IFRAME": 2, "TEXTAREA": 1, "BUTTON": 1 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [ { "tagName": "IFRAME", "id": "cross-domain-store-server-iframe", "text": "<iframe id=\"cross-domain-store-server-iframe\" src=\"https://cdn.appdynamics.com/a", "byTag": true, "byOnClick": false, "byPointer": false } ], "focusableAndOperable": [ { "tagName": "A", "id": "dismissError", "text": "×", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "auraErrorReload", "text": "Refresh", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "xegs2c", "text": "Skip to main content", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "IFRAME", "id": "", "text": "<iframe title=\"reCAPTCHA\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "TEXTAREA", "id": "g-recaptcha-response-100000", "text": "<textarea id=\"g-recaptcha-response-100000\" name=\"g-recaptcha-response\" class=\"g-", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "IFRAME", "id": "", "text": "<iframe style=\"display: none;\"></iframe>", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "<a href=\"/s/\" style=\"cursor: default;\"><img class=\"site-logo\" src=\"/resource/165", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Renewable Energy", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Residential Services", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Business Services", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Our Commitment", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Start/Stop Service", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Pay Bill", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Outages & Safety", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Customer Support", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Sign In", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Colorado", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Michigan", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Minnesota", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "New Mexico", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "North Dakota", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "South Dakota", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Texas", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Wisconsin", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "View More Links", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Company", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Careers", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Community", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Company Diversity", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Corporate Governance", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Filings & Regulations", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Investors", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Leadership", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Newsroom", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "All Company", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Energy & Environment", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Sustainability", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Energy Portfolio", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Net-Zero Plan", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Clean Energy Technology", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Transmission", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Bird Cam", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Pollinator Initiative", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "All Energy & Environment", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Partner Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Trade Partners", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Builders & Remodelers", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Landlords", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Municipalities", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Renewable Developers", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Suppliers", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Economic Development", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "All Partner Resources", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Outage & Safety", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Report an Electric Outage", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Outage Map", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Gas Emergencies", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Public Safety", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Outdoor Lighting Outages", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Outage Checklist", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Storm Center", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "All Outage & Safety", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Customer Support", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Business Solutions Center", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Avoiding Scams", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Claims Process", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "New Customer", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Trees & Vegetation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Yard Restoration", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Projects Near You", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "All Customer Support", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://my.xcelenergy.com/\" aria-label=\"Xcel Energy - Homepage\" style=\"", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Facebook", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Twitter", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Instagram", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "LinkedIn", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "YouTube", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "state-selector-7", "text": "Colorado", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "My Account Terms & Conditions", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Privacy Policy", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Accessibility", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Between the Lines Blog", "byTag": true, "byOnClick": false, "byPointer": true } ] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "what": "URL", "result": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F" }, { "type": "test", "which": "hover", "headSize": 40, "headSampleSize": 20, "tailSampleSize": 15, "withItems": true, "what": "hover-caused content changes", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "totals": { "triggers": 143, "headTriggers": 40, "tailTriggers": 103, "impactTriggers": 0, "additions": 0, "removals": 0, "opacityChanges": 0, "opacityImpact": 0, "unhoverables": 1 }, "items": { "head": { "impactTriggers": [], "unhoverables": [ { "tagName": "A", "id": "xegs2c", "text": "Skiptomaincontent" } ] }, "tail": { "impactTriggers": [], "unhoverables": [] } } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "what": "URL", "result": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F" }, { "type": "test", "which": "labClash", "withItems": true, "what": "labeling inconsistencies", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "totals": { "mislabeled": 0, "unlabeled": 1, "wellLabeled": 0 }, "items": { "mislabeled": [], "unlabeled": [ { "index": 0, "tagName": "TEXTAREA", "type": "textarea" } ], "wellLabeled": [] } } }, { "type": "test", "which": "linkUl", "withItems": true, "what": "adjacent-link underlining", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "totals": { "links": 3, "adjacent": { "total": 3, "underlined": 0, "underlinedPercent": 0 } }, "items": { "underlined": [], "notUnderlined": [ "×", "Refresh", "Skip to main content" ] } } }, { "type": "test", "which": "menuNav", "withItems": true, "what": "keyboard navigation between focusable menu items", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "menuItems": { "total": 0, "correct": 0, "incorrect": 0 }, "menus": { "total": 0, "correct": 0, "incorrect": 0 } }, "menuItems": { "incorrect": [], "correct": [] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "what": "URL", "result": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F" }, { "type": "test", "which": "radioSet", "withItems": true, "what": "fieldset grouping of radio buttons", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "totals": { "total": 0, "inSet": 0, "percent": "N.A." }, "items": { "inSet": [], "notInSet": [] } } }, { "type": "test", "which": "role", "what": "roles", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "roleElements": 2, "badRoleElements": 1, "redundantRoleElements": 0, "tagNames": { "DIV": { "main": { "bad": 1, "redundant": 0 } } } } }, { "type": "test", "which": "styleDiff", "withItems": true, "what": "style inconsistencies", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "mainStyles": [ "fontStyle", "fontWeight", "opacity", "textDecorationLine", "textDecorationStyle", "textDecorationThickness" ], "buttonStyles": [ "borderStyle", "borderWidth", "height", "lineHeight", "maxHeight", "maxWidth", "minHeight", "minWidth", "outlineOffset", "outlineStyle", "outlineWidth" ], "headingStyles": [ "color", "fontSize" ], "listLinkStyles": [ "color", "fontSize", "lineHeight" ], "totals": { "adjacentLink": { "total": 3 } }, "items": {} } }, { "type": "test", "which": "tabNav", "withItems": true, "what": "keyboard navigation between tab elements", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "tabElements": { "total": 0, "correct": 0, "incorrect": 0 }, "tabLists": { "total": 0, "correct": 0, "incorrect": 0 } }, "tabElements": { "incorrect": [], "correct": [] } } }, { "type": "test", "which": "zIndex", "withItems": true, "what": "z indexes", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "totals": { "total": 5, "tagNames": { "A": 1, "C-XEG-SITE-HEADER-DESKTOP": 1, "DIV": 3 } }, "items": [ { "tagName": "A", "id": "xegs2c", "text": "Skip to main content" }, { "tagName": "C-XEG-SITE-HEADER-DESKTOP", "id": "", "text": "" }, { "tagName": "DIV", "id": "", "text": "" }, { "tagName": "DIV", "id": "", "text": "" }, { "tagName": "DIV", "id": "", "text": "Loading" } ] } }, { "type": "test", "which": "alfa", "what": "alfa", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "totals": { "failures": 0, "warnings": 0 }, "items": [] } }, { "type": "test", "which": "axe", "detailLevel": 2, "rules": [], "what": "Axe", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "totals": { "rulesNA": 50, "rulesPassed": 45, "rulesWarned": 6, "rulesViolated": 3, "warnings": { "minor": 20, "moderate": 0, "serious": 114, "critical": 2 }, "violations": { "minor": 0, "moderate": 2, "serious": 8, "critical": 0 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.4.2" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/102.0.5005.40 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2022-08-13T15:38:57.455Z", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "aria-valid-attr-value", "impact": "critical", "tags": [ "cat.aria", "wcag2a", "wcag412" ], "description": "Ensures all ARIA attributes have valid values", "help": "ARIA attributes must conform to valid values", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/aria-valid-attr-value?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "aria-valid-attr-value", "data": { "messageKey": "idrefs", "needsReview": "aria-controls=\"footer-nav-expands-4\"" }, "relatedNodes": [], "impact": "critical", "message": "Unable to determine if ARIA attribute element ID exists on the page: aria-controls=\"footer-nav-expands-4\"" } ], "none": [], "impact": "critical", "html": "<button class=\"footer-expando is-active\" aria-controls=\"footer-nav-expands-4\" aria-expanded=\"true\"><span>View More Links</span></button>", "target": [ [ "c-xeg-site-footer", "button" ] ], "failureSummary": "Fix all of the following:\n Unable to determine if ARIA attribute element ID exists on the page: aria-controls=\"footer-nav-expands-4\"" } ] }, { "id": "color-contrast-enhanced", "impact": "serious", "tags": [ "cat.color", "wcag2aaa", "wcag146" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds", "help": "Elements must have sufficient color contrast", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#000000", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"/s/moving\" data-icon=\"start-stop-service\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-start-stop-service.svg#icon);\">Start/Stop Service</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[href$=\"moving\"]" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/moving\" data-icon=\"start-stop-service\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-start-stop-service.svg#icon);\">Start/Stop Service</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[href$=\"moving\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#000000", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"/s/billing-payment\" data-icon=\"pay-bill\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-pay-bill.svg#icon);\">Pay Bill</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[href$=\"billing-payment\"]" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/billing-payment\" data-icon=\"pay-bill\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-pay-bill.svg#icon);\">Pay Bill</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[href$=\"billing-payment\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#000000", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"/s/outage-safety\" data-icon=\"outages\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-outages.svg#icon);\">Outages & Safety</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[data-icon=\"outages\"]" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/outage-safety\" data-icon=\"outages\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-outages.svg#icon);\">Outages & Safety</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[data-icon=\"outages\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#000000", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"https://my.xcelenergy.com/customersupport/s/\" data-icon=\"customer-service\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-customer-service.svg#icon);\">Customer Support</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[data-icon=\"customer-service\"]" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://my.xcelenergy.com/customersupport/s/\" data-icon=\"customer-service\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-customer-service.svg#icon);\">Customer Support</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[data-icon=\"customer-service\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#000000", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"https://myaccount.xcelenergy.com/\" data-icon=\"profile-blue\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-profile-blue.svg#icon);\">Sign In</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[data-icon=\"profile-blue\"]" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://myaccount.xcelenergy.com/\" data-icon=\"profile-blue\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-profile-blue.svg#icon);\">Sign In</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[data-icon=\"profile-blue\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "30.0pt (40px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section c-xegcontactsupport_xegcontactsupport=\"\" class=\"xegc-cs xeg-blade\" data-blade-height=\"small\" data-blade-align=\"center\" data-blade-bg=\"contact\" data-blade-theme=\"dark\">", "target": [ [ "c-xeg-contact-support", ".xegc-cs" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 c-xegcontactsupport_xegcontactsupport=\"\" data-html=\"headerText\">Contact Customer Service</h3>", "target": [ [ "c-xeg-contact-support", "h3[data-html=\"headerText\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section c-xegcontactsupport_xegcontactsupport=\"\" class=\"xegc-cs xeg-blade\" data-blade-height=\"small\" data-blade-align=\"center\" data-blade-bg=\"contact\" data-blade-theme=\"dark\">", "target": [ [ "c-xeg-contact-support", ".xegc-cs" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<p c-xegcontactsupport_xegcontactsupport=\"\" data-html=\"paragraphText\">Have a question or concern? We are here to help.</p>", "target": [ [ "c-xeg-contact-support", "p" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a c-xegbutton_xegbutton=\"\" class=\"xeg-button\" href=\"https://my.xcelenergy.com/customersupport/s/contactsupport\" data-button-variant=\"contact-us\" aria-label=\"Contact Us (Opens in new window)\">Contact Us</a>", "target": [ [ "c-xeg-contact-support", "c-xeg-button", ".xeg-button" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a c-xegbutton_xegbutton=\"\" class=\"xeg-button\" href=\"https://my.xcelenergy.com/customersupport/s/contactsupport\" data-button-variant=\"contact-us\" aria-label=\"Contact Us (Opens in new window)\">Contact Us</a>", "target": [ [ "c-xeg-contact-support", "c-xeg-button", ".xeg-button" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<button class=\"footer-expando is-active\" aria-controls=\"footer-nav-expands-4\" aria-expanded=\"true\"><span>View More Links</span></button>", "target": [ [ "c-xeg-site-footer", "button" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<span>View More Links</span>", "target": [ [ "c-xeg-site-footer", "span" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/about\">Company</a>", "target": [ [ "c-xeg-site-footer", ".xeg-h6 > a[href$=\"about\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"http://jobs.xcelenergy.com\">Careers<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"jobs.xcelenergy.com\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/community\">Community</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"community\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/about/company-diversity\">Company Diversity</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"company-diversity\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/about/corporate-governance\">Corporate Governance</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"corporate-governance\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"https://www.xcelenergy.com/company/rates_and_regulations\">Filings & Regulations<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnR7SAK-4 > li[data-is-view-all=\"true\"]:nth-child(5) > .view-all-link" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"https://investors.xcelenergy.com/\">Investors<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnR7SAK-4 > li[data-is-view-all=\"true\"]:nth-child(6) > .view-all-link" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/about/leadership\">Leadership</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"leadership\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"/s/about/newsroom\">Newsroom<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"newsroom\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/environment\">Energy & Environment</a>", "target": [ [ "c-xeg-site-footer", ".xeg-h6 > a[href$=\"environment\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/about/report\">Sustainability</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"report\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/energy-portfolio\">Energy Portfolio</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"energy-portfolio\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/our-commitment/carbon-reduction-plan\">Net-Zero Plan</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000kAfvSAE-4 > li[data-is-view-all=\"false\"]:nth-child(3) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/our-commitment/clean-energy-technology\">Clean Energy Technology</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000kAfvSAE-4 > li[data-is-view-all=\"false\"]:nth-child(4) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"http://www.transmission.xcelenergy.com/\">Transmission<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000kAfvSAE-4 > li[data-is-view-all=\"true\"]:nth-child(5) > .view-all-link" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"http://birdcam.xcelenergy.com/\">Bird Cam<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"birdcam.xcelenergy.com/\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"https://www.transmission.xcelenergy.com/pollinator-initiative\">Pollinator Initiative<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000kAfvSAE-4 > li[data-is-view-all=\"true\"]:nth-child(7) > .view-all-link" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/partner-resources\">Partner Resources</a>", "target": [ [ "c-xeg-site-footer", ".xeg-h6 > a[href$=\"partner-resources\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/partner-resources/trade\">Trade Partners</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"trade\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/partner-resources/build-remodel\">Builders & Remodelers</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaXSAS-4 > li[data-is-view-all=\"false\"]:nth-child(2) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/partner-resources/landlords\">Landlords</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"landlords\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/partner-resources/municipalities\">Municipalities</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaXSAS-4 > li[data-is-view-all=\"false\"]:nth-child(4) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/renewable/developers\">Renewable Developers</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"developers\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/partner-resources/suppliers\">Suppliers</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"suppliers\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"http://www.economicdevelopment.xcelenergy.com/\">Economic Development<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaXSAS-4 > li[data-is-view-all=\"true\"]:nth-child(7) > .view-all-link" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/outage-safety\">Outage & Safety</a>", "target": [ [ "c-xeg-site-footer", ".xeg-h6 > a[href$=\"outage-safety\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"https://www.xcelenergy.com/outages_and_emergencies/report_electric_outage\">Report an Electric Outage<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaYSAS-4 > li[data-is-view-all=\"true\"]:nth-child(1) > .view-all-link" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"https://www.outagemap-xcelenergy.com/outagemap\">Outage Map<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaYSAS-4 > li[data-is-view-all=\"true\"]:nth-child(2) > .view-all-link" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/outage-safety/gas-emergencies\">Gas Emergencies</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaYSAS-4 > li[data-is-view-all=\"false\"]:nth-child(3) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/outage-safety/public-safety\">Public Safety</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"public-safety\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/partner-resources/municipalities/outdoor-lighting/outdoor-lighting-reporting\">Outdoor Lighting Outages</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaYSAS-4 > li[data-is-view-all=\"false\"]:nth-child(5) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/outage-safety/outage-checklist\">Outage Checklist</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaYSAS-4 > li[data-is-view-all=\"false\"]:nth-child(6) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/outage-safety/storm-center\">Storm Center</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"storm-center\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://my.xcelenergy.com/customersupport/s/\">Customer Support</a>", "target": [ [ "c-xeg-site-footer", "li:nth-child(5) > .xeg-h6 > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://my.xcelenergy.com/customersupport/s/contactsupport\">Contact Us</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaTSAS-4 > li[data-is-view-all=\"false\"]:nth-child(1) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"https://www.xcelenergy.com/customer_support/business_solutions_center\">Business Solutions Center<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaTSAS-4 > li[data-is-view-all=\"true\"]:nth-child(2) > .view-all-link" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://my.xcelenergy.com/customersupport/s/avoiding-scams\">Avoiding Scams</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaTSAS-4 > li[data-is-view-all=\"false\"]:nth-child(3) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://my.xcelenergy.com/customersupport/s/claims-services\">Claims Process</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaTSAS-4 > li[data-is-view-all=\"false\"]:nth-child(4) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/moving/new-customer\">New Customer</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"new-customer\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://my.xcelenergy.com/customersupport/s/trees\">Trees & Vegetation</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaTSAS-4 > li[data-is-view-all=\"false\"]:nth-child(6) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://my.xcelenergy.com/customersupport/s/yard-restoration\">Yard Restoration</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaTSAS-4 > li[data-is-view-all=\"false\"]:nth-child(7) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://my.xcelenergy.com/customersupport/s/projects\">Projects Near You</a>", "target": [ [ "c-xeg-site-footer", "li[data-is-view-all=\"false\"]:nth-child(8) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "9.6pt (12.8px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<small>© 2022 Xcel Energy Inc. All rights reserved.</small>", "target": [ [ "c-xeg-site-footer", "small" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"state-selector-link\" id=\"state-selector-7\" href=\"#-7\" aria-label=\"Colorado service area\">Colorado<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "c-xeg-site-footer-region-selector", "#state-selector-7" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"state-selector-link\" id=\"state-selector-7\" href=\"#-7\" aria-label=\"Colorado service area\">Colorado<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "c-xeg-site-footer-region-selector", "#state-selector-7" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "9.6pt (12.8px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<small>My Account Terms & Conditions</small>", "target": [ [ "c-xeg-site-footer", "c-xeg-site-footer-legal-nav", "li:nth-child(1) > a > small" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "9.6pt (12.8px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<small>Privacy Policy</small>", "target": [ [ "c-xeg-site-footer", "c-xeg-site-footer-legal-nav", "a[href$=\"privacy\"] > small" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "9.6pt (12.8px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<small>Accessibility</small>", "target": [ [ "c-xeg-site-footer", "c-xeg-site-footer-legal-nav", "a[href$=\"accessibility\"] > small" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "9.6pt (12.8px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<small>Between the Lines Blog</small>", "target": [ [ "c-xeg-site-footer", "c-xeg-site-footer-legal-nav", "li:nth-child(4) > a > small" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" } ] }, { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds", "help": "Elements must have sufficient color contrast", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "fgColor": "#000000", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a href=\"/s/moving\" data-icon=\"start-stop-service\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-start-stop-service.svg#icon);\">Start/Stop Service</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[href$=\"moving\"]" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/moving\" data-icon=\"start-stop-service\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-start-stop-service.svg#icon);\">Start/Stop Service</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[href$=\"moving\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#000000", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a href=\"/s/billing-payment\" data-icon=\"pay-bill\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-pay-bill.svg#icon);\">Pay Bill</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[href$=\"billing-payment\"]" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/billing-payment\" data-icon=\"pay-bill\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-pay-bill.svg#icon);\">Pay Bill</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[href$=\"billing-payment\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#000000", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a href=\"/s/outage-safety\" data-icon=\"outages\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-outages.svg#icon);\">Outages & Safety</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[data-icon=\"outages\"]" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/outage-safety\" data-icon=\"outages\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-outages.svg#icon);\">Outages & Safety</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[data-icon=\"outages\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#000000", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a href=\"https://my.xcelenergy.com/customersupport/s/\" data-icon=\"customer-service\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-customer-service.svg#icon);\">Customer Support</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[data-icon=\"customer-service\"]" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://my.xcelenergy.com/customersupport/s/\" data-icon=\"customer-service\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-customer-service.svg#icon);\">Customer Support</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[data-icon=\"customer-service\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#000000", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a href=\"https://myaccount.xcelenergy.com/\" data-icon=\"profile-blue\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-profile-blue.svg#icon);\">Sign In</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[data-icon=\"profile-blue\"]" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://myaccount.xcelenergy.com/\" data-icon=\"profile-blue\" style=\"background-image: url(/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/icon-utility-profile-blue.svg#icon);\">Sign In</a>", "target": [ [ "c-xeg-site-header-desktop", "c-xeg-site-header-utility-nav", "a[data-icon=\"profile-blue\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "30.0pt (40px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<section c-xegcontactsupport_xegcontactsupport=\"\" class=\"xegc-cs xeg-blade\" data-blade-height=\"small\" data-blade-align=\"center\" data-blade-bg=\"contact\" data-blade-theme=\"dark\">", "target": [ [ "c-xeg-contact-support", ".xegc-cs" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 c-xegcontactsupport_xegcontactsupport=\"\" data-html=\"headerText\">Contact Customer Service</h3>", "target": [ [ "c-xeg-contact-support", "h3[data-html=\"headerText\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section c-xegcontactsupport_xegcontactsupport=\"\" class=\"xegc-cs xeg-blade\" data-blade-height=\"small\" data-blade-align=\"center\" data-blade-bg=\"contact\" data-blade-theme=\"dark\">", "target": [ [ "c-xeg-contact-support", ".xegc-cs" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<p c-xegcontactsupport_xegcontactsupport=\"\" data-html=\"paragraphText\">Have a question or concern? We are here to help.</p>", "target": [ [ "c-xeg-contact-support", "p" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<a c-xegbutton_xegbutton=\"\" class=\"xeg-button\" href=\"https://my.xcelenergy.com/customersupport/s/contactsupport\" data-button-variant=\"contact-us\" aria-label=\"Contact Us (Opens in new window)\">Contact Us</a>", "target": [ [ "c-xeg-contact-support", "c-xeg-button", ".xeg-button" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a c-xegbutton_xegbutton=\"\" class=\"xeg-button\" href=\"https://my.xcelenergy.com/customersupport/s/contactsupport\" data-button-variant=\"contact-us\" aria-label=\"Contact Us (Opens in new window)\">Contact Us</a>", "target": [ [ "c-xeg-contact-support", "c-xeg-button", ".xeg-button" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "pseudoContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<button class=\"footer-expando is-active\" aria-controls=\"footer-nav-expands-4\" aria-expanded=\"true\"><span>View More Links</span></button>", "target": [ [ "c-xeg-site-footer", "button" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a pseudo element" } ], "all": [], "none": [], "impact": "serious", "html": "<span>View More Links</span>", "target": [ [ "c-xeg-site-footer", "span" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a pseudo element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/about\">Company</a>", "target": [ [ "c-xeg-site-footer", ".xeg-h6 > a[href$=\"about\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"http://jobs.xcelenergy.com\">Careers<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"jobs.xcelenergy.com\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/community\">Community</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"community\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/about/company-diversity\">Company Diversity</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"company-diversity\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/about/corporate-governance\">Corporate Governance</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"corporate-governance\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"https://www.xcelenergy.com/company/rates_and_regulations\">Filings & Regulations<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnR7SAK-4 > li[data-is-view-all=\"true\"]:nth-child(5) > .view-all-link" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"https://investors.xcelenergy.com/\">Investors<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnR7SAK-4 > li[data-is-view-all=\"true\"]:nth-child(6) > .view-all-link" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/about/leadership\">Leadership</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"leadership\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"/s/about/newsroom\">Newsroom<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"newsroom\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/environment\">Energy & Environment</a>", "target": [ [ "c-xeg-site-footer", ".xeg-h6 > a[href$=\"environment\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/about/report\">Sustainability</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"report\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/energy-portfolio\">Energy Portfolio</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"energy-portfolio\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/our-commitment/carbon-reduction-plan\">Net-Zero Plan</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000kAfvSAE-4 > li[data-is-view-all=\"false\"]:nth-child(3) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/our-commitment/clean-energy-technology\">Clean Energy Technology</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000kAfvSAE-4 > li[data-is-view-all=\"false\"]:nth-child(4) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"http://www.transmission.xcelenergy.com/\">Transmission<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000kAfvSAE-4 > li[data-is-view-all=\"true\"]:nth-child(5) > .view-all-link" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"http://birdcam.xcelenergy.com/\">Bird Cam<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"birdcam.xcelenergy.com/\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"https://www.transmission.xcelenergy.com/pollinator-initiative\">Pollinator Initiative<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000kAfvSAE-4 > li[data-is-view-all=\"true\"]:nth-child(7) > .view-all-link" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/partner-resources\">Partner Resources</a>", "target": [ [ "c-xeg-site-footer", ".xeg-h6 > a[href$=\"partner-resources\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/partner-resources/trade\">Trade Partners</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"trade\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/partner-resources/build-remodel\">Builders & Remodelers</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaXSAS-4 > li[data-is-view-all=\"false\"]:nth-child(2) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/partner-resources/landlords\">Landlords</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"landlords\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/partner-resources/municipalities\">Municipalities</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaXSAS-4 > li[data-is-view-all=\"false\"]:nth-child(4) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/renewable/developers\">Renewable Developers</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"developers\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/partner-resources/suppliers\">Suppliers</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"suppliers\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"http://www.economicdevelopment.xcelenergy.com/\">Economic Development<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaXSAS-4 > li[data-is-view-all=\"true\"]:nth-child(7) > .view-all-link" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/outage-safety\">Outage & Safety</a>", "target": [ [ "c-xeg-site-footer", ".xeg-h6 > a[href$=\"outage-safety\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"https://www.xcelenergy.com/outages_and_emergencies/report_electric_outage\">Report an Electric Outage<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaYSAS-4 > li[data-is-view-all=\"true\"]:nth-child(1) > .view-all-link" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"https://www.outagemap-xcelenergy.com/outagemap\">Outage Map<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaYSAS-4 > li[data-is-view-all=\"true\"]:nth-child(2) > .view-all-link" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/outage-safety/gas-emergencies\">Gas Emergencies</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaYSAS-4 > li[data-is-view-all=\"false\"]:nth-child(3) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/outage-safety/public-safety\">Public Safety</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"public-safety\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/partner-resources/municipalities/outdoor-lighting/outdoor-lighting-reporting\">Outdoor Lighting Outages</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaYSAS-4 > li[data-is-view-all=\"false\"]:nth-child(5) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/outage-safety/outage-checklist\">Outage Checklist</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaYSAS-4 > li[data-is-view-all=\"false\"]:nth-child(6) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/outage-safety/storm-center\">Storm Center</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"storm-center\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://my.xcelenergy.com/customersupport/s/\">Customer Support</a>", "target": [ [ "c-xeg-site-footer", "li:nth-child(5) > .xeg-h6 > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://my.xcelenergy.com/customersupport/s/contactsupport\">Contact Us</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaTSAS-4 > li[data-is-view-all=\"false\"]:nth-child(1) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"view-all-link\" href=\"https://www.xcelenergy.com/customer_support/business_solutions_center\">Business Solutions Center<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaTSAS-4 > li[data-is-view-all=\"true\"]:nth-child(2) > .view-all-link" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://my.xcelenergy.com/customersupport/s/avoiding-scams\">Avoiding Scams</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaTSAS-4 > li[data-is-view-all=\"false\"]:nth-child(3) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://my.xcelenergy.com/customersupport/s/claims-services\">Claims Process</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaTSAS-4 > li[data-is-view-all=\"false\"]:nth-child(4) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/s/moving/new-customer\">New Customer</a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"new-customer\"]" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://my.xcelenergy.com/customersupport/s/trees\">Trees & Vegetation</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaTSAS-4 > li[data-is-view-all=\"false\"]:nth-child(6) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://my.xcelenergy.com/customersupport/s/yard-restoration\">Yard Restoration</a>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaTSAS-4 > li[data-is-view-all=\"false\"]:nth-child(7) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://my.xcelenergy.com/customersupport/s/projects\">Projects Near You</a>", "target": [ [ "c-xeg-site-footer", "li[data-is-view-all=\"false\"]:nth-child(8) > a" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "9.6pt (12.8px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<small>© 2022 Xcel Energy Inc. All rights reserved.</small>", "target": [ [ "c-xeg-site-footer", "small" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a class=\"state-selector-link\" id=\"state-selector-7\" href=\"#-7\" aria-label=\"Colorado service area\">Colorado<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "c-xeg-site-footer-region-selector", "#state-selector-7" ] ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"state-selector-link\" id=\"state-selector-7\" href=\"#-7\" aria-label=\"Colorado service area\">Colorado<i aria-hidden=\"true\"> </i></a>", "target": [ [ "c-xeg-site-footer", "c-xeg-site-footer-region-selector", "#state-selector-7" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "9.6pt (12.8px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<small>My Account Terms & Conditions</small>", "target": [ [ "c-xeg-site-footer", "c-xeg-site-footer-legal-nav", "li:nth-child(1) > a > small" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "9.6pt (12.8px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<small>Privacy Policy</small>", "target": [ [ "c-xeg-site-footer", "c-xeg-site-footer-legal-nav", "a[href$=\"privacy\"] > small" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "9.6pt (12.8px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<small>Accessibility</small>", "target": [ [ "c-xeg-site-footer", "c-xeg-site-footer-legal-nav", "a[href$=\"accessibility\"] > small" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#b3b3b3", "contrastRatio": 0, "fontSize": "9.6pt (12.8px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<c-xeg-site-footer data-data-rendering-service-uid=\"39\" data-aura-rendered-by=\"136:0\"></c-xeg-site-footer>", "target": [ "c-xeg-site-footer" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<small>Between the Lines Blog</small>", "target": [ [ "c-xeg-site-footer", "c-xeg-site-footer-legal-nav", "li:nth-child(4) > a > small" ] ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" } ] }, { "id": "frame-tested", "impact": "critical", "tags": [ "cat.structure", "review-item", "best-practice" ], "description": "Ensures <iframe> and <frame> elements contain the axe-core script", "help": "Frames should be tested with axe-core", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/frame-tested?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe title=\"reCAPTCHA\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LcBDNoUAAAAAE7TlKatHupbAZYW32wsvzONXQQH&co=aHR0cHM6Ly9teS54Y2VsZW5lcmd5LmNvbTo0NDM.&hl=en&v=mq0-U1BHZ5YTcoDC-CvsLPNc&size=invisible&cb=ozbpm27r7qyb\" width=\"256\" height=\"60\" role=\"presentation\" name=\"a-nne44zmtiwf3\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox\">", "target": [ "iframe[title=\"reCAPTCHA\"]" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" } ] }, { "id": "hidden-content", "impact": "minor", "tags": [ "cat.structure", "experimental", "review-item", "best-practice" ], "description": "Informs users about hidden content.", "help": "Hidden content on the page should be analyzed", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/hidden-content?application=axeAPI", "nodes": [ { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"auraMsgBox auraLoadingBox\" id=\"auraLoadingBox\"><div class=\"logo\"></div><div class=\"spinner\"></div><span>Loading</span></div>", "target": [ "#auraLoadingBox" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"\" id=\"auraErrorMask\">", "target": [ "#auraErrorMask" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<li data-is-view-all=\"true\"><a class=\"view-all-link\" href=\"/s/about\">All Company<i aria-hidden=\"true\"> </i></a></li>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnR7SAK-4 > li[data-is-view-all=\"true\"]:nth-child(9)" ] ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<li data-is-view-all=\"true\"><a class=\"view-all-link\" href=\"/s/environment\">All Energy & Environment<i aria-hidden=\"true\"> </i></a></li>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000kAfvSAE-4 > li[data-is-view-all=\"true\"]:nth-child(8)" ] ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<li data-is-view-all=\"true\"><a class=\"view-all-link\" href=\"/s/partner-resources\">All Partner Resources<i aria-hidden=\"true\"> </i></a></li>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaXSAS-4 > li[data-is-view-all=\"true\"]:nth-child(8)" ] ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<li data-is-view-all=\"true\"><a class=\"view-all-link\" href=\"/s/outage-safety\">All Outage & Safety<i aria-hidden=\"true\"> </i></a></li>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaYSAS-4 > li[data-is-view-all=\"true\"]:nth-child(8)" ] ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<li data-is-view-all=\"true\"><a class=\"view-all-link\" href=\"https://my.xcelenergy.com/customersupport/s/\">All Customer Support<i aria-hidden=\"true\"> </i></a></li>", "target": [ [ "c-xeg-site-footer", "#\\30 Mi2R000000GnaTSAS-4 > li[data-is-view-all=\"true\"]:nth-child(9)" ] ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"hideEl siteforceSpinnerManager siteforcePanelsContainer\" data-aura-rendered-by=\"38:0\" data-aura-class=\"siteforceSpinnerManager siteforcePanelsContainer\">", "target": [ ".hideEl" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<textarea id=\"g-recaptcha-response-100000\" name=\"g-recaptcha-response\" class=\"g-recaptcha-response\" style=\"width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;\"></textarea>", "target": [ "#g-recaptcha-response-100000" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<iframe style=\"display: none;\"></iframe>", "target": [ "div:nth-child(21) > iframe" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div style=\"display:none\" id=\"httpsmyxcelenergycomresource1617325738000xegstateselectorcosvg\">", "target": [ "#httpsmyxcelenergycomresource1617325738000xegstateselectorcosvg" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div style=\"display:none\" id=\"httpsmyxcelenergycomresource1617325738000xegstateselectormisvg\">", "target": [ "#httpsmyxcelenergycomresource1617325738000xegstateselectormisvg" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div style=\"display:none\" id=\"httpsmyxcelenergycomresource1617325738000xegstateselectormnsvg\">", "target": [ "#httpsmyxcelenergycomresource1617325738000xegstateselectormnsvg" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div style=\"display:none\" id=\"httpsmyxcelenergycomresource1617325738000xegstateselectornmsvg\">", "target": [ "#httpsmyxcelenergycomresource1617325738000xegstateselectornmsvg" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div style=\"display:none\" id=\"httpsmyxcelenergycomresource1617325738000xegstateselectorndsvg\">", "target": [ "#httpsmyxcelenergycomresource1617325738000xegstateselectorndsvg" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div style=\"display:none\" id=\"httpsmyxcelenergycomresource1617325738000xegstateselectorsdsvg\">", "target": [ "#httpsmyxcelenergycomresource1617325738000xegstateselectorsdsvg" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div style=\"display:none\" id=\"httpsmyxcelenergycomresource1617325738000xegstateselectortxsvg\">", "target": [ "#httpsmyxcelenergycomresource1617325738000xegstateselectortxsvg" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div style=\"display:none\" id=\"httpsmyxcelenergycomresource1617325738000xegstateselectorwisvg\">", "target": [ "#httpsmyxcelenergycomresource1617325738000xegstateselectorwisvg" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<iframe id=\"cross-domain-store-server-iframe\" src=\"https://cdn.appdynamics.com/adrum-xd.a6720c95d03e8e8d9e4f122a106bf00d.html\" width=\"0\" height=\"0\" tabindex=\"-1\" title=\"empty\" style=\"display: none;\"></iframe>", "target": [ "#cross-domain-store-server-iframe" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ] }, { "id": "identical-links-same-purpose", "impact": "minor", "tags": [ "cat.semantics", "wcag2aaa", "wcag249" ], "description": "Ensure that links with the same accessible name serve a similar purpose", "help": "Links with the same name must have a similar purpose", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/identical-links-same-purpose?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "identical-links-same-purpose", "data": { "name": "xcel energy homepage", "urlProps": { "protocol": "http:", "hostname": "my.xcelenergy.com", "port": "", "pathname": "/s/", "search": {}, "hash": "", "filename": "" } }, "relatedNodes": [ { "html": "<a href=\"https://my.xcelenergy.com/\" aria-label=\"Xcel Energy - Homepage\"><img src=\"/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/XcelEnergy-white.svg\" alt=\"Xcel Energy - Homepage\"></a>", "target": [ [ "c-xeg-site-footer", "a[href$=\"my.xcelenergy.com/\"]" ] ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a href=\"/s/\"><img class=\"site-logo\" src=\"/resource/1654223727000/XcelBrand/dist/img/xeds/site-navigation/XcelEnergy-white.svg\" alt=\"Xcel Energy - Homepage\"></a>", "target": [ [ "c-xeg-site-header-desktop", "a[href=\"/s/\"]" ] ], "failureSummary": "Fix all of the following:\n Check that links have the same purpose, or are intentionally ambiguous." } ] } ], "violations": [ { "id": "color-contrast-enhanced", "impact": "serious", "tags": [ "cat.color", "wcag2aaa", "wcag146" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds", "help": "Elements must have sufficient color contrast", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#00628a", "bgColor": "#ffffff", "contrastRatio": 6.74, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"null comm-page-custom-state-selector\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.74 (foreground color: #00628a, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span c-xegstateselector_xegstateselector=\"\">Colorado</span>", "target": [ [ "c-xeg-state-selector", "a[data-code=\"co\"] > span" ] ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.74 (foreground color: #00628a, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#00628a", "bgColor": "#ffffff", "contrastRatio": 6.74, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"null comm-page-custom-state-selector\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.74 (foreground color: #00628a, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span c-xegstateselector_xegstateselector=\"\">Michigan</span>", "target": [ [ "c-xeg-state-selector", "a[data-code=\"mi\"] > span" ] ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.74 (foreground color: #00628a, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#00628a", "bgColor": "#ffffff", "contrastRatio": 6.74, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"null comm-page-custom-state-selector\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.74 (foreground color: #00628a, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span c-xegstateselector_xegstateselector=\"\">Minnesota</span>", "target": [ [ "c-xeg-state-selector", "a[data-code=\"mn\"] > span" ] ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.74 (foreground color: #00628a, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#00628a", "bgColor": "#ffffff", "contrastRatio": 6.74, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"null comm-page-custom-state-selector\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.74 (foreground color: #00628a, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span c-xegstateselector_xegstateselector=\"\">New Mexico</span>", "target": [ [ "c-xeg-state-selector", "a[data-code=\"nm\"] > span" ] ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.74 (foreground color: #00628a, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#00628a", "bgColor": "#ffffff", "contrastRatio": 6.74, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"null comm-page-custom-state-selector\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.74 (foreground color: #00628a, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span c-xegstateselector_xegstateselector=\"\">North Dakota</span>", "target": [ [ "c-xeg-state-selector", "a[data-code=\"nd\"] > span" ] ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.74 (foreground color: #00628a, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#00628a", "bgColor": "#ffffff", "contrastRatio": 6.74, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"null comm-page-custom-state-selector\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.74 (foreground color: #00628a, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span c-xegstateselector_xegstateselector=\"\">South Dakota</span>", "target": [ [ "c-xeg-state-selector", "a[data-code=\"sd\"] > span" ] ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.74 (foreground color: #00628a, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#00628a", "bgColor": "#ffffff", "contrastRatio": 6.74, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"null comm-page-custom-state-selector\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.74 (foreground color: #00628a, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span c-xegstateselector_xegstateselector=\"\">Texas</span>", "target": [ [ "c-xeg-state-selector", "a[data-code=\"tx\"] > span" ] ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.74 (foreground color: #00628a, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#00628a", "bgColor": "#ffffff", "contrastRatio": 6.74, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"null comm-page-custom-state-selector\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.74 (foreground color: #00628a, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span c-xegstateselector_xegstateselector=\"\">Wisconsin</span>", "target": [ [ "c-xeg-state-selector", "a[data-code=\"wi\"] > span" ] ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.74 (foreground color: #00628a, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ] }, { "id": "heading-order", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the order of headings is semantically correct", "help": "Heading levels should only increase by one", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/heading-order?application=axeAPI", "nodes": [ { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h3 c-xegcontactsupport_xegcontactsupport=\"\" data-html=\"headerText\">Contact Customer Service</h3>", "target": [ [ "c-xeg-contact-support", "h3[data-html=\"headerText\"]" ] ], "failureSummary": "Fix any of the following:\n Heading order invalid" } ] }, { "id": "region", "impact": "moderate", "tags": [ "cat.keyboard", "best-practice" ], "description": "Ensures all page content is contained by landmarks", "help": "All page content should be contained by landmarks", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/region?application=axeAPI", "nodes": [ { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<a id=\"xegs2c\" href=\"#xeg-main\" data-aura-rendered-by=\"129:0\">Skip to main content</a>", "target": [ "#xegs2c" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] } ] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "what": "URL", "result": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F" }, { "type": "test", "which": "continuum", "what": "Level Access Continuum, community edition", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": [ { "engineTestId": 281, "bestPracticeId": 1626, "attribute": "The aria-expanded attribute is not allowed on this element", "attributeDetail": "The aria-expanded attribute is not allowed on this UL", "element": "<ul class=\"footer-nav-expands\" id=\"footer-nav-expands-4\" aria-expanded=\"true\"><li><h3 class=\"xeg-h6\" ... se\"><a href=\"/s/partner-resources/suppliers\">Suppliers</a></li><li data-is-view-all=\"true\"><a class=", "testResult": 0, "path": "body>div:nth-of-type(4)>*:nth-child(6)|:host>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fixType": "", "fingerprint": { "version": 2, "css": "ul[aria-expanded=\"true\"][id=\"footer-nav-expands-4\"][class=\"footer-nav-expands\"]", "attNo": 3 } } ] }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "what": "URL", "result": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F" }, { "type": "test", "which": "htmlcs", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "Error": { "AA.1_3_1.F68": { "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.": [ { "tagName": "textarea", "id": "#g-recaptcha-response-100000", "code": "<textarea id=\"g-recaptcha-response-100000\" name=\"g-recaptcha-response\" class=\"g-recaptcha-response\" style=\"width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;\">...</textarea>" } ] }, "AA.2_4_1.H64.1": { "Iframe element requires a non-empty title attribute that identifies the frame.": [ { "tagName": "iframe", "id": "", "code": "<iframe style=\"display: none;\">...</iframe>" } ] }, "AA.4_1_2.H91.Textarea.Name": { "This textarea element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.": [ { "tagName": "textarea", "id": "#g-recaptcha-response-100000", "code": "<textarea id=\"g-recaptcha-response-100000\" name=\"g-recaptcha-response\" class=\"g-recaptcha-response\" style=\"width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;\">...</textarea>" } ] } }, "Warning": { "AA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [ { "tagName": "a", "id": "#xegs2c", "code": "<a id=\"xegs2c\" href=\"#xeg-main\" data-aura-rendered-by=\"129:0\">...</a>" }, { "tagName": "div", "id": "#kampyleFormContainer", "code": "<div id=\"kampyleFormContainer\" style=\"top:0 !important;left:0 !important;width: 100% !important;height: 100% !important;position: fixed !important;visibility:hidden !important;display:table !important;background-color: rgba(102,102,102,0.4) !important;z-index:99999999 !important;-webkit-overflow-scrolling: touch !important; \">...</div>" }, { "tagName": "div", "id": "#kampyle_abandon_zone", "code": "<div id=\"kampyle_abandon_zone\" style=\"width: 100%; height: 5px; z-index: 9999999; position: fixed; top: 0px;\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"grecaptcha-badge\" data-style=\"bottomright\" style=\"width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"loadingCon global siteforceLoadingBalls\" data-aura-rendered-by=\"42:0\" data-aura-class=\"siteforceLoadingBalls\">...</div>" }, { "tagName": "div", "id": "", "code": "<div data-aura-rendered-by=\"15:0\" class=\"forceVisualMessageQueue\" data-aura-class=\"forceVisualMessageQueue\">...</div>" }, { "tagName": "div", "id": "", "code": "<div data-aura-rendered-by=\"25:0\" class=\"forceHoverPrototype\" data-aura-class=\"forceHoverPrototype\" style=\"top: 0px; left: -1500px; position: fixed;\">...</div>" }, { "tagName": "iframe", "id": "#kampyleForm11519", "code": "<iframe id=\"kampyleForm11519\" src=\"https://resources.digital-cloud-west.medallia.com/md-form/website/1.8.0/index.html?formId=11519&type=live&isMobile=false&referrer=https%3A%2F%2Fmy.xcelenergy.com%2Fs%2Fstate-selector&region=digital-cloud-west&isWCAG=true&displayType=lightbox&isSeparateFormTemplateFromData=true&domainsListRelativePath=..%7C..%7C..%7Cwdcwest%2F182926%2Fonsite\" tabindex=\"-1\" title=\"Feedback Survey\" origin=\"https://resources.digital-cloud-west.medallia.com\" style=\"border: 0px !important; height: 100% !important; max-height: 100% !important; min-height: 100% !important; width: 100% !important; max-width: 100% !important; min-width: 100% !important; display: none !important; position: fixed !important;\">...</iframe>" } ], "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.": [ { "tagName": "meta", "id": "", "code": "<meta name=\"viewport\" content=\"initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0, minimal-ui\">" }, { "tagName": "meta", "id": "", "code": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0, user-scalable=yes, minimal-ui\">" } ] }, "AA.4_1_2.H91.A.NoHref": { "Anchor elements should not be used for defining in-page link targets. If not using the ID for other purposes (such as CSS or scripting), consider moving it to a parent element.": [ { "tagName": "a", "id": "#dismissError", "code": "<a id=\"dismissError\" class=\"close\">...</a>" } ] } } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "what": "URL", "result": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F" }, { "type": "test", "which": "ibm", "withItems": true, "what": "IBM Accessibility Checker", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "content": { "prevented": true, "error": "ERROR: getting ibm test report took too long" }, "prevented": true, "url": { "prevented": true, "error": "ERROR: getting ibm test report took too long" } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "what": "URL", "result": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F" }, { "type": "test", "which": "nuVal", "what": "failures to pass the Nu Html Checker", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "messages": [ { "type": "info", "lastLine": 3, "lastColumn": 120, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "nager -->\n<script type=\"text/javascript\" async=\"\" src=\"https://cdn.appdynamics.com/adrum-ext.a6720c95d03e8e8d9e4f122a106bf00d.js\"></scri", "hiliteStart": 10, "hiliteLength": 120 }, { "type": "info", "lastLine": 3, "lastColumn": 257, "firstColumn": 130, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=G-7ZLCVNFP09&l=dataLayer&cx=c\"></scri", "hiliteStart": 10, "hiliteLength": 128 }, { "type": "info", "lastLine": 3, "lastColumn": 505, "firstColumn": 267, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" src=\"https://www.gstatic.com/recaptcha/releases/mq0-U1BHZ5YTcoDC-CvsLPNc/recaptcha__en.js\" crossorigin=\"anonymous\" integrity=\"sha384-YQa+IZb9f//sVw4RfG9FEtSszHRtCsZKru4nvZuKNVW0OaFL1FtT01EpC4YROIJP\"></scri", "hiliteStart": 10, "hiliteLength": 239 }, { "type": "info", "lastLine": 107, "lastColumn": 47, "firstColumn": 1, "subType": "warning", "message": "The charset attribute on the script element is obsolete.", "extract": "namics-->\n<script charset=\"UTF-8\" type=\"text/javascript\">\n w", "hiliteStart": 10, "hiliteLength": 47 }, { "type": "error", "lastLine": 107, "lastColumn": 47, "firstColumn": 1, "message": "Element script must not have attribute charset unless attribute src is also specified.", "extract": "namics-->\n<script charset=\"UTF-8\" type=\"text/javascript\">\n w", "hiliteStart": 10, "hiliteLength": 47 }, { "type": "info", "lastLine": 107, "lastColumn": 47, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "namics-->\n<script charset=\"UTF-8\" type=\"text/javascript\">\n w", "hiliteStart": 10, "hiliteLength": 47 }, { "type": "error", "lastLine": 141, "lastColumn": 204, "message": "CSS: --vlocity_cmt-popoverWalkthroughHeaderImage: Parse Error.", "extract": "oughHeaderImage:;--vlocity_cmt", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 1855, "message": "CSS: Parse Error.", "extract": "ect-ratio: 4/3);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 1906, "message": "CSS: Parse Error.", "extract": "drColor:#0070D2;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 1955, "message": "CSS: Parse Error.", "extract": "tMedium:12.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 2015, "message": "CSS: Parse Error.", "extract": "(207, 233, 254);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 2045, "message": "CSS: Parse Error.", "extract": "zIndexDefault:1;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 2105, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 2153, "message": "CSS: Parse Error.", "extract": ":rgb(2, 50, 72);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 2229, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 2291, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 2338, "message": "CSS: Parse Error.", "extract": "b(27, 150, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 2377, "message": "CSS: Parse Error.", "extract": "oastMedium:9.6s;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 2442, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 2499, "message": "CSS: Parse Error.", "extract": "(145, 145, 145);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 2563, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 2629, "message": "CSS: Parse Error.", "extract": "(238, 238, 238);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 2698, "message": "CSS: Parse Error.", "extract": "b(27, 150, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 2751, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 2790, "message": "CSS: Parse Error.", "extract": "xSmall:0.125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 2837, "message": "CSS: Parse Error.", "extract": "gb(58, 73, 218);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 2905, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 2949, "message": "CSS: Parse Error.", "extract": "onSmall:1.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 3048, "message": "CSS: Parse Error.", "extract": "oldItalic.woff);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 3116, "message": "CSS: Parse Error.", "extract": "1, 219, 218, 0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 3161, "message": "CSS: Parse Error.", "extract": "bWidth:0.375rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 3209, "message": "CSS: Parse Error.", "extract": ":rgb(0, 26, 40);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 3264, "message": "CSS: Parse Error.", "extract": "(129, 129, 129);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 3307, "message": "CSS: Parse Error.", "extract": "tCollapsed:4rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 3356, "message": "CSS: Parse Error.", "extract": "rgb(10, 38, 54);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 3405, "message": "CSS: Parse Error.", "extract": "rgb(68, 68, 68);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 3469, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 3533, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 3597, "message": "CSS: Parse Error.", "extract": " 255, 255, 0.5);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 3628, "message": "CSS: Parse Error.", "extract": "izeMedium:20rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 3692, "message": "CSS: Parse Error.", "extract": " 137, 238, 0.1);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 3764, "message": "CSS: Parse Error.", "extract": "255, 255, 0.75);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 3810, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 3858, "message": "CSS: Parse Error.", "extract": "b(88, 103, 232);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 3899, "message": "CSS: Parse Error.", "extract": "Height:0.125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 3954, "message": "CSS: Parse Error.", "extract": "b(254, 147, 57);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4017, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4064, "message": "CSS: Parse Error.", "extract": "(216, 230, 254);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4118, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4170, "message": "CSS: Parse Error.", "extract": "(144, 208, 254);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4217, "message": "CSS: Parse Error.", "extract": "(238, 244, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4256, "message": "CSS: Parse Error.", "extract": "xtColor:#17498B;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4314, "message": "CSS: Parse Error.", "extract": "b(27, 150, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4345, "message": "CSS: Parse Error.", "extract": "IndexPopup:5000;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4384, "message": "CSS: Parse Error.", "extract": "iusLarge:0.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4454, "message": "CSS: Parse Error.", "extract": "255, 255, 0.75);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4500, "message": "CSS: Parse Error.", "extract": "erWidth:0.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4544, "message": "CSS: Parse Error.", "extract": "gXLarge:1.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4614, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4663, "message": "CSS: Parse Error.", "extract": "(142, 155, 239);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4700, "message": "CSS: Parse Error.", "extract": "ingLarge:1.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4740, "message": "CSS: Parse Error.", "extract": "SpacingMargin:0;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4781, "message": "CSS: Parse Error.", "extract": "tXLarge:1.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4830, "message": "CSS: Parse Error.", "extract": "(127, 140, 237);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4881, "message": "CSS: Parse Error.", "extract": "b(26, 185, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4943, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.05);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 4993, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5035, "message": "CSS: Parse Error.", "extract": "xtColor:#3E3E3C;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5079, "message": "CSS: Parse Error.", "extract": "ingInfo:7.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5140, "message": "CSS: Parse Error.", "extract": "dth: 64.0625em);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5189, "message": "CSS: Parse Error.", "extract": "(158, 169, 241);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5228, "message": "CSS: Parse Error.", "extract": "pableSmall:2rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5282, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5333, "message": "CSS: Parse Error.", "extract": "b(13, 157, 218);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5380, "message": "CSS: Parse Error.", "extract": "(120, 176, 253);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5423, "message": "CSS: Parse Error.", "extract": "xtColor:#3E3E3C;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5477, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5527, "message": "CSS: Parse Error.", "extract": "gb(8, 171, 237);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5569, "message": "CSS: Parse Error.", "extract": "xtColor:#005FB2;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5625, "message": "CSS: Parse Error.", "extract": "AccentFocus:4px;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5683, "message": "CSS: Parse Error.", "extract": "rgb(186, 5, 23);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5727, "message": "CSS: Parse Error.", "extract": "htTouch:2.65rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5777, "message": "CSS: Parse Error.", "extract": "b(254, 147, 57);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5819, "message": "CSS: Parse Error.", "extract": "ilitySmall:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5886, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.16);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5941, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 5988, "message": "CSS: Parse Error.", "extract": "oundary:1.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6019, "message": "CSS: Parse Error.", "extract": "idthToggle:3rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6068, "message": "CSS: Parse Error.", "extract": "(190, 199, 246);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6108, "message": "CSS: Parse Error.", "extract": "MinHeight:25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6137, "message": "CSS: Parse Error.", "extract": "-zIndexDocked:4;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6187, "message": "CSS: Parse Error.", "extract": "daryAlt:2.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6239, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6286, "message": "CSS: Parse Error.", "extract": "(170, 203, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6337, "message": "CSS: Parse Error.", "extract": "b(16, 124, 173);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6393, "message": "CSS: Parse Error.", "extract": "rgb(80, 80, 80);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6433, "message": "CSS: Parse Error.", "extract": "ontSize:0.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6489, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6550, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6584, "message": "CSS: Parse Error.", "extract": "tionSlowly:0.4s;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6641, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6683, "message": "CSS: Parse Error.", "extract": "BgColor:#F4F6F9;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6757, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6796, "message": "CSS: Parse Error.", "extract": "zeSmall:1.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6859, "message": "CSS: Parse Error.", "extract": "b(27, 150, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6900, "message": "CSS: Parse Error.", "extract": "idth:52.0625rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6949, "message": "CSS: Parse Error.", "extract": "(241, 243, 251);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 6998, "message": "CSS: Parse Error.", "extract": "(224, 229, 248);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7031, "message": "CSS: Parse Error.", "extract": "esZIndexHover:5;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7076, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7114, "message": "CSS: Parse Error.", "extract": "ngSmall:0.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7151, "message": "CSS: Parse Error.", "extract": "ockedBar:2.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7196, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7249, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7293, "message": "CSS: Parse Error.", "extract": "gXSmall:0.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7346, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7392, "message": "CSS: Parse Error.", "extract": "urrent:0.125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7459, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7507, "message": "CSS: Parse Error.", "extract": "XxSmall:0.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7566, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7602, "message": "CSS: Parse Error.", "extract": "onPromptly:0.2s;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7655, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7723, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7775, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7820, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7866, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7942, "message": "CSS: Parse Error.", "extract": "gba(0, 0, 0, 0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 7988, "message": "CSS: Parse Error.", "extract": "b(27, 150, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8041, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8084, "message": "CSS: Parse Error.", "extract": "BgColor:#EEF1F6;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8133, "message": "CSS: Parse Error.", "extract": "(145, 145, 145);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8179, "message": "CSS: Parse Error.", "extract": "b(87, 163, 253);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8213, "message": "CSS: Parse Error.", "extract": "ingLarge:1.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8266, "message": "CSS: Parse Error.", "extract": "gba(0, 0, 0, 0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8305, "message": "CSS: Parse Error.", "extract": "rMargin:0.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8347, "message": "CSS: Parse Error.", "extract": "Small:0.8125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8413, "message": "CSS: Parse Error.", "extract": " 255, 255, 0.5);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8451, "message": "CSS: Parse Error.", "extract": "ToastShort:4.8s;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8491, "message": "CSS: Parse Error.", "extract": "Button:1.875rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8554, "message": "CSS: Parse Error.", "extract": "gba(0,0,0,0.25);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8621, "message": "CSS: Parse Error.", "extract": "gba(0,0,0,0.25);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8678, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8737, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.05);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8782, "message": "CSS: Parse Error.", "extract": "drColor:#CFD7E5;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8824, "message": "CSS: Parse Error.", "extract": "xHeight:37.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8882, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8939, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.07);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 8971, "message": "CSS: Parse Error.", "extract": "zeXxLarge:60rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9037, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9078, "message": "CSS: Parse Error.", "extract": "xtColor:#1370D2;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9122, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9163, "message": "CSS: Parse Error.", "extract": "alespath:1.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9220, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.40);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9281, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9330, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9384, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9414, "message": "CSS: Parse Error.", "extract": "sizeSmall:15rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9503, "message": "CSS: Parse Error.", "extract": "cache=7bdcafae);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9559, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9606, "message": "CSS: Parse Error.", "extract": "ndColor:#FFFFFF;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9676, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9727, "message": "CSS: Parse Error.", "extract": "rgb(68, 68, 68);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9772, "message": "CSS: Parse Error.", "extract": "gb(11, 92, 171);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9821, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9867, "message": "CSS: Parse Error.", "extract": "yMedium:1.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9932, "message": "CSS: Parse Error.", "extract": "gb(46, 132, 74);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 9994, "message": "CSS: Parse Error.", "extract": "gba(0, 0, 0, 0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 10040, "message": "CSS: Parse Error.", "extract": "xSmall:0.625rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 10109, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.24);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 10223, "message": "CSS: Parse Error.", "extract": "cache=ce47a72d);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 10278, "message": "CSS: Parse Error.", "extract": "(174, 174, 174);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 10334, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 10377, "message": "CSS: Parse Error.", "extract": "ckSize:0.625rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 10436, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 10506, "message": "CSS: Parse Error.", "extract": " 255, 255, 0.8);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 10549, "message": "CSS: Parse Error.", "extract": ":rgb(0, 22, 57);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 10594, "message": "CSS: Parse Error.", "extract": "calLarge:1.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 10647, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 10693, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 10736, "message": "CSS: Parse Error.", "extract": ":rgb(3, 35, 77);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 10796, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 10887, "message": "CSS: Parse Error.", "extract": "ns-Italic.woff);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 10946, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 11015, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 11068, "message": "CSS: Parse Error.", "extract": "(254, 143, 125);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 11111, "message": "CSS: Parse Error.", "extract": "drColor:#DDDBDA;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 11172, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.20);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 11222, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 11281, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 11370, "message": "CSS: Parse Error.", "extract": "ans-Bold.woff2);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 11412, "message": "CSS: Parse Error.", "extract": "ingLarge:1.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 11471, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 11514, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 11596, "message": "CSS: Parse Error.", "extract": " 0, 0.16) inset;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 11646, "message": "CSS: Parse Error.", "extract": "XxSmall:0.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 11703, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 11745, "message": "CSS: Parse Error.", "extract": "angeHeight:5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 11791, "message": "CSS: Parse Error.", "extract": "rBgColor:FFFCFC;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 11848, "message": "CSS: Parse Error.", "extract": "gba(0, 0, 0, 0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 11891, "message": "CSS: Parse Error.", "extract": ":rgb(7, 40, 37);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 11953, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12005, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12042, "message": "CSS: Parse Error.", "extract": "xtColor:#556A8C;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12089, "message": "CSS: Parse Error.", "extract": "gb(252, 192, 3);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12122, "message": "CSS: Parse Error.", "extract": "dexSpinner:9050;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12188, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12221, "message": "CSS: Parse Error.", "extract": "tWeightBold:700;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12264, "message": "CSS: Parse Error.", "extract": ":rgb(7, 27, 18);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12333, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12390, "message": "CSS: Parse Error.", "extract": "x #1b96ff inset;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12445, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12483, "message": "CSS: Parse Error.", "extract": "xtColor:#043B6A;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12551, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12594, "message": "CSS: Parse Error.", "extract": "iumContent:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12653, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12708, "message": "CSS: Parse Error.", "extract": "(174, 174, 174);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12768, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12814, "message": "CSS: Parse Error.", "extract": "BgColor:#1370D2;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12858, "message": "CSS: Parse Error.", "extract": "rgb(26, 27, 30);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12910, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 12962, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 13133, "message": "CSS: Parse Error.", "extract": "egoe UI Symbol';--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 13182, "message": "CSS: Parse Error.", "extract": "conSize:1.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 13219, "message": "CSS: Parse Error.", "extract": "ingXxLarge:3rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 13268, "message": "CSS: Parse Error.", "extract": "(251, 243, 224);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 13317, "message": "CSS: Parse Error.", "extract": "(249, 227, 182);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 13364, "message": "CSS: Parse Error.", "extract": "xtColor:#FFFFFF;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 13420, "message": "CSS: Parse Error.", "extract": "(250, 250, 249);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 13463, "message": "CSS: Parse Error.", "extract": ":rgb(2, 52, 52);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 13513, "message": "CSS: Parse Error.", "extract": "xtColor:#1173CF;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 13555, "message": "CSS: Parse Error.", "extract": "Width:0.1875rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 13602, "message": "CSS: Parse Error.", "extract": "gb(215, 147, 4);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 13649, "message": "CSS: Parse Error.", "extract": "gb(202, 133, 1);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 13724, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 13793, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 13834, "message": "CSS: Parse Error.", "extract": "sSmall:0.125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 13894, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 13929, "message": "CSS: Parse Error.", "extract": "ionInstantly:0s;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 13968, "message": "CSS: Parse Error.", "extract": "drColor:#CFD7E6;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14027, "message": "CSS: Parse Error.", "extract": "gb(46, 132, 74);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14060, "message": "CSS: Parse Error.", "extract": "sFontWeight:400;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14113, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14174, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14226, "message": "CSS: Parse Error.", "extract": "(174, 174, 174);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14289, "message": "CSS: Parse Error.", "extract": "0.16) 0 2px 3px;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14336, "message": "CSS: Parse Error.", "extract": "gb(228, 162, 1);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14370, "message": "CSS: Parse Error.", "extract": "WeightLight:300;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14415, "message": "CSS: Parse Error.", "extract": "rgb(234, 0, 30);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14455, "message": "CSS: Parse Error.", "extract": "XxSmall:0.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14505, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14552, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14612, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14642, "message": "CSS: Parse Error.", "extract": "cardShadow:none;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14668, "message": "CSS: Parse Error.", "extract": "cmt-lineClamp:3;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14717, "message": "CSS: Parse Error.", "extract": "ressBar:12.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14779, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14831, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14951, "message": "CSS: Parse Error.", "extract": "cache=568ec6b3);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 14999, "message": "CSS: Parse Error.", "extract": "alXSmall:0.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15055, "message": "CSS: Parse Error.", "extract": "ontSize:0.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15091, "message": "CSS: Parse Error.", "extract": "cingMedium:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15149, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15196, "message": "CSS: Parse Error.", "extract": "esWidth:13.3rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15242, "message": "CSS: Parse Error.", "extract": "oundaryAlt:5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15283, "message": "CSS: Parse Error.", "extract": "BgColor:#FFFFFF;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15341, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15387, "message": "CSS: Parse Error.", "extract": "rgb(140, 75, 2);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15425, "message": "CSS: Parse Error.", "extract": "perSpacing:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15493, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15530, "message": "CSS: Parse Error.", "extract": "xtColor:#17335B;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15588, "message": "CSS: Parse Error.", "extract": "(250, 255, 189);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15646, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15685, "message": "CSS: Parse Error.", "extract": "SpacingMargin:0;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15748, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15796, "message": "CSS: Parse Error.", "extract": "0 0 3px #0176d3;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15840, "message": "CSS: Parse Error.", "extract": "icalXLarge:2rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15905, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 15965, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16016, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16061, "message": "CSS: Parse Error.", "extract": "calXxLarge:3rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16108, "message": "CSS: Parse Error.", "extract": "gb(168, 100, 3);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16158, "message": "CSS: Parse Error.", "extract": "rgb(13, 14, 18);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16200, "message": "CSS: Parse Error.", "extract": "rgeContent:2rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16271, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16315, "message": "CSS: Parse Error.", "extract": "tSize:0.8125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16359, "message": "CSS: Parse Error.", "extract": "xtColor:#005FB2;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16393, "message": "CSS: Parse Error.", "extract": "erWidthThin:1px;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16429, "message": "CSS: Parse Error.", "extract": "ightRegular:400;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16489, "message": "CSS: Parse Error.", "extract": "gb(69, 198, 90);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16555, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16600, "message": "CSS: Parse Error.", "extract": ":rgb(79, 33, 0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16638, "message": "CSS: Parse Error.", "extract": "erDefaultImage:;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16665, "message": "CSS: Parse Error.", "extract": "mt-elevation8:8;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16706, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16771, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16798, "message": "CSS: Parse Error.", "extract": "mt-elevation0:0;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16825, "message": "CSS: Parse Error.", "extract": "mt-elevation2:2;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16886, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16913, "message": "CSS: Parse Error.", "extract": "mt-elevation4:4;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16947, "message": "CSS: Parse Error.", "extract": "tionPaused:3.2s;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 16990, "message": "CSS: Parse Error.", "extract": "b(27, 150, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17049, "message": "CSS: Parse Error.", "extract": "gb(69, 198, 90);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17105, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17142, "message": "CSS: Parse Error.", "extract": "XxSmall:0.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17180, "message": "CSS: Parse Error.", "extract": "lSpacing:0.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17246, "message": "CSS: Parse Error.", "extract": "b(13, 157, 218);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17291, "message": "CSS: Parse Error.", "extract": "drColor:#CFD7E5;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17346, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17392, "message": "CSS: Parse Error.", "extract": "rgb(111, 52, 0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17447, "message": "CSS: Parse Error.", "extract": "0 0 3px #f3f3f3;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17498, "message": "CSS: Parse Error.", "extract": "oTitle:2.625rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17559, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17603, "message": "CSS: Parse Error.", "extract": "BgColor:#Ef6E64;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17640, "message": "CSS: Parse Error.", "extract": "adiusCircle:50%;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17706, "message": "CSS: Parse Error.", "extract": " 255, 255, 0.8);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17761, "message": "CSS: Parse Error.", "extract": "gb(69, 198, 90);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17797, "message": "CSS: Parse Error.", "extract": "cingXLarge:2rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17828, "message": "CSS: Parse Error.", "extract": "izeXLarge:40rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17880, "message": "CSS: Parse Error.", "extract": "xSmall:0.125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17913, "message": "CSS: Parse Error.", "extract": "vation3Inset:-3;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17948, "message": "CSS: Parse Error.", "extract": "eightTab:2.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 17991, "message": "CSS: Parse Error.", "extract": "xtColor:#556A8C;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18054, "message": "CSS: Parse Error.", "extract": "rgb(142, 3, 15);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18110, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18169, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18222, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18267, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18326, "message": "CSS: Parse Error.", "extract": "a(0, 0, 0, 0.2);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18366, "message": "CSS: Parse Error.", "extract": "keWidthThin:1px;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18424, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18459, "message": "CSS: Parse Error.", "extract": "tHeader:2.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18524, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.16);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18592, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18629, "message": "CSS: Parse Error.", "extract": "adiusPill:15rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18699, "message": "CSS: Parse Error.", "extract": " 255, 255, 0.5);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18731, "message": "CSS: Parse Error.", "extract": "zeXxxSmall:3rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18790, "message": "CSS: Parse Error.", "extract": "rgb(25, 78, 49);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18850, "message": "CSS: Parse Error.", "extract": "(147, 147, 147);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18895, "message": "CSS: Parse Error.", "extract": ":rgb(46, 34, 4);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18938, "message": "CSS: Parse Error.", "extract": "xtColor:#17335B;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 18983, "message": "CSS: Parse Error.", "extract": ":rgb(40, 18, 2);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19022, "message": "CSS: Parse Error.", "extract": "ngSmall:0.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19134, "message": "CSS: Parse Error.", "extract": "cache=ba3662c1);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19178, "message": "CSS: Parse Error.", "extract": "Height:3.125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19241, "message": "CSS: Parse Error.", "extract": ":rgb(0, 22, 57);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19295, "message": "CSS: Parse Error.", "extract": "(254, 143, 125);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19334, "message": "CSS: Parse Error.", "extract": "pableSmall:2rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19402, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19454, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19498, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19534, "message": "CSS: Parse Error.", "extract": "zeXLarge:1.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19581, "message": "CSS: Parse Error.", "extract": "umBoundary:2rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19625, "message": "CSS: Parse Error.", "extract": "(221, 219, 218);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19669, "message": "CSS: Parse Error.", "extract": "(236, 235, 234);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19713, "message": "CSS: Parse Error.", "extract": "(243, 242, 242);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19757, "message": "CSS: Parse Error.", "extract": "(250, 250, 249);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19784, "message": "CSS: Parse Error.", "extract": "mt-opacity8:0.8;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19885, "message": "CSS: Parse Error.", "extract": "ldItalic.woff2);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19912, "message": "CSS: Parse Error.", "extract": "mt-opacity5:0.5;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 19963, "message": "CSS: Parse Error.", "extract": "ityIcon:1.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20019, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20079, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20139, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.16);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20184, "message": "CSS: Parse Error.", "extract": "erColor:#FFFFFF;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20243, "message": "CSS: Parse Error.", "extract": "(253, 221, 227);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20287, "message": "CSS: Parse Error.", "extract": "(112, 110, 107);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20331, "message": "CSS: Parse Error.", "extract": "(150, 148, 146);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20375, "message": "CSS: Parse Error.", "extract": "(176, 173, 171);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20419, "message": "CSS: Parse Error.", "extract": "(201, 199, 197);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20473, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20518, "message": "CSS: Parse Error.", "extract": "Boundary:1.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20564, "message": "CSS: Parse Error.", "extract": "ntalXLarge:2rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20617, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20667, "message": "CSS: Parse Error.", "extract": "rgb(140, 75, 2);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20711, "message": "CSS: Parse Error.", "extract": "BgColor:#D8DDF1;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20782, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.16);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20825, "message": "CSS: Parse Error.", "extract": "rseShadow0:none;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20873, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20931, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 20999, "message": "CSS: Parse Error.", "extract": " 255, 255, 0.2);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 21031, "message": "CSS: Parse Error.", "extract": "ndexToast:10000;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 21111, "message": "CSS: Parse Error.", "extract": " 255, 255, 0.2);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 21174, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 21239, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 21293, "message": "CSS: Parse Error.", "extract": "rgb(186, 5, 23);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 21349, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 21396, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 21453, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 21517, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 21571, "message": "CSS: Parse Error.", "extract": "rgb(234, 0, 30);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 21692, "message": "CSS: Parse Error.", "extract": "cache=3655c827);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 21737, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 21797, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 21851, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 21939, "message": "CSS: Parse Error.", "extract": "cache=a0044dae);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 21985, "message": "CSS: Parse Error.", "extract": "drColor:#DDDBDA;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22027, "message": "CSS: Parse Error.", "extract": "BgColor:#FFFCFC;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22066, "message": "CSS: Parse Error.", "extract": "rofileGutters:0;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22097, "message": "CSS: Parse Error.", "extract": "izeXxSmall:6rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22153, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22197, "message": "CSS: Parse Error.", "extract": "drColor:#DDDBDA;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22249, "message": "CSS: Parse Error.", "extract": "(207, 233, 254);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22305, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22356, "message": "CSS: Parse Error.", "extract": "rgb(234, 0, 30);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22399, "message": "CSS: Parse Error.", "extract": "geBoundary:3rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22445, "message": "CSS: Parse Error.", "extract": "onColor:#FFFFFF;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22496, "message": "CSS: Parse Error.", "extract": "b(254, 147, 57);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22538, "message": "CSS: Parse Error.", "extract": "imaryHover:none;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22590, "message": "CSS: Parse Error.", "extract": "(234, 245, 254);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22625, "message": "CSS: Parse Error.", "extract": "ngSmall:0.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22675, "message": "CSS: Parse Error.", "extract": "BgColor:#0070D2;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22730, "message": "CSS: Parse Error.", "extract": "rgb(186, 5, 23);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22802, "message": "CSS: Parse Error.", "extract": "166, 166, 0.25);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22852, "message": "CSS: Parse Error.", "extract": "entAlt:0.875rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22904, "message": "CSS: Parse Error.", "extract": "xtColor:#FFFFFF;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 22964, "message": "CSS: Parse Error.", "extract": "gba(0, 0, 0, 0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 23009, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 23042, "message": "CSS: Parse Error.", "extract": "eHeightText:1.5;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 23085, "message": "CSS: Parse Error.", "extract": "tExpanded:15rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 23137, "message": "CSS: Parse Error.", "extract": "gb(254, 92, 76);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 23197, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 23364, "message": "CSS: Parse Error.", "extract": "egoe UI Symbol';--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 23421, "message": "CSS: Parse Error.", "extract": "in-width: 48em);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 23467, "message": "CSS: Parse Error.", "extract": "rgb(37, 48, 69);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 23532, "message": "CSS: Parse Error.", "extract": ":rgb(0, 22, 57);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 23623, "message": "CSS: Parse Error.", "extract": "f2?cache=2.9.0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 23656, "message": "CSS: Parse Error.", "extract": "cingMedium:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 23704, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 23743, "message": "CSS: Parse Error.", "extract": "zeLarge:2.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 23814, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 23874, "message": "CSS: Parse Error.", "extract": "2px 4px #f3f3f3;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 23943, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 23997, "message": "CSS: Parse Error.", "extract": "gb(46, 132, 74);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 24035, "message": "CSS: Parse Error.", "extract": "htToggle:1.3rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 24124, "message": "CSS: Parse Error.", "extract": "ff?cache=2.9.0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 24171, "message": "CSS: Parse Error.", "extract": ":0 1rem 0.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 24231, "message": "CSS: Parse Error.", "extract": "b(27, 150, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 24288, "message": "CSS: Parse Error.", "extract": "(254, 143, 125);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 24345, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 24412, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 24448, "message": "CSS: Parse Error.", "extract": "ionShadow0:none;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 24482, "message": "CSS: Parse Error.", "extract": "htPill:1.625rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 24545, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.16);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 24608, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.16);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 24671, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.16);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 24705, "message": "CSS: Parse Error.", "extract": "ontSize8:1.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 24775, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 24810, "message": "CSS: Parse Error.", "extract": "ntSize7:1.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 24881, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.16);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 24916, "message": "CSS: Parse Error.", "extract": "ntSize9:1.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 24979, "message": "CSS: Parse Error.", "extract": "gba(0, 0, 0, 0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25033, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25104, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.16);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25167, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25272, "message": "CSS: Parse Error.", "extract": "cache=bad2f521);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25307, "message": "CSS: Parse Error.", "extract": "ntSize2:0.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25343, "message": "CSS: Parse Error.", "extract": "tSize1:0.625rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25379, "message": "CSS: Parse Error.", "extract": "tSize4:0.875rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25427, "message": "CSS: Parse Error.", "extract": "ow:0.75rem 1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25464, "message": "CSS: Parse Error.", "extract": "Size3:0.8125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25500, "message": "CSS: Parse Error.", "extract": "tSize6:1.125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25532, "message": "CSS: Parse Error.", "extract": "rFontSize5:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25576, "message": "CSS: Parse Error.", "extract": "icalMedium:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25614, "message": "CSS: Parse Error.", "extract": "BgColor:#FFFFFF;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25658, "message": "CSS: Parse Error.", "extract": "ingPadding:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25712, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25768, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25824, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25862, "message": "CSS: Parse Error.", "extract": "kground:#FFFFFF;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25902, "message": "CSS: Parse Error.", "extract": "xtColor:#1370D2;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 25965, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 26015, "message": "CSS: Parse Error.", "extract": "(174, 174, 174);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 26065, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 26107, "message": "CSS: Parse Error.", "extract": "hroughAltImage:;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 26153, "message": "CSS: Parse Error.", "extract": "fset:-0.1875rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 26242, "message": "CSS: Parse Error.", "extract": "ans-Light.woff);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 26296, "message": "CSS: Parse Error.", "extract": "gb(46, 132, 74);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 26483, "message": "CSS: Parse Error.", "extract": "olution: 2dppx);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 26557, "message": "CSS: Parse Error.", "extract": "gba(0, 0, 0, 0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 26639, "message": "CSS: Parse Error.", "extract": " 255, 255, 0.4);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 26699, "message": "CSS: Parse Error.", "extract": "(174, 174, 174);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 26792, "message": "CSS: Parse Error.", "extract": "s-Italic.woff2);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 26838, "message": "CSS: Parse Error.", "extract": "gb(59, 167, 85);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 26876, "message": "CSS: Parse Error.", "extract": "ntextBar:2.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 26937, "message": "CSS: Parse Error.", "extract": ":rgb(0, 22, 57);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 26983, "message": "CSS: Parse Error.", "extract": "gb(65, 182, 88);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27043, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27111, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27178, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27228, "message": "CSS: Parse Error.", "extract": "(147, 147, 147);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27298, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27339, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27401, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27446, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27481, "message": "CSS: Parse Error.", "extract": "eIconSmall:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27527, "message": "CSS: Parse Error.", "extract": "ntalMedium:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27585, "message": "CSS: Parse Error.", "extract": "(144, 208, 254);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27631, "message": "CSS: Parse Error.", "extract": "alXSmall:0.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27685, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27748, "message": "CSS: Parse Error.", "extract": "(144, 208, 254);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27794, "message": "CSS: Parse Error.", "extract": "gb(69, 198, 90);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27844, "message": "CSS: Parse Error.", "extract": "rgb(94, 94, 94);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27891, "message": "CSS: Parse Error.", "extract": "rgb(24, 24, 24);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27941, "message": "CSS: Parse Error.", "extract": "(229, 229, 229);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 27989, "message": "CSS: Parse Error.", "extract": "(205, 239, 196);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28023, "message": "CSS: Parse Error.", "extract": "ingXxLarge:3rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28084, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.16);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28134, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28188, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28262, "message": "CSS: Parse Error.", "extract": " 0, 0.16) inset;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28308, "message": "CSS: Parse Error.", "extract": "(254, 184, 171);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28344, "message": "CSS: Parse Error.", "extract": "TrackWidth:100%;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28373, "message": "CSS: Parse Error.", "extract": "-elevation32:32;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28434, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28467, "message": "CSS: Parse Error.", "extract": "cingXLarge:2rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28515, "message": "CSS: Parse Error.", "extract": "(145, 219, 139);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28570, "message": "CSS: Parse Error.", "extract": "b(27, 150, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28608, "message": "CSS: Parse Error.", "extract": "ngXSmall:0.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28658, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28719, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.07);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28775, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28829, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28865, "message": "CSS: Parse Error.", "extract": "Deepdive:-99999;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28894, "message": "CSS: Parse Error.", "extract": "-elevation16:16;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28940, "message": "CSS: Parse Error.", "extract": "(254, 222, 216);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 28997, "message": "CSS: Parse Error.", "extract": "ccentActive:3px;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29029, "message": "CSS: Parse Error.", "extract": "mplateGutters:0;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29075, "message": "CSS: Parse Error.", "extract": "(254, 241, 238);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29136, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29182, "message": "CSS: Parse Error.", "extract": "ryTouch:2.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29253, "message": "CSS: Parse Error.", "extract": "6, 196, 223, 0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29306, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29353, "message": "CSS: Parse Error.", "extract": "rgb(234, 0, 30);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29402, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29450, "message": "CSS: Parse Error.", "extract": "(235, 247, 230);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29556, "message": "CSS: Parse Error.", "extract": "cache=c929d5fa);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29602, "message": "CSS: Parse Error.", "extract": "BgColor:#4BC076;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29656, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29709, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29756, "message": "CSS: Parse Error.", "extract": "rgb(68, 68, 68);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29806, "message": "CSS: Parse Error.", "extract": "xSmall:0.125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29854, "message": "CSS: Parse Error.", "extract": ":rgb(40, 18, 2);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29916, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29961, "message": "CSS: Parse Error.", "extract": "lContent:0.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 29994, "message": "CSS: Parse Error.", "extract": "FontSize10:2rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30035, "message": "CSS: Parse Error.", "extract": "drColor:#DDDBDA;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30079, "message": "CSS: Parse Error.", "extract": "gb(254, 92, 76);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30116, "message": "CSS: Parse Error.", "extract": "Size11:2.625rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30162, "message": "CSS: Parse Error.", "extract": "(254, 119, 101);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30202, "message": "CSS: Parse Error.", "extract": "onColor:#4F6A92;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30242, "message": "CSS: Parse Error.", "extract": "erRadius:.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30284, "message": "CSS: Parse Error.", "extract": "leXSmall:1.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30341, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30401, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30448, "message": "CSS: Parse Error.", "extract": "rgb(46, 46, 46);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30622, "message": "CSS: Parse Error.", "extract": "egoe UI Symbol';--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30668, "message": "CSS: Parse Error.", "extract": "(254, 143, 125);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30728, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30763, "message": "CSS: Parse Error.", "extract": "rWidthThick:2px;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30811, "message": "CSS: Parse Error.", "extract": "drColor:#DDDBDA;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30847, "message": "CSS: Parse Error.", "extract": "aderShadow:none;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30887, "message": "CSS: Parse Error.", "extract": "eXxSmall:0.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30947, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 30993, "message": "CSS: Parse Error.", "extract": "TextColor:white;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 31055, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 31115, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 31168, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 31218, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 31286, "message": "CSS: Parse Error.", "extract": " 140, 153, 0.8);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 31320, "message": "CSS: Parse Error.", "extract": "SizeMedium:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 31369, "message": "CSS: Parse Error.", "extract": "xtColor:#005FB2;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 31423, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 31472, "message": "CSS: Parse Error.", "extract": "rgb(126, 38, 0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 31515, "message": "CSS: Parse Error.", "extract": "rgb(186, 5, 23);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 31560, "message": "CSS: Parse Error.", "extract": "eightSmall:6rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 31614, "message": "CSS: Parse Error.", "extract": "(174, 174, 174);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 31664, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 31717, "message": "CSS: Parse Error.", "extract": "0 0 3px #f3f3f3;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 31762, "message": "CSS: Parse Error.", "extract": "llBoundary:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 31794, "message": "CSS: Parse Error.", "extract": "neHeightReset:1;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 31875, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 31939, "message": "CSS: Parse Error.", "extract": " 140, 153, 0.8);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32002, "message": "CSS: Parse Error.", "extract": "(174, 174, 174);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32041, "message": "CSS: Parse Error.", "extract": "13:rgb(8, 7, 7);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32083, "message": "CSS: Parse Error.", "extract": "rgb(81, 79, 77);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32130, "message": "CSS: Parse Error.", "extract": "rgb(92, 92, 92);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32178, "message": "CSS: Parse Error.", "extract": ":rgb(0, 22, 57);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32248, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32312, "message": "CSS: Parse Error.", "extract": "255, 255, 0.75);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32354, "message": "CSS: Parse Error.", "extract": "rgb(43, 40, 38);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32396, "message": "CSS: Parse Error.", "extract": "rgb(62, 62, 60);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32468, "message": "CSS: Parse Error.", "extract": " 255, 255, 0.4);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32516, "message": "CSS: Parse Error.", "extract": ":rgb(84, 29, 1);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32577, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32644, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32705, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32762, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32805, "message": "CSS: Parse Error.", "extract": "rgb(234, 0, 30);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32864, "message": "CSS: Parse Error.", "extract": "(174, 174, 174);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32926, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 32974, "message": "CSS: Parse Error.", "extract": ":rgb(66, 22, 4);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33038, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33075, "message": "CSS: Parse Error.", "extract": "SizeMedium:2rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33120, "message": "CSS: Parse Error.", "extract": "b(27, 150, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33169, "message": "CSS: Parse Error.", "extract": "rgb(216, 58, 0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33226, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33282, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33361, "message": "CSS: Parse Error.", "extract": "cache=617a9a20);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33405, "message": "CSS: Parse Error.", "extract": "(244, 246, 254);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33447, "message": "CSS: Parse Error.", "extract": ":rgb(100, 1, 3);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33497, "message": "CSS: Parse Error.", "extract": "(174, 174, 174);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33533, "message": "CSS: Parse Error.", "extract": "eHeightText:1.5;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33593, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33646, "message": "CSS: Parse Error.", "extract": "rgb(68, 68, 68);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33700, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33749, "message": "CSS: Parse Error.", "extract": "b(254, 147, 57);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33842, "message": "CSS: Parse Error.", "extract": "s-Regular.woff);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33884, "message": "CSS: Parse Error.", "extract": "drColor:#DDDBDA;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33933, "message": "CSS: Parse Error.", "extract": "rgb(170, 48, 1);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 33971, "message": "CSS: Parse Error.", "extract": "ingLarge:1.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34014, "message": "CSS: Parse Error.", "extract": "rgb(142, 3, 15);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34053, "message": "CSS: Parse Error.", "extract": "ediumA:1.125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34094, "message": "CSS: Parse Error.", "extract": "sMedium:0.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34158, "message": "CSS: Parse Error.", "extract": "rgb(68, 68, 68);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34195, "message": "CSS: Parse Error.", "extract": "oftPrimary:none;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34229, "message": "CSS: Parse Error.", "extract": "exDropdown:7000;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34281, "message": "CSS: Parse Error.", "extract": "(255, 144, 110);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34361, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34405, "message": "CSS: Parse Error.", "extract": "umBoundary:2rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34472, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34509, "message": "CSS: Parse Error.", "extract": "appable:2.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34565, "message": "CSS: Parse Error.", "extract": "rgb(234, 0, 30);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34602, "message": "CSS: Parse Error.", "extract": "ndDefaultImage:;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34637, "message": "CSS: Parse Error.", "extract": "ionQuickly:0.1s;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34695, "message": "CSS: Parse Error.", "extract": "(216, 230, 254);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34745, "message": "CSS: Parse Error.", "extract": "gb(255, 93, 45);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34814, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34882, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34933, "message": "CSS: Parse Error.", "extract": "b(255, 120, 79);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 34973, "message": "CSS: Parse Error.", "extract": "TextAlign:right;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35024, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35077, "message": "CSS: Parse Error.", "extract": "(232, 232, 232);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35117, "message": "CSS: Parse Error.", "extract": "BgColor:#FFFFFF;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35185, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35220, "message": "CSS: Parse Error.", "extract": "xtColor:#485f7f;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35270, "message": "CSS: Parse Error.", "extract": "rgb(68, 68, 68);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35310, "message": "CSS: Parse Error.", "extract": "cFontWeight:400;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35353, "message": "CSS: Parse Error.", "extract": "xtColor:#3E3E3C;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35395, "message": "CSS: Parse Error.", "extract": ":rgb(48, 12, 1);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35446, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35497, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35539, "message": "CSS: Parse Error.", "extract": ":rgb(74, 12, 4);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35572, "message": "CSS: Parse Error.", "extract": "dexOverlay:8000;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35630, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35682, "message": "CSS: Parse Error.", "extract": "(255, 222, 213);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35738, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.16);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35790, "message": "CSS: Parse Error.", "extract": "(254, 241, 237);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35837, "message": "CSS: Parse Error.", "extract": ":0.75rem 1rem 0;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35895, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35940, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 35978, "message": "CSS: Parse Error.", "extract": "TextMedium:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 36013, "message": "CSS: Parse Error.", "extract": "ngXSmall:0.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 36086, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 36150, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 36215, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 36267, "message": "CSS: Parse Error.", "extract": "(145, 219, 139);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 36326, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 36369, "message": "CSS: Parse Error.", "extract": "ingPadding:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 36428, "message": "CSS: Parse Error.", "extract": "rgb(142, 3, 15);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 36496, "message": "CSS: Parse Error.", "extract": "gba(0, 0, 0, 0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 36549, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 36601, "message": "CSS: Parse Error.", "extract": "(254, 185, 165);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 36664, "message": "CSS: Parse Error.", "extract": "rgb(234, 0, 30);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 36710, "message": "CSS: Parse Error.", "extract": "xtColor:#1370D2;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 36744, "message": "CSS: Parse Error.", "extract": "exReminder:8500;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 36805, "message": "CSS: Parse Error.", "extract": "a(0, 0, 0, 0.4);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 36867, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 36922, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 36978, "message": "CSS: Parse Error.", "extract": "b(254, 147, 57);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 37040, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 37097, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 37184, "message": "CSS: Parse Error.", "extract": "Sans-Bold.woff);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 37242, "message": "CSS: Parse Error.", "extract": "b(27, 150, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 37290, "message": "CSS: Parse Error.", "extract": "onColor:#FFFFFF;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 37326, "message": "CSS: Parse Error.", "extract": "zeLarge:1.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 37389, "message": "CSS: Parse Error.", "extract": "(129, 129, 129);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 37449, "message": "CSS: Parse Error.", "extract": "rgb(186, 5, 23);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 37490, "message": "CSS: Parse Error.", "extract": "eSlider:1.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 37535, "message": "CSS: Parse Error.", "extract": "BgColor:#0070D2;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 37604, "message": "CSS: Parse Error.", "extract": "gb(46, 132, 74);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 37647, "message": "CSS: Parse Error.", "extract": "xtColor:#556A8C;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 37705, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 37764, "message": "CSS: Parse Error.", "extract": "b(254, 147, 57);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 37803, "message": "CSS: Parse Error.", "extract": "kground:#FAFAF9;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 37857, "message": "CSS: Parse Error.", "extract": "(174, 174, 174);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 37915, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 37981, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38053, "message": "CSS: Parse Error.", "extract": "255, 255, 0.75);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38092, "message": "CSS: Parse Error.", "extract": "rBorderRadius:0;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38139, "message": "CSS: Parse Error.", "extract": "(254, 240, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38200, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38247, "message": "CSS: Parse Error.", "extract": "(253, 221, 227);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38294, "message": "CSS: Parse Error.", "extract": "gb(186, 1, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38337, "message": "CSS: Parse Error.", "extract": ":rgb(2, 77, 76);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38406, "message": "CSS: Parse Error.", "extract": "255, 255, 0.15);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38445, "message": "CSS: Parse Error.", "extract": "upDefaultImage:;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38494, "message": "CSS: Parse Error.", "extract": "b(27, 150, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38547, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38581, "message": "CSS: Parse Error.", "extract": "htToggle:1.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38643, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38708, "message": "CSS: Parse Error.", "extract": "gba(0, 0, 0, 0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38751, "message": "CSS: Parse Error.", "extract": "maryActive:none;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38809, "message": "CSS: Parse Error.", "extract": "(174, 174, 174);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38868, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38912, "message": "CSS: Parse Error.", "extract": "tchSize:1.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 38975, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39020, "message": "CSS: Parse Error.", "extract": "gb(5, 103, 100);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39077, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39124, "message": "CSS: Parse Error.", "extract": "gb(150, 2, 199);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39190, "message": "CSS: Parse Error.", "extract": "255, 255, 0.75);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39237, "message": "CSS: Parse Error.", "extract": "(253, 182, 197);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39268, "message": "CSS: Parse Error.", "extract": "IndexModal:9000;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39309, "message": "CSS: Parse Error.", "extract": "conSize:2.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39365, "message": "CSS: Parse Error.", "extract": "rgb(186, 5, 23);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39431, "message": "CSS: Parse Error.", "extract": "b(26, 185, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39485, "message": "CSS: Parse Error.", "extract": "gb(69, 198, 90);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39551, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39587, "message": "CSS: Parse Error.", "extract": "TrackHeight:4px;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39632, "message": "CSS: Parse Error.", "extract": "Content:0.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39694, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39740, "message": "CSS: Parse Error.", "extract": "b(11, 130, 124);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39787, "message": "CSS: Parse Error.", "extract": "(254, 138, 167);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39834, "message": "CSS: Parse Error.", "extract": "gb(115, 3, 148);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39895, "message": "CSS: Parse Error.", "extract": "dth: 47.9375em);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39944, "message": "CSS: Parse Error.", "extract": "tLarge:18.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 39986, "message": "CSS: Parse Error.", "extract": "catorWidth:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40035, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40082, "message": "CSS: Parse Error.", "extract": "Content:.875rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40120, "message": "CSS: Parse Error.", "extract": "XSmall:0.625rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40167, "message": "CSS: Parse Error.", "extract": "(254, 114, 152);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40230, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40286, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40356, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40398, "message": "CSS: Parse Error.", "extract": "IconSize:1.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40444, "message": "CSS: Parse Error.", "extract": "rgb(82, 0, 102);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40488, "message": "CSS: Parse Error.", "extract": "gSmall:0.875rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40540, "message": "CSS: Parse Error.", "extract": "torSize:0.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40585, "message": "CSS: Parse Error.", "extract": ":rgb(55, 30, 3);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40621, "message": "CSS: Parse Error.", "extract": "HandleSize:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40655, "message": "CSS: Parse Error.", "extract": "eBorderRadius:0;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40700, "message": "CSS: Parse Error.", "extract": "gb(6, 165, 154);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40793, "message": "CSS: Parse Error.", "extract": "cache=3c01f25f);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40855, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40907, "message": "CSS: Parse Error.", "extract": "HexWidth:4.2rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40952, "message": "CSS: Parse Error.", "extract": ":rgb(32, 22, 0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 40998, "message": "CSS: Parse Error.", "extract": "b(255, 83, 138);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 41043, "message": "CSS: Parse Error.", "extract": "gb(3, 180, 167);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 41103, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 41172, "message": "CSS: Parse Error.", "extract": "b(13, 157, 218);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 41250, "message": "CSS: Parse Error.", "extract": "rier, monospace;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 41303, "message": "CSS: Parse Error.", "extract": "gba(0, 0, 0, 0);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 41352, "message": "CSS: Parse Error.", "extract": "(215, 143, 245);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 41399, "message": "CSS: Parse Error.", "extract": "talLarge:1.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 41447, "message": "CSS: Parse Error.", "extract": "rgb(234, 0, 30);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 41513, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.16);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 41558, "message": "CSS: Parse Error.", "extract": ":rgb(46, 0, 57);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 41595, "message": "CSS: Parse Error.", "extract": "ardPrimary:none;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 41640, "message": "CSS: Parse Error.", "extract": ":rgb(62, 43, 2);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 41685, "message": "CSS: Parse Error.", "extract": ":rgb(61, 1, 87);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 41739, "message": "CSS: Parse Error.", "extract": "htTouch:2.69rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 41798, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 41843, "message": "CSS: Parse Error.", "extract": "gb(1, 195, 179);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 41907, "message": "CSS: Parse Error.", "extract": "b(27, 150, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 41938, "message": "CSS: Parse Error.", "extract": "IndexSticky:100;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42057, "message": "CSS: Parse Error.", "extract": " 0, 0, 0) 100%);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42102, "message": "CSS: Parse Error.", "extract": "gb(4, 225, 203);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42141, "message": "CSS: Parse Error.", "extract": "BgColor:#F4F6F9;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42190, "message": "CSS: Parse Error.", "extract": "(236, 225, 249);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42234, "message": "CSS: Parse Error.", "extract": "ityLarge:1.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42264, "message": "CSS: Parse Error.", "extract": "fontSize10:2rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42358, "message": "CSS: Parse Error.", "extract": "cache=822ccda4);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42424, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.16);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42469, "message": "CSS: Parse Error.", "extract": ":rgb(95, 62, 2);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42542, "message": "CSS: Parse Error.", "extract": "255, 255, 0.15);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42576, "message": "CSS: Parse Error.", "extract": "Size11:2.625rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42623, "message": "CSS: Parse Error.", "extract": "tShadow:#cfe9fe;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42672, "message": "CSS: Parse Error.", "extract": "(246, 242, 251);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42716, "message": "CSS: Parse Error.", "extract": "XxSmall:1.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42778, "message": "CSS: Parse Error.", "extract": "rgb(142, 3, 15);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42810, "message": "CSS: Parse Error.", "extract": "ntSize9:1.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42864, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42895, "message": "CSS: Parse Error.", "extract": "ontSize8:1.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42942, "message": "CSS: Parse Error.", "extract": "(172, 243, 228);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 42985, "message": "CSS: Parse Error.", "extract": "0 0 2px #0176d3;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43018, "message": "CSS: Parse Error.", "extract": "tSize1:0.625rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43069, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43114, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43161, "message": "CSS: Parse Error.", "extract": "ntSize:1.125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43195, "message": "CSS: Parse Error.", "extract": "Size3:0.8125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43227, "message": "CSS: Parse Error.", "extract": "ntSize2:0.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43296, "message": "CSS: Parse Error.", "extract": "255, 255, 0.15);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43325, "message": "CSS: Parse Error.", "extract": "-fontSize5:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43358, "message": "CSS: Parse Error.", "extract": "tSize4:0.875rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43390, "message": "CSS: Parse Error.", "extract": "ntSize7:1.25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43433, "message": "CSS: Parse Error.", "extract": "BgColor:#F4F6F9;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43466, "message": "CSS: Parse Error.", "extract": "tSize6:1.125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43494, "message": "CSS: Parse Error.", "extract": "t-spacingNone:0;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43540, "message": "CSS: Parse Error.", "extract": "rgb(130, 81, 1);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43582, "message": "CSS: Parse Error.", "extract": "yFontWeight:400;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43631, "message": "CSS: Parse Error.", "extract": "(173, 123, 238);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43678, "message": "CSS: Parse Error.", "extract": "(222, 249, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43735, "message": "CSS: Parse Error.", "extract": "(174, 174, 174);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43801, "message": "CSS: Parse Error.", "extract": "(201, 201, 201);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43850, "message": "CSS: Parse Error.", "extract": "(183, 141, 239);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43894, "message": "CSS: Parse Error.", "extract": "eFontWeight:400;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 43958, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 44050, "message": "CSS: Parse Error.", "extract": "cache=d0659d12);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 44106, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 44161, "message": "CSS: Parse Error.", "extract": "b(26, 185, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 44224, "message": "CSS: Parse Error.", "extract": "b(255, 240, 63);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 44271, "message": "CSS: Parse Error.", "extract": "gb(169, 100, 4);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 44329, "message": "CSS: Parse Error.", "extract": "gb(46, 132, 74);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 44388, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.07);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 44419, "message": "CSS: Parse Error.", "extract": "izeXSmall:12rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 44476, "message": "CSS: Parse Error.", "extract": "rgb(186, 5, 23);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 44514, "message": "CSS: Parse Error.", "extract": "onDotSize:.5rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 44563, "message": "CSS: Parse Error.", "extract": "(194, 158, 241);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 44612, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 44659, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 44702, "message": "CSS: Parse Error.", "extract": ":rgb(75, 6, 32);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 44770, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 44810, "message": "CSS: Parse Error.", "extract": "mediately:0.05s;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 44853, "message": "CSS: Parse Error.", "extract": ":rgb(55, 1, 20);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 44927, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.16);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45018, "message": "CSS: Parse Error.", "extract": "ns-Light.woff2);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45053, "message": "CSS: Parse Error.", "extract": "ViewWidth:25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45119, "message": "CSS: Parse Error.", "extract": " 255, 255, 0.5);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45166, "message": "CSS: Parse Error.", "extract": "(201, 199, 197);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45213, "message": "CSS: Parse Error.", "extract": "gb(221, 122, 1);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45260, "message": "CSS: Parse Error.", "extract": "xtColor:#005FB2;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45301, "message": "CSS: Parse Error.", "extract": "ndColor:#EDF1F6;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45349, "message": "CSS: Parse Error.", "extract": "b(117, 38, 227);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45396, "message": "CSS: Parse Error.", "extract": "gb(243, 131, 3);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45453, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45491, "message": "CSS: Parse Error.", "extract": "xtColor:#5576B1;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45564, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45631, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45684, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45717, "message": "CSS: Parse Error.", "extract": "dFontWeight:400;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45785, "message": "CSS: Parse Error.", "extract": "rgba(0,0,0,0.4);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45833, "message": "CSS: Parse Error.", "extract": "b(254, 147, 57);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45883, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45937, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 45985, "message": "CSS: Parse Error.", "extract": "b(144, 80, 233);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46026, "message": "CSS: Parse Error.", "extract": "idthFixed:13rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46056, "message": "CSS: Parse Error.", "extract": "sizeLarge:25rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46151, "message": "CSS: Parse Error.", "extract": "cache=bfba2c9a);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46204, "message": "CSS: Parse Error.", "extract": "rgb(234, 0, 30);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46251, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46296, "message": "CSS: Parse Error.", "extract": "Medium:1.125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46356, "message": "CSS: Parse Error.", "extract": "x-width: 599px);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46397, "message": "CSS: Parse Error.", "extract": "onColor:#556A8C;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46458, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.16);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46521, "message": "CSS: Parse Error.", "extract": "(207, 233, 254);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46577, "message": "CSS: Parse Error.", "extract": "b(27, 150, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46629, "message": "CSS: Parse Error.", "extract": ":rgb(0, 22, 57);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46676, "message": "CSS: Parse Error.", "extract": "rflowMenu:512px;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46723, "message": "CSS: Parse Error.", "extract": "rgb(24, 24, 24);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46780, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46828, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46894, "message": "CSS: Parse Error.", "extract": "gb(46, 132, 74);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46933, "message": "CSS: Parse Error.", "extract": "nLarge:3.125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 46970, "message": "CSS: Parse Error.", "extract": "SizeXSmall:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47014, "message": "CSS: Parse Error.", "extract": "xtColor:#043B6A;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47063, "message": "CSS: Parse Error.", "extract": "(255, 186, 144);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47100, "message": "CSS: Parse Error.", "extract": "cingMargin:1rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47156, "message": "CSS: Parse Error.", "extract": "a(0, 0, 0, 0.4);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47218, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47283, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47339, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47386, "message": "CSS: Parse Error.", "extract": "gb(64, 16, 117);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47443, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47495, "message": "CSS: Parse Error.", "extract": "gb(1, 118, 211);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47536, "message": "CSS: Parse Error.", "extract": "tXSmall:0.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47590, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47631, "message": "CSS: Parse Error.", "extract": "xtColor:#17335B;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47677, "message": "CSS: Parse Error.", "extract": "drColor:#0070D2;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47712, "message": "CSS: Parse Error.", "extract": "izeXxLarge:2rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47747, "message": "CSS: Parse Error.", "extract": "tSalesPath:2rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47815, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47864, "message": "CSS: Parse Error.", "extract": "(255, 241, 234);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47920, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 47969, "message": "CSS: Parse Error.", "extract": "(254, 223, 208);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48024, "message": "CSS: Parse Error.", "extract": "(205, 239, 196);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48065, "message": "CSS: Parse Error.", "extract": "tLarge:1.125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48110, "message": "CSS: Parse Error.", "extract": "rgb(12, 41, 18);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48164, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48208, "message": "CSS: Parse Error.", "extract": ":rgb(7, 27, 18);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48255, "message": "CSS: Parse Error.", "extract": "gb(90, 27, 169);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48297, "message": "CSS: Parse Error.", "extract": "xSmall:0.125rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48343, "message": "CSS: Parse Error.", "extract": "onColor:#005fb2;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48393, "message": "CSS: Parse Error.", "extract": "(227, 229, 237);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48446, "message": "CSS: Parse Error.", "extract": ":rgb(3, 45, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48505, "message": "CSS: Parse Error.", "extract": "(116, 116, 116);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48573, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48611, "message": "CSS: Parse Error.", "extract": "XLargeA:1.57rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48675, "message": "CSS: Parse Error.", "extract": "gb(46, 132, 74);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48720, "message": "CSS: Parse Error.", "extract": "gb(227, 6, 106);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48769, "message": "CSS: Parse Error.", "extract": "(242, 222, 254);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48814, "message": "CSS: Parse Error.", "extract": "rgb(14, 53, 34);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48863, "message": "CSS: Parse Error.", "extract": "(249, 240, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48933, "message": "CSS: Parse Error.", "extract": "gb(38, 15, 143);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 48973, "message": "CSS: Parse Error.", "extract": "Medium:2.375rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49006, "message": "CSS: Parse Error.", "extract": "tTransform:none;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49069, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49117, "message": "CSS: Parse Error.", "extract": "gb(46, 132, 74);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49185, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49247, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49288, "message": "CSS: Parse Error.", "extract": "eWidthThick:2px;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49345, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49391, "message": "CSS: Parse Error.", "extract": "rgb(48, 11, 96);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49439, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49488, "message": "CSS: Parse Error.", "extract": "(229, 185, 254);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49540, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49584, "message": "CSS: Parse Error.", "extract": "rgb(182, 5, 84);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49629, "message": "CSS: Parse Error.", "extract": "rgb(25, 78, 49);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49674, "message": "CSS: Parse Error.", "extract": ":rgb(36, 6, 67);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49748, "message": "CSS: Parse Error.", "extract": "(0, 0, 0, 0.16);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49800, "message": "CSS: Parse Error.", "extract": "b(254, 147, 57);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49861, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49907, "message": "CSS: Parse Error.", "extract": "alSmall:0.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 49951, "message": "CSS: Parse Error.", "extract": "rgb(138, 3, 62);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 50000, "message": "CSS: Parse Error.", "extract": "(216, 146, 254);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 50072, "message": "CSS: Parse Error.", "extract": " 255, 255, 0.2);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 50146, "message": "CSS: Parse Error.", "extract": "gb(254, 92, 76);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 50205, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 50240, "message": "CSS: Parse Error.", "extract": "tInput:1.875rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 50277, "message": "CSS: Parse Error.", "extract": "appable:2.75rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 50314, "message": "CSS: Parse Error.", "extract": "eSmall:0.875rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 50360, "message": "CSS: Parse Error.", "extract": "gb(34, 104, 62);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 50425, "message": "CSS: Parse Error.", "extract": "(255, 255, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 50520, "message": "CSS: Parse Error.", "extract": "-Regular.woff2);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 50567, "message": "CSS: Parse Error.", "extract": "talXxLarge:3rem;--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 50616, "message": "CSS: Parse Error.", "extract": "(209, 125, 254);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 50679, "message": "CSS: Parse Error.", "extract": "b(26, 185, 255);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 50733, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 50779, "message": "CSS: Parse Error.", "extract": "gb(46, 132, 74);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 50843, "message": "CSS: Parse Error.", "extract": "145, 145, 0.25);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 50886, "message": "CSS: Parse Error.", "extract": ":rgb(97, 2, 42);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 50944, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 51002, "message": "CSS: Parse Error.", "extract": "(243, 243, 243);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 51051, "message": "CSS: Parse Error.", "extract": "rgb(1, 68, 134);--vlocity_cmt-", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 51100, "message": "CSS: Parse Error.", "extract": "(203, 101, 255);}</style><link", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 141, "lastColumn": 51101, "message": "CSS: Parse Error.", "extract": "203, 101, 255);}</style><link ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "info", "lastLine": 143, "lastColumn": 7187, "firstColumn": 7140, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "m}</style><style type=\"text/css\" id=\"hoverPrototypeStyle\"></styl", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "info", "lastLine": 143, "lastColumn": 7462, "firstColumn": 7440, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "nimal-ui\"><style type=\"text/css\">.cXEG_", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 143, "lastColumn": 7757, "firstColumn": 7735, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "0}</style><style type=\"text/css\">h1[c-x", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 143, "lastColumn": 8661, "firstColumn": 8639, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": ";}</style><style type=\"text/css\">h3[c-x", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 143, "lastColumn": 9865, "firstColumn": 9843, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "}}</style><style type=\"text/css\">[c-xeg", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 143, "lastColumn": 9967, "firstColumn": 9927, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": ";}</style><style type=\"text/css\" id=\"kampyleStyle\">.noOut", "hiliteStart": 10, "hiliteLength": 41 }, { "type": "info", "lastLine": 143, "lastColumn": 10779, "firstColumn": 10740, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "><!--\"'--><script type=\"text/javascript\" nonce=\"\">\n ", "hiliteStart": 10, "hiliteLength": 40 }, { "type": "error", "lastLine": 151, "lastColumn": 137, "firstColumn": 14, "message": "Bad value for attribute id on element script: An ID must not be the empty string.", "extract": " </script><script type=\"text/javascript\" id=\"\" src=\"https://resources.digital-cloud-west.medallia.com/wdcwest/182926/onsite/embed.js\"></scri", "hiliteStart": 10, "hiliteLength": 124 }, { "type": "info", "lastLine": 151, "lastColumn": 137, "firstColumn": 14, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": " </script><script type=\"text/javascript\" id=\"\" src=\"https://resources.digital-cloud-west.medallia.com/wdcwest/182926/onsite/embed.js\"></scri", "hiliteStart": 10, "hiliteLength": 124 }, { "type": "info", "lastLine": 151, "lastColumn": 195, "firstColumn": 156, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "><!--\"'--><script type=\"text/javascript\" nonce=\"\">\n ", "hiliteStart": 10, "hiliteLength": 40 }, { "type": "info", "lastLine": 180, "lastColumn": 62, "firstColumn": 23, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "><!--\"'--><script type=\"text/javascript\" nonce=\"\">\n ", "hiliteStart": 10, "hiliteLength": 40 }, { "type": "info", "lastLine": 497, "lastColumn": 2764, "firstColumn": 2279, "subType": "warning", "message": "Potentially bad value allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox for attribute sandbox on element iframe: Setting both allow-scripts and allow-same-origin is not recommended, because it effectively enables an embedded page to break out of all sandboxing.", "extract": "cha-logo\"><iframe title=\"reCAPTCHA\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LcBDNoUAAAAAE7TlKatHupbAZYW32wsvzONXQQH&co=aHR0cHM6Ly9teS54Y2VsZW5lcmd5LmNvbTo0NDM.&hl=en&v=mq0-U1BHZ5YTcoDC-CvsLPNc&size=invisible&cb=w1kivs18mqki\" width=\"256\" height=\"60\" role=\"presentation\" name=\"a-s7zl2fe1xqh3\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox\"></ifra", "hiliteStart": 10, "hiliteLength": 486 }, { "type": "error", "lastLine": 497, "lastColumn": 2764, "firstColumn": 2279, "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "extract": "cha-logo\"><iframe title=\"reCAPTCHA\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LcBDNoUAAAAAE7TlKatHupbAZYW32wsvzONXQQH&co=aHR0cHM6Ly9teS54Y2VsZW5lcmd5LmNvbTo0NDM.&hl=en&v=mq0-U1BHZ5YTcoDC-CvsLPNc&size=invisible&cb=w1kivs18mqki\" width=\"256\" height=\"60\" role=\"presentation\" name=\"a-s7zl2fe1xqh3\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox\"></ifra", "hiliteStart": 10, "hiliteLength": 486 }, { "type": "error", "lastLine": 497, "lastColumn": 2764, "firstColumn": 2279, "message": "The scrolling attribute on the iframe element is obsolete. Use CSS instead.", "extract": "cha-logo\"><iframe title=\"reCAPTCHA\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LcBDNoUAAAAAE7TlKatHupbAZYW32wsvzONXQQH&co=aHR0cHM6Ly9teS54Y2VsZW5lcmd5LmNvbTo0NDM.&hl=en&v=mq0-U1BHZ5YTcoDC-CvsLPNc&size=invisible&cb=w1kivs18mqki\" width=\"256\" height=\"60\" role=\"presentation\" name=\"a-s7zl2fe1xqh3\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox\"></ifra", "hiliteStart": 10, "hiliteLength": 486 }, { "type": "error", "lastLine": 497, "lastColumn": 7159, "firstColumn": 7081, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element div at this point.", "extract": "r-host=\"\"><div c-xegstateselector_xegstateselector=\"\" class=\"xeg-text-content-container\"><h1 c-", "hiliteStart": 10, "hiliteLength": 79 }, { "type": "error", "lastLine": 497, "lastColumn": 7217, "firstColumn": 7160, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element h1 at this point.", "extract": "ontainer\"><h1 c-xegstateselector_xegstateselector=\"\" class=\"xeg-h3\">Select", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "error", "lastLine": 497, "lastColumn": 7297, "firstColumn": 7255, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element ul at this point.", "extract": "plore</h1><ul c-xegstateselector_xegstateselector=\"\"><li c-", "hiliteStart": 10, "hiliteLength": 43 }, { "type": "error", "lastLine": 497, "lastColumn": 7340, "firstColumn": 7298, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element li at this point.", "extract": "lector=\"\"><li c-xegstateselector_xegstateselector=\"\"><a c-x", "hiliteStart": 10, "hiliteLength": 43 }, { "type": "error", "lastLine": 497, "lastColumn": 7406, "firstColumn": 7341, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element a at this point.", "extract": "lector=\"\"><a c-xegstateselector_xegstateselector=\"\" href=\"#\" data-code=\"co\"><svg c", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "error", "lastLine": 497, "lastColumn": 7507, "firstColumn": 7407, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element svg at this point.", "extract": "code=\"co\"><svg c-xegStateSelector_xegStateSelector=\"\" focusable=\"false\" role=\"presentation\" aria-hidden=\"true\"><use c", "hiliteStart": 10, "hiliteLength": 101 }, { "type": "error", "lastLine": 497, "lastColumn": 7634, "firstColumn": 7508, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element use at this point.", "extract": "en=\"true\"><use c-xegStateSelector_xegStateSelector=\"\" xlink:href=\"#httpsmyxcelenergycomresource1617325738000xegstateselectorcosvg_state\"></use>", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "error", "lastLine": 497, "lastColumn": 7691, "firstColumn": 7647, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element span at this point.", "extract": "use></svg><span c-xegstateselector_xegstateselector=\"\">Colora", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "error", "lastLine": 497, "lastColumn": 7758, "firstColumn": 7716, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element li at this point.", "extract": "></a></li><li c-xegstateselector_xegstateselector=\"\"><a c-x", "hiliteStart": 10, "hiliteLength": 43 }, { "type": "error", "lastLine": 497, "lastColumn": 7824, "firstColumn": 7759, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element a at this point.", "extract": "lector=\"\"><a c-xegstateselector_xegstateselector=\"\" href=\"#\" data-code=\"mi\"><svg c", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "error", "lastLine": 497, "lastColumn": 7925, "firstColumn": 7825, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element svg at this point.", "extract": "code=\"mi\"><svg c-xegStateSelector_xegStateSelector=\"\" focusable=\"false\" role=\"presentation\" aria-hidden=\"true\"><use c", "hiliteStart": 10, "hiliteLength": 101 }, { "type": "error", "lastLine": 497, "lastColumn": 8052, "firstColumn": 7926, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element use at this point.", "extract": "en=\"true\"><use c-xegStateSelector_xegStateSelector=\"\" xlink:href=\"#httpsmyxcelenergycomresource1617325738000xegstateselectormisvg_state\"></use>", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "error", "lastLine": 497, "lastColumn": 8109, "firstColumn": 8065, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element span at this point.", "extract": "use></svg><span c-xegstateselector_xegstateselector=\"\">Michig", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "error", "lastLine": 497, "lastColumn": 8176, "firstColumn": 8134, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element li at this point.", "extract": "></a></li><li c-xegstateselector_xegstateselector=\"\"><a c-x", "hiliteStart": 10, "hiliteLength": 43 }, { "type": "error", "lastLine": 497, "lastColumn": 8242, "firstColumn": 8177, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element a at this point.", "extract": "lector=\"\"><a c-xegstateselector_xegstateselector=\"\" href=\"#\" data-code=\"mn\"><svg c", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "error", "lastLine": 497, "lastColumn": 8343, "firstColumn": 8243, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element svg at this point.", "extract": "code=\"mn\"><svg c-xegStateSelector_xegStateSelector=\"\" focusable=\"false\" role=\"presentation\" aria-hidden=\"true\"><use c", "hiliteStart": 10, "hiliteLength": 101 }, { "type": "error", "lastLine": 497, "lastColumn": 8470, "firstColumn": 8344, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element use at this point.", "extract": "en=\"true\"><use c-xegStateSelector_xegStateSelector=\"\" xlink:href=\"#httpsmyxcelenergycomresource1617325738000xegstateselectormnsvg_state\"></use>", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "error", "lastLine": 497, "lastColumn": 8527, "firstColumn": 8483, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element span at this point.", "extract": "use></svg><span c-xegstateselector_xegstateselector=\"\">Minnes", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "error", "lastLine": 497, "lastColumn": 8595, "firstColumn": 8553, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element li at this point.", "extract": "></a></li><li c-xegstateselector_xegstateselector=\"\"><a c-x", "hiliteStart": 10, "hiliteLength": 43 }, { "type": "error", "lastLine": 497, "lastColumn": 8661, "firstColumn": 8596, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element a at this point.", "extract": "lector=\"\"><a c-xegstateselector_xegstateselector=\"\" href=\"#\" data-code=\"nm\"><svg c", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "error", "lastLine": 497, "lastColumn": 8762, "firstColumn": 8662, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element svg at this point.", "extract": "code=\"nm\"><svg c-xegStateSelector_xegStateSelector=\"\" focusable=\"false\" role=\"presentation\" aria-hidden=\"true\"><use c", "hiliteStart": 10, "hiliteLength": 101 }, { "type": "error", "lastLine": 497, "lastColumn": 8889, "firstColumn": 8763, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element use at this point.", "extract": "en=\"true\"><use c-xegStateSelector_xegStateSelector=\"\" xlink:href=\"#httpsmyxcelenergycomresource1617325738000xegstateselectornmsvg_state\"></use>", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "error", "lastLine": 497, "lastColumn": 8946, "firstColumn": 8902, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element span at this point.", "extract": "use></svg><span c-xegstateselector_xegstateselector=\"\">New Me", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "error", "lastLine": 497, "lastColumn": 9015, "firstColumn": 8973, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element li at this point.", "extract": "></a></li><li c-xegstateselector_xegstateselector=\"\"><a c-x", "hiliteStart": 10, "hiliteLength": 43 }, { "type": "error", "lastLine": 497, "lastColumn": 9081, "firstColumn": 9016, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element a at this point.", "extract": "lector=\"\"><a c-xegstateselector_xegstateselector=\"\" href=\"#\" data-code=\"nd\"><svg c", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "error", "lastLine": 497, "lastColumn": 9182, "firstColumn": 9082, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element svg at this point.", "extract": "code=\"nd\"><svg c-xegStateSelector_xegStateSelector=\"\" focusable=\"false\" role=\"presentation\" aria-hidden=\"true\"><use c", "hiliteStart": 10, "hiliteLength": 101 }, { "type": "error", "lastLine": 497, "lastColumn": 9309, "firstColumn": 9183, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element use at this point.", "extract": "en=\"true\"><use c-xegStateSelector_xegStateSelector=\"\" xlink:href=\"#httpsmyxcelenergycomresource1617325738000xegstateselectorndsvg_state\"></use>", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "error", "lastLine": 497, "lastColumn": 9366, "firstColumn": 9322, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element span at this point.", "extract": "use></svg><span c-xegstateselector_xegstateselector=\"\">North ", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "error", "lastLine": 497, "lastColumn": 9437, "firstColumn": 9395, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element li at this point.", "extract": "></a></li><li c-xegstateselector_xegstateselector=\"\"><a c-x", "hiliteStart": 10, "hiliteLength": 43 }, { "type": "error", "lastLine": 497, "lastColumn": 9503, "firstColumn": 9438, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element a at this point.", "extract": "lector=\"\"><a c-xegstateselector_xegstateselector=\"\" href=\"#\" data-code=\"sd\"><svg c", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "error", "lastLine": 497, "lastColumn": 9604, "firstColumn": 9504, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element svg at this point.", "extract": "code=\"sd\"><svg c-xegStateSelector_xegStateSelector=\"\" focusable=\"false\" role=\"presentation\" aria-hidden=\"true\"><use c", "hiliteStart": 10, "hiliteLength": 101 }, { "type": "error", "lastLine": 497, "lastColumn": 9731, "firstColumn": 9605, "message": "Attribute c-xegstateselector_xegstateselector not allowed on element use at this point.", "extract": "en=\"true\"><use c-xegStateSelector_xegStateSelector=\"\" xlink:href=\"#httpsmyxcelenergycomresource1617325738000xegstateselectorsdsvg_state\"></use>", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "error", "subType": "fatal", "message": "Too many messages." } ] } }, { "type": "test", "which": "wave", "reportType": 4, "what": "WAVE", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "State Selector | Xcel Energy", "pageurl": "https://my.xcelenergy.com/s/state-selector?return=/s/", "time": 4.63, "creditsremaining": 863, "allitemcount": 12, "totalelements": 119, "waveurl": "http://wave.webaim.org/report?url=https://my.xcelenergy.com/s/state-selector?return=/s/" }, "categories": { "error": { "description": "Errors", "count": 1, "items": { "label_missing": { "id": "label_missing", "description": "Missing form label", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + DIV + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + DIV > DIV:first-child > TEXTAREA#g-recaptcha-response-100000" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" }, { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" }, { "name": "3.3.2 Labels or Instructions (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 0, "items": [] }, "alert": { "description": "Alerts", "count": 1, "items": { "heading_missing": { "id": "heading_missing", "description": "No heading structure", "count": 1, "selectors": [ false ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] } } } } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "what": "URL", "result": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F" }, { "type": "test", "which": "tenon", "id": "a", "what": "Tenon", "url": "https://my.xcelenergy.com/s/state-selector?return=%2Fs%2F", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.061", "responseTime": "2022-08-13T15:40:12.284Z", "data": { "apiErrors": [], "documentSize": 1235018, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 178, "failing": 2 }, "issues": { "totalErrors": 2, "totalWarnings": 0, "totalIssues": 2 }, "issuesByLevel": { "A": { "count": 0, "pct": 0 }, "AA": { "count": 0, "pct": 0 }, "AAA": { "count": 2, "pct": 100 } }, "density": { "errorDensity": 0, "warningDensity": 0, "allDensity": 0 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "caca3141-e53d-4455-8ca6-6311f73c05bd", "docID": "4681abf3-e033-45c5-c4f1-c9708914593e", "sourceHash": "51f28e63f949ce062a5e106ece28cda3", "urlHttpCode": 200, "clientScriptErrors": [], "remainingApiCalls": { "planCalls": 0, "boosts": 19 }, "globalStats": { "errorDensity": "N/A", "warningDensity": "N/A", "allDensity": "N/A", "stdDev": "N/A" }, "resultUrl": "http://ngnix/history.php?responseID=caca3141-e53d-4455-8ca6-6311f73c05bd", "resultSet": [ { "tID": 28, "bpID": 3, "priority": 100, "level": [ "AAA" ], "certainty": 100, "errorTitle": "The layout or sizing of this page causes horizontal scrolling.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Avoid layouts that result in horizontal scroll", "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.", "viewPortLocation": { "top-left": { "x": 0, "y": 32 }, "bottom-right": { "x": 1024, "y": 1153 }, "height": 1121, "width": 1024 }, "position": { "line": 3504, "column": 60 }, "errorSnippet": "<body class=\"null comm-page-custom-state-selector\"><div class=\"auraMsgBox auraLoadingBox\" id=\"auraLoadingBox\" style=\"\"><div class=\"logo\"></div><div class=\"spinner\"></div><span>Loading</span></div><", "xpath": "/html/body", "issueID": "114814ca52942a891e68b057fe188040", "signature": "2761726ca3e6bf01808a80312418b265", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=114814ca52942a891e68b057fe188040" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 32 }, "bottom-right": { "x": 1024, "y": 1153 }, "height": 1121, "width": 1024 }, "position": { "line": 3504, "column": 60 }, "errorSnippet": "<body class=\"null comm-page-custom-state-selector\"><div class=\"auraMsgBox auraLoadingBox\" id=\"auraLoadingBox\" style=\"\"><div class=\"logo\"></div><div class=\"spinner\"></div><span>Loading</span></div><", "xpath": "/html/body", "issueID": "829d673b45594f9973f9cac8b0545472", "signature": "fc714cb43201ea008ae98c4c3e057aa3", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=829d673b45594f9973f9cac8b0545472" } ], "log": [] } } } ], "timeStamp": "4yiew", "startTime": "2022-08-13T15:36:41", "presses": 0, "amountRead": 0, "testTimes": [ [ "hover", 56 ], [ "ibm", 40 ], [ "motion", 13 ], [ "alfa", 12 ], [ "wave", 5 ], [ "focAll", 1 ], [ "focInd", 1 ], [ "axe", 1 ], [ "continuum", 1 ], [ "bulk", 0 ], [ "embAc", 0 ], [ "focOp", 0 ], [ "labClash", 0 ], [ "linkUl", 0 ], [ "menuNav", 0 ], [ "radioSet", 0 ], [ "role", 0 ], [ "styleDiff", 0 ], [ "tabNav", 0 ], [ "zIndex", 0 ], [ "htmlcs", 0 ], [ "nuVal", 0 ], [ "tenon", 0 ] ], "logCount": 18, "logSize": 4995, "errorLogCount": 3, "errorLogSize": 1484, "prohibitedCount": 0, "visitTimeoutCount": 0, "visitRejectionCount": 0, "visitLatency": 70, "endTime": "2022-08-13T15:40:12", "elapsedSeconds": 210, "score": { "scoreProcID": "sp15c", "logWeights": { "logCount": 0.5, "logSize": 0.01, "errorLogCount": 1, "errorLogSize": 0.02, "prohibitedCount": 15, "visitTimeoutCount": 10, "visitRejectionCount": 10, "visitLatency": 1 }, "soloWeight": 2, "groupWeights": { "absolute": 2, "largest": 1, "smaller": 0.4 }, "preventionWeights": { "testaro": 50, "other": 100 }, "packageDetails": { "testaro": { "focAll": 138, "focInd": 3, "focOp": 2, "hover": 1, "linkUl": 6, "role": 2, "zIndex": 5 }, "axe": { "aria-valid-attr-value": 1, "color-contrast-enhanced": 81, "color-contrast": 57, "frame-tested": 1, "hidden-content": 0, "identical-links-same-purpose": 0, "heading-order": 2, "region": 2 }, "continuum": { "281": 4 }, "htmlcs": { "e:AA.1_3_1.F68": 4, "e:AA.2_4_1.H64.1": 4, "e:AA.4_1_2.H91.Textarea.Name": 4, "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 10, "w:AA.4_1_2.H91.A.NoHref": 1 }, "nuVal": { "The type attribute is unnecessary for JavaScript resources.": 8, "The charset attribute on the script element is obsolete.": 1, "Element script must not have attribute charset unless attribute src is also specified.": 4, "CSS: --vlocity_cmt-popoverWalkthroughHeaderImage: Parse Error.": 4, "CSS: Parse Error.": 3788, "The type attribute for the style element is not needed and should be omitted.": 6, "Bad value for attribute id on element script: An ID must not be the empty string.": 4, "Potentially bad value allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox for attribute sandbox on element iframe: Setting both allow-scripts and allow-same-origin is not recommended, because it effectively enables an embedded page to break out of all sandboxing.": 1, "The frameborder attribute on the iframe element is obsolete. Use CSS instead.": 4, "The scrolling attribute on the iframe element is obsolete. Use CSS instead.": 4, "Attribute c-xegstateselector_xegstateselector not allowed on element div at this point.": 4, "Attribute c-xegstateselector_xegstateselector not allowed on element h1 at this point.": 4, "Attribute c-xegstateselector_xegstateselector not allowed on element ul at this point.": 4, "Attribute c-xegstateselector_xegstateselector not allowed on element li at this point.": 24, "Attribute c-xegstateselector_xegstateselector not allowed on element a at this point.": 24, "Attribute c-xegstateselector_xegstateselector not allowed on element svg at this point.": 24, "Attribute c-xegstateselector_xegstateselector not allowed on element use at this point.": 24, "Attribute c-xegstateselector_xegstateselector not allowed on element span at this point.": 20, "Too many messages.": 4 }, "wave": { "e:label_missing": 4, "a:heading_missing": 1 }, "tenon": { "28": 4, "144": 4 } }, "groupDetails": { "groups": { "tabFocusability": { "testaro": { "focAll": { "score": 69, "what": "Discrepancy between elements that should be and that are Tab-focusable" } } }, "focusIndication": { "testaro": { "focInd": { "score": 3, "what": "Focused element displaying no or nostandard focus indicator" } } }, "focusableOperable": { "testaro": { "focOp": { "score": 2, "what": "Operable elements that cannot be Tab-focused and vice versa" } } }, "hoverSurprise": { "testaro": { "hover": { "score": 1, "what": "Content changes caused by hovering" } } }, "linkIndication": { "testaro": { "linkUl": { "score": 3, "what": "Non-underlined adjacent links" } } }, "roleBad": { "testaro": { "role": { "score": 2, "what": "Nonexistent or implicit-overriding role" } } }, "zIndexNotZero": { "testaro": { "zIndex": { "score": 1, "what": "Layering with nondefault z-index values" } } }, "ariaBadAttribute": { "axe": { "aria-valid-attr-value": { "score": 1, "what": "ARIA attribute has an invalid value" } }, "continuum": { "281": { "score": 4, "what": "Element has an aria-expanded attribute, which is not allowed" } } }, "contrastAAA": { "axe": { "color-contrast-enhanced": { "score": 20, "what": "Element has insufficient color contrast (Level AAA)" } } }, "contrastAA": { "axe": { "color-contrast": { "score": 57, "what": "Element has insufficient color contrast" } } }, "frameContentRisk": { "axe": { "frame-tested": { "score": 1, "what": "Some content is in an iframe and therefore may not be testable for accessibility" } } }, "hiddenContentRisk": { "axe": { "hidden-content": { "score": 1, "what": "Some content is hidden and therefore may not be testable for accessibility" } } }, "linkConfusionRisk": { "axe": { "identical-links-same-purpose": { "score": 1, "what": "Links with the same accessible name may serve dissimilar purposes" } } }, "headingStructure": { "axe": { "heading-order": { "score": 1, "what": "Heading levels do not increase by only one" } } }, "contentBeyondLandmarks": { "axe": { "region": { "score": 1, "what": "Some page content is not contained by landmarks" } } }, "controlNoText": { "htmlcs": { "e:AA.1_3_1.F68": { "score": 4, "what": "Form control has no label" } }, "wave": { "e:label_missing": { "score": 4, "what": "form element has no label" } } }, "iframeTitleBad": { "htmlcs": { "e:AA.2_4_1.H64.1": { "score": 4, "what": "iframe element has no non-empty title attribute" } } }, "textAreaNoText": { "htmlcs": { "e:AA.4_1_2.H91.Textarea.Name": { "score": 4, "what": "textarea element has no accessible name" } } }, "scrollRisk": { "htmlcs": { "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "score": 3, "what": "Fixed-position element may force bidirectional scrolling" } } }, "destinationLink": { "htmlcs": { "w:AA.4_1_2.H91.A.NoHref": { "score": 1, "what": "Link is misused as a link destination" } } }, "typeRedundant": { "nuVal": { "The type attribute is unnecessary for JavaScript resources.": { "score": 2, "what": "type attribute is unnecessary for a JavaScript resource" }, "The type attribute for the style element is not needed and should be omitted.": { "score": 2, "what": "type attribute is unnecessary for a style element" } } }, "obsolete": { "nuVal": { "^The .+ attribute on the .+ element is obsolete.+$": { "score": 3, "what": "Attribute is obsolete on its element" } } }, "parseError": { "nuVal": { "Element script must not have attribute charset unless attribute src is also specified.": { "score": 3, "what": "script element has a charset attribute but no src attribute" } } }, "cssInvalid": { "nuVal": { "^CSS: .+: Parse Error.*$": { "score": 3, "what": "Invalid CSS" }, "CSS: Parse Error.": { "score": 2841, "what": "Invalid CSS" } } }, "attributeBad": { "nuVal": { "^Bad value .* for attribute .+ on element .+$": { "score": 4, "what": "attribute on this element has an invalid value" }, "^Attribute .+ not allowed on element .+ at this point.*$": { "score": 20, "what": "attribute not allowed on this element" } } }, "frameSandboxRisk": { "nuVal": { "^Potentially bad value .+ for attribute sandbox on element iframe: Setting both allow-scripts and allow-same-origin is not recommended, because it effectively enables an embedded page to break out of all sandboxing.*$": { "score": 1, "what": "iframe element has a vulnerable sandbox value containing both allow-scripts and allow-same-origin" } } }, "fatalError": { "nuVal": { "Too many messages.": { "score": 50, "what": "Testing was interrupted by a fatal excess of the message count" } } }, "noHeading": { "wave": { "a:heading_missing": { "score": 1, "what": "Page has no headings" } } }, "horizontalScrolling": { "tenon": { "28": { "score": 3, "what": "Layout or sizing of the page causes horizontal scrolling" } } }, "leadingClipsText": { "tenon": { "144": { "score": 4, "what": "Line height is insufficent to properly display the computed font size" } } } }, "solos": {} }, "preventionScores": { "ibm": 100 }, "summary": { "total": 3431, "log": 149, "preventions": 100, "solos": 0, "groups": [ { "groupName": "cssInvalid", "score": 2846 }, { "groupName": "tabFocusability", "score": 71 }, { "groupName": "contrastAA", "score": 59 }, { "groupName": "fatalError", "score": 52 }, { "groupName": "attributeBad", "score": 26 }, { "groupName": "contrastAAA", "score": 22 }, { "groupName": "controlNoText", "score": 8 }, { "groupName": "ariaBadAttribute", "score": 6 }, { "groupName": "iframeTitleBad", "score": 6 }, { "groupName": "textAreaNoText", "score": 6 }, { "groupName": "typeRedundant", "score": 6 }, { "groupName": "leadingClipsText", "score": 6 }, { "groupName": "focusIndication", "score": 5 }, { "groupName": "linkIndication", "score": 5 }, { "groupName": "scrollRisk", "score": 5 }, { "groupName": "obsolete", "score": 5 }, { "groupName": "parseError", "score": 5 }, { "groupName": "horizontalScrolling", "score": 5 }, { "groupName": "focusableOperable", "score": 4 }, { "groupName": "roleBad", "score": 4 }, { "groupName": "hoverSurprise", "score": 3 }, { "groupName": "zIndexNotZero", "score": 3 }, { "groupName": "frameContentRisk", "score": 3 }, { "groupName": "hiddenContentRisk", "score": 3 }, { "groupName": "linkConfusionRisk", "score": 3 }, { "groupName": "headingStructure", "score": 3 }, { "groupName": "contentBeyondLandmarks", "score": 3 }, { "groupName": "destinationLink", "score": 3 }, { "groupName": "frameSandboxRisk", "score": 3 }, { "groupName": "noHeading", "score": 3 } ] } }, "scoreProcID": "sp15c" }