Accessibility test digest

Synopsis

Page: Accessible360

URL: https://accessible360.com/

Score: 394

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 Accessible360 web page at https://accessible360.com/ on 2022/07/09. 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 394 (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
total394
log35
linkForcesNewWindow44
contrastAAA33
focusIndication31
contrastAA30
focusableOperable23
linkIndication21
fontSmall18
leadingClipsText18
noLeading14
contrastRisk11
inconsistentStyles9
contentBeyondLandmarks8
targetSize8
roleBad7
linkNoText6
overflowHidden6
skipRepeatedContent6
internalLinkBroken6
tabIndexMissing6
allItalics5
linkVague5
zIndexNotZero4
linkTextsSame4
visibleBulk3
hoverSurprise3
frameContentRisk3
hiddenContentRisk3
cssBansRotate3
decorativeImageRisk3
pseudoOrderedListRisk3
pseudoNavListRisk3
scrollRisk3
pseudoHeadingRisk3
linkPair3
videoCaptionRisk3

Issue summary

Special issues

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

Classified issues

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

videoCaptionRisk: 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": "42ubn-accessible360",
  "host": {
    "id": "accessible360",
    "which": "https://accessible360.com/",
    "what": "Accessible360"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-09T14:13:15"
    },
    {
      "event": "endTime",
      "value": "2022-07-09T14:15:23"
    }
  ],
  "script": {
    "id": "tp12",
    "what": "Alfa, Axe, HTML CodeSniffer, IBM, Tenon, WAVE, and 16 custom tests",
    "strict": true,
    "timeLimit": 300,
    "commands": [
      {
        "type": "launch",
        "which": "webkit",
        "what": "Webkit browser"
      },
      {
        "type": "url",
        "which": "https://accessible360.com/",
        "what": "Accessible360"
      },
      {
        "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://accessible360.com/",
        "what": "Accessible360"
      },
      {
        "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://accessible360.com/",
      "what": "Accessible360",
      "result": "https://accessible360.com/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "https://accessible360.com/"
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "url": "https://accessible360.com/",
      "result": {
        "bytes": [
          909595,
          909595,
          909595,
          909595,
          909595
        ],
        "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://accessible360.com/",
      "what": "Accessible360",
      "result": "https://accessible360.com/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "https://accessible360.com/",
      "result": {
        "visibleElements": 341
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "https://accessible360.com/",
      "result": {
        "totals": {
          "links": 0,
          "buttons": 0,
          "inputs": 0,
          "selects": 0
        },
        "items": []
      }
    },
    {
      "type": "test",
      "which": "focAll",
      "what": "focusable and Tab-focused elements",
      "url": "https://accessible360.com/",
      "result": {
        "tabFocusables": 65,
        "tabFocused": 65,
        "discrepancy": 0
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://accessible360.com/",
      "what": "URL",
      "result": "https://accessible360.com/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "https://accessible360.com/",
      "result": {
        "totals": {
          "total": 65,
          "types": {
            "indicatorMissing": {
              "total": 8,
              "tagNames": {
                "IFRAME": 1,
                "INPUT": 6,
                "TEXTAREA": 1
              }
            },
            "nonOutlinePresent": {
              "total": 3,
              "tagNames": {
                "A": 2,
                "BUTTON": 1
              }
            },
            "outlinePresent": {
              "total": 54,
              "meanDelay": 0,
              "tagNames": {
                "A": 53,
                "BUTTON": 1
              }
            }
          }
        },
        "items": {
          "indicatorMissing": [
            {
              "tagName": "IFRAME",
              "text": ""
            },
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "INPUT",
              "text": ""
            },
            {
              "tagName": "TEXTAREA",
              "text": ""
            }
          ],
          "nonOutlinePresent": [
            {
              "tagName": "A",
              "text": "What We Do"
            },
            {
              "tagName": "A",
              "text": "Markets"
            },
            {
              "tagName": "BUTTON",
              "text": "Reach Out"
            }
          ],
          "outlinePresent": [
            {
              "tagName": "A",
              "text": "Skip to main content",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Skip to Get in Touch or Chat",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "T-Base Communications",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "CommonLook",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn More",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "The Law",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Team",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Events",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Jobs",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Blog",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Is Your Site Accessible?",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Learn More about the A360 roadmap",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "The Federal Government agrees with us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Agencies",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Banking",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Education",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "E-Commerce",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Government",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Healthcare",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Law Firms",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Real Estate",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "612-440-3601",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "info@accessible360.com",
              "delay": 0
            },
            {
              "tagName": "BUTTON",
              "text": "Start Now!",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "ADA Law",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Services",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Team",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Markets",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Blog",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Glossary",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Privacy Policy",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Accessibility",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Agencies",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Education",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "E-Commerce",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Financial",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Government",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Health Care",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Law Firms",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Real Estate",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "WCAG",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "WCAG 2.0 vs. 2.1",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "VPAT",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "508 Compliance",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Live Audits vs. Scanning",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Facebook",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Twitter",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "LinkedIn",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "YouTube",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://accessible360.com/",
      "what": "URL",
      "result": "https://accessible360.com/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "https://accessible360.com/",
      "result": {
        "totals": {
          "total": 95,
          "types": {
            "onlyFocusable": {
              "total": 0,
              "tagNames": {}
            },
            "onlyOperable": {
              "total": 14,
              "tagNames": {
                "INPUT": 3,
                "IFRAME": 1,
                "TEXTAREA": 1,
                "BUTTON": 1,
                "A": 1,
                "SPAN": 2,
                "svg": 1,
                "title": 1,
                "path": 2,
                "DIV": 1
              }
            },
            "focusableAndOperable": {
              "total": 81,
              "tagNames": {
                "A": 65,
                "BUTTON": 3,
                "IFRAME": 1,
                "INPUT": 11,
                "TEXTAREA": 1
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [],
          "onlyOperable": [
            {
              "tagName": "INPUT",
              "id": "submission-email",
              "text": "<input type=\"email\" name=\"email\" id=\"submission-email\" tabindex=\"-1\" autocomplet",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "IFRAME",
              "id": "",
              "text": "<iframe data-olark=\"true\" aria-hidden=\"true\" title=\"empty\" tabindex=\"-1\" src=\"bl",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"text\" class=\"olark-survey-form-input olark-survey-form-text\" data-l",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"text\" class=\"olark-survey-form-input olark-survey-form-text\" data-l",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "TEXTAREA",
              "id": "",
              "text": "<textarea class=\"olark-survey-form-input olark-survey-form-textarea\" aria-label=",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Send",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "powered by Olark Logo",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "SPAN",
              "id": "",
              "text": "powered",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "SPAN",
              "id": "",
              "text": "by",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "svg",
              "id": "",
              "text": "Olark Logo",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "title",
              "id": "",
              "text": "Olark Logo",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "path",
              "id": "",
              "text": "<path d=\"M31.8168 13.009C31.696 13.018 31.6619 13.1879 31.1622 13.2253L30.0646 1",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "path",
              "id": "",
              "text": "<path d=\"M31.0489 8.72521C31.2643 7.63233 32.2328 8.38604 32.0894 8.96187C31.766",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "DIV",
              "id": "",
              "text": "Reach Out",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            }
          ],
          "focusableAndOperable": [
            {
              "tagName": "A",
              "id": "skip-to-content",
              "text": "Skip to main content",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "skip-to-chat",
              "text": "Skip to Get in Touch or Chat",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "T-Base Communications",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "CommonLook",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn More",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "<button class=\"navbar-toggler custom-toggler navbar-toggler-right\" type=\"button\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a class=\"navbar-brand\" href=\"/\" style=\"cursor: default;\"> <img src=\"https://d33",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "The Law",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "what-we-do-menu",
              "text": "What We Do",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Services",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "A360 HUB",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Team",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "markets-menu",
              "text": "Markets",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Agencies",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Education",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "E-Commerce",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Financial",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Government",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Healthcare",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Law Firms",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Real Estate",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Events",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Jobs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Blog",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Is Your Site Accessible?",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Learn More about the A360 roadmap",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "The Federal Government agrees with us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Agencies",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Banking",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Education",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "E-Commerce",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Government",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Healthcare",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Law Firms",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Real Estate",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "IFRAME",
              "id": "",
              "text": "<iframe width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/rQsw2IiIh9o?",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "612-440-3601",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "info@accessible360.com",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "INPUT",
              "id": "",
              "text": "<input type=\"hidden\" name=\"form-name\" value=\"main-contact\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "submission-first-name",
              "text": "<input type=\"text\" name=\"first-name\" id=\"submission-first-name\" class=\"form-cont",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "submission-last-name",
              "text": "<input type=\"text\" name=\"last-name\" id=\"submission-last-name\" class=\"form-contro",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "submission-email-1",
              "text": "<input type=\"email\" name=\"email-1\" id=\"submission-email-1\" class=\"form-control\" ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "submission-company",
              "text": "<input type=\"text\" name=\"company\" id=\"submission-company\" class=\"form-control\" a",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "submission-phone",
              "text": "<input type=\"tel\" name=\"phone\" id=\"submission-phone\" class=\"form-control\" autoco",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "submission-website",
              "text": "<input type=\"text\" name=\"website\" id=\"submission-website\" class=\"form-control\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "TEXTAREA",
              "id": "submission-message",
              "text": "<textarea name=\"message\" id=\"submission-message\" class=\"form-control\" required=\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "submission-referer",
              "text": "<input id=\"submission-referer\" name=\"referer\" type=\"hidden\" value=\"https://acces",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "submission-web-source",
              "text": "<input id=\"submission-web-source\" name=\"web-source\" type=\"hidden\" value=\"Web For",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "submission-web-source-id",
              "text": "<input id=\"submission-web-source-id\" name=\"web-source-id\" type=\"hidden\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "INPUT",
              "id": "submission-web-source-type",
              "text": "<input id=\"submission-web-source-type\" name=\"web-source-type\" type=\"hidden\">",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Start Now!",
              "byTag": true,
              "byOnClick": false,
              "byPointer": false
            },
            {
              "tagName": "A",
              "id": "",
              "text": "ADA Law",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Services",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Team",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Markets",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Blog",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Glossary",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Privacy Policy",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Agencies",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Education",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "E-Commerce",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Financial",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Government",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Health Care",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Law Firms",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Real Estate",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "WCAG",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "WCAG 2.0 vs. 2.1",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "VPAT",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "508 Compliance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Live Audits vs. Scanning",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Facebook",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Twitter",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "LinkedIn",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "YouTube",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.accessibilityassociation.org/certification\" target=\"_blank\"",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://www.minnesotabusiness.com/100-best-companies-work-2018\" target=",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "BUTTON",
              "id": "",
              "text": "Reach Out",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://accessible360.com/",
      "what": "URL",
      "result": "https://accessible360.com/"
    },
    {
      "type": "test",
      "which": "hover",
      "headSize": 20,
      "headSampleSize": 20,
      "tailSampleSize": 15,
      "withItems": true,
      "what": "hover-caused content changes",
      "url": "https://accessible360.com/",
      "result": {
        "totals": {
          "triggers": 103,
          "headTriggers": 20,
          "tailTriggers": 83,
          "impactTriggers": 0,
          "additions": 0,
          "removals": 0,
          "opacityChanges": 0,
          "opacityImpact": 0,
          "unhoverables": 2
        },
        "items": {
          "head": {
            "impactTriggers": [],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "skip-to-content",
                "text": "Skiptomaincontent"
              },
              {
                "tagName": "A",
                "id": "skip-to-chat",
                "text": "SkiptoGetinTouchorChat"
              }
            ]
          },
          "tail": {
            "impactTriggers": [],
            "unhoverables": []
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://accessible360.com/",
      "what": "URL",
      "result": "https://accessible360.com/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "https://accessible360.com/",
      "result": {
        "totals": {
          "mislabeled": 0,
          "unlabeled": 0,
          "wellLabeled": 15
        },
        "items": {
          "mislabeled": [],
          "unlabeled": [],
          "wellLabeled": [
            {
              "index": 0,
              "tagName": "BUTTON",
              "type": "button",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Toggle navigation"
              }
            },
            {
              "index": 1,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "First Name*"
                ]
              }
            },
            {
              "index": 2,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Last Name*"
                ]
              }
            },
            {
              "index": 3,
              "tagName": "INPUT",
              "type": "email",
              "labelType": "label",
              "texts": {
                "label": [
                  "Email"
                ]
              }
            },
            {
              "index": 4,
              "tagName": "INPUT",
              "type": "email",
              "labelType": "label",
              "texts": {
                "label": [
                  "Email*"
                ]
              }
            },
            {
              "index": 5,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Company*"
                ]
              }
            },
            {
              "index": 6,
              "tagName": "INPUT",
              "type": "tel",
              "labelType": "label",
              "texts": {
                "label": [
                  "Phone"
                ]
              }
            },
            {
              "index": 7,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "label",
              "texts": {
                "label": [
                  "Website/App/Platform"
                ]
              }
            },
            {
              "index": 8,
              "tagName": "TEXTAREA",
              "type": "textarea",
              "labelType": "label",
              "texts": {
                "label": [
                  "Tell Us About Your Project*"
                ]
              }
            },
            {
              "index": 9,
              "tagName": "BUTTON",
              "type": "submit",
              "texts": {
                "content": "Start Now!"
              }
            },
            {
              "index": 10,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Name"
              }
            },
            {
              "index": 11,
              "tagName": "INPUT",
              "type": "text",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Email"
              }
            },
            {
              "index": 12,
              "tagName": "TEXTAREA",
              "type": "textarea",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Tell us more about your project:"
              }
            },
            {
              "index": 13,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Send",
                "content": "Send"
              }
            },
            {
              "index": 14,
              "tagName": "BUTTON",
              "type": "submit",
              "labelType": "aria-label",
              "texts": {
                "attribute": "Reach Out",
                "content": "Reach Out"
              }
            }
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "https://accessible360.com/",
      "result": {
        "totals": {
          "links": 66,
          "adjacent": {
            "total": 30,
            "underlined": 11,
            "underlinedPercent": 36
          }
        },
        "items": {
          "underlined": [
            "Skip to main content",
            "Skip to Get in Touch or Chat",
            "T-Base Communications",
            "CommonLook",
            "Learn More",
            "",
            "The Federal Government agrees with us",
            "612-440-3601",
            "info@accessible360.com",
            "",
            ""
          ],
          "notUnderlined": [
            "The Law",
            "What We Do",
            "Team",
            "Markets",
            "Events",
            "Jobs",
            "Blog",
            "Contact",
            "Is Your Site Accessible?",
            "Learn More about the A360 roadmap",
            "Agencies",
            "Banking",
            "Education",
            "E-Commerce",
            "Government",
            "Healthcare",
            "Law Firms",
            "Real Estate",
            "powered by Olark Logo"
          ]
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "https://accessible360.com/",
      "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://accessible360.com/",
      "what": "URL",
      "result": "https://accessible360.com/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "https://accessible360.com/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "https://accessible360.com/",
      "result": {
        "roleElements": 9,
        "badRoleElements": 3,
        "redundantRoleElements": 0,
        "tagNames": {
          "A": {
            "button": {
              "bad": 3,
              "redundant": 0
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "https://accessible360.com/",
      "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": 4,
            "subtotals": [
              1,
              1,
              1,
              1
            ]
          },
          "adjacentLink": {
            "total": 30,
            "subtotals": [
              16,
              10,
              2,
              1,
              1
            ]
          },
          "listLink": {
            "total": 36,
            "subtotals": [
              26,
              10
            ]
          },
          "h1": {
            "total": 1
          },
          "h2": {
            "total": 9,
            "subtotals": [
              3,
              2,
              1,
              1,
              1,
              1
            ]
          },
          "h3": {
            "total": 4,
            "subtotals": [
              3,
              1
            ]
          }
        },
        "items": {
          "button": {
            "fontWeight": {
              "400": [
                "",
                "Reach Out"
              ],
              "600": [
                "Send"
              ],
              "700": [
                "Start Now!"
              ]
            },
            "borderStyle": {
              "solid": [
                "",
                "Start Now!"
              ],
              "none": [
                "Send",
                "Reach Out"
              ]
            },
            "borderWidth": {
              "1px": [
                ""
              ],
              "3px": [
                "Start Now!"
              ],
              "0px": [
                "Send",
                "Reach Out"
              ]
            },
            "height": {
              "auto": [
                ""
              ],
              "62px": [
                "Start Now!"
              ],
              "46px": [
                "Send"
              ],
              "50px": [
                "Reach Out"
              ]
            },
            "lineHeight": {
              "20px": [
                ""
              ],
              "24px": [
                "Start Now!"
              ],
              "16px": [
                "Send"
              ],
              "0px": [
                "Reach Out"
              ]
            },
            "minWidth": {
              "0px": [
                "",
                "Start Now!",
                "Send"
              ],
              "160px": [
                "Reach Out"
              ]
            }
          },
          "adjacentLink": {
            "fontWeight": {
              "400": [
                "Skip to main content",
                "Skip to Get in Touch or Chat",
                "T-Base Communications",
                "CommonLook",
                "Learn More",
                "",
                "The Law",
                "What We Do",
                "Team",
                "Markets",
                "Events",
                "Jobs",
                "Blog",
                "Contact",
                "The Federal Government agrees with us",
                "Agencies",
                "Banking",
                "Education",
                "E-Commerce",
                "Government",
                "Healthcare",
                "Law Firms",
                "Real Estate",
                "612-440-3601",
                "info@accessible360.com",
                "",
                ""
              ],
              "500": [
                "powered by Olark Logo"
              ],
              "700": [
                "Is Your Site Accessible?",
                "Learn More                  about the A360 roadmap"
              ]
            },
            "textDecorationLine": {
              "underline": [
                "Skip to main content",
                "Skip to Get in Touch or Chat",
                "T-Base Communications",
                "CommonLook",
                "Learn More",
                "",
                "The Federal Government agrees with us",
                "612-440-3601",
                "info@accessible360.com",
                "",
                ""
              ],
              "none": [
                "The Law",
                "What We Do",
                "Team",
                "Markets",
                "Events",
                "Jobs",
                "Blog",
                "Contact",
                "Is Your Site Accessible?",
                "Learn More                  about the A360 roadmap",
                "Agencies",
                "Banking",
                "Education",
                "E-Commerce",
                "Government",
                "Healthcare",
                "Law Firms",
                "Real Estate",
                "powered by Olark Logo"
              ]
            },
            "textDecorationThickness": {
              "0.016px": [
                "Skip to main content",
                "Skip to Get in Touch or Chat",
                "T-Base Communications",
                "CommonLook",
                "Learn More",
                "The Federal Government agrees with us",
                "612-440-3601",
                "info@accessible360.com",
                "",
                ""
              ],
              "0.02px": [
                ""
              ],
              "auto": [
                "The Law",
                "What We Do",
                "Team",
                "Markets",
                "Events",
                "Jobs",
                "Blog",
                "Contact",
                "Is Your Site Accessible?",
                "Learn More                  about the A360 roadmap",
                "Agencies",
                "Banking",
                "Education",
                "E-Commerce",
                "Government",
                "Healthcare",
                "Law Firms",
                "Real Estate",
                "powered by Olark Logo"
              ]
            }
          },
          "listLink": {
            "textDecorationLine": {
              "none": [
                "Services",
                "A360 HUB",
                "Agencies",
                "Education",
                "E-Commerce",
                "Financial",
                "Government",
                "Healthcare",
                "Law Firms",
                "Real Estate"
              ],
              "underline": [
                "ADA Law",
                "Services",
                "Team",
                "Markets",
                "Blog",
                "Contact",
                "Glossary",
                "Privacy Policy",
                "Accessibility",
                "Agencies",
                "Education",
                "E-Commerce",
                "Financial",
                "Government",
                "Health Care",
                "Law Firms",
                "Real Estate",
                "WCAG",
                "WCAG 2.0 vs. 2.1",
                "VPAT",
                "508 Compliance",
                "Live Audits vs. Scanning",
                "Facebook",
                "Twitter",
                "LinkedIn",
                "YouTube"
              ]
            },
            "textDecorationThickness": {
              "auto": [
                "Services",
                "A360 HUB",
                "Agencies",
                "Education",
                "E-Commerce",
                "Financial",
                "Government",
                "Healthcare",
                "Law Firms",
                "Real Estate"
              ],
              "0.016px": [
                "ADA Law",
                "Services",
                "Team",
                "Markets",
                "Blog",
                "Contact",
                "Glossary",
                "Privacy Policy",
                "Accessibility",
                "Agencies",
                "Education",
                "E-Commerce",
                "Financial",
                "Government",
                "Health Care",
                "Law Firms",
                "Real Estate",
                "WCAG",
                "WCAG 2.0 vs. 2.1",
                "VPAT",
                "508 Compliance",
                "Live Audits vs. Scanning",
                "Facebook",
                "Twitter",
                "LinkedIn",
                "YouTube"
              ]
            },
            "color": {
              "rgb(41, 43, 44)": [
                "Services",
                "A360 HUB",
                "Agencies",
                "Education",
                "E-Commerce",
                "Financial",
                "Government",
                "Healthcare",
                "Law Firms",
                "Real Estate"
              ],
              "rgb(255, 255, 255)": [
                "ADA Law",
                "Services",
                "Team",
                "Markets",
                "Blog",
                "Contact",
                "Glossary",
                "Privacy Policy",
                "Accessibility",
                "Agencies",
                "Education",
                "E-Commerce",
                "Financial",
                "Government",
                "Health Care",
                "Law Firms",
                "Real Estate",
                "WCAG",
                "WCAG 2.0 vs. 2.1",
                "VPAT",
                "508 Compliance",
                "Live Audits vs. Scanning",
                "Facebook",
                "Twitter",
                "LinkedIn",
                "YouTube"
              ]
            }
          },
          "h2": {
            "fontWeight": {
              "500": [
                "Accessible360",
                "The A360 Roadmap",
                "Smart leaders are turning to A360 every day",
                "A360 YouTube Video",
                "Start My Free Quick Look Now"
              ],
              "700": [
                "General",
                "Markets",
                "Resources",
                "Reach out!"
              ]
            },
            "color": {
              "rgb(255, 255, 255)": [
                "Accessible360",
                "Smart leaders are turning to A360 every day",
                "Start My Free Quick Look Now",
                "General",
                "Markets",
                "Resources"
              ],
              "rgb(0, 0, 0)": [
                "The A360 Roadmap",
                "A360 YouTube Video"
              ],
              "rgb(51, 51, 51)": [
                "Reach out!"
              ]
            },
            "fontSize": {
              "32px": [
                "Accessible360",
                "A360 YouTube Video",
                "Start My Free Quick Look Now"
              ],
              "44.8px": [
                "The A360 Roadmap"
              ],
              "64px": [
                "Smart leaders are turning to A360 every day"
              ],
              "19.2px": [
                "General",
                "Markets",
                "Resources"
              ],
              "24px": [
                "Reach out!"
              ]
            }
          },
          "h3": {
            "color": {
              "rgb(255, 255, 255)": [
                "The human technology companyâ„ "
              ],
              "rgb(0, 0, 0)": [
                "Assess                   Your Environment",
                "Enable                 Accessible Processes",
                "Stay                 Accessible & Compliant"
              ]
            },
            "fontSize": {
              "41.6px": [
                "The human technology companyâ„ "
              ],
              "20px": [
                "Assess                   Your Environment",
                "Enable                 Accessible Processes",
                "Stay                 Accessible & Compliant"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "https://accessible360.com/",
      "result": {
        "totals": {
          "navigations": {
            "all": {
              "total": 0,
              "correct": 0,
              "incorrect": 0
            },
            "specific": {
              "tab": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "left": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "right": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "up": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "down": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "home": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              },
              "end": {
                "total": 0,
                "correct": 0,
                "incorrect": 0
              }
            }
          },
          "tabElements": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          },
          "tabLists": {
            "total": 0,
            "correct": 0,
            "incorrect": 0
          }
        },
        "tabElements": {
          "incorrect": [],
          "correct": []
        }
      }
    },
    {
      "type": "test",
      "which": "zIndex",
      "withItems": true,
      "what": "z indexes",
      "url": "https://accessible360.com/",
      "result": {
        "totals": {
          "total": 7,
          "tagNames": {
            "HEADER": 1,
            "DIV": 5,
            "BUTTON": 1
          }
        },
        "items": [
          {
            "tagName": "HEADER",
            "id": "",
            "text": "We are happy to announce that our parent company T-Base Communications has acquired CommonLook — a g"
          },
          {
            "tagName": "DIV",
            "id": "whatwedo-menu",
            "text": "Services A360 HUB"
          },
          {
            "tagName": "DIV",
            "id": "marketsmenu",
            "text": "Agencies Education E-Commerce Financial Government Healthcare Law Firms Real Estate"
          },
          {
            "tagName": "DIV",
            "id": "olark-container",
            "text": "Reach out!We're not around but we still want to hear from you! Leave us a note and we will get back "
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "* indicates a required fieldName*Required Asterisksignifies that this field can not be left blankEma"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": "Olark launch button clip pathReach Out"
          },
          {
            "tagName": "BUTTON",
            "id": "",
            "text": "Reach Out"
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "https://accessible360.com/",
      "result": {
        "totals": {
          "failures": 30,
          "warnings": 23
        },
        "items": [
          {
            "index": 31,
            "verdict": "failed",
            "rule": {
              "ruleID": "r11",
              "ruleSummary": "Links have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r11",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-in-context",
                  "chapter": "2.4.4",
                  "title": "Link Purpose (In Context)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#link-purpose-link-only",
                  "chapter": "2.4.9",
                  "title": "Link Purpose (Link Only)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91",
                  "name": "G91",
                  "title": "Providing link text that describes the purpose of a link"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"ytp-title-channel-name\" target=\"_blank\" href=\"\"></a>"
              ]
            }
          },
          {
            "index": 658,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/a[2]/text()[1]",
              "codeLines": [
                "Skip to Get in Touch or Chat"
              ]
            }
          },
          {
            "index": 725,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/a[1]/text()[1]",
              "codeLines": [
                "Accessible 360 - Web & App Accessibility Consulting"
              ]
            }
          },
          {
            "index": 726,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[3]/button[2]/div[2]/text()[1]",
              "codeLines": [
                "Share"
              ]
            }
          },
          {
            "index": 824,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"ytp-title-channel-logo\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCojlE3672P..."
              ]
            }
          },
          {
            "index": 825,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"ytp-title-channel-name\" target=\"_blank\" href=\"\"></a>"
              ]
            }
          },
          {
            "index": 826,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[3]/button[2]",
              "codeLines": [
                "<button class=\"ytp-button ytp-share-button ytp-share-button-visible ytp-show-share-title\" title=\"Sh...",
                "  <div class=\"ytp-share-icon\">",
                "    <svg height=\"100%\" version=\"1.1\" viewBox=\"0 0 36 36\" width=\"100%\">",
                "      <use class=\"ytp-svg-shadow\" href=\"#ytp-id-27\"></use>",
                "      <path class=\"ytp-svg-fill\" d=\"m 20.20,14.19 0,-4.45 7.79,7.79 -7.79,7.79 0,-4.56 C 16.27,20.6...",
                "    </svg>",
                "  </div>",
                "  <div class=\"ytp-share-title\">",
                "    Share",
                "  </div>",
                "</button>"
              ]
            }
          },
          {
            "index": 827,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[4]/button[1]",
              "codeLines": [
                "<button class=\"ytp-large-play-button ytp-button\" aria-label=\"Play\">",
                "  <svg height=\"100%\" version=\"1.1\" viewBox=\"0 0 68 48\" width=\"100%\">",
                "    <path class=\"ytp-large-play-button-bg\" d=\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,...",
                "    <path d=\"M 45,24 27,14 27,34\" fill=\"#fff\"></path>",
                "  </svg>",
                "</button>"
              ]
            }
          },
          {
            "index": 828,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "a",
              "path": "/html[1]/body[1]/div[1]/div[1]/a[1]",
              "codeLines": [
                "<a class=\"ytp-impression-link\" aria-label=\"Watch on YouTube\" target=\"_blank\" href=\"https://www.yout...",
                "  <div class=\"ytp-impression-link-content\" aria-hidden=\"true\">",
                "    <div class=\"ytp-impression-link-text\">",
                "      Watch on",
                "    </div>",
                "    <div class=\"ytp-impression-link-logo\">",
                "      <svg height=\"100%\" version=\"1.1\" viewBox=\"0 0 110 26\" width=\"100%\">",
                "        <use class=\"ytp-svg-shadow\" href=\"#ytp-id-30\"></use>",
                "        <path class=\"ytp-svg-fill\" d=\"M 16.68,.99 C 13.55,1.03 7.02,1.16 4.99,1.68 c -1.49,.4 -2.59...",
                "      </svg>",
                "    </div>",
                "  </div>",
                "</a>"
              ]
            }
          },
          {
            "index": 871,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]",
              "codeLines": [
                "Better. For All."
              ]
            }
          },
          {
            "index": 872,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Accessible360"
              ]
            }
          },
          {
            "index": 873,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "The human technology company"
              ]
            }
          },
          {
            "index": 874,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[1]/div[1]/div[1]/div[1]/h3[1]/sup[1]/text()[1]",
              "codeLines": [
                "â„ "
              ]
            }
          },
          {
            "index": 898,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[3]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Universal Design Benefits Everyone"
              ]
            }
          },
          {
            "index": 899,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[3]/div[1]/div[1]/div[1]/p[2]/text()[1]",
              "codeLines": [
                "Overlay Tools Do Not"
              ]
            }
          },
          {
            "index": 900,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[3]/div[1]/div[1]/div[1]/p[3]/text()[1]",
              "codeLines": [
                "Stay Accessible For The Long Run"
              ]
            }
          },
          {
            "index": 907,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[5]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Smart leaders are turning to A360 every day"
              ]
            }
          },
          {
            "index": 908,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[5]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "From large eCommerce platforms to small credit unions, we understand your business and provide tail..."
              ]
            }
          },
          {
            "index": 910,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "4600 W 77th St."
              ]
            }
          },
          {
            "index": 911,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[2]",
              "codeLines": [
                "Suite 295"
              ]
            }
          },
          {
            "index": 912,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[3]",
              "codeLines": [
                "Edina, MN 55435"
              ]
            }
          },
          {
            "index": 913,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[1]/p[2]/text()[1]",
              "codeLines": [
                "ph:"
              ]
            }
          },
          {
            "index": 914,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[1]/div[1]/label[1]/text()[1]",
              "codeLines": [
                "First Name"
              ]
            }
          },
          {
            "index": 915,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[1]/div[1]/label[1]/sup[1]/text()[1]",
              "codeLines": [
                "*"
              ]
            }
          },
          {
            "index": 916,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[1]/div[2]/label[1]/text()[1]",
              "codeLines": [
                "Last Name"
              ]
            }
          },
          {
            "index": 917,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[1]/div[2]/label[1]/sup[1]/text()[1]",
              "codeLines": [
                "*"
              ]
            }
          },
          {
            "index": 918,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[3]/label[1]/text()[1]",
              "codeLines": [
                "Email"
              ]
            }
          },
          {
            "index": 919,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[3]/label[1]/sup[1]/text()[1]",
              "codeLines": [
                "*"
              ]
            }
          },
          {
            "index": 920,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[4]/label[1]/text()[1]",
              "codeLines": [
                "Company"
              ]
            }
          },
          {
            "index": 921,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[4]/label[1]/sup[1]/text()[1]",
              "codeLines": [
                "*"
              ]
            }
          },
          {
            "index": 922,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[5]/label[1]/text()[1]",
              "codeLines": [
                "Phone"
              ]
            }
          },
          {
            "index": 923,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[6]/label[1]/text()[1]",
              "codeLines": [
                "Website/App/Platform"
              ]
            }
          },
          {
            "index": 924,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[7]/label[1]/text()[1]",
              "codeLines": [
                "Tell Us About Your Project"
              ]
            }
          },
          {
            "index": 925,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[7]/label[1]/sup[1]/text()[1]",
              "codeLines": [
                "*"
              ]
            }
          },
          {
            "index": 926,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[8]/p[1]/sup[1]/text()[1]",
              "codeLines": [
                "*"
              ]
            }
          },
          {
            "index": 927,
            "verdict": "failed",
            "rule": {
              "ruleID": "r66",
              "ruleSummary": "Text outside widget has enhanced contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r66",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[8]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "required field"
              ]
            }
          },
          {
            "index": 947,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]",
              "codeLines": [
                "Better. For All."
              ]
            }
          },
          {
            "index": 948,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Accessible360"
              ]
            }
          },
          {
            "index": 949,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]",
              "codeLines": [
                "The human technology company"
              ]
            }
          },
          {
            "index": 950,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[1]/div[1]/div[1]/div[1]/h3[1]/sup[1]/text()[1]",
              "codeLines": [
                "â„ "
              ]
            }
          },
          {
            "index": 974,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[3]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Universal Design Benefits Everyone"
              ]
            }
          },
          {
            "index": 975,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[3]/div[1]/div[1]/div[1]/p[2]/text()[1]",
              "codeLines": [
                "Overlay Tools Do Not"
              ]
            }
          },
          {
            "index": 976,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[3]/div[1]/div[1]/div[1]/p[3]/text()[1]",
              "codeLines": [
                "Stay Accessible For The Long Run"
              ]
            }
          },
          {
            "index": 983,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[5]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]",
              "codeLines": [
                "Smart leaders are turning to A360 every day"
              ]
            }
          },
          {
            "index": 984,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r69",
              "ruleSummary": "Text outside widget has minimum contrast",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r69",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/main[1]/section[5]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "From large eCommerce platforms to small credit unions, we understand your business and provide tail..."
              ]
            }
          },
          {
            "index": 1047,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/section[3]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"h2\">",
                "  Universal Design Benefits Everyone",
                "</p>"
              ]
            }
          },
          {
            "index": 1048,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/section[3]/div[1]/div[1]/div[1]/p[2]",
              "codeLines": [
                "<p class=\"h3\">",
                "  Overlay Tools Do Not",
                "</p>"
              ]
            }
          },
          {
            "index": 1049,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/section[3]/div[1]/div[1]/div[1]/p[3]",
              "codeLines": [
                "<p class=\"h2\">",
                "  Stay Accessible For The Long Run",
                "</p>"
              ]
            }
          },
          {
            "index": 1050,
            "verdict": "failed",
            "rule": {
              "ruleID": "r73",
              "ruleSummary": "Paragraphs of text have sufficient line height",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r73",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"h2\">",
                "  We help organizations large and small navigate their path to digital accessibility",
                "</p>"
              ]
            }
          },
          {
            "index": 1140,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[2]/div[1]/a[1]/text()[1]",
              "codeLines": [
                "Accessible 360 - Web & App Accessibility Consulting"
              ]
            }
          },
          {
            "index": 1144,
            "verdict": "failed",
            "rule": {
              "ruleID": "r85",
              "ruleSummary": "Paragraphs of text are not all italics",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r85",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/section[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"subheading\">",
                "  Save time and money up front",
                "</p>"
              ]
            }
          },
          {
            "index": 1145,
            "verdict": "failed",
            "rule": {
              "ruleID": "r85",
              "ruleSummary": "Paragraphs of text are not all italics",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r85",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/section[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"subheading\">",
                "  A standards-based, realistic approach",
                "</p>"
              ]
            }
          },
          {
            "index": 1146,
            "verdict": "failed",
            "rule": {
              "ruleID": "r85",
              "ruleSummary": "Paragraphs of text are not all italics",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r85",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/main[1]/section[2]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/p[1]",
              "codeLines": [
                "<p class=\"subheading\">",
                "  Continue to offer equitable access",
                "</p>"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "https://accessible360.com/",
      "result": {
        "totals": {
          "rulesNA": 42,
          "rulesPassed": 52,
          "rulesWarned": 5,
          "rulesViolated": 3,
          "warnings": {
            "minor": 7,
            "moderate": 0,
            "serious": 55,
            "critical": 1
          },
          "violations": {
            "minor": 0,
            "moderate": 2,
            "serious": 14,
            "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-09T14:14:57.691Z",
          "url": "https://accessible360.com/",
          "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"fixed-top\">",
                          "target": [
                            "header"
                          ]
                        },
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link \" href=\"/accessibility-law\">The Law</a>",
                  "target": [
                    ".nav-link[href$=\"accessibility-law\"]"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"fixed-top\">",
                          "target": [
                            "header"
                          ]
                        },
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link dropdown-toggle \" href=\"/what-we-do\" id=\"what-we-do-menu\" data-toggle=\"dropdown\" role=\"button\" aria-expanded=\"false\" aria-controls=\"whatwedo-menu\">What We Do</a>",
                  "target": [
                    "#what-we-do-menu"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"fixed-top\">",
                          "target": [
                            "header"
                          ]
                        },
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link \" href=\"/team\">Team</a>",
                  "target": [
                    ".nav-link[href$=\"team\"]"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"fixed-top\">",
                          "target": [
                            "header"
                          ]
                        },
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link dropdown-toggle\" href=\"/markets\" id=\"markets-menu\" data-toggle=\"dropdown\" role=\"button\" aria-expanded=\"false\" aria-controls=\"marketsmenu\">\n                  Markets\n                </a>",
                  "target": [
                    "#markets-menu"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"fixed-top\">",
                          "target": [
                            "header"
                          ]
                        },
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link \" href=\"/events\">Events</a>",
                  "target": [
                    "a[href$=\"events\"]"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"fixed-top\">",
                          "target": [
                            "header"
                          ]
                        },
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link \" href=\"/jobs\">Jobs</a>",
                  "target": [
                    "a[href$=\"jobs\"]"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"fixed-top\">",
                          "target": [
                            "header"
                          ]
                        },
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link \" href=\"/accessible360-blog\">Blog</a>",
                  "target": [
                    ".nav-link[href$=\"accessible360-blog\"]"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"fixed-top\">",
                          "target": [
                            "header"
                          ]
                        },
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link\" href=\"#contact\">Contact</a>",
                  "target": [
                    ".nav-link[href$=\"#contact\"]"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "72.0pt (96px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h1 class=\"text-center\">Better. For All.</h1>",
                  "target": [
                    "h1"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "24.0pt (32px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"text-center\">Accessible360</h2>",
                  "target": [
                    ".container > .row > .col-md-12 > h2"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.2pt (41.6px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 class=\"text-center\">The human technology company<sup>â„ </sup></h3>",
                  "target": [
                    ".container > .row > .col-md-12 > h3"
                  ],
                  "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": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<sup>â„ </sup>",
                  "target": [
                    "h3 > sup"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "14.4pt (19.2px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"#contact\">Is Your Site Accessible?</a>",
                          "target": [
                            ".free-assessment > a[href$=\"#contact\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#contact\">Is Your Site Accessible?</a>",
                  "target": [
                    ".free-assessment > a[href$=\"#contact\"]"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "38.4pt (51.2px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"stats\">",
                          "target": [
                            "#stats"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"h2\">Universal Design Benefits Everyone</p>",
                  "target": [
                    ".col-md-10.mx-auto > .h2:nth-child(1)"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "19.2pt (25.6px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"stats\">",
                          "target": [
                            "#stats"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"h3\">Overlay Tools Do Not</p>",
                  "target": [
                    ".h3"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "38.4pt (51.2px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"stats\">",
                          "target": [
                            "#stats"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"h2\">Stay Accessible For The Long Run</p>",
                  "target": [
                    ".h2:nth-child(3)"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "48.0pt (64px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"markets\">",
                          "target": [
                            "#markets"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"text-center\">Smart leaders are turning to A360 every day</h2>",
                  "target": [
                    "#markets > .container > .row > .col-md-10.mx-auto > .row:nth-child(1) > .col-md-12 > h2"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "14.4pt (19.2px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"markets\">",
                          "target": [
                            "#markets"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"text-center description\">From large eCommerce platforms to small credit unions, we understand your business and provide tailored, pragmatic accessibility solutions that best fit within your environment now and in the future.</p>",
                  "target": [
                    "#markets > .container > .row > .col-md-10.mx-auto > .row:nth-child(1) > .col-md-12 > .description"
                  ],
                  "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": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"markets/agencies\">\n                Agencies<br>\n                <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i>\n              </a>",
                  "target": [
                    ".circle.mx-auto.text-center > a[href$=\"agencies\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"markets/banking\">\n                Banking<br>\n                <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i>\n              </a>",
                  "target": [
                    "a[href$=\"banking\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"markets/education\">\n                Education<br>\n                <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i>\n              </a>",
                  "target": [
                    ".circle.mx-auto.text-center > a[href$=\"education\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"markets/e-commerce\">\n                E-Commerce<br>\n                <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i>\n              </a>",
                  "target": [
                    ".circle.mx-auto.text-center > a[href$=\"e-commerce\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"markets/government\">\n                Government<br>\n                <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i>\n              </a>",
                  "target": [
                    ".circle.mx-auto.text-center > a[href$=\"government\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"markets/healthcare\">\n                Healthcare<br>\n                <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i>\n              </a>",
                  "target": [
                    ".circle.mx-auto.text-center > a[href$=\"healthcare\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"markets/law-firms\">\n                Law Firms<br>\n                <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i>\n              </a>",
                  "target": [
                    ".circle.mx-auto.text-center > a[href$=\"law-firms\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"markets/real-estate\">\n                Real Estate<br>\n                <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i>\n              </a>",
                  "target": [
                    ".circle.mx-auto.text-center > a[href$=\"real-estate\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button type=\"submit\">Start Now!</button>",
                          "target": [
                            "button[type=\"submit\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button type=\"submit\">Start Now!</button>",
                  "target": [
                    "button[type=\"submit\"]"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"fixed-top\">",
                          "target": [
                            "header"
                          ]
                        },
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link \" href=\"/accessibility-law\">The Law</a>",
                  "target": [
                    ".nav-link[href$=\"accessibility-law\"]"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"fixed-top\">",
                          "target": [
                            "header"
                          ]
                        },
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link dropdown-toggle \" href=\"/what-we-do\" id=\"what-we-do-menu\" data-toggle=\"dropdown\" role=\"button\" aria-expanded=\"false\" aria-controls=\"whatwedo-menu\">What We Do</a>",
                  "target": [
                    "#what-we-do-menu"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"fixed-top\">",
                          "target": [
                            "header"
                          ]
                        },
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link \" href=\"/team\">Team</a>",
                  "target": [
                    ".nav-link[href$=\"team\"]"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"fixed-top\">",
                          "target": [
                            "header"
                          ]
                        },
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link dropdown-toggle\" href=\"/markets\" id=\"markets-menu\" data-toggle=\"dropdown\" role=\"button\" aria-expanded=\"false\" aria-controls=\"marketsmenu\">\n                  Markets\n                </a>",
                  "target": [
                    "#markets-menu"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"fixed-top\">",
                          "target": [
                            "header"
                          ]
                        },
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link \" href=\"/events\">Events</a>",
                  "target": [
                    "a[href$=\"events\"]"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"fixed-top\">",
                          "target": [
                            "header"
                          ]
                        },
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link \" href=\"/jobs\">Jobs</a>",
                  "target": [
                    "a[href$=\"jobs\"]"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"fixed-top\">",
                          "target": [
                            "header"
                          ]
                        },
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link \" href=\"/accessible360-blog\">Blog</a>",
                  "target": [
                    ".nav-link[href$=\"accessible360-blog\"]"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<header class=\"fixed-top\">",
                          "target": [
                            "header"
                          ]
                        },
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a class=\"nav-link\" href=\"#contact\">Contact</a>",
                  "target": [
                    ".nav-link[href$=\"#contact\"]"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "72.0pt (96px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h1 class=\"text-center\">Better. For All.</h1>",
                  "target": [
                    "h1"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "24.0pt (32px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"text-center\">Accessible360</h2>",
                  "target": [
                    ".container > .row > .col-md-12 > h2"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "31.2pt (41.6px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"home\">",
                          "target": [
                            "#home"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h3 class=\"text-center\">The human technology company<sup>â„ </sup></h3>",
                  "target": [
                    ".container > .row > .col-md-12 > h3"
                  ],
                  "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": {
                        "messageKey": "nonBmp"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element content contains only non-text characters"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<sup>â„ </sup>",
                  "target": [
                    "h3 > sup"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element content contains only non-text characters"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "14.4pt (19.2px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"#contact\">Is Your Site Accessible?</a>",
                          "target": [
                            ".free-assessment > a[href$=\"#contact\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"#contact\">Is Your Site Accessible?</a>",
                  "target": [
                    ".free-assessment > a[href$=\"#contact\"]"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "38.4pt (51.2px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"stats\">",
                          "target": [
                            "#stats"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"h2\">Universal Design Benefits Everyone</p>",
                  "target": [
                    ".col-md-10.mx-auto > .h2:nth-child(1)"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "19.2pt (25.6px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"stats\">",
                          "target": [
                            "#stats"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"h3\">Overlay Tools Do Not</p>",
                  "target": [
                    ".h3"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "38.4pt (51.2px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"stats\">",
                          "target": [
                            "#stats"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"h2\">Stay Accessible For The Long Run</p>",
                  "target": [
                    ".h2:nth-child(3)"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "48.0pt (64px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"markets\">",
                          "target": [
                            "#markets"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 class=\"text-center\">Smart leaders are turning to A360 every day</h2>",
                  "target": [
                    "#markets > .container > .row > .col-md-10.mx-auto > .row:nth-child(1) > .col-md-12 > h2"
                  ],
                  "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": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "14.4pt (19.2px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"markets\">",
                          "target": [
                            "#markets"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p class=\"text-center description\">From large eCommerce platforms to small credit unions, we understand your business and provide tailored, pragmatic accessibility solutions that best fit within your environment now and in the future.</p>",
                  "target": [
                    "#markets > .container > .row > .col-md-10.mx-auto > .row:nth-child(1) > .col-md-12 > .description"
                  ],
                  "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": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"markets/agencies\">\n                Agencies<br>\n                <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i>\n              </a>",
                  "target": [
                    ".circle.mx-auto.text-center > a[href$=\"agencies\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"markets/banking\">\n                Banking<br>\n                <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i>\n              </a>",
                  "target": [
                    "a[href$=\"banking\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"markets/education\">\n                Education<br>\n                <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i>\n              </a>",
                  "target": [
                    ".circle.mx-auto.text-center > a[href$=\"education\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"markets/e-commerce\">\n                E-Commerce<br>\n                <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i>\n              </a>",
                  "target": [
                    ".circle.mx-auto.text-center > a[href$=\"e-commerce\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"markets/government\">\n                Government<br>\n                <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i>\n              </a>",
                  "target": [
                    ".circle.mx-auto.text-center > a[href$=\"government\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"markets/healthcare\">\n                Healthcare<br>\n                <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i>\n              </a>",
                  "target": [
                    ".circle.mx-auto.text-center > a[href$=\"healthcare\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"markets/law-firms\">\n                Law Firms<br>\n                <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i>\n              </a>",
                  "target": [
                    ".circle.mx-auto.text-center > a[href$=\"law-firms\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#000000",
                        "contrastRatio": 0,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Unable to determine contrast ratio"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"markets/real-estate\">\n                Real Estate<br>\n                <i class=\"fa fa-arrow-right\" aria-hidden=\"true\"></i>\n              </a>",
                  "target": [
                    ".circle.mx-auto.text-center > a[href$=\"real-estate\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Unable to determine contrast ratio"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button type=\"submit\">Start Now!</button>",
                          "target": [
                            "button[type=\"submit\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<button type=\"submit\">Start Now!</button>",
                  "target": [
                    "button[type=\"submit\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                }
              ]
            },
            {
              "id": "frame-tested",
              "impact": "critical",
              "tags": [
                "cat.structure",
                "review-item",
                "best-practice"
              ],
              "description": "Ensures <iframe> and <frame> elements contain the axe-core script",
              "help": "Frames should be tested with axe-core",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/frame-tested?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "frame-tested",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "The iframe still has to be tested with axe-core"
                    }
                  ],
                  "none": [],
                  "impact": "critical",
                  "html": "<iframe width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/rQsw2IiIh9o?showinfo=0&amp;enablejsapi=1&amp;origin=https://accessible360.com\" frameborder=\"0\" allowfullscreen=\"\" title=\"Accessible360 - Web &amp; App Accessibility Consulting - YouTube\" data-lf-yt-playback-inspected-kn9eq4r6boj4rlvp=\"true\">",
                  "target": [
                    "iframe[width=\"640\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  The iframe still has to be tested with axe-core"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<button class=\"navbar-toggler custom-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarNavDropdown\" aria-controls=\"navbarNavDropdown\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">\n            <span class=\"navbar-toggler-icon\"></span>\n          </button>",
                  "target": [
                    ".navbar-toggler"
                  ],
                  "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=\"dropdown-menu\" id=\"whatwedo-menu\">",
                  "target": [
                    "#whatwedo-menu"
                  ],
                  "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=\"dropdown-menu\" id=\"marketsmenu\">",
                  "target": [
                    "#marketsmenu"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div style=\"display:none;\">\n    <label for=\"submission-email\">Email</label>\n    <input type=\"email\" name=\"email\" id=\"submission-email\" tabindex=\"-1\" autocomplete=\"off\">\n  </div>",
                  "target": [
                    "form > div:nth-child(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": "<div style=\"width:0px; height:0px; display:none; visibility:hidden;\" id=\"batBeacon633146157678\">",
                  "target": [
                    "#batBeacon633146157678"
                  ],
                  "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": "<img style=\"width:0px; height:0px; display:none; visibility:hidden;\" id=\"batBeacon429124503902\" width=\"0\" height=\"0\" alt=\"\" src=\"https://bat.bing.com/action/0?ti=26020644&amp;tm=gtm002&amp;Ver=2&amp;mid=caab6f44-af3a-45c0-9e83-2459127e7b94&amp;sid=7d894c50ff9111ec8be8cd46edb37104&amp;vid=7d89cfd0ff9111ec938b338f4df0c0b2&amp;vids=1&amp;pi=0&amp;lg=en-US&amp;sw=1280&amp;sh=720&amp;sc=30&amp;nwd=1&amp;tl=Digital%20Accessibility%20for%20Websites%20and%20Apps%20%7C%20Accessible360&amp;p=https%3A%2F%2Faccessible360.com%2F&amp;r=&amp;lt=518&amp;evt=pageLoad&amp;msclkid=N&amp;sv=1&amp;rn=511671\">",
                  "target": [
                    "#batBeacon429124503902"
                  ],
                  "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=\"olark-container\" class=\"olark-hidden olark-right-to-left olark-size-dr\" aria-hidden=\"true\" tabindex=\"-1\">",
                  "target": [
                    "#olark-container"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                }
              ]
            },
            {
              "id": "css-orientation-lock",
              "impact": "serious",
              "tags": [
                "cat.structure",
                "wcag134",
                "wcag21aa",
                "experimental"
              ],
              "description": "Ensures content is not locked to any specific display orientation, and the content is operable in all display orientations",
              "help": "CSS Media queries must not lock display orientation",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/css-orientation-lock?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "css-orientation-lock",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "CSS Orientation lock cannot be determined"
                    }
                  ],
                  "none": [],
                  "impact": "serious",
                  "html": "<html lang=\"en-US\" class=\" crjs fa-events-icons-ready\">",
                  "target": [
                    "html"
                  ],
                  "failureSummary": "Fix all of the following:\n  CSS Orientation lock cannot be determined"
                }
              ]
            }
          ],
          "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": "#006888",
                        "bgColor": "#d5e3db",
                        "contrastRatio": 4.74,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<body id=\"index-page\">",
                          "target": [
                            "#index-page"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 4.74 (foreground color: #006888, background color: #d5e3db, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://www.section508.gov/test/testing-overview#Automated\" target=\"_blank\">The Federal Government agrees with us</a>",
                  "target": [
                    "p > a[target=\"_blank\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.74 (foreground color: #006888, background color: #d5e3db, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#006888",
                        "contrastRatio": 6.29,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"contact\" role=\"region\" aria-label=\"Contact Us\">",
                          "target": [
                            "#contact"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>\n              4600 W 77th St.<br>\n              Suite 295<br>\n              Edina, MN 55435\n            </p>",
                  "target": [
                    ".col-md-4 > p:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#006888",
                        "contrastRatio": 6.29,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"contact\" role=\"region\" aria-label=\"Contact Us\">",
                          "target": [
                            "#contact"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>\n              ph: <a href=\"tel:6124403601\">612-440-3601</a>\n            </p>",
                  "target": [
                    ".col-md-4 > p:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#006888",
                        "contrastRatio": 6.29,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"contact\" role=\"region\" aria-label=\"Contact Us\">",
                          "target": [
                            "#contact"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"tel:6124403601\">612-440-3601</a>",
                  "target": [
                    "a[href=\"tel:6124403601\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#006888",
                        "contrastRatio": 6.29,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"contact\" role=\"region\" aria-label=\"Contact Us\">",
                          "target": [
                            "#contact"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"mailto:info@accessible360.com\">info@accessible360.com</a>",
                  "target": [
                    "a[href=\"mailto:info@accessible360.com\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#006888",
                        "contrastRatio": 6.29,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"contact\" role=\"region\" aria-label=\"Contact Us\">",
                          "target": [
                            "#contact"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"submission-first-name\" class=\"control-label\">First Name<sup>*</sup></label>",
                  "target": [
                    "label[for=\"submission-first-name\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#006888",
                        "contrastRatio": 6.29,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"contact\" role=\"region\" aria-label=\"Contact Us\">",
                          "target": [
                            "#contact"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"submission-last-name\" class=\"control-label\">Last Name<sup>*</sup></label>",
                  "target": [
                    "label[for=\"submission-last-name\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#006888",
                        "contrastRatio": 6.29,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"contact\" role=\"region\" aria-label=\"Contact Us\">",
                          "target": [
                            "#contact"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"submission-email-1\" class=\"control-label\">Email<sup>*</sup></label>",
                  "target": [
                    "label[for=\"submission-email-1\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#006888",
                        "contrastRatio": 6.29,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"contact\" role=\"region\" aria-label=\"Contact Us\">",
                          "target": [
                            "#contact"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"submission-company\" class=\"control-label\">Company<sup>*</sup></label>",
                  "target": [
                    "label[for=\"submission-company\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#006888",
                        "contrastRatio": 6.29,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"contact\" role=\"region\" aria-label=\"Contact Us\">",
                          "target": [
                            "#contact"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"submission-phone\" class=\"control-label\">Phone</label>",
                  "target": [
                    "label[for=\"submission-phone\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#006888",
                        "contrastRatio": 6.29,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"contact\" role=\"region\" aria-label=\"Contact Us\">",
                          "target": [
                            "#contact"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"submission-website\" class=\"control-label\">Website/App/Platform</label>",
                  "target": [
                    "label[for=\"submission-website\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#006888",
                        "contrastRatio": 6.29,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"contact\" role=\"region\" aria-label=\"Contact Us\">",
                          "target": [
                            "#contact"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<label for=\"submission-message\" class=\"control-label\">Tell Us About Your Project<sup>*</sup></label>",
                  "target": [
                    "label[for=\"submission-message\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#006888",
                        "contrastRatio": 6.29,
                        "fontSize": "9.6pt (12.8px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section id=\"contact\" role=\"region\" aria-label=\"Contact Us\">",
                          "target": [
                            "#contact"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 9.6pt (12.8px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-size:0.8em;margin:0;padding:0;\">required field</span>",
                  "target": [
                    "p > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.29 (foreground color: #ffffff, background color: #006888, font size: 9.6pt (12.8px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#333333",
                        "bgColor": "#99bc63",
                        "contrastRatio": 5.85,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "bold",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<button class=\"olark-launch-button olark-right-to-left olark-size-dr olark-text-button\" tabindex=\"0\" aria-label=\"Reach Out\" aria-controls=\"olark-container\" aria-expanded=\"false\">",
                          "target": [
                            ".olark-launch-button"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 5.85 (foreground color: #333333, background color: #99bc63, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Reach Out</span>",
                  "target": [
                    ".olark-button-text > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 5.85 (foreground color: #333333, background color: #99bc63, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "region",
              "impact": "moderate",
              "tags": [
                "cat.keyboard",
                "best-practice"
              ],
              "description": "Ensures all page content is contained by landmarks",
              "help": "All page content should be contained by landmarks",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/region?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<a id=\"skip-to-chat\" class=\"sr-only sr-only-focusable\" href=\"#olark-launch-button\">Skip to Get in Touch or Chat</a>",
                  "target": [
                    "#skip-to-chat"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                }
              ]
            },
            {
              "id": "skip-link",
              "impact": "moderate",
              "tags": [
                "cat.keyboard",
                "best-practice"
              ],
              "description": "Ensure all skip links have a focusable target",
              "help": "The skip-link target should exist and be focusable",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/skip-link?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "skip-link",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "No skip link target"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<a id=\"skip-to-chat\" class=\"sr-only sr-only-focusable\" href=\"#olark-launch-button\">Skip to Get in Touch or Chat</a>",
                  "target": [
                    "#skip-to-chat"
                  ],
                  "failureSummary": "Fix any of the following:\n  No skip link target"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://accessible360.com/",
      "what": "URL",
      "result": "https://accessible360.com/"
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "url": "https://accessible360.com/",
      "result": {
        "Error": {
          "AA.2_4_1.G1,G123,G124.NoSuchID": {
            "This link points to a named anchor \"olark-launch-button\" within the document, but no anchor exists with that name.": [
              {
                "tagName": "a",
                "id": "#skip-to-chat",
                "code": "<a id=\"skip-to-chat\" class=\"sr-only sr-only-focusable\" href=\"#olark-launch-button\">...</a>"
              }
            ]
          }
        },
        "Warning": {
          "AA.1_1_1.H67.2": {
            "Img element is marked so that it is ignored by Assistive Technology.": [
              {
                "tagName": "img",
                "id": "#batBeacon104694526730",
                "code": "<img style=\"width:0px; height:0px; display:none; visibility:hidden;\" id=\"batBeacon104694526730\" width=\"0\" height=\"0\" alt=\"\" src=\"https://bat.bing.com/action/0?ti=26020644&amp;tm=gtm002&amp;Ver=2&amp;mid=548acad8-e027-46cc-b8d7-3c0847a1dd20&amp;sid=83ef33a0ff9111eca498a91301ff7d15&amp;vid=83f03e90ff9111ecb35b919d2ab9700b&amp;vids=1&amp;pi=0&amp;lg=en-US&amp;sw=1280&amp;sh=720&amp;sc=30&amp;nwd=1&amp;tl=Digital%20Accessibility%20for%20Websites%20and%20Apps%20%7C%20Accessible360&amp;p=https%3A%2F%2Faccessible360.com%2F&amp;r=&amp;lt=429&amp;evt=pageLoad&amp;msclkid=N&amp;sv=1&amp;rn=119888\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"https://d33wubrfki0l68.cloudfront.net/0cd1ec4bcfa0fb754c718b45085a7fa4a641366e/c3c1f/images/white-a360.png\" alt=\"\" class=\"icon\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"https://d33wubrfki0l68.cloudfront.net/e5887f62c70d667ec90d1312fe8b07353e89d23e/5de02/images/white-a360-mark.png\" alt=\"\" class=\"logo\">"
              }
            ]
          },
          "AA.1_3_1.H48.2": {
            "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"col-md-4\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"row\">...</div>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "AA.1_3_1.H48": {
            "If this element contains a navigation section, it is recommended that it be marked up as a list.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"col-md-8 mx-auto\">...</div>"
              }
            ]
          },
          "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=\"olark-launch-button-wrapper olark-text-button\">...</div>"
              },
              {
                "tagName": "header",
                "id": "",
                "code": "<header class=\"fixed-top\">...</header>"
              }
            ]
          },
          "AA.1_4_3.G145.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 3:1.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"sr-only\">...</span>"
              }
            ]
          },
          "AA.1_4_3.G145.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 3:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"#contact\">...</a>"
              },
              {
                "tagName": "h1",
                "id": "",
                "code": "<h1 class=\"text-center\">...</h1>"
              },
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 class=\"sr-only\">...</h2>"
              },
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 class=\"text-center\">...</h2>"
              },
              {
                "tagName": "h3",
                "id": "",
                "code": "<h3 class=\"text-center\">...</h3>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p class=\"h2\">...</p>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p class=\"h3\">...</p>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p class=\"text-center description\">...</p>"
              }
            ]
          },
          "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": "#skip-to-chat",
                "code": "<a id=\"skip-to-chat\" class=\"sr-only sr-only-focusable\" href=\"#olark-launch-button\">...</a>"
              },
              {
                "tagName": "a",
                "id": "#skip-to-content",
                "code": "<a id=\"skip-to-content\" class=\"sr-only sr-only-focusable\" href=\"#content\">...</a>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"sr-only\">...</span>"
              }
            ]
          },
          "AA.1_4_3.G18.Alpha": {
            "This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.": [
              {
                "tagName": "a",
                "id": "#markets-menu",
                "code": "<a class=\"nav-link dropdown-toggle\" href=\"/markets\" id=\"markets-menu\" data-toggle=\"dropdown\" role=\"button\" aria-expanded=\"false\" aria-controls=\"marketsmenu\">...</a>"
              },
              {
                "tagName": "a",
                "id": "#what-we-do-menu",
                "code": "<a class=\"nav-link dropdown-toggle \" href=\"/what-we-do\" id=\"what-we-do-menu\" data-toggle=\"dropdown\" role=\"button\" aria-expanded=\"false\" aria-controls=\"whatwedo-menu\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"nav-link \" href=\"/accessibility-law\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"nav-link \" href=\"/accessible360-blog\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"nav-link \" href=\"/events\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"nav-link \" href=\"/jobs\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"nav-link \" href=\"/team\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a class=\"nav-link\" href=\"#contact\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"markets/agencies\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"markets/banking\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"markets/e-commerce\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"markets/education\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"markets/government\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"markets/healthcare\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"markets/law-firms\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"markets/real-estate\">...</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": "button",
                "id": "",
                "code": "<button type=\"submit\">...</button>"
              },
              {
                "tagName": "sup",
                "id": "",
                "code": "<sup>...</sup>"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://accessible360.com/",
      "what": "URL",
      "result": "https://accessible360.com/"
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "url": "https://accessible360.com/",
      "result": {
        "content": {
          "totals": {
            "violation": 1,
            "recommendation": 5,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": -1,
                "top": -1,
                "height": 1,
                "width": 1
              },
              "snippet": "<a href=\"#content\" class=\"sr-only sr-only-focusable\" id=\"skip-to-content\">",
              "level": "violation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[3]",
                "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]/meta[14]",
                "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=\"A9wkrvp9y21k30U9lU7MJMjBj4USjLrGwV+Z8zO3J3ZBH139DOnCv3XLK2Ii40S94HG1SZ/Zeg2GSHOD3wlWngYAAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjYxMjk5MTk5LCJpc1RoaXJkUGFydHkiOnRydWV9\" http-equiv=\"origin-trial\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[13]",
                "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=\"A9wkrvp9y21k30U9lU7MJMjBj4USjLrGwV+Z8zO3J3ZBH139DOnCv3XLK2Ii40S94HG1SZ/Zeg2GSHOD3wlWngYAAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjYxMjk5MTk5LCJpc1RoaXJkUGFydHkiOnRydWV9\" http-equiv=\"origin-trial\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/main[1]/section[6]/div[1]/div[1]/div[1]/div[1]/iframe[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
              "bounds": {
                "left": 115,
                "top": 3871,
                "height": 351,
                "width": 570
              },
              "snippet": "<iframe data-lf-yt-playback-inspected-kn9eq4r6boj4rlvp=\"true\" title=\"Accessible360 - Web & App Accessibility Consulting - YouTube\" allowfullscreen=\"\" frameborder=\"0\" src=\"https://www.youtube.com/embed/rQsw2IiIh9o?showinfo=0&enablejsapi=1&origin=https://accessible360.com\" height=\"360\" width=\"640\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/main[1]/section[7]",
                "aria": "/document[1]/main[1]/region[1]"
              },
              "message": "The explicitly-assigned ARIA role \"region\" is redundant with the implicit role of the element <section>",
              "bounds": {
                "left": 0,
                "top": 4270,
                "height": 872,
                "width": 800
              },
              "snippet": "<section aria-label=\"Contact Us\" role=\"region\" id=\"contact\">",
              "level": "recommendation"
            }
          ]
        },
        "url": {
          "totals": {
            "violation": 1,
            "recommendation": 4,
            "ignored": 0
          },
          "items": [
            {
              "ruleId": "Rpt_Aria_OrphanedContent_Native_Host_Sematics",
              "path": {
                "dom": "/html[1]/body[1]/a[1]",
                "aria": "/document[1]/link[1]"
              },
              "message": "Content is not within a landmark element",
              "bounds": {
                "left": -1,
                "top": -1,
                "height": 1,
                "width": 1
              },
              "snippet": "<a href=\"#content\" class=\"sr-only sr-only-focusable\" id=\"skip-to-content\">",
              "level": "violation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/head[1]/meta[3]",
                "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]/meta[13]",
                "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=\"A9wkrvp9y21k30U9lU7MJMjBj4USjLrGwV+Z8zO3J3ZBH139DOnCv3XLK2Ii40S94HG1SZ/Zeg2GSHOD3wlWngYAAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjYxMjk5MTk5LCJpc1RoaXJkUGFydHkiOnRydWV9\" http-equiv=\"origin-trial\">",
              "level": "recommendation"
            },
            {
              "ruleId": "element_attribute_deprecated",
              "path": {
                "dom": "/html[1]/body[1]/main[1]/section[6]/div[1]/div[1]/div[1]/div[1]/iframe[1]",
                "aria": "/document[1]/main[1]"
              },
              "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
              "bounds": {
                "left": 115,
                "top": 3871,
                "height": 351,
                "width": 570
              },
              "snippet": "<iframe data-lf-yt-playback-inspected-kn9eq4r6boj4rlvp=\"true\" title=\"Accessible360 - Web & App Accessibility Consulting - YouTube\" allowfullscreen=\"\" frameborder=\"0\" src=\"https://www.youtube.com/embed/rQsw2IiIh9o?showinfo=0&enablejsapi=1&origin=https://accessible360.com\" height=\"360\" width=\"640\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/main[1]/section[7]",
                "aria": "/document[1]/main[1]/region[1]"
              },
              "message": "The explicitly-assigned ARIA role \"region\" is redundant with the implicit role of the element <section>",
              "bounds": {
                "left": 0,
                "top": 4270,
                "height": 872,
                "width": 800
              },
              "snippet": "<section aria-label=\"Contact Us\" role=\"region\" id=\"contact\">",
              "level": "recommendation"
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://accessible360.com/",
      "what": "URL",
      "result": "https://accessible360.com/"
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "url": "https://accessible360.com/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Digital Accessibility for Websites and Apps | Accessible360",
          "pageurl": "https://accessible360.com/",
          "time": 4.33,
          "creditsremaining": 285,
          "allitemcount": 129,
          "totalelements": 495,
          "waveurl": "http://wave.webaim.org/report?url=https://accessible360.com/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 1,
            "items": {
              "link_skip_broken": {
                "id": "link_skip_broken",
                "description": "Broken skip link",
                "count": 1,
                "selectors": [
                  "HTML > BODY#index-page > A#skip-to-chat"
                ],
                "wcag": [
                  {
                    "name": "2.1.1 Keyboard (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.1.1"
                  },
                  {
                    "name": "2.4.1 Bypass Blocks (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
                  }
                ]
              }
            }
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 6,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 6,
                "selectors": [
                  "HTML > BODY#index-page > MAIN#content > SECTION#video > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > H2:first-child",
                  "HTML > BODY#index-page > A:first-child + A + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child > A:first-child > I:first-child + SPAN",
                  "HTML > BODY#index-page > A:first-child + A + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI > A:first-child > I:first-child + SPAN",
                  "HTML > BODY#index-page > A:first-child + A + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI + LI > A:first-child > I:first-child + SPAN",
                  "HTML > BODY#index-page > A:first-child + A + HEADER + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI > A:first-child > I:first-child + SPAN",
                  "HTML > BODY#index-page > DIV#hbl-live-chat-wrapper > DIV#olark-wrapper > DIV#olark-container > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#olark-custom-survey-form > DIV:first-child > DIV:first-child > P:first-child + DIV + DIV + DIV + BUTTON"
                ],
                "contrastdata": [
                  [
                    1,
                    "#000000",
                    "#000000",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ],
                  [
                    3.16,
                    "#ffffff",
                    "#3b9db0",
                    false
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 5,
            "items": {
              "heading_possible": {
                "id": "heading_possible",
                "description": "Possible heading",
                "count": 3,
                "selectors": [
                  "HTML > BODY#index-page > MAIN#content > SECTION#stats > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child",
                  "HTML > BODY#index-page > MAIN#content > SECTION#stats > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child + P",
                  "HTML > BODY#index-page > MAIN#content > SECTION#stats > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child + P + P"
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.1 Bypass Blocks (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 1,
                "selectors": [
                  "HTML > BODY#index-page > A:first-child + A + HEADER > DIV:first-child + DIV > DIV:first-child > DIV:first-child > NAV:first-child > DIV#navbarNavDropdown > UL:first-child > LI:first-child + LI > DIV#whatwedo-menu > UL:first-child > LI:first-child > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "youtube_video": {
                "id": "youtube_video",
                "description": "YouTube video",
                "count": 1,
                "selectors": [
                  "HTML > BODY#index-page > MAIN#content > SECTION#video > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > H2:first-child + IFRAME"
                ],
                "wcag": [
                  {
                    "name": "1.2.1 Prerecorded Audio-only and Video-only (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.2.1"
                  },
                  {
                    "name": "1.2.2 Captions (Prerecorded) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.2.2"
                  },
                  {
                    "name": "1.2.3 Audio Description or Media Alternative (Prerecorded) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.2.3"
                  }
                ]
              }
            }
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://accessible360.com/",
      "what": "URL",
      "result": "https://accessible360.com/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "https://accessible360.com/",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.104",
        "responseTime": "2022-07-09T14:15:23.652Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1022873,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 172,
              "failing": 8
            },
            "issues": {
              "totalErrors": 41,
              "totalWarnings": 0,
              "totalIssues": 41
            },
            "issuesByLevel": {
              "A": {
                "count": 13,
                "pct": 31.71
              },
              "AA": {
                "count": 10,
                "pct": 24.39
              },
              "AAA": {
                "count": 41,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 4,
              "warningDensity": 0,
              "allDensity": 4
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "39c6b72c-e4ca-4864-8353-2bbd740fde47",
          "docID": "dba52580-4db2-4995-a26e-8f2044432734",
          "sourceHash": "c750bbc7869e7ca7a526a8e0b1375b9c",
          "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=39c6b72c-e4ca-4864-8353-2bbd740fde47",
          "resultSet": [
            {
              "tID": 73,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link text is uninformative.",
              "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": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text in this link is too generic to be helpful for users.  Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 531.984375,
                  "y": 26
                },
                "bottom-right": {
                  "x": 611.984375,
                  "y": 45
                },
                "height": 19,
                "width": 80
              },
              "position": {
                "line": 165,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/accessible360-blog/2021-10-19-t-base-acquires-common-look/\"&gt;Learn More&lt;/a&gt;",
              "xpath": "/html/body/header[1]/div[1]/div[1]/div[1]/div[1]/a[3]",
              "issueID": "3b7701fc2b5916b4cfa6127ed81f692d",
              "signature": "077437e83e9748b8fa9ed7966cfd93ab",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=3b7701fc2b5916b4cfa6127ed81f692d"
            },
            {
              "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": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1,
                  "y": 1
                },
                "height": 1,
                "width": 1
              },
              "position": {
                "line": 164,
                "column": 0
              },
              "errorSnippet": "&lt;a id=\"skip-to-content\" class=\"sr-only sr-only-focusable\" href=\"#content\"&gt;Skip to main content&lt;/a&gt;",
              "xpath": "/html/body/a[1]",
              "issueID": "22900564059ae584a99a8c18269b6fcb",
              "signature": "4ee6a3d85515d407cf6125b694761585",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=22900564059ae584a99a8c18269b6fcb"
            },
            {
              "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": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1,
                  "y": 1
                },
                "height": 1,
                "width": 1
              },
              "position": {
                "line": 164,
                "column": 0
              },
              "errorSnippet": "&lt;a id=\"skip-to-chat\" class=\"sr-only sr-only-focusable\" href=\"#olark-launch-button\"&gt;Skip to Get in Touch or Chat&lt;/a&gt;",
              "xpath": "/html/body/a[2]",
              "issueID": "0a43e99cad7fbf05d041e61f095aa5d5",
              "signature": "b5a8f787fc913da46d41a18d43bedba7",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=0a43e99cad7fbf05d041e61f095aa5d5"
            },
            {
              "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": 267.546875,
                  "y": 17
                },
                "bottom-right": {
                  "x": 333.521875,
                  "y": 41
                },
                "height": 24,
                "width": 65.975
              },
              "position": {
                "line": 165,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"nav-link \" href=\"/accessibility-law\"&gt;The Law&lt;/a&gt;",
              "xpath": "/html/body/header[1]/div[2]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "90efdd2a82a5d8f9b91fe6efd90e0259",
              "signature": "55fdb6d77edb94b733689d313ca5ec37",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=90efdd2a82a5d8f9b91fe6efd90e0259"
            },
            {
              "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": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 111.36599999999999,
                  "y": 24
                },
                "height": 24,
                "width": 111.36599999999999
              },
              "position": {
                "line": 165,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"nav-link dropdown-toggle \" href=\"/what-we-do\" id=\"what-we-do-menu\" data-toggle=\"dropdown\" role=\"button\" aria-expanded=\"false\" aria-controls=\"whatwedo-menu\"&gt;What We Do&lt;/a&gt;",
              "xpath": "/html/body/header[1]/div[2]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "d20fb96b7b196b124783b5345cbc2301",
              "signature": "2f8fef56e69dea20f213896257a3a0a3",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=d20fb96b7b196b124783b5345cbc2301"
            },
            {
              "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": 489.6875,
                  "y": 17
                },
                "bottom-right": {
                  "x": 532.6625,
                  "y": 41
                },
                "height": 24,
                "width": 42.975
              },
              "position": {
                "line": 165,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"nav-link \" href=\"/team\"&gt;Team&lt;/a&gt;",
              "xpath": "/html/body/header[1]/div[2]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[3]/a[1]",
              "issueID": "7f53611ef9c40444ba71d8e9cfff86b7",
              "signature": "cc7efcd73f53f5fa828b3e479e1bb700",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=7f53611ef9c40444ba71d8e9cfff86b7"
            },
            {
              "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": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 91.36600000000001,
                  "y": 24
                },
                "height": 24,
                "width": 91.36600000000001
              },
              "position": {
                "line": 165,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"nav-link dropdown-toggle\" href=\"/markets\" id=\"markets-menu\" data-toggle=\"dropdown\" role=\"button\" aria-expanded=\"false\" aria-controls=\"marketsmenu\"&gt; Markets &lt;/a&gt;",
              "xpath": "/html/body/header[1]/div[2]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[4]/a[1]",
              "issueID": "f5d7555a374eee7f39c43d37565d1d0e",
              "signature": "ce86f95791bc17dc1cddf838eeb010da",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=f5d7555a374eee7f39c43d37565d1d0e"
            },
            {
              "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": 668.828125,
                  "y": 17
                },
                "bottom-right": {
                  "x": 727.803125,
                  "y": 41
                },
                "height": 24,
                "width": 58.975
              },
              "position": {
                "line": 1221,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"nav-link \" href=\"/events\"&gt;Events&lt;/a&gt;",
              "xpath": "/html/body/header[1]/div[2]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[5]/a[1]",
              "issueID": "a01c8df62de9c8c9567c307cd4aa2088",
              "signature": "a9e623ad805fa75dbc90545ead113ba9",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=a01c8df62de9c8c9567c307cd4aa2088"
            },
            {
              "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": 750.203125,
                  "y": 17
                },
                "bottom-right": {
                  "x": 790.178125,
                  "y": 41
                },
                "height": 24,
                "width": 39.975
              },
              "position": {
                "line": 1221,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"nav-link \" href=\"/jobs\"&gt;Jobs&lt;/a&gt;",
              "xpath": "/html/body/header[1]/div[2]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[6]/a[1]",
              "issueID": "17a8f4e13b7ecce9af767e0121cfffa1",
              "signature": "67248ff9469657287c83842de4c4138b",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=17a8f4e13b7ecce9af767e0121cfffa1"
            },
            {
              "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": 812.578125,
                  "y": 17
                },
                "bottom-right": {
                  "x": 852.553125,
                  "y": 41
                },
                "height": 24,
                "width": 39.975
              },
              "position": {
                "line": 3797,
                "column": 34
              },
              "errorSnippet": "&lt;a class=\"nav-link \" href=\"/accessible360-blog\"&gt;Blog&lt;/a&gt;",
              "xpath": "/html/body/header[1]/div[2]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[7]/a[1]",
              "issueID": "f4e506527fcfaf5baa9d94ea11222dbd",
              "signature": "c358327478a6af168ddda4e3705bb86b",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=f4e506527fcfaf5baa9d94ea11222dbd"
            },
            {
              "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": 874.953125,
                  "y": 17
                },
                "bottom-right": {
                  "x": 945.928125,
                  "y": 41
                },
                "height": 24,
                "width": 70.975
              },
              "position": {
                "line": 3798,
                "column": 0
              },
              "errorSnippet": "&lt;a class=\"nav-link\" href=\"#contact\"&gt;Contact&lt;/a&gt;",
              "xpath": "/html/body/header[1]/div[2]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[8]/a[1]",
              "issueID": "e34999f2265feee446d7357944a7810d",
              "signature": "4a26625765139e04487a5be67961d497",
              "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=e34999f2265feee446d7357944a7810d"
            },
            {
              "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": 15,
                  "y": 104.90625
                },
                "bottom-right": {
                  "x": 72,
                  "y": 123.90625
                },
                "height": 19,
                "width": 57
              },
              "position": {
                "line": 4398,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/#markets\"&gt;Markets&lt;/a&gt;",
              "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]",
              "issueID": "b64bb41ccceedaa44b2bb10f8981cb75",
              "signature": "4523037586c89e8befdd87775c4a4054",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=b64bb41ccceedaa44b2bb10f8981cb75"
            },
            {
              "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": 91.99375,
                  "y": 6
                },
                "bottom-right": {
                  "x": 94.99375,
                  "y": 15
                },
                "height": 9,
                "width": 3
              },
              "position": {
                "line": 8237,
                "column": 74
              },
              "errorSnippet": "&lt;sup&gt;*&lt;/sup&gt;",
              "xpath": "/html/body/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[1]/div[1]/label[1]/sup[1]",
              "issueID": "45e65eafca6a2b56addd8bfa0d1850d3",
              "signature": "7a5ee53f0e555d0a07a5cc2faa182d06",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=45e65eafca6a2b56addd8bfa0d1850d3"
            },
            {
              "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": 91.99375,
                  "y": 6
                },
                "bottom-right": {
                  "x": 94.99375,
                  "y": 15
                },
                "height": 9,
                "width": 3
              },
              "position": {
                "line": 8241,
                "column": 72
              },
              "errorSnippet": "&lt;sup&gt;*&lt;/sup&gt;",
              "xpath": "/html/body/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[1]/div[2]/label[1]/sup[1]",
              "issueID": "c45908f4ed26bdbbf964619ab5405f08",
              "signature": "431bb3e170b206e0c063c6523ab0524f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=c45908f4ed26bdbbf964619ab5405f08"
            },
            {
              "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": 54.99375,
                  "y": 92
                },
                "bottom-right": {
                  "x": 57.99375,
                  "y": 101
                },
                "height": 9,
                "width": 3
              },
              "position": {
                "line": 8252,
                "column": 64
              },
              "errorSnippet": "&lt;sup&gt;*&lt;/sup&gt;",
              "xpath": "/html/body/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[3]/label[1]/sup[1]",
              "issueID": "03ce5b2152dc7a91934b979edb9c6a14",
              "signature": "6f9159854aca924e2dca023b69e1bca4",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=03ce5b2152dc7a91934b979edb9c6a14"
            },
            {
              "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": 82.99375,
                  "y": 178
                },
                "bottom-right": {
                  "x": 85.99375,
                  "y": 187
                },
                "height": 9,
                "width": 3
              },
              "position": {
                "line": 8256,
                "column": 66
              },
              "errorSnippet": "&lt;sup&gt;*&lt;/sup&gt;",
              "xpath": "/html/body/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[4]/label[1]/sup[1]",
              "issueID": "b5264a51144903b8ee1fd0bcfc2749c4",
              "signature": "63d8b57cff184ffe9f014c1253bddb52",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=b5264a51144903b8ee1fd0bcfc2749c4"
            },
            {
              "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": 196.99375,
                  "y": 436
                },
                "bottom-right": {
                  "x": 199.99375,
                  "y": 445
                },
                "height": 9,
                "width": 3
              },
              "position": {
                "line": 8268,
                "column": 85
              },
              "errorSnippet": "&lt;sup&gt;*&lt;/sup&gt;",
              "xpath": "/html/body/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[7]/label[1]/sup[1]",
              "issueID": "68b04735c93b91b659885b81c46191dc",
              "signature": "43c9dbd93b4638bf9357ec967e30fbf8",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=68b04735c93b91b659885b81c46191dc"
            },
            {
              "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": 440.728125,
                  "y": 542
                },
                "bottom-right": {
                  "x": 443.728125,
                  "y": 551
                },
                "height": 9,
                "width": 3
              },
              "position": {
                "line": 8278,
                "column": 34
              },
              "errorSnippet": "&lt;sup&gt;*&lt;/sup&gt;",
              "xpath": "/html/body/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[8]/p[1]/sup[1]",
              "issueID": "811fb2fd4cd555a6011bb29f8352cc28",
              "signature": "b1fd76579f1ae40df1a4c717366fb65c",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=811fb2fd4cd555a6011bb29f8352cc28"
            },
            {
              "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": 5381.671875
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 5381.671875
                },
                "height": 0,
                "width": 1024
              },
              "position": {
                "line": 8382,
                "column": 15
              },
              "errorSnippet": "&lt;div data-reactroot=\"\" id=\"olark-wrapper\" class=\"\"&gt;&lt;div aria-live=\"assertive\" aria-atomic=\"true\" role=\"alert\" id=\"chat-box-announcer\" style=\"position: absolute; visibility: visible; overflow: hidden; display: block; width: 1px; height: 1px; marg",
              "xpath": "/html/body/div[2]/div[1]",
              "issueID": "633a5bf1988fa71327e50a26ce38f315",
              "signature": "a3eb9d7ef14d53824fb8446be8c0f2aa",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=633a5bf1988fa71327e50a26ce38f315"
            },
            {
              "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": 15,
                  "y": 103.05625
                },
                "bottom-right": {
                  "x": 785,
                  "y": 155.05625
                },
                "height": 52,
                "width": 770
              },
              "position": {
                "line": 164,
                "column": 19560
              },
              "errorSnippet": "&lt;p class=\"description text-center\"&gt; &lt;strong&gt; Whether you have a website, a web application, native mobile apps, PDFs or Internet of Things products, our proven process will guide you every step of the way.&lt;/strong&gt; &lt;/p&gt;",
              "xpath": "/html/body/main[1]/section[2]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]",
              "issueID": "ef9965eaebce9be32e1e248d93a01570",
              "signature": "868fc16c9728fa489b4345fbb4451ec0",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=ef9965eaebce9be32e1e248d93a01570"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 5381.671875
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 5381.671875
                },
                "height": 0,
                "width": 1024
              },
              "position": {
                "line": 8382,
                "column": 15
              },
              "errorSnippet": "&lt;div data-reactroot=\"\" id=\"olark-wrapper\" class=\"\"&gt;&lt;div aria-live=\"assertive\" aria-atomic=\"true\" role=\"alert\" id=\"chat-box-announcer\" style=\"position: absolute; visibility: visible; overflow: hidden; display: block; width: 1px; height: 1px; marg",
              "xpath": "/html/body/div[2]/div[1]",
              "issueID": "eb60325ed3191ff4adbfb9e84dd47015",
              "signature": "0ee81035a890761119f8df77ed64ba7d",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=eb60325ed3191ff4adbfb9e84dd47015"
            },
            {
              "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": 1536,
                  "y": 768
                },
                "bottom-right": {
                  "x": 2048,
                  "y": 1534
                },
                "height": 766,
                "width": 512
              },
              "position": {
                "line": 8389,
                "column": 15
              },
              "errorSnippet": "&lt;div id=\"olark-container\" class=\"olark-hidden olark-right-to-left olark-size-dr\" aria-hidden=\"true\" tabindex=\"-1\"&gt;&lt;div class=\"olark-top-bar\"&gt;&lt;div&gt;&lt;h2 class=\"olark-top-bar-text\"&gt;Reach out!&lt;/h2&gt;&lt;p&gt;We're not around but we",
              "xpath": "/html/body/div[2]/div[1]/div[2]",
              "issueID": "036c619b738687a078d0c431287550f0",
              "signature": "0b11127d3d513465dc8d92187255af43",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=036c619b738687a078d0c431287550f0"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": -10
                },
                "bottom-right": {
                  "x": 472,
                  "y": 30
                },
                "height": 40,
                "width": 472
              },
              "position": {
                "line": 8226,
                "column": 13
              },
              "errorSnippet": "&lt;p&gt;We're not around but we still want to hear from you! Leave us a note and we will get back to you ASAP!:&lt;/p&gt;",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]",
              "issueID": "b97462bd6b3a609e25840964bee6c986",
              "signature": "b9129f3efbd072d1254aab7dede0fc6a",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=b97462bd6b3a609e25840964bee6c986"
            },
            {
              "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": 0,
                  "y": -10
                },
                "bottom-right": {
                  "x": 30,
                  "y": 20
                },
                "height": 30,
                "width": 30
              },
              "position": {
                "line": 7891,
                "column": 11
              },
              "errorSnippet": "&lt;button class=\"navbar-toggler custom-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"collapse\" data-target=\"#navbarNavDropdown\" aria-controls=\"navbarNavDropdown\" aria-expanded=\"false\" aria-label=\"Toggle navigation\" style=\"\"&gt; &lt;span class",
              "xpath": "/html/body/header[1]/div[2]/div[1]/div[1]/nav[1]/button[1]",
              "issueID": "410e9f66f553a6786c7067c83e1025df",
              "signature": "c42fd01df786a5dfe972c15e05ce6ef0",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=410e9f66f553a6786c7067c83e1025df"
            },
            {
              "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": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -4,
                  "y": -6
                },
                "height": -6,
                "width": -4
              },
              "position": {
                "line": 3930,
                "column": 0
              },
              "errorSnippet": "&lt;input type=\"email\" name=\"email\" id=\"submission-email\" tabindex=\"-1\" autocomplete=\"off\"&gt;",
              "xpath": "/html/body/main[1]/section[7]/div[1]/div[1]/div[1]/div[2]/div[2]/form[1]/div[2]/input[1]",
              "issueID": "543c4f83e486110865b71b8ad8874aa7",
              "signature": "e32439ab0fdc2633ece88a41001c496f",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=543c4f83e486110865b71b8ad8874aa7"
            },
            {
              "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": 0,
                  "y": 3
                },
                "bottom-right": {
                  "x": 160,
                  "y": 53
                },
                "height": 50,
                "width": 160
              },
              "position": {
                "line": 8719,
                "column": 0
              },
              "errorSnippet": "&lt;button class=\"olark-launch-button olark-right-to-left olark-size-dr olark-text-button\" tabindex=\"0\" aria-label=\"Reach Out\" aria-controls=\"olark-container\" aria-expanded=\"false\"&gt;&lt;div class=\"olark-button-text\"&gt;&lt;svg class=\"olark-envelope-ico",
              "xpath": "/html/body/div[2]/div[1]/div[3]/div[1]/button[1]",
              "issueID": "22a2fbbf40ffc6c6e9763de75f17dd00",
              "signature": "9b97c446a39b9fdcedec21a1cc53c9c0",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=22a2fbbf40ffc6c6e9763de75f17dd00"
            },
            {
              "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": -1,
                  "y": -1
                },
                "bottom-right": {
                  "x": 132,
                  "y": 15
                },
                "height": 16,
                "width": 133
              },
              "position": {
                "line": 6491,
                "column": 0
              },
              "errorSnippet": "&lt;a role=\"button\" aria-hidden=\"true\" tabindex=\"-1\"&gt;&lt;span class=\"olark-branding-link-word\"&gt;powered &lt;/span&gt;&lt;span class=\"olark-branding-link-word\"&gt;by &lt;/span&gt;&lt;svg width=\"33\" height=\"20\" viewBox=\"0 0 33 20\" fill=\"none\"&gt;&lt;t",
              "xpath": "/html/body/div[2]/div[1]/div[2]/div[3]/a[1]",
              "issueID": "41c41999fbd60bdf0766cd08b669a819",
              "signature": "64f34461a40befe8bac3a8f8b95057f7",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=41c41999fbd60bdf0766cd08b669a819"
            },
            {
              "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": 403.984375,
                  "y": 2
                },
                "bottom-right": {
                  "x": 575.984375,
                  "y": 21
                },
                "height": 19,
                "width": 172
              },
              "position": {
                "line": 164,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.tbase.com/\" target=\"_blank\"&gt;T-Base Communications&lt;/a&gt;",
              "xpath": "/html/body/header[1]/div[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "d41dee33b4240891408182efc0da231a",
              "signature": "84b92be76591a9b0415939eade50c2c9",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d41dee33b4240891408182efc0da231a"
            },
            {
              "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": 88.984375,
                  "y": 26
                },
                "bottom-right": {
                  "x": 188.984375,
                  "y": 45
                },
                "height": 19,
                "width": 100
              },
              "position": {
                "line": 164,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://commonlook.com/\" target=\"_blank\"&gt;CommonLook&lt;/a&gt;",
              "xpath": "/html/body/header[1]/div[1]/div[1]/div[1]/div[1]/a[2]",
              "issueID": "5831d805ca730f14ceb55f01344c9938",
              "signature": "da8587d5426b60b17405e1984ac1847c",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=5831d805ca730f14ceb55f01344c9938"
            },
            {
              "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": 70,
                  "y": 129
                },
                "bottom-right": {
                  "x": 349,
                  "y": 148
                },
                "height": 19,
                "width": 279
              },
              "position": {
                "line": 3798,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.section508.gov/test/testing-overview#Automated\" target=\"_blank\"&gt;The Federal Government agrees with us&lt;/a&gt;",
              "xpath": "/html/body/main[1]/section[4]/div[1]/div[1]/div[1]/div[2]/div[2]/p[1]/a[1]",
              "issueID": "19414bda542e8be550163b0e778e4508",
              "signature": "d7f44b73c0561138d8b05dd67415e796",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=19414bda542e8be550163b0e778e4508"
            },
            {
              "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": 15,
                  "y": 32.90625
                },
                "bottom-right": {
                  "x": 60,
                  "y": 51.90625
                },
                "height": 19,
                "width": 45
              },
              "position": {
                "line": 5963,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.w3.org/WAI/intro/wcag\" target=\"_blank\"&gt;WCAG&lt;/a&gt;",
              "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[4]/ul[1]/li[1]/a[1]",
              "issueID": "bd7072e6ebf83a46392bbfa1406846e6",
              "signature": "200415f96aa289782736d2ef1a8002c7",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=bd7072e6ebf83a46392bbfa1406846e6"
            },
            {
              "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": 15,
                  "y": 56.90625
                },
                "bottom-right": {
                  "x": 110,
                  "y": 99.90625
                },
                "height": 43,
                "width": 95
              },
              "position": {
                "line": 5963,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/accessible360-blog/2018-06-11-whats-in-wcag-2-1/\" target=\"_blank\"&gt;WCAG 2.0 vs. 2.1&lt;/a&gt;",
              "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[4]/ul[1]/li[2]/a[1]",
              "issueID": "ad4a1dae740c0ae61593f4d881417b74",
              "signature": "8ad934bd058ce0dc8904bffbd57d1f85",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ad4a1dae740c0ae61593f4d881417b74"
            },
            {
              "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": 15,
                  "y": 104.90625
                },
                "bottom-right": {
                  "x": 53,
                  "y": 123.90625
                },
                "height": 19,
                "width": 38
              },
              "position": {
                "line": 5963,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.itic.org/policy/accessibility/vpat\" target=\"_blank\"&gt;VPAT&lt;/a&gt;",
              "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[4]/ul[1]/li[3]/a[1]",
              "issueID": "0a573ceaec6e9786da6d5e628bf02e9c",
              "signature": "984859931f5d3619ef5186a72da2b774",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0a573ceaec6e9786da6d5e628bf02e9c"
            },
            {
              "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": 15,
                  "y": 128.90625
                },
                "bottom-right": {
                  "x": 99,
                  "y": 171.90625
                },
                "height": 43,
                "width": 84
              },
              "position": {
                "line": 5963,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.access-board.gov/guidelines-and-standards/communications-and-it/about-the-ict-refresh\" target=\"_blank\"&gt;508 Compliance&lt;/a&gt;",
              "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[4]/ul[1]/li[4]/a[1]",
              "issueID": "9322105ea8d080fe227514bf09ad20ce",
              "signature": "dd10c4ff1a216d73863ea168ee0fbc49",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=9322105ea8d080fe227514bf09ad20ce"
            },
            {
              "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": 15,
                  "y": 176.90625
                },
                "bottom-right": {
                  "x": 117,
                  "y": 219.90625
                },
                "height": 43,
                "width": 102
              },
              "position": {
                "line": 6322,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.smashingmagazine.com/2018/09/importance-manual-accessibility-testing/\" target=\"_blank\"&gt;Live Audits vs. Scanning&lt;/a&gt;",
              "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[4]/ul[1]/li[5]/a[1]",
              "issueID": "b2f4a05e4cb6722c243381d94bde33df",
              "signature": "8b8d59256ec21e1f91966dd7af0a8cab",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b2f4a05e4cb6722c243381d94bde33df"
            },
            {
              "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": 19,
                  "y": 2
                },
                "bottom-right": {
                  "x": 55,
                  "y": 21
                },
                "height": 19,
                "width": 36
              },
              "position": {
                "line": 6322,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.facebook.com/Accessible360/\" target=\"_blank\"&gt; &lt;i class=\"fa fa-facebook\" aria-hidden=\"true\"&gt;&lt;/i&gt; &lt;span class=\"sr-only\"&gt;Facebook&lt;/span&gt; &lt;/a&gt;",
              "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/ul[1]/li[1]/a[1]",
              "issueID": "324f4e23b0de60064d834f90d5599e0a",
              "signature": "92ac28ba287b720c79f7bf8827f3ef3a",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=324f4e23b0de60064d834f90d5599e0a"
            },
            {
              "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": 75,
                  "y": 2
                },
                "bottom-right": {
                  "x": 111,
                  "y": 21
                },
                "height": 19,
                "width": 36
              },
              "position": {
                "line": 6323,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://twitter.com/accessible_360/\" target=\"_blank\"&gt; &lt;i class=\"fa fa-twitter\" aria-hidden=\"true\"&gt;&lt;/i&gt; &lt;span class=\"sr-only\"&gt;Twitter&lt;/span&gt; &lt;/a&gt;",
              "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/ul[1]/li[2]/a[1]",
              "issueID": "f8af83c43c20f08aafc0219b7672bda5",
              "signature": "55ea83ae0e4dc013aa7fb7800f03042a",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=f8af83c43c20f08aafc0219b7672bda5"
            },
            {
              "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": 131,
                  "y": 2
                },
                "bottom-right": {
                  "x": 167,
                  "y": 21
                },
                "height": 19,
                "width": 36
              },
              "position": {
                "line": 6323,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.linkedin.com/company/accessible360\" target=\"_blank\"&gt; &lt;i class=\"fa fa-linkedin\" aria-hidden=\"true\"&gt;&lt;/i&gt; &lt;span class=\"sr-only\"&gt;LinkedIn&lt;/span&gt; &lt;/a&gt;",
              "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/ul[1]/li[3]/a[1]",
              "issueID": "cb5b296e8eba85b0065ee1fe7b4e8eaf",
              "signature": "b844bf3af9a59bae018e8ab3f5c2aed5",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=cb5b296e8eba85b0065ee1fe7b4e8eaf"
            },
            {
              "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": 187,
                  "y": 2
                },
                "bottom-right": {
                  "x": 224,
                  "y": 21
                },
                "height": 19,
                "width": 37
              },
              "position": {
                "line": 6323,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.youtube.com/channel/UCojlE3672PSHnQyTLiIplqQ\" target=\"_blank\"&gt; &lt;i class=\"fa fa-youtube\" aria-hidden=\"true\"&gt;&lt;/i&gt; &lt;span class=\"sr-only\"&gt;YouTube&lt;/span&gt; &lt;/a&gt;",
              "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/ul[1]/li[4]/a[1]",
              "issueID": "8ff7294e165d673827e8fd71cd6e5747",
              "signature": "caf16688b1c0b47e744d7ccc1a0ffd1c",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=8ff7294e165d673827e8fd71cd6e5747"
            },
            {
              "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": 15,
                  "y": 37.015625
                },
                "bottom-right": {
                  "x": 215,
                  "y": 56.015625
                },
                "height": 19,
                "width": 200
              },
              "position": {
                "line": 6323,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://www.accessibilityassociation.org/certification\" target=\"_blank\"&gt; &lt;img src=\"https://d33wubrfki0l68.cloudfront.net/c3b747e9c944b54231bea6078a04ad7fd9176315/1e621/images/iaap-logo-white-on-black-800by331.png\" alt=\"IAAP logo\" class=",
              "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[2]/div[1]/a[1]",
              "issueID": "6dccca1ee6c22ca2a41af05de6c896d7",
              "signature": "140a162305c4bbaa843c514f540dc62a",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=6dccca1ee6c22ca2a41af05de6c896d7"
            },
            {
              "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": 15,
                  "y": 29.015625
                },
                "bottom-right": {
                  "x": 215,
                  "y": 48.015625
                },
                "height": 19,
                "width": 200
              },
              "position": {
                "line": 6490,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"https://www.minnesotabusiness.com/100-best-companies-work-2018\" target=\"_blank\"&gt; &lt;img src=\"https://d33wubrfki0l68.cloudfront.net/1bd85278418e5f24bbb4a4a1305902fee3eee2a5/28469/images/mn-biz-2018-best-places.jpg\" alt=\"Minnesota Business ",
              "xpath": "/html/body/footer[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[3]/div[1]/a[1]",
              "issueID": "3fb9283a4659fcd8cf42c03ef0e2e0a6",
              "signature": "6abe0df8c8c1a3f95b0dac3492645918",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=3fb9283a4659fcd8cf42c03ef0e2e0a6"
            }
          ],
          "log": []
        }
      }
    }
  ],
  "timeStamp": "42ubn",
  "startTime": "2022-07-09T14:13:15",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      51
    ],
    [
      "motion",
      14
    ],
    [
      "ibm",
      9
    ],
    [
      "alfa",
      7
    ],
    [
      "wave",
      5
    ],
    [
      "focInd",
      4
    ],
    [
      "focAll",
      2
    ],
    [
      "axe",
      1
    ],
    [
      "bulk",
      0
    ],
    [
      "embAc",
      0
    ],
    [
      "focOp",
      0
    ],
    [
      "labClash",
      0
    ],
    [
      "linkUl",
      0
    ],
    [
      "menuNav",
      0
    ],
    [
      "radioSet",
      0
    ],
    [
      "role",
      0
    ],
    [
      "styleDiff",
      0
    ],
    [
      "tabNav",
      0
    ],
    [
      "zIndex",
      0
    ],
    [
      "htmlcs",
      0
    ],
    [
      "tenon",
      0
    ]
  ],
  "logCount": 10,
  "logSize": 899,
  "errorLogCount": 8,
  "errorLogSize": 632,
  "prohibitedCount": 0,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "endTime": "2022-07-09T14:15:23",
  "elapsedSeconds": 127,
  "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,
        "focInd": 27,
        "focOp": 28,
        "hover": 2,
        "linkUl": 38,
        "role": 6,
        "styleDiff": 26,
        "zIndex": 7
      },
      "alfa": {
        "r11": 4,
        "r57": 12,
        "r65": 5,
        "r66": 81,
        "r69": 9,
        "r73": 16,
        "r83": 4,
        "r85": 12
      },
      "axe": {
        "color-contrast-enhanced": 69,
        "color-contrast": 27,
        "frame-tested": 1,
        "hidden-content": 0,
        "css-orientation-lock": 1,
        "region": 2,
        "skip-link": 2
      },
      "htmlcs": {
        "e:AA.2_4_1.G1,G123,G124.NoSuchID": 4,
        "w:AA.1_1_1.H67.2": 3,
        "w:AA.1_3_1.H48.2": 3,
        "w:AA.1_3_1.H48": 1,
        "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 2,
        "w:AA.1_4_3.G145.Abs": 1,
        "w:AA.1_4_3.G145.BgImage": 8,
        "w:AA.1_4_3.G18.Abs": 3,
        "w:AA.1_4_3.G18.Alpha": 16,
        "w:AA.1_4_3.G18.BgImage": 2
      },
      "wave": {
        "e:link_skip_broken": 4,
        "c:contrast": 18,
        "a:heading_possible": 3,
        "a:link_redundant": 1,
        "a:youtube_video": 1
      },
      "tenon": {
        "73": 4,
        "95": 40,
        "98": 4,
        "134": 21,
        "144": 16,
        "152": 12,
        "190": 4,
        "218": 56
      }
    },
    "groupDetails": {
      "groups": {
        "visibleBulk": {
          "testaro": {
            "bulk": {
              "score": 1,
              "what": "Page contains many visible elements"
            }
          }
        },
        "focusIndication": {
          "testaro": {
            "focInd": {
              "score": 27,
              "what": "Focused element displaying no or nostandard focus indicator"
            }
          },
          "alfa": {
            "r65": {
              "score": 5,
              "what": "Element in sequential focus order has no visible focus"
            }
          }
        },
        "focusableOperable": {
          "testaro": {
            "focOp": {
              "score": 21,
              "what": "Operable elements that cannot be Tab-focused and vice versa"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 1,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "linkIndication": {
          "testaro": {
            "linkUl": {
              "score": 19,
              "what": "Non-underlined adjacent links"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 5,
              "what": "Nonexistent or implicit-overriding role"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 7,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 2,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "linkNoText": {
          "alfa": {
            "r11": {
              "score": 4,
              "what": "Link has no accessible name"
            }
          }
        },
        "contentBeyondLandmarks": {
          "alfa": {
            "r57": {
              "score": 6,
              "what": "Perceivable text content is not included in any landmark"
            }
          },
          "axe": {
            "region": {
              "score": 1,
              "what": "Some page content is not contained by landmarks"
            }
          }
        },
        "contrastAAA": {
          "alfa": {
            "r66": {
              "score": 20,
              "what": "Text contrast less than AAA requires"
            }
          },
          "axe": {
            "color-contrast-enhanced": {
              "score": 17,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          },
          "tenon": {
            "95": {
              "score": 10,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "contrastAA": {
          "alfa": {
            "r69": {
              "score": 7,
              "what": "Text outside widget has subminimum contrast"
            }
          },
          "axe": {
            "color-contrast": {
              "score": 20,
              "what": "Element has insufficient color contrast"
            }
          },
          "wave": {
            "c:contrast": {
              "score": 14,
              "what": "Very low contrast"
            }
          }
        },
        "noLeading": {
          "alfa": {
            "r73": {
              "score": 12,
              "what": "Paragraph of text has insufficient line height"
            }
          }
        },
        "overflowHidden": {
          "alfa": {
            "r83": {
              "score": 4,
              "what": "Overflow is hidden or clipped if the text is enlarged"
            }
          }
        },
        "allItalics": {
          "alfa": {
            "r85": {
              "score": 3,
              "what": "Text of the paragraph is all italic"
            }
          }
        },
        "frameContentRisk": {
          "axe": {
            "frame-tested": {
              "score": 1,
              "what": "Some content is in an iframe and therefore may not be testable for accessibility"
            }
          }
        },
        "hiddenContentRisk": {
          "axe": {
            "hidden-content": {
              "score": 1,
              "what": "Some content is hidden and therefore may not be testable for accessibility"
            }
          }
        },
        "cssBansRotate": {
          "axe": {
            "css-orientation-lock": {
              "score": 1,
              "what": "CSS media query locks display orientation"
            }
          }
        },
        "skipRepeatedContent": {
          "axe": {
            "skip-link": {
              "score": 2,
              "what": "Skip-link target is not focusable or does not exist"
            }
          },
          "wave": {
            "e:link_skip_broken": {
              "score": 3,
              "what": "Skip-navigation link has no target or is not keyboard accessible"
            }
          }
        },
        "internalLinkBroken": {
          "htmlcs": {
            "e:AA.2_4_1.G1,G123,G124.NoSuchID": {
              "score": 4,
              "what": "Internal link references a nonexistent destination"
            }
          }
        },
        "decorativeImageRisk": {
          "htmlcs": {
            "w:AA.1_1_1.H67.2": {
              "score": 1,
              "what": "Image marked as decorative may be informative"
            }
          }
        },
        "pseudoOrderedListRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H48.2": {
              "score": 1,
              "what": "Ordered list may fail to be coded as such"
            }
          }
        },
        "pseudoNavListRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H48": {
              "score": 1,
              "what": "Navigation links are not coded as a list"
            }
          }
        },
        "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.G145.Abs": {
              "score": 1,
              "what": "Contrast between the absolutely positioned large text and its background may be less than 3:1"
            },
            "w:AA.1_4_3.G145.BgImage": {
              "score": 2,
              "what": "Contrast between the text and its background image may be less than 3:1"
            },
            "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.Alpha": {
              "score": 4,
              "what": "Contrast between the text and its background may be less than 4.5:1, given the transparency"
            },
            "w:AA.1_4_3.G18.BgImage": {
              "score": 1,
              "what": "Contrast between the text and its background image may be less than 4.5:1"
            }
          }
        },
        "pseudoHeadingRisk": {
          "wave": {
            "a:heading_possible": {
              "score": 1,
              "what": "Possible heading"
            }
          }
        },
        "linkPair": {
          "wave": {
            "a:link_redundant": {
              "score": 1,
              "what": "Adjacent links go to the same URL"
            }
          }
        },
        "videoCaptionRisk": {
          "wave": {
            "a:youtube_video": {
              "score": 1,
              "what": "YouTube video may have no or incorrect captions"
            }
          }
        },
        "linkVague": {
          "tenon": {
            "73": {
              "score": 3,
              "what": "Link text is too generic to communicate the purpose or destination"
            }
          }
        },
        "linkTextsSame": {
          "tenon": {
            "98": {
              "score": 2,
              "what": "Links have the same text but different destinations"
            }
          }
        },
        "fontSmall": {
          "tenon": {
            "134": {
              "score": 16,
              "what": "Text is very small"
            }
          }
        },
        "leadingClipsText": {
          "tenon": {
            "144": {
              "score": 16,
              "what": "Line height is insufficent to properly display the computed font size"
            }
          }
        },
        "targetSize": {
          "tenon": {
            "152": {
              "score": 6,
              "what": "Actionable element is smaller than the minimum required size"
            }
          }
        },
        "tabIndexMissing": {
          "tenon": {
            "190": {
              "score": 4,
              "what": "Interactive item is not natively actionable, but has no tabindex=0 attribute"
            }
          }
        },
        "linkForcesNewWindow": {
          "tenon": {
            "218": {
              "score": 42,
              "what": "Link opens in a new window without user control"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {},
    "summary": {
      "total": 394,
      "log": 35,
      "preventions": 0,
      "solos": 0,
      "groups": [
        {
          "groupName": "linkForcesNewWindow",
          "score": 44
        },
        {
          "groupName": "contrastAAA",
          "score": 33
        },
        {
          "groupName": "focusIndication",
          "score": 31
        },
        {
          "groupName": "contrastAA",
          "score": 30
        },
        {
          "groupName": "focusableOperable",
          "score": 23
        },
        {
          "groupName": "linkIndication",
          "score": 21
        },
        {
          "groupName": "fontSmall",
          "score": 18
        },
        {
          "groupName": "leadingClipsText",
          "score": 18
        },
        {
          "groupName": "noLeading",
          "score": 14
        },
        {
          "groupName": "contrastRisk",
          "score": 11
        },
        {
          "groupName": "inconsistentStyles",
          "score": 9
        },
        {
          "groupName": "contentBeyondLandmarks",
          "score": 8
        },
        {
          "groupName": "targetSize",
          "score": 8
        },
        {
          "groupName": "roleBad",
          "score": 7
        },
        {
          "groupName": "linkNoText",
          "score": 6
        },
        {
          "groupName": "overflowHidden",
          "score": 6
        },
        {
          "groupName": "skipRepeatedContent",
          "score": 6
        },
        {
          "groupName": "internalLinkBroken",
          "score": 6
        },
        {
          "groupName": "tabIndexMissing",
          "score": 6
        },
        {
          "groupName": "allItalics",
          "score": 5
        },
        {
          "groupName": "linkVague",
          "score": 5
        },
        {
          "groupName": "zIndexNotZero",
          "score": 4
        },
        {
          "groupName": "linkTextsSame",
          "score": 4
        },
        {
          "groupName": "visibleBulk",
          "score": 3
        },
        {
          "groupName": "hoverSurprise",
          "score": 3
        },
        {
          "groupName": "frameContentRisk",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "cssBansRotate",
          "score": 3
        },
        {
          "groupName": "decorativeImageRisk",
          "score": 3
        },
        {
          "groupName": "pseudoOrderedListRisk",
          "score": 3
        },
        {
          "groupName": "pseudoNavListRisk",
          "score": 3
        },
        {
          "groupName": "scrollRisk",
          "score": 3
        },
        {
          "groupName": "pseudoHeadingRisk",
          "score": 3
        },
        {
          "groupName": "linkPair",
          "score": 3
        },
        {
          "groupName": "videoCaptionRisk",
          "score": 3
        }
      ]
    }
  }
}