Accessibility test digest

Synopsis

Page: Siteimprove

URL: https://siteimprove.com/en-us/accessibility/

Score: 308

Tested by: Testaro, procedure tp12

Scored by: Testilo, procedure sp12b

Digested by: Testilo, procedure dp12b

Introduction

The Testaro application used its tp12 testing procedure to test the accessibility (barrier-free design and coding) of the Siteimprove web page at https://siteimprove.com/en-us/accessibility/ on 2022/07/06. The procedure performed 808 tests. Of these, 16 are custom tests defined by Testaro, and the others belong to these six other packages (programs that perform collections of tests):

Testaro produced a report enumerating the test results.

Testilo processed the report and used the sp12b scoring procedure to compute partial and total scores for the page. The total score is 308 (where 0 is the best possible score). The scored report is appended below.

Finally, Testilo used procedure dp12b to produce this digest, briefly explaining how sp12a computed the scores.

Score summary

Score components
total308
log7
linkIndication37
contrastAA36
tabNavigation29
roleBad25
focusIndication18
contrastAAA15
tabIndexMissing14
hoverSurprise10
focusableOperable9
inconsistentStyles8
linkNoText6
contrastRisk6
leadingClipsText6
targetSize6
horizontalScrolling5
linkForcesNewWindow5
tabFocusability4
zIndexNotZero4
h1Missing4
headingOfNothing4
skipRepeatedContent4
landmarkConfusion4
linkTextsSame4
fontSmall4
pseudoParagraphRisk4
visibleBulk3
hiddenContentRisk3
mainLandmark3
decorativeImageRisk3
selectFlatRisk3
headingStructure3
scrollRisk3
linkPair3
noScriptRisk3
layoutTable3

Issue summary

Special issues

log: Score 7. This is based on the amount of browser error logging and miscellaneous logging during the tests.

Classified issues

linkIndication: Score 37. Issues reported by tests in this category:

contrastAA: Score 36. Issues reported by tests in this category:

tabNavigation: Score 29. Issues reported by tests in this category:

roleBad: Score 25. Issues reported by tests in this category:

focusIndication: Score 18. Issues reported by tests in this category:

contrastAAA: Score 15. Issues reported by tests in this category:

tabIndexMissing: Score 14. Issues reported by tests in this category:

hoverSurprise: Score 10. Issues reported by tests in this category:

focusableOperable: Score 9. Issues reported by tests in this category:

inconsistentStyles: Score 8. Issues reported by tests in this category:

linkNoText: Score 6. Issues reported by tests in this category:

contrastRisk: Score 6. Issues reported by tests in this category:

leadingClipsText: Score 6. Issues reported by tests in this category:

targetSize: Score 6. Issues reported by tests in this category:

horizontalScrolling: Score 5. Issues reported by tests in this category:

linkForcesNewWindow: Score 5. Issues reported by tests in this category:

tabFocusability: Score 4. Issues reported by tests in this category:

zIndexNotZero: Score 4. Issues reported by tests in this category:

h1Missing: Score 4. Issues reported by tests in this category:

headingOfNothing: Score 4. Issues reported by tests in this category:

skipRepeatedContent: Score 4. Issues reported by tests in this category:

landmarkConfusion: Score 4. Issues reported by tests in this category:

linkTextsSame: Score 4. Issues reported by tests in this category:

fontSmall: Score 4. Issues reported by tests in this category:

pseudoParagraphRisk: Score 4. Issues reported by tests in this category:

visibleBulk: Score 3. Issues reported by tests in this category:

hiddenContentRisk: Score 3. Issues reported by tests in this category:

mainLandmark: Score 3. Issues reported by tests in this category:

decorativeImageRisk: Score 3. Issues reported by tests in this category:

selectFlatRisk: Score 3. Issues reported by tests in this category:

headingStructure: Score 3. Issues reported by tests in this category:

scrollRisk: Score 3. Issues reported by tests in this category:

linkPair: Score 3. Issues reported by tests in this category:

noScriptRisk: Score 3. Issues reported by tests in this category:

layoutTable: Score 3. Issues reported by tests in this category:

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 sp12b. You can modify and extend Testaro and Testilo to fit other theories and priorities.

Here, in brief, is how sp12a computes a score for a page.

The precise rules of sp12b are found in the code itself.

Report

{
  "id": "3zjtz-siteimprove",
  "host": {
    "id": "siteimprove",
    "which": "https://siteimprove.com/en-us/accessibility/",
    "what": "Siteimprove"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-06T01:15:49"
    },
    {
      "event": "endTime",
      "value": "2022-07-06T01:18:04"
    }
  ],
  "script": {
    "id": "tp12",
    "what": "Alfa, Axe, HTML CodeSniffer, IBM, Tenon, WAVE, and 16 custom tests",
    "strict": true,
    "commands": [
      {
        "type": "launch",
        "which": "webkit",
        "what": "Webkit browser"
      },
      {
        "type": "url",
        "which": "https://siteimprove.com/en-us/accessibility/",
        "what": "Siteimprove"
      },
      {
        "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://siteimprove.com/en-us/accessibility/",
        "what": "Siteimprove"
      },
      {
        "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": 20,
        "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": "htmlcs",
        "what": "HTML CodeSniffer"
      },
      {
        "type": "test",
        "which": "ibm",
        "withItems": true,
        "what": "IBM Accessibility Checker, with page content and again with URL"
      },
      {
        "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://siteimprove.com/en-us/accessibility/",
      "what": "Siteimprove",
      "result": "https://www.siteimprove.com/platform/accessibility/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "https://www.siteimprove.com/platform/accessibility/"
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "bytes": [
          87585,
          87585,
          87585,
          87585,
          87585
        ],
        "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://siteimprove.com/en-us/accessibility/",
      "what": "Siteimprove",
      "result": "https://www.siteimprove.com/platform/accessibility/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "visibleElements": 309
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "totals": {
          "links": 0,
          "buttons": 0,
          "inputs": 0,
          "selects": 0
        },
        "items": []
      }
    },
    {
      "type": "test",
      "which": "focAll",
      "what": "focusable and Tab-focused elements",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "tabFocusables": 59,
        "tabFocused": 60,
        "discrepancy": 1
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://siteimprove.com/en-us/accessibility/",
      "what": "URL",
      "result": "https://www.siteimprove.com/platform/accessibility/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "totals": {
          "total": 60,
          "types": {
            "indicatorMissing": {
              "total": 0,
              "tagNames": {}
            },
            "nonOutlinePresent": {
              "total": 16,
              "tagNames": {
                "BUTTON": 4,
                "A": 8,
                "INPUT": 3,
                "SELECT": 1
              }
            },
            "outlinePresent": {
              "total": 44,
              "meanDelay": 0,
              "tagNames": {
                "A": 31,
                "BUTTON": 11,
                "INPUT": 2
              }
            }
          }
        },
        "items": {
          "indicatorMissing": [],
          "nonOutlinePresent": [
            {
              "tagName": "BUTTON",
              "text": "Allow all cookies"
            },
            {
              "tagName": "BUTTON",
              "text": "Open settingsClose settings"
            },
            {
              "tagName": "A",
              "text": "Contact Us"
            },
            {
              "tagName": "BUTTON",
              "text": ""
            },
            {
              "tagName": "A",
              "text": "Get in touch"
            },
            {
              "tagName": "A",
              "text": ""
            },
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "SELECT",
              "text": "Education Finance Government IT Manufacturing Non-profit Retail Services Other"
            },
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "A",
              "text": "Start the conversation"
            },
            {
              "tagName": "A",
              "text": "Twitter"
            },
            {
              "tagName": "A",
              "text": "Facebook"
            },
            {
              "tagName": "A",
              "text": "LinkedIn"
            },
            {
              "tagName": "A",
              "text": "Youtube"
            },
            {
              "tagName": "BUTTON",
              "text": "Change language: English"
            }
          ],
          "outlinePresent": [
            {
              "tagName": "A",
              "text": "Cookie Notice",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Skip to main content",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Products",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Solutions",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Customers",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Resources",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Partners",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Help Center",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Login",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "INPUT",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Privacy Policy",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Automated accessibility checks",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Guidance and practical recommendations",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Issue highlighting",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Accessibility issue categorization",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Progress monitoring",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Potential issues",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "The Must-Have Digital Accessibility Handbook Web Accessibility",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Section 508 Refresh: Now What? Web Accessibility",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Checklist for Content Editors/Creators Web Accessibility",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Platform",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Integrations",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Pricing",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "About us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Leadership",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Board of directors",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Press & news",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "CSR",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Open positions",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Culture",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Teams",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Locations",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Getting started",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Guides and FAQs",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Community",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "System status",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "For developers",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Privacy",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "VPAT",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Legal",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Accessibility Statement",
              "delay": 0
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://siteimprove.com/en-us/accessibility/",
      "what": "URL",
      "result": "https://www.siteimprove.com/platform/accessibility/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "totals": {
          "total": 115,
          "types": {
            "onlyFocusable": {
              "total": 1,
              "tagNames": {
                "SECTION": 1
              }
            },
            "onlyOperable": {
              "total": 4,
              "tagNames": {
                "A": 2,
                "IFRAME": 2
              }
            },
            "focusableAndOperable": {
              "total": 110,
              "tagNames": {
                "A": 70,
                "BUTTON": 24,
                "INPUT": 15,
                "SELECT": 1
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [
            {
              "tagName": "SECTION",
              "id": "cookiebanner",
              "text": "This website uses cookiesWe use cookies to make sure the website can function, t"
            }
          ],
          "onlyOperable": [
            {
              "tagName": "A",
              "id": "cbd-cookieDeclaration",
              "text": "Cookie declaration",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "cbd-aboutCookies",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "IFRAME",
              "id": "",
              "text": "<iframe name=\"__uspapiLocator\" tabindex=\"-1\" role=\"presentation\" aria-hidden=\"tr",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "IFRAME",
              "id": "",
              "text": "<iframe tabindex=\"-1\" role=\"presentation\" aria-hidden=\"true\" title=\"Blank\" src=\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            }
          ],
          "focusableAndOperable": [
            {
              "tagName": "A",
              "id": "",
              "text": "Cookie Notice",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Allow all cookies",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Open settingsClose settings",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "cbd-settings",
              "text": "Settings",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "CybotCookiebotDialogBodyLevelButtonNecessary",
              "text": "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonNecessary\" disable",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "CybotCookiebotDialogBodyLevelButtonPreferences",
              "text": "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonPreferences\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "CybotCookiebotDialogBodyLevelButtonStatistics",
              "text": "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonStatistics\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "CybotCookiebotDialogBodyLevelButtonMarketing",
              "text": "<input type=\"checkbox\" id=\"CybotCookiebotDialogBodyLevelButtonMarketing\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Allow necessary cookies only",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "cbd-necessary",
              "text": "Necessary (12)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "cbd-preference",
              "text": "Preferences (23)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "cbd-statistics",
              "text": "Statistics (64)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "cbd-marketing",
              "text": "Marketing (86)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "cbd-unclassified",
              "text": "Unclassified (0)",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy Policy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Skip to main content",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"/\" class=\"logo\" style=\"cursor: default;\"> <svg xmlns=\"http://www.w3.org",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Close menu",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "nav-0",
              "text": "Products",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Platform",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Inclusivity",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Content Experience",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Marketing Performance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Integrations",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "nav-1",
              "text": "Solutions",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Marketers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Agencies",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Government",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Education",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "nav-2",
              "text": "Customers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Customer stories",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Siteimprove Academy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Support",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "nav-3",
              "text": "Resources",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Blog",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "On demand webinars",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Press and news",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Content library",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Glossary",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Page Experience Hub",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Hub",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Siteimprove toolkit",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Digital Insights report",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "nav-4",
              "text": "Partners",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Overview",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Find a partner",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Partner with us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Partner login",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Help Center",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Login",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Help Center",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Login",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "<button class=\"btn btn-s btn-icon toggle-search\" aria-label=\"Open search\" style=",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "header-search",
              "text": "<input id=\"header-search\" type=\"text\" name=\"query\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Search",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Menu",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Get in touch",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://play.vidyard.com/N1GR4ndtnioBa6e5jPJG9e\" class=\"btn btn-icon bt",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "website",
              "text": "<input type=\"text\" id=\"website\" name=\"website\" aria-required=\"true\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "email",
              "text": "<input type=\"email\" id=\"email\" name=\"email\" class=\"req\" autocomplete=\"email\" ari",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "SELECT",
              "id": "industry",
              "text": "Education Finance Government IT Manufacturing Non-profit Retail Services Other",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "Checker_Email_Consent",
              "text": "<input type=\"checkbox\" name=\"Checker_Email_Consent\" id=\"Checker_Email_Consent\" v",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "Is_Privacy_Compliant",
              "text": "<input type=\"checkbox\" name=\"Is_Privacy_Compliant\" id=\"Is_Privacy_Compliant\" val",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy Policy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"submit\" class=\"btn w100\" value=\"Scan now\" style=\"cursor: default;\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "utm_campaign",
              "text": "<input type=\"hidden\" id=\"utm_campaign\" name=\"utm_campaign\" value=\"\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "utm_content",
              "text": "<input type=\"hidden\" id=\"utm_content\" name=\"utm_content\" value=\"\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "utm_medium",
              "text": "<input type=\"hidden\" id=\"utm_medium\" name=\"utm_medium\" value=\"\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "utm_source",
              "text": "<input type=\"hidden\" id=\"utm_source\" name=\"utm_source\" value=\"\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "utm_term",
              "text": "<input type=\"hidden\" id=\"utm_term\" name=\"utm_term\" value=\"\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "a-6409",
              "text": "Automated accessibility checks",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "a-6410",
              "text": "Guidance and practical recommendations",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "a-6411",
              "text": "Issue highlighting",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "a-6412",
              "text": "Accessibility issue categorization",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "a-6413",
              "text": "Progress monitoring",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "a-6414",
              "text": "Potential issues",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "The Must-Have Digital Accessibility Handbook Web Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Section 508 Refresh: Now What? Web Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Checklist for Content Editors/Creators Web Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Start the conversation",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Twitter",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Facebook",
              "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": "",
              "text": "Platform",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Integrations",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Pricing",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Leadership",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Press & news",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "CSR",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Open positions",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Culture",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Teams",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Locations",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Getting started",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Guides and FAQs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Community",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "System status",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "For developers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "VPAT",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Legal",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility Statement",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Change language: English",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Deutsch",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://siteimprove.com/en-us/accessibility/",
      "what": "URL",
      "result": "https://www.siteimprove.com/platform/accessibility/"
    },
    {
      "type": "test",
      "which": "hover",
      "headSize": 20,
      "headSampleSize": 20,
      "tailSampleSize": 15,
      "withItems": true,
      "what": "hover-caused content changes",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "totals": {
          "triggers": 90,
          "headTriggers": 20,
          "tailTriggers": 70,
          "impactTriggers": 0,
          "additions": 0,
          "removals": 0,
          "opacityChanges": 0,
          "opacityImpact": 0,
          "unhoverables": 32
        },
        "items": {
          "head": {
            "impactTriggers": [],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "Skiptomaincontent"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "<svgxmlns=\"http://www.w3.org/2000/svg\"xmlns:xlink="
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "ProductsPlatformGofromexecutingtoexcellentInclusiv"
              },
              {
                "tagName": "BUTTON",
                "id": "nav-0",
                "text": "Products"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "SolutionsMarketersInsightsthatfuelgrowthAgenciesAd"
              },
              {
                "tagName": "BUTTON",
                "id": "nav-1",
                "text": "Solutions"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "CustomersCustomerstoriesSeethepossibilitiesSiteimp"
              },
              {
                "tagName": "BUTTON",
                "id": "nav-2",
                "text": "Customers"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "ResourcesLearn&connectBlogEverythingfromindustrytr"
              },
              {
                "tagName": "BUTTON",
                "id": "nav-3",
                "text": "Resources"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "PartnersOverviewTheSiteimprovePartnershipProgram–B"
              },
              {
                "tagName": "BUTTON",
                "id": "nav-4",
                "text": "Partners"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "HelpCenter"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "HelpCenter"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "Login"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Login"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "ContactUs"
              }
            ]
          },
          "tail": {
            "impactTriggers": [],
            "unhoverables": [
              {
                "tagName": "LI",
                "id": "",
                "text": "Legal"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Contact"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "GuidesandFAQs"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "PrivacyPolicy"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Openpositions"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "<divclass=\"w100\"><imgsrc=\"/globalassets/media/shar"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "Aboutus"
              },
              {
                "tagName": "BUTTON",
                "id": "a-6409",
                "text": "Automatedaccessibilitychecks"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "Press&news"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Getintouch"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "CSR"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "Platform"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "Privacy"
              },
              {
                "tagName": "A",
                "id": "",
                "text": "LinkedIn"
              },
              {
                "tagName": "LI",
                "id": "",
                "text": "Leadership"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://siteimprove.com/en-us/accessibility/",
      "what": "URL",
      "result": "https://www.siteimprove.com/platform/accessibility/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "totals": {
          "mislabeled": 0,
          "unlabeled": 0,
          "wellLabeled": 35
        },
        "items": {
          "mislabeled": [],
          "unlabeled": [],
          "wellLabeled": [
            {
              "index": 0,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Allow all cookies"
              }
            },
            {
              "index": 1,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Open settingsClose settings"
              }
            },
            {
              "index": 2,
              "tagName": "INPUT",
              "type": "checkbox",
              "labelType": "label",
              "texts": {
                "label": [
                  "Necessary"
                ]
              }
            },
            {
              "index": 3,
              "tagName": "INPUT",
              "type": "checkbox",
              "labelType": "label",
              "texts": {
                "label": [
                  "Preferences"
                ]
              }
            },
            {
              "index": 4,
              "tagName": "INPUT",
              "type": "checkbox",
              "labelType": "label",
              "texts": {
                "label": [
                  "Statistics"
                ]
              }
            },
            {
              "index": 5,
              "tagName": "INPUT",
              "type": "checkbox",
              "labelType": "label",
              "texts": {
                "label": [
                  "Marketing"
                ]
              }
            },
            {
              "index": 6,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Allow necessary cookies only"
              }
            },
            {
              "index": 7,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Necessary (12)"
              }
            },
            {
              "index": 8,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Preferences (23)"
              }
            },
            {
              "index": 9,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Statistics (64)"
              }
            },
            {
              "index": 10,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Marketing (86)"
              }
            },
            {
              "index": 11,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Unclassified (0)"
              }
            },
            {
              "index": 12,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Close menu"
              }
            },
            {
              "index": 13,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Products"
              }
            },
            {
              "index": 14,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Solutions"
              }
            },
            {
              "index": 15,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Customers"
              }
            },
            {
              "index": 16,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Resources"
              }
            },
            {
              "index": 17,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Partners"
              }
            },
            {
              "index": 18,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Open search"
              }
            },
            {
              "index": 19,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Search here"
                ]
              }
            },
            {
              "index": 20,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Search",
                "content": "Search"
              }
            },
            {
              "index": 21,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Menu",
                "content": "Menu"
              }
            },
            {
              "index": 22,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Page URL*"
                ]
              }
            },
            {
              "index": 23,
              "tagName": "INPUT",
              "type": "email",
              "labelType": "label",
              "texts": {
                "label": [
                  "Work email*"
                ]
              }
            },
            {
              "index": 24,
              "tagName": "SELECT",
              "type": "select-one",
              "labelType": "label",
              "texts": {
                "label": [
                  "Select industry*"
                ]
              }
            },
            {
              "index": 25,
              "tagName": "INPUT",
              "type": "checkbox",
              "labelType": "label",
              "texts": {
                "label": [
                  "Yes, I agree to receive emails about Siteimprove products and services. You may unsubscribe at any time."
                ]
              }
            },
            {
              "index": 26,
              "tagName": "INPUT",
              "type": "checkbox",
              "labelType": "label",
              "texts": {
                "label": [
                  "I have read and accept the Privacy Policy.*"
                ]
              }
            },
            {
              "index": 27,
              "tagName": "INPUT",
              "type": "submit",
              "texts": {
                "content": "Scan now"
              }
            },
            {
              "index": 28,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Automated accessibility checks"
              }
            },
            {
              "index": 29,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Guidance and practical recommendations"
              }
            },
            {
              "index": 30,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Issue highlighting"
              }
            },
            {
              "index": 31,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Accessibility issue categorization"
              }
            },
            {
              "index": 32,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Progress monitoring"
              }
            },
            {
              "index": 33,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Potential issues"
              }
            },
            {
              "index": 34,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Change language: English"
              }
            }
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "totals": {
          "links": 72,
          "adjacent": {
            "total": 40,
            "underlined": 6,
            "underlinedPercent": 15
          }
        },
        "items": {
          "underlined": [
            "Cookie Notice",
            "Privacy Policy",
            "Skip to main content",
            "",
            "Privacy Policy",
            "Deutsch"
          ],
          "notUnderlined": [
            "Platform",
            "Inclusivity",
            "Content Experience",
            "Marketing Performance",
            "Integrations",
            "Marketers",
            "Agencies",
            "Government",
            "Education",
            "Customer stories",
            "Siteimprove Academy",
            "Support",
            "Blog",
            "Events",
            "On demand webinars",
            "Press and news",
            "Content library",
            "Glossary",
            "Page Experience Hub",
            "Accessibility Hub",
            "Siteimprove toolkit",
            "Digital Insights report",
            "Overview",
            "Find a partner",
            "Partner with us",
            "Partner login",
            "Contact Us",
            "Contact Us",
            "Get in touch",
            "",
            "The Must-Have Digital Accessibility Handbook Web Accessibility",
            "Section 508 Refresh: Now What? Web Accessibility",
            "Checklist for Content Editors/Creators Web Accessibility",
            "Start the conversation"
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "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://siteimprove.com/en-us/accessibility/",
      "what": "URL",
      "result": "https://www.siteimprove.com/platform/accessibility/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "roleElements": 52,
        "badRoleElements": 15,
        "redundantRoleElements": 0,
        "tagNames": {
          "SECTION": {
            "navigation": {
              "bad": 5,
              "redundant": 0
            }
          },
          "P": {
            "heading": {
              "bad": 10,
              "redundant": 0
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "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": {
          "button": {
            "total": 24,
            "subtotals": [
              6,
              5,
              5,
              3,
              3,
              2
            ]
          },
          "adjacentLink": {
            "total": 40,
            "subtotals": [
              31,
              6,
              3
            ]
          },
          "listLink": {
            "total": 32,
            "subtotals": [
              21,
              4,
              3,
              2,
              2
            ]
          },
          "h1": {
            "total": 1
          },
          "h2": {
            "total": 9,
            "subtotals": [
              8,
              1
            ]
          }
        },
        "items": {
          "button": {
            "borderStyle": {
              "solid": [
                "Allow all cookies",
                "Open settingsClose settings",
                "Allow necessary cookies only",
                "Close menu",
                "Products",
                "Solutions",
                "Customers",
                "Resources",
                "Partners",
                "",
                "Search",
                "Menu",
                "Change language: English"
              ],
              "solid none none": [
                "Necessary (12)",
                "Preferences (23)",
                "Statistics (64)",
                "Marketing (86)",
                "Unclassified (0)",
                "Automated accessibility checks",
                "Guidance and practical recommendations",
                "Issue highlighting",
                "Accessibility issue categorization",
                "Progress monitoring",
                "Potential issues"
              ]
            },
            "borderWidth": {
              "1px": [
                "Allow all cookies",
                "Open settingsClose settings",
                "Allow necessary cookies only",
                "Close menu",
                "Products",
                "Solutions",
                "Customers",
                "Resources",
                "Partners",
                "",
                "Search",
                "Menu",
                "Change language: English"
              ],
              "1px 0px 0px": [
                "Necessary (12)",
                "Preferences (23)",
                "Statistics (64)",
                "Marketing (86)",
                "Unclassified (0)",
                "Automated accessibility checks",
                "Guidance and practical recommendations",
                "Issue highlighting",
                "Accessibility issue categorization",
                "Progress monitoring",
                "Potential issues"
              ]
            },
            "height": {
              "50px": [
                "Allow all cookies",
                "Open settingsClose settings"
              ],
              "auto": [
                "Allow necessary cookies only",
                "Necessary (12)",
                "Preferences (23)",
                "Statistics (64)",
                "Marketing (86)",
                "Unclassified (0)",
                "Close menu",
                "Menu"
              ],
              "32px": [
                "Products",
                "Solutions",
                "Customers",
                "Resources",
                "Partners"
              ],
              "34px": [
                "",
                "Search",
                "Change language: English"
              ],
              "77px": [
                "Automated accessibility checks",
                "Guidance and practical recommendations",
                "Issue highlighting",
                "Accessibility issue categorization",
                "Progress monitoring",
                "Potential issues"
              ]
            },
            "lineHeight": {
              "16px": [
                "Allow all cookies",
                "Open settingsClose settings",
                "Allow necessary cookies only",
                "Close menu",
                "",
                "Search",
                "Menu",
                "Change language: English"
              ],
              "normal": [
                "Necessary (12)",
                "Preferences (23)",
                "Statistics (64)",
                "Marketing (86)",
                "Unclassified (0)",
                "Automated accessibility checks",
                "Guidance and practical recommendations",
                "Issue highlighting",
                "Accessibility issue categorization",
                "Progress monitoring",
                "Potential issues"
              ],
              "32px": [
                "Products",
                "Solutions",
                "Customers",
                "Resources",
                "Partners"
              ]
            }
          },
          "adjacentLink": {
            "opacity": {
              "0": [
                "The Must-Have Digital Accessibility Handbook                 Web Accessibility",
                "Section 508 Refresh: Now What?                 Web Accessibility",
                "Checklist for Content Editors/Creators                 Web Accessibility"
              ],
              "1": [
                "Cookie Notice",
                "Privacy Policy",
                "Skip to main content",
                "",
                "Platform",
                "Inclusivity",
                "Content Experience",
                "Marketing Performance",
                "Integrations",
                "Marketers",
                "Agencies",
                "Government",
                "Education",
                "Customer stories",
                "Siteimprove Academy",
                "Support",
                "Blog",
                "Events",
                "On demand webinars",
                "Press and news",
                "Content library",
                "Glossary",
                "Page Experience Hub",
                "Accessibility Hub",
                "Siteimprove toolkit",
                "Digital Insights report",
                "Overview",
                "Find a partner",
                "Partner with us",
                "Partner login",
                "Contact Us",
                "Contact Us",
                "Get in touch",
                "",
                "Privacy Policy",
                "Start the conversation",
                "Deutsch"
              ]
            },
            "textDecorationLine": {
              "underline": [
                "Cookie Notice",
                "Privacy Policy",
                "Skip to main content",
                "",
                "Privacy Policy",
                "Deutsch"
              ],
              "none": [
                "Platform",
                "Inclusivity",
                "Content Experience",
                "Marketing Performance",
                "Integrations",
                "Marketers",
                "Agencies",
                "Government",
                "Education",
                "Customer stories",
                "Siteimprove Academy",
                "Support",
                "Blog",
                "Events",
                "On demand webinars",
                "Press and news",
                "Content library",
                "Glossary",
                "Page Experience Hub",
                "Accessibility Hub",
                "Siteimprove toolkit",
                "Digital Insights report",
                "Overview",
                "Find a partner",
                "Partner with us",
                "Partner login",
                "Contact Us",
                "Contact Us",
                "Get in touch",
                "",
                "The Must-Have Digital Accessibility Handbook                 Web Accessibility",
                "Section 508 Refresh: Now What?                 Web Accessibility",
                "Checklist for Content Editors/Creators                 Web Accessibility",
                "Start the conversation"
              ]
            }
          },
          "listLink": {
            "textDecorationLine": {
              "none": [
                "Settings",
                "Cookie declaration",
                "About",
                "Help Center",
                "Login",
                "Twitter",
                "Facebook",
                "LinkedIn",
                "Youtube"
              ],
              "underline": [
                "Help Center",
                "Login",
                "Platform",
                "Integrations",
                "Pricing",
                "About us",
                "Leadership",
                "Contact",
                "Press & news",
                "CSR",
                "Open positions",
                "Culture",
                "Teams",
                "Locations",
                "Getting started",
                "Guides and FAQs",
                "Community",
                "System status",
                "For developers",
                "Privacy",
                "VPAT",
                "Legal",
                "Accessibility Statement"
              ]
            },
            "color": {
              "rgb(42, 56, 76)": [
                "Settings",
                "Cookie declaration",
                "About",
                "Help Center",
                "Login"
              ],
              "rgb(39, 103, 241)": [
                "Help Center",
                "Login"
              ],
              "rgb(255, 255, 255)": [
                "Twitter",
                "Facebook",
                "LinkedIn",
                "Youtube",
                "Platform",
                "Integrations",
                "Pricing",
                "About us",
                "Leadership",
                "Contact",
                "Press & news",
                "CSR",
                "Open positions",
                "Culture",
                "Teams",
                "Locations",
                "Getting started",
                "Guides and FAQs",
                "Community",
                "System status",
                "For developers",
                "Privacy",
                "VPAT",
                "Legal",
                "Accessibility Statement"
              ]
            },
            "fontSize": {
              "20px": [
                "Settings",
                "Cookie declaration",
                "About"
              ],
              "6.25px": [
                "Help Center",
                "Login"
              ],
              "16px": [
                "Help Center",
                "Login",
                "Twitter",
                "Facebook",
                "LinkedIn",
                "Youtube"
              ],
              "14px": [
                "Platform",
                "Integrations",
                "Pricing",
                "About us",
                "Leadership",
                "Contact",
                "Press & news",
                "CSR",
                "Open positions",
                "Culture",
                "Teams",
                "Locations",
                "Getting started",
                "Guides and FAQs",
                "Community",
                "System status",
                "For developers",
                "Privacy",
                "VPAT",
                "Legal",
                "Accessibility Statement"
              ]
            },
            "lineHeight": {
              "30px": [
                "Settings",
                "Cookie declaration",
                "About"
              ],
              "9.375px": [
                "Help Center",
                "Login"
              ],
              "34px": [
                "Help Center",
                "Login"
              ],
              "16px": [
                "Twitter",
                "Facebook",
                "LinkedIn",
                "Youtube"
              ],
              "21px": [
                "Platform",
                "Integrations",
                "Pricing",
                "About us",
                "Leadership",
                "Contact",
                "Press & news",
                "CSR",
                "Open positions",
                "Culture",
                "Teams",
                "Locations",
                "Getting started",
                "Guides and FAQs",
                "Community",
                "System status",
                "For developers",
                "Privacy",
                "VPAT",
                "Legal",
                "Accessibility Statement"
              ]
            }
          },
          "h2": {
            "fontSize": {
              "24px": [
                "This website uses cookies"
              ],
              "30px": [
                "Check the accessibility of your page",
                "Siteimprove is a proud member of:",
                "Break down complex accessibility issues into easy-to-understand, prioritized tasks",
                "Easily measure success and report progress towards accessibility compliance",
                "Protect your organization from legal and reputational risk",
                "Key features",
                "Web accessibility resources",
                "Let us tell you how"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "totals": {
          "navigations": {
            "all": {
              "total": 42,
              "correct": 15,
              "incorrect": 27
            },
            "specific": {
              "tab": {
                "total": 6,
                "correct": 1,
                "incorrect": 5
              },
              "left": {
                "total": 6,
                "correct": 0,
                "incorrect": 6
              },
              "right": {
                "total": 6,
                "correct": 0,
                "incorrect": 6
              },
              "up": {
                "total": 6,
                "correct": 6,
                "incorrect": 0
              },
              "down": {
                "total": 6,
                "correct": 6,
                "incorrect": 0
              },
              "home": {
                "total": 6,
                "correct": 1,
                "incorrect": 5
              },
              "end": {
                "total": 6,
                "correct": 1,
                "incorrect": 5
              }
            }
          },
          "tabElements": {
            "total": 6,
            "correct": 0,
            "incorrect": 6
          },
          "tabLists": {
            "total": 1,
            "correct": 0,
            "incorrect": 1
          }
        },
        "tabElements": {
          "incorrect": [
            {
              "tagName": "BUTTON",
              "text": "Automated accessibility checks; #a-6409",
              "navigationErrors": [
                "Tab",
                "ArrowLeft",
                "ArrowRight",
                "End"
              ]
            },
            {
              "tagName": "BUTTON",
              "text": "Guidance and practical recommendations; #a-6410",
              "navigationErrors": [
                "Tab",
                "ArrowLeft",
                "ArrowRight",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "BUTTON",
              "text": "Issue highlighting; #a-6411",
              "navigationErrors": [
                "Tab",
                "ArrowLeft",
                "ArrowRight",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "BUTTON",
              "text": "Accessibility issue categorization; #a-6412",
              "navigationErrors": [
                "Tab",
                "ArrowLeft",
                "ArrowRight",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "BUTTON",
              "text": "Progress monitoring; #a-6413",
              "navigationErrors": [
                "Tab",
                "ArrowLeft",
                "ArrowRight",
                "Home",
                "End"
              ]
            },
            {
              "tagName": "BUTTON",
              "text": "Potential issues; #a-6414",
              "navigationErrors": [
                "ArrowLeft",
                "ArrowRight",
                "Home"
              ]
            }
          ],
          "correct": []
        }
      }
    },
    {
      "type": "test",
      "which": "zIndex",
      "withItems": true,
      "what": "z indexes",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "totals": {
          "total": 6,
          "tagNames": {
            "DIV": 3,
            "HEADER": 1,
            "A": 2
          }
        },
        "items": [
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "This website uses cookiesWe use cookies to make sure the website can function, to measure traffic an"
          },
          {
            "tagName": "HEADER",
            "id": "",
            "text": "Skip to main content Close menu Products Platform Go from executing to excellent Inclusivity Meet th"
          },
          {
            "tagName": "A",
            "id": "",
            "text": "Skip to main content"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "A",
            "id": "",
            "text": ""
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "totals": {
          "failures": 4,
          "warnings": 0
        },
        "items": [
          {
            "index": 800,
            "verdict": "failed",
            "rule": {
              "ruleID": "r61",
              "ruleSummary": "Documents start with a level 1 heading",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r61",
              "requirements": []
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          },
          {
            "index": 801,
            "verdict": "failed",
            "rule": {
              "ruleID": "r62",
              "ruleSummary": "Links in blocks of text are distinguishable",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r62",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#use-of-color",
                  "chapter": "1.4.1",
                  "title": "Use of Color"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/section[1]/main[1]/div[1]/div[1]/div[1]/p[1]/a[1]",
              "codeLines": [
                "<a href=\"https://siteimprove.com/en/privacy/cookie-notice/\" target=\"_blank\" style=\"\">",
                "  Cookie Notice",
                "</a>"
              ]
            }
          },
          {
            "index": 1135,
            "verdict": "failed",
            "rule": {
              "ruleID": "r78",
              "ruleSummary": "Headings of same level have text content between them",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r78",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"l\" role=\"heading\" aria-level=\"2\">",
                "  Follow",
                "</p>"
              ]
            }
          },
          {
            "index": 1266,
            "verdict": "failed",
            "rule": {
              "ruleID": "r87",
              "ruleSummary": "First focusable element is link to main content",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r87",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1",
                  "name": "G1",
                  "title": "Adding a link at the top of each page that goes directly to the main content area"
                }
              ]
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "totals": {
          "rulesNA": 40,
          "rulesPassed": 55,
          "rulesWarned": 3,
          "rulesViolated": 3,
          "warnings": {
            "minor": 32,
            "moderate": 0,
            "serious": 90,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 2,
            "serious": 1,
            "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-07-06T01:17:40.834Z",
          "url": "https://www.siteimprove.com/platform/accessibility/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "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": "#2767f1",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button class=\"btn s mt0 cbd-btn dict\" data-config=\"all\" data-ref=\"allow_all_btn\">Allow all cookies</button>",
                          "target": [
                            "button[data-config=\"all\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button class=\"btn s mt0 cbd-btn dict\" data-config=\"all\" data-ref=\"allow_all_btn\">Allow all cookies</button>",
                  "target": [
                    "button[data-config=\"all\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#2767f1",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button class=\"btn btn-outlined s cbd-toogle-settings\" aria-expanded=\"false\" data-ref=\"edit_preferences_btn\" aria-live=\"polite\">",
                          "target": [
                            ".btn-outlined"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"open-pref dict\" data-ref=\"edit_preferences_btn\">Open settings</span>",
                  "target": [
                    ".open-pref"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#2767f1",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/get-in-touch/\" class=\"btn btn-s cta\" data-type=\"CTA\" data-location=\"2/4\">Contact Us</a>",
                          "target": [
                            "a[data-location=\"2/4\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/get-in-touch/\" class=\"btn btn-s cta\" data-type=\"CTA\" data-location=\"2/4\">Contact Us</a>",
                  "target": [
                    "a[data-location=\"2/4\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".theme-black-text-light-blue-background > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/get-in-touch/\" class=\"btn \" data-type=\"CTA\" data-location=\"3/4\">Get in touch</a>",
                  "target": [
                    "a[data-location=\"3/4\"]"
                  ],
                  "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": {
                        "fontSize": "22.5pt (30px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2>Check the accessibility of your page</h2>",
                  "target": [
                    ".bg-lightblue > .grid-lines.grid > .col-8.col-md-12.col > h2"
                  ],
                  "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": {
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"l\">Accessibility checker</p>",
                  "target": [
                    ".col-8.col-md-12.col > .l"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"website\">Page URL*</label>",
                  "target": [
                    "label[for=\"website\"]"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"text\" id=\"website\" name=\"website\" aria-required=\"true\">",
                  "target": [
                    "#website"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"email\">Work email*</label>",
                  "target": [
                    "label[for=\"email\"]"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"email\" id=\"email\" name=\"email\" class=\"req\" autocomplete=\"email\" aria-required=\"true\">",
                  "target": [
                    "#email"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"industry\">Select industry*</label>",
                  "target": [
                    "label[for=\"industry\"]"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<select id=\"industry\" name=\"industry\" class=\"req\" aria-required=\"true\">",
                  "target": [
                    "#industry"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"Checker_Email_Consent\">Yes, I agree to receive emails about Siteimprove products and services. You may unsubscribe at any time.</label>",
                  "target": [
                    "label[for=\"Checker_Email_Consent\"]"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>I have read and accept the&nbsp;<a style=\"color: black; text-decoration: underline;\" title=\"Website Privacy Policy\" href=\"/link/6dce6d6a89074c2aae5ccb5e540d2329.aspx\" data-udi=\"umb://document/307dfe774b874286b91985a0526535c3\">Privacy Policy</a>.</p>",
                  "target": [
                    "label[for=\"Is_Privacy_Compliant\"] > p"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a style=\"color: black; text-decoration: underline;\" title=\"Website Privacy Policy\" href=\"/link/6dce6d6a89074c2aae5ccb5e540d2329.aspx\" data-udi=\"umb://document/307dfe774b874286b91985a0526535c3\">Privacy Policy</a>",
                  "target": [
                    "a[title=\"Website Privacy Policy\"]"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"submit\" class=\"btn w100\" value=\"Scan now\">",
                  "target": [
                    "input[value=\"Scan now\"]"
                  ],
                  "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": "#2a384c",
                        "contrastRatio": 0,
                        "fontSize": "22.5pt (30px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2>Siteimprove is a proud member of:</h2>",
                  "target": [
                    ".txt-center > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            "div:nth-child(4) > .theme-black-text-white-background > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"mb0\">Prioritize</p>",
                  "target": [
                    "div:nth-child(4) > .theme-black-text-white-background > .grid-lines.grid > .col-y-center.col-6.col-md-12:nth-child(1) > .mb0"
                  ],
                  "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": "#2a384c",
                        "contrastRatio": 0,
                        "fontSize": "22.5pt (30px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"pt0\">Break down complex accessibility issues into easy-to-understand, prioritized tasks</h2>",
                  "target": [
                    "div:nth-child(4) > .theme-black-text-white-background > .grid-lines.grid > .col-y-center.col-6.col-md-12:nth-child(1) > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#2a384c",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    "div:nth-child(4) > .theme-black-text-white-background > .grid-lines.grid > .col-y-center.col-6.col-md-12:nth-child(1) > div > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            "div:nth-child(5) > .theme-black-text-white-background > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"mb0\">Measure success</p>",
                  "target": [
                    ".col-y-center.col-6.col-md-12:nth-child(2) > .mb0"
                  ],
                  "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": "#2a384c",
                        "contrastRatio": 0,
                        "fontSize": "22.5pt (30px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"pt0\">Easily measure success and report progress towards accessibility compliance</h2>",
                  "target": [
                    ".col-y-center.col-6.col-md-12:nth-child(2) > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#2a384c",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    ".col-y-center.col-6.col-md-12:nth-child(2) > div > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "10.0pt (13.3333px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            "div:nth-child(5) > .theme-black-text-white-background > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<sup>R&nbsp;</sup>",
                  "target": [
                    "sup"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            "div:nth-child(6) > .theme-black-text-white-background > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"mb0\">Complete overview</p>",
                  "target": [
                    "div:nth-child(6) > .theme-black-text-white-background > .grid-lines.grid > .col-y-center.col-6.col-md-12:nth-child(1) > .mb0"
                  ],
                  "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": "#2a384c",
                        "contrastRatio": 0,
                        "fontSize": "22.5pt (30px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"pt0\">Protect your organization from legal and reputational risk</h2>",
                  "target": [
                    "div:nth-child(6) > .theme-black-text-white-background > .grid-lines.grid > .col-y-center.col-6.col-md-12:nth-child(1) > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#2a384c",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    "div:nth-child(6) > .theme-black-text-white-background > .grid-lines.grid > .col-y-center.col-6.col-md-12:nth-child(1) > div > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "22.5pt (30px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            "div:nth-child(7) > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2>Key features</h2>",
                  "target": [
                    ".col-8.pb0.col-md-12 > h2"
                  ],
                  "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": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button id=\"a-6409\" class=\"accordion__btn\" data-type=\"Unfold\" data-category=\"\" aria-controls=\"panel-a-6409\" aria-expanded=\"false\" aria-selected=\"false\" role=\"tab\">",
                  "target": [
                    "#a-6409"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button id=\"a-6410\" class=\"accordion__btn\" data-type=\"Unfold\" data-category=\"\" aria-controls=\"panel-a-6410\" aria-expanded=\"false\" aria-selected=\"false\" role=\"tab\">",
                  "target": [
                    "#a-6410"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button id=\"a-6411\" class=\"accordion__btn\" data-type=\"Unfold\" data-category=\"\" aria-controls=\"panel-a-6411\" aria-expanded=\"false\" aria-selected=\"false\" role=\"tab\">",
                  "target": [
                    "#a-6411"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button id=\"a-6412\" class=\"accordion__btn\" data-type=\"Unfold\" data-category=\"\" aria-controls=\"panel-a-6412\" aria-expanded=\"false\" aria-selected=\"false\" role=\"tab\">",
                  "target": [
                    "#a-6412"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button id=\"a-6413\" class=\"accordion__btn\" data-type=\"Unfold\" data-category=\"\" aria-controls=\"panel-a-6413\" aria-expanded=\"false\" aria-selected=\"false\" role=\"tab\">",
                  "target": [
                    "#a-6413"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button id=\"a-6414\" class=\"accordion__btn focus-visible\" data-type=\"Unfold\" data-category=\"\" aria-controls=\"panel-a-6414\" aria-expanded=\"false\" aria-selected=\"true\" role=\"tab\" data-focus-visible-added=\"\">",
                  "target": [
                    "#a-6414"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#2a384c",
                        "contrastRatio": 0,
                        "fontSize": "22.5pt (30px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2>Web accessibility resources</h2>",
                  "target": [
                    "div:nth-child(8) > .theme-black-text-white-background > .grid-lines.grid > .col-12.col:nth-child(1) > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://hello.siteimprove.com/en/the-must-have-web-accessibility-handook/download\" class=\"card card-shadow aos-init aos-animate\" data-aos=\"fade-up\" data-aos-delay=\"000\">",
                          "target": [
                            ".card.card-shadow[data-aos-delay=\"000\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"h4 pt0\" role=\"heading\" aria-level=\"3\">The Must-Have Digital Accessibility Handbook</p>",
                  "target": [
                    ".card.card-shadow[data-aos-delay=\"000\"] > .card__content.clear > .h4.pt0[aria-level=\"3\"]"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://hello.siteimprove.com/en/the-must-have-web-accessibility-handook/download\" class=\"card card-shadow aos-init aos-animate\" data-aos=\"fade-up\" data-aos-delay=\"000\">",
                          "target": [
                            ".card.card-shadow[data-aos-delay=\"000\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Web Accessibility</p>",
                  "target": [
                    ".card.card-shadow[data-aos-delay=\"000\"] > .card__content.clear > p:nth-child(2)"
                  ],
                  "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": {
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://hello.siteimprove.com/en/webinar/on-demand/section-508-refresh/download\" class=\"card card-shadow aos-init aos-animate\" data-aos=\"fade-up\" data-aos-delay=\"100\">",
                          "target": [
                            "a[data-aos-delay=\"100\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"h4 pt0\" role=\"heading\" aria-level=\"3\">Section 508 Refresh: Now What?</p>",
                  "target": [
                    "a[data-aos-delay=\"100\"] > .card__content.clear > .h4.pt0[aria-level=\"3\"]"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://hello.siteimprove.com/en/webinar/on-demand/section-508-refresh/download\" class=\"card card-shadow aos-init aos-animate\" data-aos=\"fade-up\" data-aos-delay=\"100\">",
                          "target": [
                            "a[data-aos-delay=\"100\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Web Accessibility</p>",
                  "target": [
                    "a[data-aos-delay=\"100\"] > .card__content.clear > p:nth-child(2)"
                  ],
                  "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": {
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://hello.siteimprove.com/en/whitepaper/accessible-blogging-checklist/download\" class=\"card card-shadow aos-init aos-animate\" data-aos=\"fade-up\" data-aos-delay=\"200\">",
                          "target": [
                            "a[data-aos-delay=\"200\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"h4 pt0\" role=\"heading\" aria-level=\"3\">Checklist for Content Editors/Creators</p>",
                  "target": [
                    "a[data-aos-delay=\"200\"] > .card__content.clear > .h4.pt0[aria-level=\"3\"]"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://hello.siteimprove.com/en/whitepaper/accessible-blogging-checklist/download\" class=\"card card-shadow aos-init aos-animate\" data-aos=\"fade-up\" data-aos-delay=\"200\">",
                          "target": [
                            "a[data-aos-delay=\"200\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Web Accessibility</p>",
                  "target": [
                    "a[data-aos-delay=\"200\"] > .card__content.clear > p:nth-child(2)"
                  ],
                  "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": {
                        "fontSize": "22.5pt (30px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            "div:nth-child(9) > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2>Let us tell you how</h2>",
                  "target": [
                    ".aos-init.aos-animate[data-aos-delay=\"000\"] > h2"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            "div:nth-child(9) > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span data-contrast=\"auto\">Let us know who you are and what you dream of. We might be able to help. </span>",
                  "target": [
                    "span[data-contrast=\"auto\"]"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            "div:nth-child(9) > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/get-in-touch/\" class=\"btn\" data-type=\"CTA\" data-location=\"4/4\">Start the conversation</a>",
                  "target": [
                    "a[data-location=\"4/4\"]"
                  ],
                  "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": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button class=\"btn btn-s btn-white\" aria-expanded=\"false\">Change language: English</button>",
                          "target": [
                            ".btn-white.btn-s.btn"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button class=\"btn btn-s btn-white\" aria-expanded=\"false\">Change language: English</button>",
                  "target": [
                    ".btn-white.btn-s.btn"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                }
              ]
            },
            {
              "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": "#2767f1",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button class=\"btn s mt0 cbd-btn dict\" data-config=\"all\" data-ref=\"allow_all_btn\">Allow all cookies</button>",
                          "target": [
                            "button[data-config=\"all\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button class=\"btn s mt0 cbd-btn dict\" data-config=\"all\" data-ref=\"allow_all_btn\">Allow all cookies</button>",
                  "target": [
                    "button[data-config=\"all\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#2767f1",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button class=\"btn btn-outlined s cbd-toogle-settings\" aria-expanded=\"false\" data-ref=\"edit_preferences_btn\" aria-live=\"polite\">",
                          "target": [
                            ".btn-outlined"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"open-pref dict\" data-ref=\"edit_preferences_btn\">Open settings</span>",
                  "target": [
                    ".open-pref"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#2767f1",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"/get-in-touch/\" class=\"btn btn-s cta\" data-type=\"CTA\" data-location=\"2/4\">Contact Us</a>",
                          "target": [
                            "a[data-location=\"2/4\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/get-in-touch/\" class=\"btn btn-s cta\" data-type=\"CTA\" data-location=\"2/4\">Contact Us</a>",
                  "target": [
                    "a[data-location=\"2/4\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".theme-black-text-light-blue-background > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/get-in-touch/\" class=\"btn \" data-type=\"CTA\" data-location=\"3/4\">Get in touch</a>",
                  "target": [
                    "a[data-location=\"3/4\"]"
                  ],
                  "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": {
                        "fontSize": "22.5pt (30px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2>Check the accessibility of your page</h2>",
                  "target": [
                    ".bg-lightblue > .grid-lines.grid > .col-8.col-md-12.col > h2"
                  ],
                  "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": {
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"l\">Accessibility checker</p>",
                  "target": [
                    ".col-8.col-md-12.col > .l"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"website\">Page URL*</label>",
                  "target": [
                    "label[for=\"website\"]"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"text\" id=\"website\" name=\"website\" aria-required=\"true\">",
                  "target": [
                    "#website"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"email\">Work email*</label>",
                  "target": [
                    "label[for=\"email\"]"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"email\" id=\"email\" name=\"email\" class=\"req\" autocomplete=\"email\" aria-required=\"true\">",
                  "target": [
                    "#email"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"industry\">Select industry*</label>",
                  "target": [
                    "label[for=\"industry\"]"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<select id=\"industry\" name=\"industry\" class=\"req\" aria-required=\"true\">",
                  "target": [
                    "#industry"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"Checker_Email_Consent\">Yes, I agree to receive emails about Siteimprove products and services. You may unsubscribe at any time.</label>",
                  "target": [
                    "label[for=\"Checker_Email_Consent\"]"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>I have read and accept the&nbsp;<a style=\"color: black; text-decoration: underline;\" title=\"Website Privacy Policy\" href=\"/link/6dce6d6a89074c2aae5ccb5e540d2329.aspx\" data-udi=\"umb://document/307dfe774b874286b91985a0526535c3\">Privacy Policy</a>.</p>",
                  "target": [
                    "label[for=\"Is_Privacy_Compliant\"] > p"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a style=\"color: black; text-decoration: underline;\" title=\"Website Privacy Policy\" href=\"/link/6dce6d6a89074c2aae5ccb5e540d2329.aspx\" data-udi=\"umb://document/307dfe774b874286b91985a0526535c3\">Privacy Policy</a>",
                  "target": [
                    "a[title=\"Website Privacy Policy\"]"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            ".bg-lightblue > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<input type=\"submit\" class=\"btn w100\" value=\"Scan now\">",
                  "target": [
                    "input[value=\"Scan now\"]"
                  ],
                  "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": "#2a384c",
                        "contrastRatio": 0,
                        "fontSize": "22.5pt (30px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2>Siteimprove is a proud member of:</h2>",
                  "target": [
                    ".txt-center > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            "div:nth-child(4) > .theme-black-text-white-background > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"mb0\">Prioritize</p>",
                  "target": [
                    "div:nth-child(4) > .theme-black-text-white-background > .grid-lines.grid > .col-y-center.col-6.col-md-12:nth-child(1) > .mb0"
                  ],
                  "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": "#2a384c",
                        "contrastRatio": 0,
                        "fontSize": "22.5pt (30px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"pt0\">Break down complex accessibility issues into easy-to-understand, prioritized tasks</h2>",
                  "target": [
                    "div:nth-child(4) > .theme-black-text-white-background > .grid-lines.grid > .col-y-center.col-6.col-md-12:nth-child(1) > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#2a384c",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    "div:nth-child(4) > .theme-black-text-white-background > .grid-lines.grid > .col-y-center.col-6.col-md-12:nth-child(1) > div > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            "div:nth-child(5) > .theme-black-text-white-background > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"mb0\">Measure success</p>",
                  "target": [
                    ".col-y-center.col-6.col-md-12:nth-child(2) > .mb0"
                  ],
                  "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": "#2a384c",
                        "contrastRatio": 0,
                        "fontSize": "22.5pt (30px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"pt0\">Easily measure success and report progress towards accessibility compliance</h2>",
                  "target": [
                    ".col-y-center.col-6.col-md-12:nth-child(2) > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#2a384c",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    ".col-y-center.col-6.col-md-12:nth-child(2) > div > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fontSize": "10.0pt (13.3333px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            "div:nth-child(5) > .theme-black-text-white-background > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<sup>R&nbsp;</sup>",
                  "target": [
                    "sup"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            "div:nth-child(6) > .theme-black-text-white-background > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"mb0\">Complete overview</p>",
                  "target": [
                    "div:nth-child(6) > .theme-black-text-white-background > .grid-lines.grid > .col-y-center.col-6.col-md-12:nth-child(1) > .mb0"
                  ],
                  "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": "#2a384c",
                        "contrastRatio": 0,
                        "fontSize": "22.5pt (30px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"pt0\">Protect your organization from legal and reputational risk</h2>",
                  "target": [
                    "div:nth-child(6) > .theme-black-text-white-background > .grid-lines.grid > .col-y-center.col-6.col-md-12:nth-child(1) > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#2a384c",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    "div:nth-child(6) > .theme-black-text-white-background > .grid-lines.grid > .col-y-center.col-6.col-md-12:nth-child(1) > div > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fontSize": "22.5pt (30px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            "div:nth-child(7) > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2>Key features</h2>",
                  "target": [
                    ".col-8.pb0.col-md-12 > h2"
                  ],
                  "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": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button id=\"a-6409\" class=\"accordion__btn\" data-type=\"Unfold\" data-category=\"\" aria-controls=\"panel-a-6409\" aria-expanded=\"false\" aria-selected=\"false\" role=\"tab\">",
                  "target": [
                    "#a-6409"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button id=\"a-6410\" class=\"accordion__btn\" data-type=\"Unfold\" data-category=\"\" aria-controls=\"panel-a-6410\" aria-expanded=\"false\" aria-selected=\"false\" role=\"tab\">",
                  "target": [
                    "#a-6410"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button id=\"a-6411\" class=\"accordion__btn\" data-type=\"Unfold\" data-category=\"\" aria-controls=\"panel-a-6411\" aria-expanded=\"false\" aria-selected=\"false\" role=\"tab\">",
                  "target": [
                    "#a-6411"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button id=\"a-6412\" class=\"accordion__btn\" data-type=\"Unfold\" data-category=\"\" aria-controls=\"panel-a-6412\" aria-expanded=\"false\" aria-selected=\"false\" role=\"tab\">",
                  "target": [
                    "#a-6412"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button id=\"a-6413\" class=\"accordion__btn\" data-type=\"Unfold\" data-category=\"\" aria-controls=\"panel-a-6413\" aria-expanded=\"false\" aria-selected=\"false\" role=\"tab\">",
                  "target": [
                    "#a-6413"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button id=\"a-6414\" class=\"accordion__btn focus-visible\" data-type=\"Unfold\" data-category=\"\" aria-controls=\"panel-a-6414\" aria-expanded=\"false\" aria-selected=\"true\" role=\"tab\" data-focus-visible-added=\"\">",
                  "target": [
                    "#a-6414"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#2a384c",
                        "contrastRatio": 0,
                        "fontSize": "22.5pt (30px)",
                        "fontWeight": "normal",
                        "messageKey": "elmPartiallyObscured",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\">",
                          "target": [
                            "body"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined because it's partially obscured by another element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2>Web accessibility resources</h2>",
                  "target": [
                    "div:nth-child(8) > .theme-black-text-white-background > .grid-lines.grid > .col-12.col:nth-child(1) > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined because it's partially obscured by another element"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://hello.siteimprove.com/en/the-must-have-web-accessibility-handook/download\" class=\"card card-shadow aos-init aos-animate\" data-aos=\"fade-up\" data-aos-delay=\"000\">",
                          "target": [
                            ".card.card-shadow[data-aos-delay=\"000\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"h4 pt0\" role=\"heading\" aria-level=\"3\">The Must-Have Digital Accessibility Handbook</p>",
                  "target": [
                    ".card.card-shadow[data-aos-delay=\"000\"] > .card__content.clear > .h4.pt0[aria-level=\"3\"]"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://hello.siteimprove.com/en/the-must-have-web-accessibility-handook/download\" class=\"card card-shadow aos-init aos-animate\" data-aos=\"fade-up\" data-aos-delay=\"000\">",
                          "target": [
                            ".card.card-shadow[data-aos-delay=\"000\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Web Accessibility</p>",
                  "target": [
                    ".card.card-shadow[data-aos-delay=\"000\"] > .card__content.clear > p:nth-child(2)"
                  ],
                  "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": {
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://hello.siteimprove.com/en/webinar/on-demand/section-508-refresh/download\" class=\"card card-shadow aos-init aos-animate\" data-aos=\"fade-up\" data-aos-delay=\"100\">",
                          "target": [
                            "a[data-aos-delay=\"100\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"h4 pt0\" role=\"heading\" aria-level=\"3\">Section 508 Refresh: Now What?</p>",
                  "target": [
                    "a[data-aos-delay=\"100\"] > .card__content.clear > .h4.pt0[aria-level=\"3\"]"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://hello.siteimprove.com/en/webinar/on-demand/section-508-refresh/download\" class=\"card card-shadow aos-init aos-animate\" data-aos=\"fade-up\" data-aos-delay=\"100\">",
                          "target": [
                            "a[data-aos-delay=\"100\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Web Accessibility</p>",
                  "target": [
                    "a[data-aos-delay=\"100\"] > .card__content.clear > p:nth-child(2)"
                  ],
                  "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": {
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://hello.siteimprove.com/en/whitepaper/accessible-blogging-checklist/download\" class=\"card card-shadow aos-init aos-animate\" data-aos=\"fade-up\" data-aos-delay=\"200\">",
                          "target": [
                            "a[data-aos-delay=\"200\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"h4 pt0\" role=\"heading\" aria-level=\"3\">Checklist for Content Editors/Creators</p>",
                  "target": [
                    "a[data-aos-delay=\"200\"] > .card__content.clear > .h4.pt0[aria-level=\"3\"]"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://hello.siteimprove.com/en/whitepaper/accessible-blogging-checklist/download\" class=\"card card-shadow aos-init aos-animate\" data-aos=\"fade-up\" data-aos-delay=\"200\">",
                          "target": [
                            "a[data-aos-delay=\"200\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Web Accessibility</p>",
                  "target": [
                    "a[data-aos-delay=\"200\"] > .card__content.clear > p:nth-child(2)"
                  ],
                  "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": {
                        "fontSize": "22.5pt (30px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            "div:nth-child(9) > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2>Let us tell you how</h2>",
                  "target": [
                    ".aos-init.aos-animate[data-aos-delay=\"000\"] > h2"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            "div:nth-child(9) > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span data-contrast=\"auto\">Let us know who you are and what you dream of. We might be able to help. </span>",
                  "target": [
                    "span[data-contrast=\"auto\"]"
                  ],
                  "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": {
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "pseudoContent",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"grid grid-lines\">",
                          "target": [
                            "div:nth-child(9) > .grid-lines.grid"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a pseudo element"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"/get-in-touch/\" class=\"btn\" data-type=\"CTA\" data-location=\"4/4\">Start the conversation</a>",
                  "target": [
                    "a[data-location=\"4/4\"]"
                  ],
                  "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": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button class=\"btn btn-s btn-white\" aria-expanded=\"false\">Change language: English</button>",
                          "target": [
                            ".btn-white.btn-s.btn"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button class=\"btn btn-s btn-white\" aria-expanded=\"false\">Change language: English</button>",
                  "target": [
                    ".btn-white.btn-s.btn"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                }
              ]
            },
            {
              "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": "<span class=\"close-pref dict hide\" data-ref=\"close_preferences_btn\">Close settings</span>",
                  "target": [
                    ".close-pref"
                  ],
                  "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 id=\"cbd-details\" class=\"cbd-details clear hide\" aria-hidden=\"true\">",
                  "target": [
                    "#cbd-details"
                  ],
                  "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=\"hide\">",
                  "target": [
                    ".clear > .hide"
                  ],
                  "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=\"cbd-tab-panel declarations hide\" role=\"tabpanel\" aria-hidden=\"true\" aria-labelledby=\"cbd-cookieDeclaration\">",
                  "target": [
                    ".declarations"
                  ],
                  "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=\"panel\" id=\"panel-cbd-necessary\" aria-labelledby=\"cbd-necessary\" aria-hidden=\"true\" role=\"tabpanel\">",
                  "target": [
                    "#panel-cbd-necessary"
                  ],
                  "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=\"panel\" id=\"panel-cbd-preference\" aria-labelledby=\"cbd-preference\" aria-hidden=\"true\" role=\"tabpanel\">",
                  "target": [
                    "#panel-cbd-preference"
                  ],
                  "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=\"panel\" id=\"panel-cbd-statistics\" aria-labelledby=\"cbd-statistics\" aria-hidden=\"true\" role=\"tabpanel\">",
                  "target": [
                    "#panel-cbd-statistics"
                  ],
                  "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=\"panel\" id=\"panel-cbd-marketing\" aria-labelledby=\"cbd-marketing\" aria-hidden=\"true\" role=\"tabpanel\">",
                  "target": [
                    "#panel-cbd-marketing"
                  ],
                  "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=\"panel\" id=\"panel-cbd-unclassified\" aria-labelledby=\"cbd-unclassified\" aria-hidden=\"true\" role=\"tabpanel\">",
                  "target": [
                    "#panel-cbd-unclassified"
                  ],
                  "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=\"cbd-tab-panel about hide\" role=\"tabpanel\" aria-hidden=\"true\" aria-labelledby=\"cbd-aboutCookies\">",
                  "target": [
                    ".about"
                  ],
                  "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=\"nav-main__actions clear\">\n        <button class=\"btn btn-s nav-close toggle-mobile-nav\">Close menu</button>\n    </div>",
                  "target": [
                    ".nav-main__actions"
                  ],
                  "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": "<section class=\"nav-panel\" role=\"navigation\" aria-labelledby=\"nav-0\">",
                  "target": [
                    "section[aria-labelledby=\"nav-0\"]"
                  ],
                  "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": "<section class=\"nav-panel\" role=\"navigation\" aria-labelledby=\"nav-1\">",
                  "target": [
                    "section[aria-labelledby=\"nav-1\"]"
                  ],
                  "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": "<section class=\"nav-panel\" role=\"navigation\" aria-labelledby=\"nav-2\">",
                  "target": [
                    "section[aria-labelledby=\"nav-2\"]"
                  ],
                  "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": "<section class=\"nav-panel\" role=\"navigation\" aria-labelledby=\"nav-3\">",
                  "target": [
                    "section[aria-labelledby=\"nav-3\"]"
                  ],
                  "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": "<section class=\"nav-panel\" role=\"navigation\" aria-labelledby=\"nav-4\">",
                  "target": [
                    "section[aria-labelledby=\"nav-4\"]"
                  ],
                  "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=\"cta-mobile clear\">\n            <a href=\"/get-in-touch/\" class=\"btn btn-s cta\" data-type=\"CTA\" data-location=\"1/4\">Contact Us</a>\n        </div>",
                  "target": [
                    ".cta-mobile"
                  ],
                  "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": "<ul class=\"service-menu-mobile clear\">\n                <li><a href=\"https://help.siteimprove.com/support/home\" class=\"service-menu__link\">Help Center</a></li>\n                <li><a href=\"https://my2.siteimprove.com/\" class=\"service-menu__link\">Login</a></li>\n    </ul>",
                  "target": [
                    ".service-menu-mobile"
                  ],
                  "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=\"header-search\" data-module=\"search\">",
                  "target": [
                    ".header-search"
                  ],
                  "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": "<button class=\"btn btn-s nav-open\" aria-expanded=\"false\" aria-label=\"Menu\">Menu</button>",
                  "target": [
                    ".nav-open"
                  ],
                  "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": "<p class=\"s form-error hide\">Please enter a valid URL.</p>",
                  "target": [
                    ".pb0.col-6.col-md-12 > .field > .form-error.hide.s"
                  ],
                  "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": "<p class=\"s form-error valid hide\">Please enter a valid email.</p>",
                  "target": [
                    ".valid"
                  ],
                  "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": "<p class=\"s form-error blacklist hide\">Please enter a personal work email.</p>",
                  "target": [
                    ".blacklist"
                  ],
                  "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": "<p class=\"s form-error hide\">Please select an industry.</p>",
                  "target": [
                    ".select > .form-error.hide.s"
                  ],
                  "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": "<p class=\"s form-error hide\">Please agree to our Privacy Policy.</p>",
                  "target": [
                    ".mb8.checkbox:nth-child(2) > .form-error.hide.s"
                  ],
                  "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=\"accordion__panel\" id=\"panel-a-6409\" aria-labelledby=\"a-6409\" aria-hidden=\"true\" role=\"tabpanel\">",
                  "target": [
                    "#panel-a-6409"
                  ],
                  "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=\"accordion__panel\" id=\"panel-a-6410\" aria-labelledby=\"a-6410\" aria-hidden=\"true\" role=\"tabpanel\">",
                  "target": [
                    "#panel-a-6410"
                  ],
                  "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=\"accordion__panel\" id=\"panel-a-6411\" aria-labelledby=\"a-6411\" aria-hidden=\"true\" role=\"tabpanel\">",
                  "target": [
                    "#panel-a-6411"
                  ],
                  "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=\"accordion__panel\" id=\"panel-a-6412\" aria-labelledby=\"a-6412\" aria-hidden=\"true\" role=\"tabpanel\">",
                  "target": [
                    "#panel-a-6412"
                  ],
                  "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=\"accordion__panel\" id=\"panel-a-6413\" aria-labelledby=\"a-6413\" aria-hidden=\"true\" role=\"tabpanel\">",
                  "target": [
                    "#panel-a-6413"
                  ],
                  "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=\"accordion__panel\" id=\"panel-a-6414\" aria-labelledby=\"a-6414\" aria-hidden=\"true\" role=\"tabpanel\">",
                  "target": [
                    "#panel-a-6414"
                  ],
                  "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=\"btn-menu__options top\">",
                  "target": [
                    ".btn-menu__options"
                  ],
                  "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."
                }
              ]
            }
          ],
          "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": "#2767f1",
                        "bgColor": "#ffffff",
                        "contrastRatio": 4.88,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"text\">",
                          "target": [
                            ".text"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.88 (foreground color: #2767f1, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://siteimprove.com/en/privacy/cookie-notice/\" target=\"_blank\" style=\"\">Cookie Notice</a>",
                  "target": [
                    "a[target=\"_blank\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.88 (foreground color: #2767f1, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "landmark-no-duplicate-main",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the document has at most one main landmark",
              "help": "Document should not have more than one main landmark",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-no-duplicate-main?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "page-no-duplicate-main",
                      "data": null,
                      "relatedNodes": [
                        {
                          "html": "<main id=\"main\" class=\"content-main\">",
                          "target": [
                            "#main"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "Document has more than one main landmark"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<main>",
                  "target": [
                    "#cookiebanner > main"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has more than one main landmark"
                }
              ]
            },
            {
              "id": "landmark-unique",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "help": "Ensures landmarks are unique",
              "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/landmark-unique?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "main",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<main id=\"main\" class=\"content-main\">",
                          "target": [
                            "#main"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<main>",
                  "target": [
                    "#cookiebanner > main"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://siteimprove.com/en-us/accessibility/",
      "what": "URL",
      "result": "https://www.siteimprove.com/platform/accessibility/"
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "Error": {
          "AA.4_1_2.H91.A.NoContent": {
            "Anchor element found with a valid href attribute, but no link content has been supplied.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/\" class=\"logo\">...</a>"
              }
            ]
          }
        },
        "Warning": {
          "AA.1_1_1.H67.2": {
            "Img element is marked so that it is ignored by Assistive Technology.": [
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"/globalassets/media/shared/customers/logos/iaap_logo.png\" alt=\"\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"/globalassets/media/shared/partners/platform/products/accessibility/render-accessibility.jpg?mode=crop&amp;w=1920&amp;h=600\" loading=\"lazy\" alt=\"\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"/globalassets/media/shared/partners/platform/products/accessibility/siteimprove_accessibility_1.png?mode=crop\" loading=\"lazy\" alt=\"\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"/globalassets/media/shared/partners/platform/products/accessibility/siteimprove_accessibility_2.png?mode=crop\" loading=\"lazy\" alt=\"\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"/globalassets/media/shared/partners/platform/products/accessibility/siteimprove_accessibility_3.png\" loading=\"lazy\" alt=\"\">"
              }
            ]
          },
          "AA.1_3_1.H85.2": {
            "If this selection list contains groups of related options, they should be grouped with optgroup.": [
              {
                "tagName": "select",
                "id": "#industry",
                "code": "<select id=\"industry\" name=\"industry\" class=\"req\" aria-required=\"true\">...</select>"
              }
            ]
          },
          "AA.1_3_1_A.G141": {
            "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.": [
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 class=\"h3\">...</h2>"
              }
            ],
            "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 class=\"h3\">...</h2>"
              }
            ]
          },
          "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": "div",
                "id": "",
                "code": "<div class=\"cbd-wrapper\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"cookiebanner-overlay\">...</div>"
              },
              {
                "tagName": "header",
                "id": "",
                "code": "<header class=\"header-main\">...</header>"
              }
            ]
          },
          "AA.1_4_3.G18.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"vh f\" href=\"#main\">...</a>"
              }
            ]
          },
          "AA.1_4_3.G18.BgImage": {
            "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/get-in-touch/\" class=\"btn \" data-type=\"CTA\" data-location=\"3/4\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/get-in-touch/\" class=\"btn btn-s cta\" data-type=\"CTA\" data-location=\"2/4\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"/get-in-touch/\" class=\"btn\" data-type=\"CTA\" data-location=\"4/4\">...</a>"
              },
              {
                "tagName": "button",
                "id": "",
                "code": "<button class=\"btn btn-s btn-white\" aria-expanded=\"false\">...</button>"
              },
              {
                "tagName": "button",
                "id": "",
                "code": "<button class=\"btn s mt0 cbd-btn dict\" data-config=\"all\" data-ref=\"allow_all_btn\">...</button>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"open-pref dict\" data-ref=\"edit_preferences_btn\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"vh\">...</span>"
              }
            ]
          },
          "AA.1_4_3_F24.F24.FGColour": {
            "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a style=\"color: black; text-decoration: underline;\" title=\"Website Privacy Policy\" href=\"/link/6dce6d6a89074c2aae5ccb5e540d2329.aspx\" data-udi=\"umb://document/307dfe774b874286b91985a0526535c3\">...</a>"
              },
              {
                "tagName": "link",
                "id": "",
                "code": "<link rel=\"mask-icon\" href=\"/frontend/favicons/safari-pinned-tab.svg\" color=\"#5bbad5\">"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://siteimprove.com/en-us/accessibility/",
      "what": "URL",
      "result": "https://www.siteimprove.com/platform/accessibility/"
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "content": {
          "totals": {
            "violation": 3,
            "recommendation": 3,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "Rpt_Aria_MultipleMainsRequireLabel_Implicit_2",
              "path": {
                "dom": "/html[1]/body[1]/section[1]/main[1]",
                "aria": "/document[1]/dialog[1]/main[1]"
              },
              "message": "Multiple elements with \"main\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 8,
                "height": 0,
                "width": 784
              },
              "snippet": "<main>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleMainsRequireLabel_Implicit_2",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "Multiple elements with \"main\" role do not have unique labels",
              "bounds": {
                "left": 8,
                "top": 2757,
                "height": 4659,
                "width": 784
              },
              "snippet": "<main class=\"content-main\" id=\"main\">",
              "level": "violation"
            },
            {
              "ruleId": "element_tabbable_role_valid",
              "path": {
                "dom": "/html[1]/body[1]/section[1]",
                "aria": "/document[1]/dialog[1]"
              },
              "message": "The tabbable element's role 'dialog, region' is not a widget role",
              "bounds": {
                "left": 8,
                "top": 8,
                "height": 0,
                "width": 784
              },
              "snippet": "<section style=\"display: block;\" name=\"cookiebanner\" aria-label=\"This website uses cookies\" ng-non-bindable=\"\" aria-modal=\"true\" role=\"dialog\" tabindex=\"0\" id=\"cookiebanner\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleMainsVisibleLabel_Implicit",
              "path": {
                "dom": "/html[1]/body[1]",
                "aria": "/document[1]"
              },
              "message": "Multiple elements with \"main\" role do not have unique visible labels",
              "bounds": {
                "left": 8,
                "top": 8,
                "height": 11566,
                "width": 784
              },
              "snippet": "<body data-aos-delay=\"0\" data-aos-duration=\"400\" data-aos-easing=\"ease\" class=\"GTM--initialized\" data-module=\"GTM\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[2]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/link[7]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<link color=\"#5bbad5\" href=\"/frontend/favicons/safari-pinned-tab.svg\" rel=\"mask-icon\">",
              "level": "recommendation"
            }
          ]
        },
        "url": {
          "totals": {
            "violation": 3,
            "recommendation": 3,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "Rpt_Aria_MultipleMainsRequireLabel_Implicit_2",
              "path": {
                "dom": "/html[1]/body[1]/section[1]/main[1]",
                "aria": "/document[1]/dialog[1]/main[1]"
              },
              "message": "Multiple elements with \"main\" role do not have unique labels",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 800
              },
              "snippet": "<main>",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleMainsRequireLabel_Implicit_2",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/main[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "Multiple elements with \"main\" role do not have unique labels",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 5665,
                "width": 800
              },
              "snippet": "<main class=\"content-main\" id=\"main\">",
              "level": "violation"
            },
            {
              "ruleId": "element_tabbable_role_valid",
              "path": {
                "dom": "/html[1]/body[1]/section[1]",
                "aria": "/document[1]/dialog[1]"
              },
              "message": "The tabbable element's role 'dialog, region' is not a widget role",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 800
              },
              "snippet": "<section style=\"display: block;\" name=\"cookiebanner\" aria-label=\"This website uses cookies\" ng-non-bindable=\"\" aria-modal=\"true\" role=\"dialog\" tabindex=\"0\" id=\"cookiebanner\">",
              "level": "violation"
            },
            {
              "ruleId": "Rpt_Aria_MultipleMainsVisibleLabel_Implicit",
              "path": {
                "dom": "/html[1]/body[1]",
                "aria": "/document[1]"
              },
              "message": "Multiple elements with \"main\" role do not have unique visible labels",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 600,
                "width": 800
              },
              "snippet": "<body data-aos-delay=\"0\" data-aos-duration=\"400\" data-aos-easing=\"ease\" class=\"GTM--initialized\" data-module=\"GTM\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[2]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/link[7]",
                "aria": "/document[1]"
              },
              "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 0,
                "width": 0
              },
              "snippet": "<link color=\"#5bbad5\" href=\"/frontend/favicons/safari-pinned-tab.svg\" rel=\"mask-icon\">",
              "level": "recommendation"
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://siteimprove.com/en-us/accessibility/",
      "what": "URL",
      "result": "https://www.siteimprove.com/platform/accessibility/"
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Web Accessibility tools to help you achieve accessibility compliance",
          "pageurl": "https://www.siteimprove.com/platform/accessibility/",
          "time": 2.92,
          "creditsremaining": 423,
          "allitemcount": 145,
          "totalelements": 1862,
          "waveurl": "http://wave.webaim.org/report?url=https://www.siteimprove.com/platform/accessibility/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 0,
            "items": []
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 0,
            "items": []
          },
          "alert": {
            "description": "Alerts",
            "count": 3,
            "items": {
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > SECTION:first-child + NOSCRIPT + DIV > MAIN#main > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > H1:first-child + DIV > P:first-child + A"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "noscript": {
                "id": "noscript",
                "description": "Noscript element",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > SECTION:first-child + NOSCRIPT"
                ],
                "wcag": []
              },
              "table_layout": {
                "id": "table_layout",
                "description": "Layout table",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > SECTION#cookiebanner > DIV:first-child + MAIN > DIV:first-child > DIV#cbd-details > DIV:first-child > UL:first-child + DIV + DIV > DIV:first-child > DIV#panel-cbd-unclassified > TABLE#CybotCookiebotDialogDetailTableUnclassified > TBODY:first-child > TR:first-child > TD:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "1.3.2 Meaningful Sequence (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.2"
                  }
                ]
              }
            }
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://siteimprove.com/en-us/accessibility/",
      "what": "URL",
      "result": "https://www.siteimprove.com/platform/accessibility/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "https://www.siteimprove.com/platform/accessibility/",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.092",
        "responseTime": "2022-07-06T01:18:04.133Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1072383,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 170,
              "failing": 10
            },
            "issues": {
              "totalErrors": 14,
              "totalWarnings": 1,
              "totalIssues": 15
            },
            "issuesByLevel": {
              "A": {
                "count": 10,
                "pct": 66.67
              },
              "AA": {
                "count": 3,
                "pct": 20
              },
              "AAA": {
                "count": 15,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 1,
              "warningDensity": 0,
              "allDensity": 1
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "473c3255-154b-4e60-b260-ef8c9624cafe",
          "docID": "ee860919-0e93-4ca1-d776-ce59b3f03a05",
          "sourceHash": "c8dbd6a32d82ca3e6fdb44a0c34c88ab",
          "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=473c3255-154b-4e60-b260-ef8c9624cafe",
          "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": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 768
                },
                "height": 768,
                "width": 1024
              },
              "position": {
                "line": 2630,
                "column": 60
              },
              "errorSnippet": "&lt;body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\"&gt;&lt;section id=\"cookiebanner\" tabindex=\"0\" role=\"dialog\" aria-modal=\"true\" ng-non-bindable=\"\" aria-label=\"This website uses cookies\" ",
              "xpath": "/html/body",
              "issueID": "341caf0c241356e10ef3269b11e50e5b",
              "signature": "99e951524846b3788d727a42ee8e4acc",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=341caf0c241356e10ef3269b11e50e5b"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 115,
                  "y": 154
                },
                "bottom-right": {
                  "x": 221,
                  "y": 173
                },
                "height": 19,
                "width": 106
              },
              "position": {
                "line": 594,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://siteimprove.com/en/privacy/cookie-notice/\" target=\"_blank\" style=\"\"&gt;Cookie Notice&lt;/a&gt;",
              "xpath": "/html/body/section[1]/main[1]/div[1]/div[1]/div[1]/p[1]/a[1]",
              "issueID": "8abae19dfd747ff11acb9d8fd191c816",
              "signature": "3f02447facaef16143a19b8c7fceb715",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=8abae19dfd747ff11acb9d8fd191c816"
            },
            {
              "tID": 95,
              "bpID": 181,
              "priority": 95,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This element has insufficient color contrast (Level AAA).",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)"
              ],
              "resultTitle": "Avoid using color as the only visual means of conveying information",
              "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.",
              "viewPortLocation": {
                "top-left": {
                  "x": 512,
                  "y": 0
                },
                "bottom-right": {
                  "x": 513,
                  "y": 1
                },
                "height": 1,
                "width": 1
              },
              "position": {
                "line": 595,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"vh f\" href=\"#main\"&gt;Skip to main content&lt;/a&gt;",
              "xpath": "/html/body/div[1]/header[1]/a[1]",
              "issueID": "c649d47bc185760a9dac5e68a6af9704",
              "signature": "99811e73bbb8e731ad2cdc543c1d9fe4",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=c649d47bc185760a9dac5e68a6af9704"
            },
            {
              "tID": 98,
              "bpID": 105,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "These links have the same text but different destinations.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Don't reuse the same link text for links that have different destinations",
              "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 237,
                  "y": 2
                },
                "bottom-right": {
                  "x": 333,
                  "y": 21
                },
                "height": 19,
                "width": 96
              },
              "position": {
                "line": 4899,
                "column": 33
              },
              "errorSnippet": "&lt;a style=\"color: black; text-decoration: underline;\" title=\"Website Privacy Policy\" href=\"/link/6dce6d6a89074c2aae5ccb5e540d2329.aspx\" data-udi=\"umb://document/307dfe774b874286b91985a0526535c3\"&gt;Privacy Policy&lt;/a&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[2]/form[1]/div[1]/div[1]/div[5]/div[2]/label[1]/p[1]/a[1]",
              "issueID": "2aa9b2d2e7405f687aae35f9381b2923",
              "signature": "4175ee6d64f404522eb378c5eddf87e4",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=2aa9b2d2e7405f687aae35f9381b2923"
            },
            {
              "tID": 134,
              "bpID": 211,
              "priority": 66,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Very small text found.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 768
                },
                "height": 768,
                "width": 1024
              },
              "position": {
                "line": 2630,
                "column": 60
              },
              "errorSnippet": "&lt;body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\"&gt;&lt;section id=\"cookiebanner\" tabindex=\"0\" role=\"dialog\" aria-modal=\"true\" ng-non-bindable=\"\" aria-label=\"This website uses cookies\" ",
              "xpath": "/html/body",
              "issueID": "96e5b9d9f0ad9a0a4bab6c613ad9df26",
              "signature": "7aa5e7dcf6e2d3fc056df786d21c0609",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=96e5b9d9f0ad9a0a4bab6c613ad9df26"
            },
            {
              "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": 72,
                  "y": 314
                },
                "bottom-right": {
                  "x": 692,
                  "y": 350
                },
                "height": 36,
                "width": 620
              },
              "position": {
                "line": 5680,
                "column": 0
              },
              "errorSnippet": "&lt;label for=\"Checker_Email_Consent\"&gt;Yes, I agree to receive emails about Siteimprove products and services. You may unsubscribe at any time.&lt;/label&gt;",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[2]/form[1]/div[1]/div[1]/div[5]/div[1]/label[1]",
              "issueID": "b66dd934fed42eeebc005f52d9ffa21d",
              "signature": "6de3515857c927784ba1221f8ca70cc9",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=b66dd934fed42eeebc005f52d9ffa21d"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 161,
                  "y": 18.6875
                },
                "bottom-right": {
                  "x": 201,
                  "y": 58.6875
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 4828,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://play.vidyard.com/N1GR4ndtnioBa6e5jPJG9e\" class=\"btn btn-icon btn-play modaal-video\" aria-label=\"Play video\" data-transcriptlink=\"https://hello.siteimprove.com/l/550552/2021-04-12/2vqjqq2/550552/1618211060nirahJBF/Accessibility_demo_vi",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/a[1]",
              "issueID": "b766e4a3b5c2230090723d41203ef91b",
              "signature": "370c2286465967eabd2645b733a8986d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=b766e4a3b5c2230090723d41203ef91b"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 535.984375,
                  "y": 217
                },
                "bottom-right": {
                  "x": 564.984375,
                  "y": 233
                },
                "height": 16,
                "width": 29
              },
              "position": {
                "line": 6393,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/csr/\"&gt;CSR&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[1]/div[1]/div[1]/div[2]/div[2]/ul[1]/li[5]/a[1]",
              "issueID": "da9fcfea74364896f2bc310fd74dcb4f",
              "signature": "970c5e2c98650f08fe30db1bb7b461ef",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=da9fcfea74364896f2bc310fd74dcb4f"
            },
            {
              "tID": 155,
              "bpID": 143,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "These headings are not structured in a hierarchical manner.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings"
              ],
              "resultTitle": "Make sure that headings are in the right order for the content.",
              "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 768
                },
                "height": 768,
                "width": 1024
              },
              "position": {
                "line": 2630,
                "column": 60
              },
              "errorSnippet": "&lt;body data-module=\"GTM\" class=\"GTM--initialized\" data-aos-easing=\"ease\" data-aos-duration=\"400\" data-aos-delay=\"0\"&gt;&lt;section id=\"cookiebanner\" tabindex=\"0\" role=\"dialog\" aria-modal=\"true\" ng-non-bindable=\"\" aria-label=\"This website uses cookies\" ",
              "xpath": "/html/body",
              "issueID": "5dcbebf08213a160ff709a331ce74ce5",
              "signature": "ad7f9a552238318b8d1f5fde7043b1b6",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=5dcbebf08213a160ff709a331ce74ce5"
            },
            {
              "tID": 190,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute.  As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": -1
                },
                "height": -1,
                "width": 0
              },
              "position": {
                "line": 4288,
                "column": 0
              },
              "errorSnippet": "&lt;ul class=\"cbd-tabs\" role=\"tablist\"&gt;&lt;li role=\"presentation\" class=\"current b\"&gt;&lt;a href=\"#cbd-settings\" class=\"dict\" data-ref=\"settings\" id=\"cbd-settings\" role=\"tab\" aria-selected=\"true\" tabindex=\"0\"&gt;Settings&lt;/a&gt;&lt;/li&gt;&lt;li ro",
              "xpath": "/html/body/section[1]/main[1]/div[1]/div[2]/div[1]/ul[1]",
              "issueID": "9d856b6f304be7e9feb108c572188935",
              "signature": "3e06144e21e0e7126e4fbad2203f19f4",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=9d856b6f304be7e9feb108c572188935"
            },
            {
              "tID": 190,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute.  As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": -1
                },
                "height": -1,
                "width": 0
              },
              "position": {
                "line": 8300,
                "column": 0
              },
              "errorSnippet": "&lt;div class=\"cbd-accordion\" role=\"tablist\" aria-multiselectable=\"true\"&gt;&lt;button id=\"cbd-necessary\" aria-controls=\"panel-cbd-necessary\" aria-expanded=\"false\" aria-selected=\"false\" role=\"tab\"&gt; Necessary (12) &lt;svg xmlns=\"http://www.w3.org/2000/",
              "xpath": "/html/body/section[1]/main[1]/div[1]/div[2]/div[1]/div[2]/div[1]",
              "issueID": "393bb2e68f497af92ab6209e05adfcec",
              "signature": "8f0a57e14f539d0841f76d77721f6e02",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=393bb2e68f497af92ab6209e05adfcec"
            },
            {
              "tID": 190,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute.  As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.",
              "viewPortLocation": {
                "top-left": {
                  "x": 72,
                  "y": 141
                },
                "bottom-right": {
                  "x": 952,
                  "y": 603
                },
                "height": 462,
                "width": 880
              },
              "position": {
                "line": 8735,
                "column": 17
              },
              "errorSnippet": "&lt;div class=\"accordion\" data-module=\"accordion\" role=\"tablist\" aria-multiselectable=\"true\"&gt; &lt;button id=\"a-6409\" class=\"accordion__btn\" data-type=\"Unfold\" data-category=\"\" aria-controls=\"panel-a-6409\" aria-expanded=\"false\" aria-selected=\"false\" ro",
              "xpath": "/html/body/div[1]/main[1]/div[1]/div[7]/div[1]/div[2]/div[1]",
              "issueID": "3441da5179f2395e8cdd780af2d9396f",
              "signature": "5cd4f9e785aea9a54a3ed86652a86369",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=3441da5179f2395e8cdd780af2d9396f"
            },
            {
              "tID": 218,
              "bpID": 207,
              "priority": 88,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link opens in a new window without user control.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request"
              ],
              "resultTitle": "Notify the user when links will open new windows or tabs",
              "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.",
              "viewPortLocation": {
                "top-left": {
                  "x": 115,
                  "y": 154
                },
                "bottom-right": {
                  "x": 221,
                  "y": 173
                },
                "height": 19,
                "width": 106
              },
              "position": {
                "line": 594,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://siteimprove.com/en/privacy/cookie-notice/\" target=\"_blank\" style=\"\"&gt;Cookie Notice&lt;/a&gt;",
              "xpath": "/html/body/section[1]/main[1]/div[1]/div[1]/div[1]/p[1]/a[1]",
              "issueID": "4e6b2202bfcc63e099631324fb69f523",
              "signature": "8c7ef6cafa2774ed339828dcad95de42",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=4e6b2202bfcc63e099631324fb69f523"
            },
            {
              "tID": 242,
              "bpID": 209,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level"
              ],
              "resultTitle": "Ensure content is easy to read and understand",
              "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8001,
                "column": 0
              },
              "errorSnippet": "&lt;br style=\"\"&gt;",
              "xpath": "/html/body/section[1]/main[1]/div[1]/div[2]/div[1]/div[3]/br[1]",
              "issueID": "671b50c71a43ca994db9ca8bdc607779",
              "signature": "667b61e0d237d9ee39ce8c06a5c10a0d",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=671b50c71a43ca994db9ca8bdc607779"
            },
            {
              "tID": 242,
              "bpID": 209,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Multiple consecutive `<br>` tags next to each other, simulating paragraphs.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.4 Abbreviations",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.1.5 Reading Level"
              ],
              "resultTitle": "Ensure content is easy to read and understand",
              "errorDescription": "This section of code contains multiple consecutive `<br>` elements, probably used to simulate paragraphs or add whitespace. `<br>` elements are often announced as \"blank\" for users of text-to-speech software, multiple times in sequence, which increases cognitive load for these users. Also, it will not identify these sections as paragraphs. Remove the `<br>` elements. Replace them with `<p>` elements, and use CSS to control whitespace.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 8300,
                "column": 0
              },
              "errorSnippet": "&lt;br style=\"\"&gt;",
              "xpath": "/html/body/section[1]/main[1]/div[1]/div[2]/div[1]/div[3]/br[3]",
              "issueID": "a94ca341745c5dc8053bd22be7e479d3",
              "signature": "054be5fcc5f8ad28208f9e41cc09061c",
              "ref": "https://tenon.io/bestpractice.php?bpID=209&tID=242&issueID=a94ca341745c5dc8053bd22be7e479d3"
            }
          ],
          "log": []
        }
      }
    }
  ],
  "timeStamp": "3zjtz",
  "startTime": "2022-07-06T01:15:49",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      41
    ],
    [
      "tabNav",
      22
    ],
    [
      "motion",
      13
    ],
    [
      "ibm",
      8
    ],
    [
      "alfa",
      6
    ],
    [
      "focInd",
      5
    ],
    [
      "wave",
      3
    ],
    [
      "axe",
      2
    ],
    [
      "focAll",
      1
    ],
    [
      "tenon",
      1
    ],
    [
      "bulk",
      0
    ],
    [
      "embAc",
      0
    ],
    [
      "focOp",
      0
    ],
    [
      "labClash",
      0
    ],
    [
      "linkUl",
      0
    ],
    [
      "menuNav",
      0
    ],
    [
      "radioSet",
      0
    ],
    [
      "role",
      0
    ],
    [
      "styleDiff",
      0
    ],
    [
      "zIndex",
      0
    ],
    [
      "htmlcs",
      0
    ]
  ],
  "logCount": 11,
  "logSize": 176,
  "errorLogCount": 0,
  "errorLogSize": 0,
  "prohibitedCount": 0,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "endTime": "2022-07-06T01:18:04",
  "elapsedSeconds": 134,
  "score": {
    "scoreProcID": "sp12b",
    "logWeights": {
      "logCount": 0.5,
      "logSize": 0.01,
      "errorLogCount": 1,
      "errorLogSize": 0.02,
      "prohibitedCount": 15,
      "visitTimeoutCount": 10,
      "visitRejectionCount": 10
    },
    "soloWeight": 2,
    "groupWeights": {
      "absolute": 2,
      "largest": 1,
      "smaller": 0.4
    },
    "preventionWeights": {
      "testaro": 50,
      "other": 100
    },
    "packageDetails": {
      "testaro": {
        "bulk": 0,
        "focAll": 2,
        "focInd": 16,
        "focOp": 9,
        "hover": 32,
        "linkUl": 68,
        "role": 30,
        "styleDiff": 24,
        "tabNav": 54,
        "zIndex": 6
      },
      "alfa": {
        "r61": 4,
        "r62": 4,
        "r78": 4,
        "r87": 4
      },
      "axe": {
        "color-contrast-enhanced": 48,
        "color-contrast": 45,
        "hidden-content": 0,
        "landmark-no-duplicate-main": 2,
        "landmark-unique": 2
      },
      "htmlcs": {
        "e:AA.4_1_2.H91.A.NoContent": 4,
        "w:AA.1_1_1.H67.2": 5,
        "w:AA.1_3_1.H85.2": 1,
        "w:AA.1_3_1_A.G141": 2,
        "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 3,
        "w:AA.1_4_3.G18.Abs": 1,
        "w:AA.1_4_3.G18.BgImage": 7,
        "w:AA.1_4_3_F24.F24.FGColour": 2
      },
      "wave": {
        "a:link_redundant": 1,
        "a:noscript": 1,
        "a:table_layout": 1
      },
      "tenon": {
        "28": 4,
        "95": 8,
        "98": 4,
        "134": 3,
        "144": 4,
        "152": 8,
        "155": 2,
        "190": 12,
        "218": 4,
        "242": 8
      }
    },
    "groupDetails": {
      "groups": {
        "visibleBulk": {
          "testaro": {
            "bulk": {
              "score": 1,
              "what": "Page contains many visible elements"
            }
          }
        },
        "tabFocusability": {
          "testaro": {
            "focAll": {
              "score": 2,
              "what": "Discrepancy between elements that should be and that are Tab-focusable"
            }
          }
        },
        "focusIndication": {
          "testaro": {
            "focInd": {
              "score": 16,
              "what": "Focused element displaying no or nostandard focus indicator"
            }
          }
        },
        "focusableOperable": {
          "testaro": {
            "focOp": {
              "score": 7,
              "what": "Operable elements that cannot be Tab-focused and vice versa"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 8,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 34,
              "what": "Non-underlined adjacent links"
            }
          },
          "alfa": {
            "r62": {
              "score": 2,
              "what": "Inline link is not distinct from the surrounding text except by color"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 23,
              "what": "Nonexistent or implicit-overriding role"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 6,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "tabNavigation": {
          "testaro": {
            "tabNav": {
              "score": 27,
              "what": "Nonstandard keyboard navigation among tabs"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 2,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "h1Missing": {
          "alfa": {
            "r61": {
              "score": 2,
              "what": "First heading is not h1"
            }
          }
        },
        "headingOfNothing": {
          "alfa": {
            "r78": {
              "score": 2,
              "what": "No content between two headings of the same level"
            }
          }
        },
        "skipRepeatedContent": {
          "alfa": {
            "r87": {
              "score": 2,
              "what": "First focusable element is not a link to the main content"
            }
          }
        },
        "contrastAAA": {
          "axe": {
            "color-contrast-enhanced": {
              "score": 12,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          },
          "tenon": {
            "95": {
              "score": 2,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "contrastAA": {
          "axe": {
            "color-contrast": {
              "score": 34,
              "what": "Element has insufficient color contrast"
            }
          }
        },
        "hiddenContentRisk": {
          "axe": {
            "hidden-content": {
              "score": 1,
              "what": "Some content is hidden and therefore may not be testable for accessibility"
            }
          }
        },
        "mainLandmark": {
          "axe": {
            "landmark-no-duplicate-main": {
              "score": 1,
              "what": "page has more than 1 main landmark"
            }
          }
        },
        "landmarkConfusion": {
          "axe": {
            "landmark-unique": {
              "score": 2,
              "what": "Landmark has a role and an accessible name that are identical to another"
            }
          }
        },
        "linkNoText": {
          "htmlcs": {
            "e:AA.4_1_2.H91.A.NoContent": {
              "score": 4,
              "what": "Link has an href attribute but no text"
            }
          }
        },
        "decorativeImageRisk": {
          "htmlcs": {
            "w:AA.1_1_1.H67.2": {
              "score": 1,
              "what": "Image marked as decorative may be informative"
            }
          }
        },
        "selectFlatRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H85.2": {
              "score": 1,
              "what": "Selection list may contain groups of related options that are not grouped with optgroup"
            }
          }
        },
        "headingStructure": {
          "htmlcs": {
            "w:AA.1_3_1_A.G141": {
              "score": 1,
              "what": "Heading level is incorrect"
            }
          },
          "tenon": {
            "155": {
              "score": 1,
              "what": "Headings are not structured in a hierarchical manner"
            }
          }
        },
        "scrollRisk": {
          "htmlcs": {
            "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
              "score": 1,
              "what": "Fixed-position element may force bidirectional scrolling"
            }
          }
        },
        "contrastRisk": {
          "htmlcs": {
            "w:AA.1_4_3.G18.Abs": {
              "score": 1,
              "what": "Contrast between the absolutely positioned text and its background may be inadequate"
            },
            "w:AA.1_4_3.G18.BgImage": {
              "score": 2,
              "what": "Contrast between the text and its background image may be less than 4.5:1"
            },
            "w:AA.1_4_3_F24.F24.FGColour": {
              "score": 1,
              "what": "Inline foreground color may lack a complementary background color"
            }
          }
        },
        "linkPair": {
          "wave": {
            "a:link_redundant": {
              "score": 1,
              "what": "Adjacent links go to the same URL"
            }
          }
        },
        "noScriptRisk": {
          "wave": {
            "a:noscript": {
              "score": 1,
              "what": "noscript element may fail to contain an accessible equivalent or alternative"
            }
          }
        },
        "layoutTable": {
          "wave": {
            "a:table_layout": {
              "score": 1,
              "what": "Table element is misused to arrange content"
            }
          }
        },
        "horizontalScrolling": {
          "tenon": {
            "28": {
              "score": 3,
              "what": "Layout or sizing of the page causes horizontal scrolling"
            }
          }
        },
        "linkTextsSame": {
          "tenon": {
            "98": {
              "score": 2,
              "what": "Links have the same text but different destinations"
            }
          }
        },
        "fontSmall": {
          "tenon": {
            "134": {
              "score": 2,
              "what": "Text is very small"
            }
          }
        },
        "leadingClipsText": {
          "tenon": {
            "144": {
              "score": 4,
              "what": "Line height is insufficent to properly display the computed font size"
            }
          }
        },
        "targetSize": {
          "tenon": {
            "152": {
              "score": 4,
              "what": "Actionable element is smaller than the minimum required size"
            }
          }
        },
        "tabIndexMissing": {
          "tenon": {
            "190": {
              "score": 12,
              "what": "Interactive item is not natively actionable, but has no tabindex=0 attribute"
            }
          }
        },
        "linkForcesNewWindow": {
          "tenon": {
            "218": {
              "score": 3,
              "what": "Link opens in a new window without user control"
            }
          }
        },
        "pseudoParagraphRisk": {
          "tenon": {
            "242": {
              "score": 2,
              "what": "Multiple consecutive br elements may simulate paragraphs"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {},
    "summary": {
      "total": 308,
      "log": 7,
      "preventions": 0,
      "solos": 0,
      "groups": [
        {
          "groupName": "linkIndication",
          "score": 37
        },
        {
          "groupName": "contrastAA",
          "score": 36
        },
        {
          "groupName": "tabNavigation",
          "score": 29
        },
        {
          "groupName": "roleBad",
          "score": 25
        },
        {
          "groupName": "focusIndication",
          "score": 18
        },
        {
          "groupName": "contrastAAA",
          "score": 15
        },
        {
          "groupName": "tabIndexMissing",
          "score": 14
        },
        {
          "groupName": "hoverSurprise",
          "score": 10
        },
        {
          "groupName": "focusableOperable",
          "score": 9
        },
        {
          "groupName": "inconsistentStyles",
          "score": 8
        },
        {
          "groupName": "linkNoText",
          "score": 6
        },
        {
          "groupName": "contrastRisk",
          "score": 6
        },
        {
          "groupName": "leadingClipsText",
          "score": 6
        },
        {
          "groupName": "targetSize",
          "score": 6
        },
        {
          "groupName": "horizontalScrolling",
          "score": 5
        },
        {
          "groupName": "linkForcesNewWindow",
          "score": 5
        },
        {
          "groupName": "tabFocusability",
          "score": 4
        },
        {
          "groupName": "zIndexNotZero",
          "score": 4
        },
        {
          "groupName": "h1Missing",
          "score": 4
        },
        {
          "groupName": "headingOfNothing",
          "score": 4
        },
        {
          "groupName": "skipRepeatedContent",
          "score": 4
        },
        {
          "groupName": "landmarkConfusion",
          "score": 4
        },
        {
          "groupName": "linkTextsSame",
          "score": 4
        },
        {
          "groupName": "fontSmall",
          "score": 4
        },
        {
          "groupName": "pseudoParagraphRisk",
          "score": 4
        },
        {
          "groupName": "visibleBulk",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "mainLandmark",
          "score": 3
        },
        {
          "groupName": "decorativeImageRisk",
          "score": 3
        },
        {
          "groupName": "selectFlatRisk",
          "score": 3
        },
        {
          "groupName": "headingStructure",
          "score": 3
        },
        {
          "groupName": "scrollRisk",
          "score": 3
        },
        {
          "groupName": "linkPair",
          "score": 3
        },
        {
          "groupName": "noScriptRisk",
          "score": 3
        },
        {
          "groupName": "layoutTable",
          "score": 3
        }
      ]
    }
  }
}