Accessibility test digest

Synopsis

Page: ADA Expertise Consulting

URL: https://adaexpertise.com/

Score: 318

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 ADA Expertise Consulting web page at https://adaexpertise.com/ on 2022/07/06. The procedure performed 808 tests. Of these, 16 are custom tests defined by Testaro, and the others belong to these six other packages (programs that perform collections of tests):

Testaro produced a report enumerating the test results.

Testilo processed the report and used the sp12b scoring procedure to compute partial and total scores for the page. The total score is 318 (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
total318
log51
contrastAAA66
focusableHidden30
contrastAA19
tabFocusability16
focusableOperable16
targetSize16
linkForcesNewWindow11
allCaps8
fontSizeAbsolute8
hoverSurprise7
fontSmall7
linkPair6
linkTextsSame6
leadingClipsText6
roleBad5
contrastRisk5
horizontalScrolling5
visibleBulk3
inconsistentStyles3
zIndexNotZero3
hiddenContentRisk3
linkConfusionRisk3
pseudoHeadingRisk3
pseudoOrderedListRisk3
scrollRisk3
noScriptRisk3
titleRedundant3

Issue summary

Special issues

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

Classified issues

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Discussion

Although there are widely accepted accessibility standards, there is no unanimity about how to define, test, and quantify accessibility. The failures reported in this digest merit investigation as potential opportunities for improved accessibility. Investigation may lead you to conclude that some of the reported failures do not actually harm accessibility. Conversely, some substantial accessibility faults can escape detection by any of these tests. You may question the attempt to assign an accessibility score to a web page, or you may prefer weightings and formulas different from those used by sp12b. You can modify and extend Testaro and Testilo to fit other theories and priorities.

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

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

Report

{
  "id": "3zjtz-adaexpertise",
  "host": {
    "id": "adaexpertise",
    "which": "https://adaexpertise.com/",
    "what": "ADA Expertise Consulting"
  },
  "log": [
    {
      "event": "startTime",
      "value": "2022-07-06T02:51:02"
    },
    {
      "event": "endTime",
      "value": "2022-07-06T02:52:42"
    }
  ],
  "script": {
    "id": "tp12",
    "what": "Alfa, Axe, HTML CodeSniffer, IBM, Tenon, WAVE, and 16 custom tests",
    "strict": true,
    "commands": [
      {
        "type": "launch",
        "which": "webkit",
        "what": "Webkit browser"
      },
      {
        "type": "url",
        "which": "https://adaexpertise.com/",
        "what": "ADA Expertise Consulting"
      },
      {
        "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://adaexpertise.com/",
        "what": "ADA Expertise Consulting"
      },
      {
        "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://adaexpertise.com/",
      "what": "ADA Expertise Consulting",
      "result": "https://adaexpertise.com/"
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": true,
      "what": "Tenon API version 2 test request",
      "url": "https://adaexpertise.com/"
    },
    {
      "type": "test",
      "which": "motion",
      "what": "motion",
      "delay": 2500,
      "interval": 2500,
      "count": 5,
      "url": "https://adaexpertise.com/",
      "result": {
        "bytes": [
          489838,
          489838,
          489838,
          489838,
          489838
        ],
        "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://adaexpertise.com/",
      "what": "ADA Expertise Consulting",
      "result": "https://adaexpertise.com/"
    },
    {
      "type": "test",
      "which": "bulk",
      "what": "count of visible elements",
      "url": "https://adaexpertise.com/",
      "result": {
        "visibleElements": 451
      }
    },
    {
      "type": "test",
      "which": "embAc",
      "withItems": true,
      "what": "active elements embedded in links or buttons",
      "url": "https://adaexpertise.com/",
      "result": {
        "totals": {
          "links": 0,
          "buttons": 0,
          "inputs": 0,
          "selects": 0
        },
        "items": []
      }
    },
    {
      "type": "test",
      "which": "focAll",
      "what": "focusable and Tab-focused elements",
      "url": "https://adaexpertise.com/",
      "result": {
        "tabFocusables": 23,
        "tabFocused": 32,
        "discrepancy": 9
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://adaexpertise.com/",
      "what": "URL",
      "result": "https://adaexpertise.com/"
    },
    {
      "type": "test",
      "which": "focInd",
      "revealAll": false,
      "allowedDelay": 250,
      "withItems": true,
      "what": "focus indicators",
      "url": "https://adaexpertise.com/",
      "result": {
        "totals": {
          "total": 23,
          "types": {
            "indicatorMissing": {
              "total": 0,
              "tagNames": {}
            },
            "nonOutlinePresent": {
              "total": 0,
              "tagNames": {}
            },
            "outlinePresent": {
              "total": 23,
              "meanDelay": 0,
              "tagNames": {
                "A": 23
              }
            }
          }
        },
        "items": {
          "indicatorMissing": [],
          "nonOutlinePresent": [],
          "outlinePresent": [
            {
              "tagName": "A",
              "text": "Skip to content",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Schedule a call or Zoom meeting",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "How to Change Text Size",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Home",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "About",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Services",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Clients & Accolades",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Media",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Blog",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "More Reviews",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Read More About ADA in Lodging",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact Us",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "More Reviews",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "Contact Us for More Information",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "What to Do If You Encounter A Problem Using Our Website",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "305-896-3000",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "30853 Granada AvenueBig Pine Key, FL 33043",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "email",
              "delay": 0
            },
            {
              "tagName": "A",
              "text": "SmilingWebDesign.com",
              "delay": 0
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://adaexpertise.com/",
      "what": "URL",
      "result": "https://adaexpertise.com/"
    },
    {
      "type": "test",
      "which": "focOp",
      "withItems": true,
      "what": "focusability and operability",
      "url": "https://adaexpertise.com/",
      "result": {
        "totals": {
          "total": 43,
          "types": {
            "onlyFocusable": {
              "total": 0,
              "tagNames": {}
            },
            "onlyOperable": {
              "total": 9,
              "tagNames": {
                "SPAN": 2,
                "A": 7
              }
            },
            "focusableAndOperable": {
              "total": 34,
              "tagNames": {
                "A": 33,
                "DIV": 1
              }
            }
          }
        },
        "items": {
          "onlyFocusable": [],
          "onlyOperable": [
            {
              "tagName": "SPAN",
              "id": "",
              "text": "<span class=\"uabb-menu-toggle\" style=\"cursor: default;\"></span>",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "SPAN",
              "id": "",
              "text": "<span class=\"uabb-menu-toggle\" style=\"cursor: default;\"></span>",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://adaexpertise.com/clients-accolades/\" target=\"_self\" tabindex=\"-",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://adaexpertise.com/ada-in-lodging/\" target=\"_self\" tabindex=\"-1\" ",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://adaexpertise.com/clients-accolades/\" target=\"_self\" tabindex=\"-",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://adaexpertise.com/contact-us/\" target=\"_self\" tabindex=\"-1\" aria",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"tel:305-896-3000\" target=\"_self\" tabindex=\"-1\" aria-hidden=\"true\" aria-",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"https://goo.gl/maps/kCryChEjJosUTjX96\" target=\"_blank\" tabindex=\"-1\" ar",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"javascript:;\" data-enc-email=\"zqhova[at]NQNrkcregvfr.pbz\" target=\"_self",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            }
          ],
          "focusableAndOperable": [
            {
              "tagName": "A",
              "id": "",
              "text": "Skip to content",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Schedule a call or Zoom meeting",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "How to Change Text Size",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "<a href=\"/\" target=\"_self\" itemprop=\"url\" style=\"cursor: default;\"> <img loading",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "DIV",
              "id": "",
              "text": "<div class=\"uabb-creative-menu-mobile-toggle hamburger\" tabindex=\"0\" style=\"curs",
              "byTag": false,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Home",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "About",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Services",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "ADA Lawsuit Assistance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Overcoming Myths About the ADA",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "ADA in Lodging",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Expertise In Web Accessibility",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Website Accessibility Assistance",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Performing Arts and Museums",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Health Care Providers",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Restaurants,Hotels, and Service Dogs",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Clients & Accolades",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Media",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Blog",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "More Reviews",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Read More About ADA in Lodging",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "More Reviews",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "Contact Us for More Information",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "What to Do If You Encounter A Problem Using Our Website",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "305-896-3000",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "30853 Granada AvenueBig Pine Key, FL 33043",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "email",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "SmilingWebDesign.com",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "",
              "text": "ADA Expertise Consulting LLC - Marc Dubin, Esq.",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            },
            {
              "tagName": "A",
              "id": "fl-to-top",
              "text": "Scroll To Top",
              "byTag": true,
              "byOnClick": false,
              "byPointer": true
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://adaexpertise.com/",
      "what": "URL",
      "result": "https://adaexpertise.com/"
    },
    {
      "type": "test",
      "which": "hover",
      "headSize": 20,
      "headSampleSize": 20,
      "tailSampleSize": 15,
      "withItems": true,
      "what": "hover-caused content changes",
      "url": "https://adaexpertise.com/",
      "result": {
        "totals": {
          "triggers": 58,
          "headTriggers": 20,
          "tailTriggers": 38,
          "impactTriggers": 2,
          "additions": 48,
          "removals": 0,
          "opacityChanges": 0,
          "opacityImpact": 0,
          "unhoverables": 1
        },
        "items": {
          "head": {
            "impactTriggers": [
              {
                "tagName": "LI",
                "text": "ServicesADALawsuitAssistanceOvercomingMythsAboutth",
                "additions": 24,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              },
              {
                "tagName": "A",
                "text": "Services",
                "additions": 24,
                "removals": 0,
                "opacityChanges": 0,
                "opacityImpact": 0
              }
            ],
            "unhoverables": [
              {
                "tagName": "A",
                "id": "",
                "text": "Skiptocontent"
              }
            ]
          },
          "tail": {
            "impactTriggers": [],
            "unhoverables": []
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://adaexpertise.com/",
      "what": "URL",
      "result": "https://adaexpertise.com/"
    },
    {
      "type": "test",
      "which": "labClash",
      "withItems": true,
      "what": "labeling inconsistencies",
      "url": "https://adaexpertise.com/",
      "result": {
        "totals": {
          "mislabeled": 0,
          "unlabeled": 0,
          "wellLabeled": 0
        },
        "items": {
          "mislabeled": [],
          "unlabeled": [],
          "wellLabeled": []
        }
      }
    },
    {
      "type": "test",
      "which": "linkUl",
      "withItems": true,
      "what": "adjacent-link underlining",
      "url": "https://adaexpertise.com/",
      "result": {
        "totals": {
          "links": 40,
          "adjacent": {
            "total": 40,
            "underlined": 40,
            "underlinedPercent": 100
          }
        },
        "items": {
          "underlined": [
            "Skip to content",
            "Schedule a call or Zoom meeting",
            "How to Change Text Size",
            "",
            "Home",
            "About",
            "Services",
            "ADA Lawsuit Assistance",
            "Overcoming Myths About the ADA",
            "ADA in Lodging",
            "Expertise In Web Accessibility",
            "Website Accessibility Assistance",
            "Performing Arts and Museums",
            "Health Care Providers",
            "Restaurants,Hotels, and Service Dogs",
            "Clients & Accolades",
            "Media",
            "Blog",
            "Contact Us",
            "Contact us",
            "",
            "More Reviews",
            "Contact Us",
            "",
            "Read More About ADA in Lodging",
            "Contact Us",
            "",
            "More Reviews",
            "",
            "Contact Us for More Information",
            "What to Do If You Encounter A Problem Using Our Website",
            "",
            "305-896-3000",
            "",
            "30853 Granada AvenueBig Pine Key, FL 33043",
            "",
            "email",
            "SmilingWebDesign.com",
            "ADA Expertise Consulting LLC - Marc Dubin, Esq.",
            "Scroll To Top"
          ],
          "notUnderlined": []
        }
      }
    },
    {
      "type": "test",
      "which": "menuNav",
      "withItems": true,
      "what": "keyboard navigation between focusable menu items",
      "url": "https://adaexpertise.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://adaexpertise.com/",
      "what": "URL",
      "result": "https://adaexpertise.com/"
    },
    {
      "type": "test",
      "which": "radioSet",
      "withItems": true,
      "what": "fieldset grouping of radio buttons",
      "url": "https://adaexpertise.com/",
      "result": {
        "totals": {
          "total": 0,
          "inSet": 0,
          "percent": "N.A."
        },
        "items": {
          "inSet": [],
          "notInSet": []
        }
      }
    },
    {
      "type": "test",
      "which": "role",
      "what": "roles",
      "url": "https://adaexpertise.com/",
      "result": {
        "roleElements": 10,
        "badRoleElements": 2,
        "redundantRoleElements": 0,
        "tagNames": {
          "HEADER": {
            "banner": {
              "bad": 1,
              "redundant": 0
            }
          },
          "DIV": {
            "main": {
              "bad": 1,
              "redundant": 0
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "styleDiff",
      "withItems": true,
      "what": "style inconsistencies",
      "url": "https://adaexpertise.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": {
          "adjacentLink": {
            "total": 40,
            "subtotals": [
              38,
              2
            ]
          },
          "h1": {
            "total": 1
          },
          "h2": {
            "total": 6
          },
          "h3": {
            "total": 4
          },
          "h4": {
            "total": 2
          }
        },
        "items": {
          "adjacentLink": {
            "fontWeight": {
              "400": [
                "Skip to content",
                "Schedule a call or Zoom meeting",
                "How to Change Text Size",
                "",
                "Home",
                "About",
                "Services",
                "ADA Lawsuit Assistance",
                "Overcoming Myths About the ADA",
                "ADA in Lodging",
                "Expertise In Web Accessibility",
                "Website Accessibility Assistance",
                "Performing Arts and Museums",
                "Health Care Providers",
                "Restaurants,Hotels, and Service Dogs",
                "Clients & Accolades",
                "Media",
                "Blog",
                "Contact Us",
                "",
                "More Reviews",
                "Contact Us",
                "",
                "Read More About ADA in Lodging",
                "Contact Us",
                "",
                "More Reviews",
                "",
                "Contact Us for More Information",
                "",
                "305-896-3000",
                "",
                "30853 Granada AvenueBig Pine Key, FL 33043",
                "",
                "email",
                "SmilingWebDesign.com",
                "ADA Expertise Consulting LLC - Marc Dubin, Esq.",
                "Scroll To Top"
              ],
              "700": [
                "Contact us",
                "What to Do If You Encounter A Problem Using Our Website"
              ]
            }
          }
        }
      }
    },
    {
      "type": "test",
      "which": "tabNav",
      "withItems": true,
      "what": "keyboard navigation between tab elements",
      "url": "https://adaexpertise.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://adaexpertise.com/",
      "result": {
        "totals": {
          "total": 5,
          "tagNames": {
            "DIV": 2,
            "UL": 2,
            "A": 1
          }
        },
        "items": [
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "ADA Lawsuit Assistance Overcoming Myths About the ADA ADA in Lodging Expertise In Web Accessibility "
          },
          {
            "tagName": "UL",
            "id": "",
            "text": "Website Accessibility Assistance"
          },
          {
            "tagName": "DIV",
            "id": "",
            "text": ""
          },
          {
            "tagName": "A",
            "id": "fl-to-top",
            "text": "Scroll To Top"
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "alfa",
      "what": "alfa",
      "url": "https://adaexpertise.com/",
      "result": {
        "totals": {
          "failures": 52,
          "warnings": 2
        },
        "items": [
          {
            "index": 524,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]",
              "codeLines": [
                "Providing Legal Guidance, Training, and Expert Witness Testimony"
              ]
            }
          },
          {
            "index": 532,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "ADA Expertise Consulting, LLC provides nationwide consulting services and expert testimony in feder..."
              ]
            }
          },
          {
            "index": 533,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/p[3]/text()[1]",
              "codeLines": [
                "Call us at 305-896-3000 to discuss how we can be of help to you. To schedule a call or a Zoom meeti..."
              ]
            }
          },
          {
            "index": 537,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "provides nationwide consulting services and expert testimony in federal court, designed to enhance ..."
              ]
            }
          },
          {
            "index": 539,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[2]/text()[1]",
              "codeLines": [
                "who was responsible for nationwide enforcement of the law on behalf of the United States, as a Seni..."
              ]
            }
          },
          {
            "index": 540,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[3]/text()[1]",
              "codeLines": [
                "We rely as well as on our collaborative relationships with a nationwide network of experts in the A..."
              ]
            }
          },
          {
            "index": 541,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[4]/text()[1]",
              "codeLines": [
                "We collaborate with experts in architecture, web accessibility, information technology, WCAG, and o..."
              ]
            }
          },
          {
            "index": 542,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[5]/text()[1]",
              "codeLines": [
                "Our goal is to help you to identify ways to enhance your services to people with disabilities and h..."
              ]
            }
          },
          {
            "index": 543,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[6]/text()[1]",
              "codeLines": [
                "We offer a comprehensive review of your ADA responsibilities, training, consultation services, and ..."
              ]
            }
          },
          {
            "index": 544,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[7]/text()[1]",
              "codeLines": [
                "We serve clients nationwide, addressing all aspects of the ADA, Section 504, and the Fair Housing A..."
              ]
            }
          },
          {
            "index": 545,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[8]/text()[1]",
              "codeLines": [
                "We also assist victims of crime with disabilities, and those serving victims of crime, including la..."
              ]
            }
          },
          {
            "index": 553,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[6]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Places of lodging are frequent target of ADA lawsuits. The ADA requires certain information about t..."
              ]
            }
          },
          {
            "index": 554,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[6]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/p[2]/text()[1]",
              "codeLines": [
                "Lawsuits about inaccessible websites are also rampant across the country. Contact us to see how we ..."
              ]
            }
          },
          {
            "index": 555,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[6]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/p[3]/text()[1]",
              "codeLines": [
                "We can help, both before you are sued and after. Marc serves as an ADA consultant to businesses, an..."
              ]
            }
          },
          {
            "index": 556,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[6]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/p[3]/text()[2]",
              "codeLines": [
                "for further information."
              ]
            }
          },
          {
            "index": 559,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "In collaboration with other ADA experts, we provide a wide range of specialized consulting services..."
              ]
            }
          },
          {
            "index": 560,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/text()[1]",
              "codeLines": [
                "Nationwide consulting and provision of expert testimony."
              ]
            }
          },
          {
            "index": 561,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/text()[1]",
              "codeLines": [
                "Your One Stop Shop For ADA Compliance."
              ]
            }
          },
          {
            "index": 562,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/text()[1]",
              "codeLines": [
                "In-depth assessments of architectural plans, websites, policies, and litigation risk."
              ]
            }
          },
          {
            "index": 563,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/text()[1]",
              "codeLines": [
                "Self-Evaluation Plans and Transition Plans - development, assessment, and updates."
              ]
            }
          },
          {
            "index": 564,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/text()[1]",
              "codeLines": [
                "Assistance with Issues affecting crime victims with disabilities."
              ]
            }
          },
          {
            "index": 565,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/text()[1]",
              "codeLines": [
                "Web accessibility testing and enhancements - don't risk liability- let us help you. We know the fed..."
              ]
            }
          },
          {
            "index": 566,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/text()[1]",
              "codeLines": [
                "Comprehensive trainings, workshops, and confidential assessments of your services to the disability..."
              ]
            }
          },
          {
            "index": 567,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/text()[1]",
              "codeLines": [
                "Decades of experience and a commitment to providing quality services."
              ]
            }
          },
          {
            "index": 568,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/p[2]/text()[1]",
              "codeLines": [
                "for further information."
              ]
            }
          },
          {
            "index": 574,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "We provide nationwide consulting services and expert ADA testimony in federal court to:"
              ]
            }
          },
          {
            "index": 575,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/text()[1]",
              "codeLines": [
                "Businesses, of any size, wanting to reduce the risk of ADA litigation"
              ]
            }
          },
          {
            "index": 576,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/text()[1]",
              "codeLines": [
                "Businesses which have been sued for ADA violations, and businesses which want to avoid being sued."
              ]
            }
          },
          {
            "index": 577,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/text()[1]",
              "codeLines": [
                "Crime victims with disabilities, law enforcement, and victim service agencies, seeking to enhance s..."
              ]
            }
          },
          {
            "index": 578,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/text()[1]",
              "codeLines": [
                "Hotels and Other Places of Lodging"
              ]
            }
          },
          {
            "index": 579,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/text()[1]",
              "codeLines": [
                "Restaurants"
              ]
            }
          },
          {
            "index": 580,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/text()[1]",
              "codeLines": [
                "Website owners who want to comply with WCAG."
              ]
            }
          },
          {
            "index": 581,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/text()[1]",
              "codeLines": [
                "Building code officials, architects, and lawyers"
              ]
            }
          },
          {
            "index": 582,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/text()[1]",
              "codeLines": [
                "Local, state, and federal agencies"
              ]
            }
          },
          {
            "index": 583,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[9]/text()[1]",
              "codeLines": [
                "Colleges and Universities"
              ]
            }
          },
          {
            "index": 584,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[10]/text()[1]",
              "codeLines": [
                "Stadiums"
              ]
            }
          },
          {
            "index": 585,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[11]/text()[1]",
              "codeLines": [
                "Hospitals (public and private)"
              ]
            }
          },
          {
            "index": 586,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "Let us help you. Marc brings a wealth of experience and knowledge to bear, and our affiliated exper..."
              ]
            }
          },
          {
            "index": 587,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/text()[1]",
              "codeLines": [
                "Doctors, dentists, pharmacists, Urgent Care Centers"
              ]
            }
          },
          {
            "index": 588,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/text()[1]",
              "codeLines": [
                "Nonprofit organizations"
              ]
            }
          },
          {
            "index": 589,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/text()[1]",
              "codeLines": [
                "Performing arts centers"
              ]
            }
          },
          {
            "index": 590,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/text()[1]",
              "codeLines": [
                "Law enforcement agencies, including jails and prisons"
              ]
            }
          },
          {
            "index": 591,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/text()[1]",
              "codeLines": [
                "Homeless shelter programs"
              ]
            }
          },
          {
            "index": 592,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/text()[1]",
              "codeLines": [
                "Domestic violence programs and rape treatment centers"
              ]
            }
          },
          {
            "index": 593,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/text()[1]",
              "codeLines": [
                "Transportation providers"
              ]
            }
          },
          {
            "index": 594,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/text()[1]",
              "codeLines": [
                "Housing providers, including homeowner associations"
              ]
            }
          },
          {
            "index": 595,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[9]/text()[1]",
              "codeLines": [
                "... and many others."
              ]
            }
          },
          {
            "index": 596,
            "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]/div[1]/footer[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]",
              "codeLines": [
                "We recognize that for users with disabilities, some material on our site may pose challenges. We ha..."
              ]
            }
          },
          {
            "index": 598,
            "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]/div[1]/footer[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/p[2]/text()[1]",
              "codeLines": [
                "I reside in the Keys, and will not assist plaintiffs bringing lawsuits in the Keys. I will assist K..."
              ]
            }
          },
          {
            "index": 618,
            "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/span[1]/text()[1]",
              "codeLines": [
                "Providing Legal Guidance, Training, and Expert Witness Testimony"
              ]
            }
          },
          {
            "index": 743,
            "verdict": "failed",
            "rule": {
              "ruleID": "r72",
              "ruleSummary": "Paragraphs of text are not all uppercase",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r72",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p style=\"text-align: right;\">",
                "  <a href=\"/customize/\">",
                "    <span style=\"font-size: 10px;\">",
                "      <span style=\"font-size: 14px;\">",
                "        How to Change Text Size",
                "      </span>",
                "    </span>",
                "  </a>",
                "</p>"
              ]
            }
          },
          {
            "index": 825,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]",
              "codeLines": [
                "<p class=\"uabb-testimonial-author-name testimonial-author-name5eff95a47e285\">",
                "  Bill Hecker, AIA",
                "</p>"
              ]
            }
          },
          {
            "index": 827,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "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]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]",
              "codeLines": [
                "<p class=\"uabb-testimonial-author-name testimonial-author-name5eff94ff46207\">",
                "  Betty Siegel, Director of Accessibility",
                "</p>"
              ]
            }
          },
          {
            "index": 828,
            "verdict": "failed",
            "rule": {
              "ruleID": "r74",
              "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r74",
              "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]/div[1]/footer[1]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p style=\"text-align: center;\">",
                "  Disclaimer: ADA Expertise Consulting, LLC does not represent individuals as an attorney – I am a ...",
                "  <br>",
                "  © 2022 ADA Expertise Consulting LLC - Marc Dubin, Esq.. All Rights Reserved. Website by",
                "  <a href=\"https://SmilingWebDesign.com\" target=\"_blank\" rel=\"noopener\">",
                "    SmilingWebDesign.com",
                "  </a>",
                "</p>"
              ]
            }
          }
        ]
      }
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "rules": [],
      "what": "Axe",
      "url": "https://adaexpertise.com/",
      "result": {
        "totals": {
          "rulesNA": 52,
          "rulesPassed": 44,
          "rulesWarned": 4,
          "rulesViolated": 1,
          "warnings": {
            "minor": 6,
            "moderate": 0,
            "serious": 44,
            "critical": 0
          },
          "violations": {
            "minor": 0,
            "moderate": 0,
            "serious": 47,
            "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-06T02:52:25.400Z",
          "url": "https://adaexpertise.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": "#005b16",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-row-bg-photo > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://calendly.com/adaexpertise\">Schedule a call or Zoom meeting</a>",
                  "target": [
                    "p > span > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005b16",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-row-bg-photo > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-size: 14px;\">How to Change Text Size</span>",
                  "target": [
                    "a[href$=\"customize/\"] > span > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005b16",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-row-bg-photo > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-item-text\">Home</span>",
                  "target": [
                    "a[href$=\"adaexpertise.com/\"] > .menu-item-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005b16",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-row-bg-photo > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-item-text\">About</span>",
                  "target": [
                    "#menu-item-564 > a > .menu-item-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005b16",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-row-bg-photo > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-item-text\">Services<span class=\"uabb-menu-toggle\"></span></span>",
                  "target": [
                    "#menu-item-426 > .uabb-has-submenu-container > a > .menu-item-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005b16",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-row-bg-photo > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-item-text\">Clients &amp; Accolades</span>",
                  "target": [
                    "#menu-item-514 > a > .menu-item-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005b16",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-row-bg-photo > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-item-text\">Media</span>",
                  "target": [
                    "#menu-item-513 > a > .menu-item-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005b16",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-row-bg-photo > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-item-text\">Blog</span>",
                  "target": [
                    "a[href$=\"blog/\"] > .menu-item-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#005b16",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-row-bg-photo > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-item-text\">Contact Us</span>",
                  "target": [
                    "#menu-item-600 > a > .menu-item-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "27.8pt (37px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5f1085a45b2d9 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"uabb-heading-text\">Providing Legal Guidance, Training, and Expert Witness Testimony</span>",
                  "target": [
                    "h1 > .uabb-heading-text"
                  ],
                  "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": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5f1085a45b2d9 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Founder <strong>Marc Dubin</strong>, Esq., is a former Justice Department attorney who was responsible for nationwide enforcement of the ADA and Section 504 for over a decade on behalf of the United States.</p>",
                  "target": [
                    ".uabb-subheading > p: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": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5f1085a45b2d9 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong>Marc Dubin</strong>",
                  "target": [
                    ".uabb-subheading > p:nth-child(1) > strong"
                  ],
                  "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": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5f1085a45b2d9 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    ".uabb-subheading > p:nth-child(2)"
                  ],
                  "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": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5f1085a45b2d9 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span id=\"eeb-744274-507928\">mdubin@ADAexpertise.com</span>",
                  "target": [
                    "#eeb-744274-507928"
                  ],
                  "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": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5d1fc85ac0b71 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"fl-heading-text\">Get In Touch!</span>",
                  "target": [
                    ".fl-node-5d1fc85ac0ecd > .fl-module-content.fl-node-content > h4 > .fl-heading-text"
                  ],
                  "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": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5d1fc85ac0b71 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span data-block=\"true\" data-editor=\"2vbjb\" data-offset-key=\"e1rmu-0-0\">305-896-3000</span>",
                  "target": [
                    ".fl-icon-text-link.fl-icon-text-wrap[href=\"tel:305-896-3000\"] > p > span[data-editor=\"2vbjb\"][data-block=\"true\"][data-offset-key=\"e1rmu-0-0\"]"
                  ],
                  "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": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5d1fc85ac0b71 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span data-block=\"true\" data-editor=\"2vbjb\" data-offset-key=\"e1rmu-0-0\">30853 Granada Avenue<br>Big Pine Key, FL 33043 </span>",
                  "target": [
                    ".fl-icon-text-link[target=\"_blank\"][rel=\"noopener\"] > p > span[data-editor=\"2vbjb\"][data-block=\"true\"][data-offset-key=\"e1rmu-0-0\"]"
                  ],
                  "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": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5d1fc85ac0b71 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>email</p>",
                  "target": [
                    ".mail-link[href=\"javascript:;\"][data-enc-email=\"zqhova[at]NQNrkcregvfr.pbz\"] > p"
                  ],
                  "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": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5d1fc85ac0b71 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Skype: Marc.Dubin</p>",
                  "target": [
                    "#fl-icon-text-5efe8486e592b > p"
                  ],
                  "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": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5d1fc85ac0b71 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"fl-heading-text\">About</span>",
                  "target": [
                    ".fl-node-5d1fc85ac0e97 > .fl-module-content.fl-node-content > h4 > .fl-heading-text"
                  ],
                  "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": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5d1fc85ac0b71 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    ".fl-node-5d1fc85ac0c81 > .fl-module-content.fl-node-content > .fl-rich-text > p: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": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5d1fc85ac0b71 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span data-block=\"true\" data-editor=\"d6l9b\" data-offset-key=\"e1rmu-0-0\">Founder and CEO: Marc Dubin, Esq. - Offering </span>",
                  "target": [
                    "p:nth-child(1) > span[data-editor=\"d6l9b\"][data-block=\"true\"][data-offset-key=\"e1rmu-0-0\"]"
                  ],
                  "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": "#005b16",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-row-bg-photo > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<a href=\"https://calendly.com/adaexpertise\">Schedule a call or Zoom meeting</a>",
                  "target": [
                    "p > span > a"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#005b16",
                        "contrastRatio": 0,
                        "fontSize": "10.5pt (14px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-row-bg-photo > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span style=\"font-size: 14px;\">How to Change Text Size</span>",
                  "target": [
                    "a[href$=\"customize/\"] > span > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#005b16",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-row-bg-photo > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-item-text\">Home</span>",
                  "target": [
                    "a[href$=\"adaexpertise.com/\"] > .menu-item-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#005b16",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-row-bg-photo > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-item-text\">About</span>",
                  "target": [
                    "#menu-item-564 > a > .menu-item-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#005b16",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-row-bg-photo > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-item-text\">Services<span class=\"uabb-menu-toggle\"></span></span>",
                  "target": [
                    "#menu-item-426 > .uabb-has-submenu-container > a > .menu-item-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#005b16",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-row-bg-photo > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-item-text\">Clients &amp; Accolades</span>",
                  "target": [
                    "#menu-item-514 > a > .menu-item-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#005b16",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-row-bg-photo > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-item-text\">Media</span>",
                  "target": [
                    "#menu-item-513 > a > .menu-item-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#005b16",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-row-bg-photo > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-item-text\">Blog</span>",
                  "target": [
                    "a[href$=\"blog/\"] > .menu-item-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#005b16",
                        "contrastRatio": 0,
                        "fontSize": "12.0pt (16px)",
                        "fontWeight": "normal",
                        "messageKey": "bgImage",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-row-bg-photo > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background image"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"menu-item-text\">Contact Us</span>",
                  "target": [
                    "#menu-item-600 > a > .menu-item-text"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background image"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "contrastRatio": 0,
                        "fontSize": "27.8pt (37px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5f1085a45b2d9 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"uabb-heading-text\">Providing Legal Guidance, Training, and Expert Witness Testimony</span>",
                  "target": [
                    "h1 > .uabb-heading-text"
                  ],
                  "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": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5f1085a45b2d9 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Founder <strong>Marc Dubin</strong>, Esq., is a former Justice Department attorney who was responsible for nationwide enforcement of the ADA and Section 504 for over a decade on behalf of the United States.</p>",
                  "target": [
                    ".uabb-subheading > p: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": "18.0pt (24px)",
                        "fontWeight": "bold",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5f1085a45b2d9 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<strong>Marc Dubin</strong>",
                  "target": [
                    ".uabb-subheading > p:nth-child(1) > strong"
                  ],
                  "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": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5f1085a45b2d9 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    ".uabb-subheading > p:nth-child(2)"
                  ],
                  "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": "18.0pt (24px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5f1085a45b2d9 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span id=\"eeb-744274-507928\">mdubin@ADAexpertise.com</span>",
                  "target": [
                    "#eeb-744274-507928"
                  ],
                  "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": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5d1fc85ac0b71 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"fl-heading-text\">Get In Touch!</span>",
                  "target": [
                    ".fl-node-5d1fc85ac0ecd > .fl-module-content.fl-node-content > h4 > .fl-heading-text"
                  ],
                  "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": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5d1fc85ac0b71 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span data-block=\"true\" data-editor=\"2vbjb\" data-offset-key=\"e1rmu-0-0\">305-896-3000</span>",
                  "target": [
                    ".fl-icon-text-link.fl-icon-text-wrap[href=\"tel:305-896-3000\"] > p > span[data-editor=\"2vbjb\"][data-block=\"true\"][data-offset-key=\"e1rmu-0-0\"]"
                  ],
                  "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": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5d1fc85ac0b71 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span data-block=\"true\" data-editor=\"2vbjb\" data-offset-key=\"e1rmu-0-0\">30853 Granada Avenue<br>Big Pine Key, FL 33043 </span>",
                  "target": [
                    ".fl-icon-text-link[target=\"_blank\"][rel=\"noopener\"] > p > span[data-editor=\"2vbjb\"][data-block=\"true\"][data-offset-key=\"e1rmu-0-0\"]"
                  ],
                  "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": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5d1fc85ac0b71 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>email</p>",
                  "target": [
                    ".mail-link[href=\"javascript:;\"][data-enc-email=\"zqhova[at]NQNrkcregvfr.pbz\"] > p"
                  ],
                  "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": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5d1fc85ac0b71 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Skype: Marc.Dubin</p>",
                  "target": [
                    "#fl-icon-text-5efe8486e592b > p"
                  ],
                  "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": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5d1fc85ac0b71 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span class=\"fl-heading-text\">About</span>",
                  "target": [
                    ".fl-node-5d1fc85ac0e97 > .fl-module-content.fl-node-content > h4 > .fl-heading-text"
                  ],
                  "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": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5d1fc85ac0b71 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    ".fl-node-5d1fc85ac0c81 > .fl-module-content.fl-node-content > .fl-rich-text > p: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": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": "bgGradient",
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5d1fc85ac0b71 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element's background color could not be determined due to a background gradient"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span data-block=\"true\" data-editor=\"d6l9b\" data-offset-key=\"e1rmu-0-0\">Founder and CEO: Marc Dubin, Esq. - Offering </span>",
                  "target": [
                    "p:nth-child(1) > span[data-editor=\"d6l9b\"][data-block=\"true\"][data-offset-key=\"e1rmu-0-0\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element's background color could not be determined due to a background gradient"
                }
              ]
            },
            {
              "id": "hidden-content",
              "impact": "minor",
              "tags": [
                "cat.structure",
                "experimental",
                "review-item",
                "best-practice"
              ],
              "description": "Informs users about hidden content.",
              "help": "Hidden content on the page should be analyzed",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/hidden-content?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div class=\"uabb-creative-menu-mobile-toggle hamburger\" tabindex=\"0\">",
                  "target": [
                    ".uabb-creative-menu-mobile-toggle"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul class=\"sub-menu\">",
                  "target": [
                    "#menu-item-426 > .sub-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": "<ul class=\"sub-menu\">\n\t\t<li id=\"menu-item-540\" class=\"menu-item menu-item-type-post_type menu-item-object-page uabb-creative-menu uabb-cm-style\"><a href=\"https://adaexpertise.com/website-accessibility-assistance/\"><span class=\"menu-item-text\">Website Accessibility Assistance</span></a></li>\n\t</ul>",
                  "target": [
                    "#menu-item-541 > .sub-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": "<a rel=\"nofollow\" style=\"display:none\" href=\"https://adaexpertise.com/?blackhole=2ee5b65452\" title=\"Do NOT follow this link or you will be banned from the site!\">ADA Expertise Consulting LLC - Marc Dubin, Esq.</a>",
                  "target": [
                    "a[rel=\"nofollow\"]"
                  ],
                  "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": "<a href=\"#\" id=\"fl-to-top\"><span class=\"sr-only\">Scroll To Top</span><i class=\"fas fa-chevron-up\" aria-hidden=\"true\"></i></a>",
                  "target": [
                    "#fl-to-top"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                }
              ]
            },
            {
              "id": "identical-links-same-purpose",
              "impact": "minor",
              "tags": [
                "cat.semantics",
                "wcag2aaa",
                "wcag249"
              ],
              "description": "Ensure that links with the same accessible name serve a similar purpose",
              "help": "Links with the same name must have a similar purpose",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/identical-links-same-purpose?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "identical-links-same-purpose",
                      "data": {
                        "name": "contact us",
                        "urlProps": {
                          "protocol": "http:",
                          "hostname": "adaexpertise.com",
                          "port": "",
                          "pathname": "/contact-us/",
                          "search": {},
                          "hash": "",
                          "filename": ""
                        }
                      },
                      "relatedNodes": [
                        {
                          "html": "<a href=\"https://adaexpertise.com/contact-us/\">Contact us</a>",
                          "target": [
                            "p:nth-child(9) > strong > a"
                          ]
                        },
                        {
                          "html": "<a href=\"/Contact-Us/\">Contact Us</a>",
                          "target": [
                            ".fl-node-5eff6116147fe > .fl-module-content.fl-node-content > .fl-rich-text > p:nth-child(3) > a[href$=\"Contact-Us/\"]"
                          ]
                        },
                        {
                          "html": "<a href=\"/Contact-Us/\">Contact Us</a>",
                          "target": [
                            ".fl-node-5eff927f82ca4 > .fl-module-content.fl-node-content > .fl-rich-text > p:nth-child(3) > a[href$=\"Contact-Us/\"]"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Check that links have the same purpose, or are intentionally ambiguous."
                    }
                  ],
                  "none": [],
                  "impact": "minor",
                  "html": "<a href=\"https://adaexpertise.com/contact-us/\"><span class=\"menu-item-text\">Contact Us</span></a>",
                  "target": [
                    "#menu-item-600 > a"
                  ],
                  "failureSummary": "Fix all of the following:\n  Check that links have the same purpose, or are intentionally ambiguous."
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds",
              "help": "Elements must have sufficient color contrast",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5eff5f5627635 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    ".fl-node-5eff5e4699dfc > .fl-module-content.fl-node-content > .fl-rich-text > p:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5eff5f5627635 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Call us at 305-896-3000 to discuss how we can be of help to you. To schedule a call or a Zoom meeting, simply click on the Calendly link above.</p>",
                  "target": [
                    ".fl-node-5eff5e4699dfc > .fl-module-content.fl-node-content > .fl-rich-text > p:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    ".fl-node-5eff5efbb5757 > .fl-module-content.fl-node-content > .fl-rich-text > p:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    ".fl-node-5eff5efbb5757 > .fl-module-content.fl-node-content > .fl-rich-text > p:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>We rely as well as on our collaborative relationships with a nationwide network of experts in the ADA and other federal civil rights laws prohibiting discrimination on the basis of disability.</p>",
                  "target": [
                    ".fl-node-5eff5efbb5757 > .fl-module-content.fl-node-content > .fl-rich-text > p:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>We collaborate with experts in architecture, web accessibility, information technology, WCAG, and other areas of the ADA, as well as Section 504 and the Fair Housing Act.</p>",
                  "target": [
                    "p:nth-child(4)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Our goal is to help you to identify ways to enhance your services to people with disabilities and help you avoid lawsuits and federal investigations.</p>",
                  "target": [
                    "p:nth-child(5)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>We offer a comprehensive review of your ADA responsibilities, training, consultation services, and offer expert testimony in federal court, nationwide. And, if you are sued, we work with your attorney to resolve the matter as expeditiously as possible.</p>",
                  "target": [
                    "p:nth-child(6)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>We serve clients nationwide, addressing all aspects of the ADA, Section 504, and the Fair Housing Act.</p>",
                  "target": [
                    "p:nth-child(7)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>We also assist victims of crime with disabilities, and those serving victims of crime, including law enforcement agencies, victim service agencies, courts, and others. Our affiliated experts are among the most experienced in the nation. See how we can be of assistance to you.</p>",
                  "target": [
                    "p:nth-child(8)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Places of lodging are frequent target of ADA lawsuits. The ADA requires certain information about the accessibility of properties to be posted so that guess with disabilities can make an informed choice of whether the hotel meets their accessibility needs.</p>",
                  "target": [
                    ".fl-node-5eff6116147fe > .fl-module-content.fl-node-content > .fl-rich-text > p:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    ".fl-node-5eff6116147fe > .fl-module-content.fl-node-content > .fl-rich-text > p:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>",
                  "target": [
                    ".fl-node-5eff6116147fe > .fl-module-content.fl-node-content > .fl-rich-text > p:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>In collaboration with other ADA experts, we provide a wide range of specialized consulting services to businesses, law firms, and state and local governments</p>",
                  "target": [
                    ".fl-node-5eff927f82ca4 > .fl-module-content.fl-node-content > .fl-rich-text > p:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Nationwide consulting and provision of expert testimony.</li>",
                  "target": [
                    ".fl-node-5eff927f82ca4 > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Your One Stop Shop For ADA Compliance.</li>",
                  "target": [
                    ".fl-node-5eff927f82ca4 > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>In-depth assessments of architectural plans, websites, policies, and litigation risk.</li>",
                  "target": [
                    ".fl-node-5eff927f82ca4 > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Self-Evaluation Plans and Transition Plans - development, assessment, and updates.</li>",
                  "target": [
                    ".fl-node-5eff927f82ca4 > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(4)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Assistance with Issues affecting crime victims with disabilities.</li>",
                  "target": [
                    ".fl-node-5eff927f82ca4 > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(5)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Web accessibility testing and enhancements - don't risk liability- let us help you. We know the federal standards, because our affiliated experts helped to develop them, and Marc enforced the ADA for DOJ.</li>",
                  "target": [
                    ".fl-node-5eff927f82ca4 > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(6)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Comprehensive trainings, workshops, and confidential assessments of your services to the disability community.</li>",
                  "target": [
                    ".fl-node-5eff927f82ca4 > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(7)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Decades of experience and a commitment to providing quality services.</li>",
                  "target": [
                    ".fl-node-5eff927f82ca4 > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(8)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p><a href=\"/Contact-Us/\">Contact Us</a> for further information.</p>",
                  "target": [
                    ".fl-node-5eff927f82ca4 > .fl-module-content.fl-node-content > .fl-rich-text > p:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>We provide nationwide consulting services and expert ADA testimony in federal court to:</p>",
                  "target": [
                    ".fl-node-5eff939f041ea > .fl-module-content.fl-node-content > .fl-rich-text > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Businesses, of any size, wanting to reduce the risk of ADA litigation</li>",
                  "target": [
                    ".fl-node-5eff9438d5fd7 > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Businesses which have been sued for ADA violations, and businesses which want to avoid being sued.</li>",
                  "target": [
                    ".fl-node-5eff9438d5fd7 > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Crime victims with disabilities, law enforcement, and victim service agencies, seeking to enhance services to crime victims with disabilities.</li>",
                  "target": [
                    ".fl-node-5eff9438d5fd7 > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Hotels and Other Places of Lodging</li>",
                  "target": [
                    ".fl-node-5eff9438d5fd7 > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(4)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Restaurants</li>",
                  "target": [
                    ".fl-node-5eff9438d5fd7 > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(5)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Website owners who want to comply with WCAG.</li>",
                  "target": [
                    ".fl-node-5eff9438d5fd7 > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(6)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Building code officials, architects, and lawyers</li>",
                  "target": [
                    ".fl-node-5eff9438d5fd7 > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(7)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Local, state, and federal agencies</li>",
                  "target": [
                    ".fl-node-5eff9438d5fd7 > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(8)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Colleges and Universities</li>",
                  "target": [
                    ".fl-node-5eff9438d5fd7 > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(9)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Stadiums</li>",
                  "target": [
                    "li:nth-child(10)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Hospitals (public and private)</li>",
                  "target": [
                    "li:nth-child(11)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>Let us help you. Marc brings a wealth of experience and knowledge to bear, and our affiliated experts are among the most experienced in the nation.</p>",
                  "target": [
                    ".fl-node-5eff9438d5fd7 > .fl-module-content.fl-node-content > .fl-rich-text > p"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Doctors, dentists, pharmacists, Urgent Care Centers</li>",
                  "target": [
                    ".fl-node-5eff9434ed2ef > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Nonprofit organizations</li>",
                  "target": [
                    ".fl-node-5eff9434ed2ef > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Performing arts centers</li>",
                  "target": [
                    ".fl-node-5eff9434ed2ef > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(3)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Law enforcement agencies, including jails and prisons</li>",
                  "target": [
                    ".fl-node-5eff9434ed2ef > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(4)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Homeless shelter programs</li>",
                  "target": [
                    ".fl-node-5eff9434ed2ef > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(5)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Domestic violence programs and rape treatment centers</li>",
                  "target": [
                    ".fl-node-5eff9434ed2ef > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(6)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Transportation providers</li>",
                  "target": [
                    ".fl-node-5eff9434ed2ef > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(7)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>Housing providers, including homeowner associations</li>",
                  "target": [
                    ".fl-node-5eff9434ed2ef > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(8)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div id=\"fl-main-content\" class=\"fl-page-content\" itemprop=\"mainContentOfPage\" role=\"main\">",
                          "target": [
                            "#fl-main-content"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<li>... and many others.</li>",
                  "target": [
                    ".fl-node-5eff9434ed2ef > .fl-module-content.fl-node-content > .fl-rich-text > ul > li:nth-child(9)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5efe16b601840 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p style=\"text-align: center;\">",
                  "target": [
                    ".fl-node-5efe16b601205 > .fl-module-content.fl-node-content > .fl-rich-text > p:nth-child(1)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5b616b",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.23,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div class=\"fl-row-content-wrap\">",
                          "target": [
                            ".fl-node-5efe16b601840 > .fl-row-content-wrap"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<p>I reside in the Keys, and will not assist plaintiffs bringing lawsuits in the Keys. I will assist Keys businesses in defense of ADA lawsuits, and will assist Keys businesses in efforts to come into voluntary compliance. All communications will be confidential..</p>",
                  "target": [
                    ".fl-node-5eff62ef5e26a > .fl-module-content.fl-node-content > .fl-rich-text > p:nth-child(2)"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.23 (foreground color: #5b616b, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://adaexpertise.com/",
      "what": "URL",
      "result": "https://adaexpertise.com/"
    },
    {
      "type": "test",
      "which": "htmlcs",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "url": "https://adaexpertise.com/",
      "result": {
        "Error": {},
        "Warning": {
          "AA.1_3_1.H42": {
            "Heading markup should be used if this content is intended as a heading.": [
              {
                "tagName": "p",
                "id": "",
                "code": "<p style=\"text-align: center;\">...</p>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "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": "#fl-icon-text-5efe843859fde",
                "code": "<div id=\"fl-icon-text-5efe843859fde\" class=\"fl-icon-text\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"fl-icon-wrap\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"fl-module fl-module-icon fl-node-5efe843859fde\" data-node=\"5efe843859fde\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div class=\"fl-module-content fl-node-content\">...</div>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              }
            ]
          },
          "AA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
            "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [
              {
                "tagName": "a",
                "id": "#fl-to-top",
                "code": "<a href=\"#\" id=\"fl-to-top\">...</a>"
              }
            ]
          },
          "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": "noscript",
                "id": "",
                "code": "<noscript>...</noscript>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              },
              {
                "tagName": "span",
                "id": "#eeb-744274-507928",
                "code": "<span id=\"eeb-744274-507928\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"uabb-heading-text\">...</span>"
              },
              {
                "tagName": "strong",
                "id": "",
                "code": "<strong>...</strong>"
              }
            ]
          },
          "AA.1_4_3.G18.BgImage": {
            "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a href=\"https://calendly.com/adaexpertise\">...</a>"
              },
              {
                "tagName": "p",
                "id": "",
                "code": "<p>...</p>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"fl-heading-text\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span class=\"menu-item-text\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span data-block=\"true\" data-editor=\"2vbjb\" data-offset-key=\"e1rmu-0-0\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span data-block=\"true\" data-editor=\"d6l9b\" data-offset-key=\"e1rmu-0-0\">...</span>"
              },
              {
                "tagName": "span",
                "id": "",
                "code": "<span style=\"font-size: 14px;\">...</span>"
              }
            ]
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://adaexpertise.com/",
      "what": "URL",
      "result": "https://adaexpertise.com/"
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "what": "IBM Accessibility Checker",
      "url": "https://adaexpertise.com/",
      "result": {
        "content": {
          "totals": {
            "violation": 1,
            "recommendation": 3,
            "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": -10000,
                "top": 0,
                "height": 1,
                "width": 1
              },
              "snippet": "<a href=\"#fl-main-content\" class=\"fl-screen-reader-text\" aria-label=\"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]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/svg[1]",
                "aria": "/document[1]/main[1]/article[1]/graphics-document[1]"
              },
              "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
              "bounds": {
                "left": 0,
                "top": 193,
                "height": 20,
                "width": 800
              },
              "snippet": "<svg preserveAspectRatio=\"none\" viewBox=\"0 0 4.66666 0.333331\" height=\"20\" width=\"100\" opacity=\"1\" fill=\"#ffffff\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" class=\"uasvg-x-large-circle\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 194,
                "width": 800
              },
              "snippet": "<header itemtype=\"http://schema.org/WPHeader\" itemscope=\"itemscope\" role=\"banner\" data-shrink-image-height=\"50px\" data-overlay-bg=\"transparent\" data-overlay=\"0\" data-shrink=\"0\" data-sticky-breakpoint=\"medium\" data-sticky-on=\"\" data-sticky=\"1\" data-type=\"header\" data-post-id=\"7\" class=\"fl-builder-content fl-builder-content-7 fl-builder-global-templates-locked\">",
              "level": "recommendation"
            }
          ]
        },
        "url": {
          "totals": {
            "violation": 1,
            "recommendation": 3,
            "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": -10000,
                "top": 0,
                "height": 1,
                "width": 1
              },
              "snippet": "<a href=\"#fl-main-content\" class=\"fl-screen-reader-text\" aria-label=\"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]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/svg[1]",
                "aria": "/document[1]/main[1]/article[1]/graphics-document[1]"
              },
              "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
              "bounds": {
                "left": 0,
                "top": 193,
                "height": 20,
                "width": 800
              },
              "snippet": "<svg preserveAspectRatio=\"none\" viewBox=\"0 0 4.66666 0.333331\" height=\"20\" width=\"100\" opacity=\"1\" fill=\"#ffffff\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" class=\"uasvg-x-large-circle\">",
              "level": "recommendation"
            },
            {
              "ruleId": "aria_role_redundant",
              "path": {
                "dom": "/html[1]/body[1]/div[1]/header[1]",
                "aria": "/document[1]/banner[1]"
              },
              "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
              "bounds": {
                "left": 0,
                "top": 0,
                "height": 194,
                "width": 800
              },
              "snippet": "<header itemtype=\"http://schema.org/WPHeader\" itemscope=\"itemscope\" role=\"banner\" data-shrink-image-height=\"50px\" data-overlay-bg=\"transparent\" data-overlay=\"0\" data-shrink=\"0\" data-sticky-breakpoint=\"medium\" data-sticky-on=\"\" data-sticky=\"1\" data-type=\"header\" data-post-id=\"7\" class=\"fl-builder-content fl-builder-content-7 fl-builder-global-templates-locked\">",
              "level": "recommendation"
            }
          ]
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://adaexpertise.com/",
      "what": "URL",
      "result": "https://adaexpertise.com/"
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "what": "WAVE",
      "url": "https://adaexpertise.com/",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Home - ADA Expertise Consulting LLC - Marc Dubin, Esq.",
          "pageurl": "https://adaexpertise.com/",
          "time": 2.52,
          "creditsremaining": 306,
          "allitemcount": 78,
          "totalelements": 676,
          "waveurl": "http://wave.webaim.org/report?url=https://adaexpertise.com/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 0,
            "items": []
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 0,
            "items": []
          },
          "alert": {
            "description": "Alerts",
            "count": 10,
            "items": {
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 8,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + svg + svg + svg + svg + svg + svg + svg + svg + DIV > DIV#fl-main-content > DIV:first-child > DIV:first-child > DIV:first-child > ARTICLE#fl-post-11 > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > P:first-child + P + P + P + P + P + P + P + P > STRONG:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + svg + svg + svg + svg + svg + svg + svg + svg + DIV > DIV#fl-main-content > DIV:first-child > DIV:first-child > DIV:first-child > ARTICLE#fl-post-11 > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#fl-icon-text-5eff608cc4b2d > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + svg + svg + svg + svg + svg + svg + svg + svg + DIV > DIV#fl-main-content > DIV:first-child > DIV:first-child > DIV:first-child > ARTICLE#fl-post-11 > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#fl-icon-text-5eff91ff0dbc7 > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + svg + svg + svg + svg + svg + svg + svg + svg + DIV > DIV#fl-main-content > DIV:first-child > DIV:first-child > DIV:first-child > ARTICLE#fl-post-11 > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#fl-icon-text-5eff94ff46208 > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + svg + svg + svg + svg + svg + svg + svg + svg + DIV > DIV#fl-main-content > DIV:first-child > DIV:first-child > DIV:first-child > ARTICLE#fl-post-11 > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#fl-icon-text-5eff939f041eb > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + svg + svg + svg + svg + svg + svg + svg + svg + DIV > HEADER:first-child + DIV + DIV + FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#fl-icon-text-5d1fc85ac0d87 > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + svg + svg + svg + svg + svg + svg + svg + svg + DIV > HEADER:first-child + DIV + DIV + FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV#fl-icon-text-5efe843859fde > A:first-child",
                  "HTML > HEAD:first-child + BODY > A:first-child + svg + svg + svg + svg + svg + svg + svg + svg + DIV > HEADER:first-child + DIV + DIV + FOOTER > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV#fl-icon-text-5d1fc85ac0d50 > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "noscript": {
                "id": "noscript",
                "description": "Noscript element",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + svg + svg + svg + svg + svg + svg + svg + svg + DIV > DIV#fl-main-content > DIV:first-child > DIV:first-child > DIV:first-child > ARTICLE#fl-post-11 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > H1:first-child + DIV > P:first-child + P > SPAN:first-child + SCRIPT + NOSCRIPT"
                ],
                "wcag": []
              },
              "title_redundant": {
                "id": "title_redundant",
                "description": "Redundant title text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > A:first-child + svg + svg + svg + svg + svg + svg + svg + svg + DIV > DIV#fl-main-content > DIV:first-child > DIV:first-child > DIV:first-child > ARTICLE#fl-post-11 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > IMG:first-child"
                ],
                "wcag": []
              }
            }
          }
        }
      }
    },
    {
      "type": "launch",
      "which": "chromium",
      "what": "chromium browser"
    },
    {
      "type": "url",
      "which": "https://adaexpertise.com/",
      "what": "URL",
      "result": "https://adaexpertise.com/"
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "what": "Tenon",
      "url": "https://adaexpertise.com/",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.067",
        "responseTime": "2022-07-06T02:52:42.772Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1045859,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 172,
              "failing": 8
            },
            "issues": {
              "totalErrors": 23,
              "totalWarnings": 11,
              "totalIssues": 34
            },
            "issuesByLevel": {
              "A": {
                "count": 29,
                "pct": 85.29
              },
              "AA": {
                "count": 20,
                "pct": 58.82
              },
              "AAA": {
                "count": 34,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 2,
              "warningDensity": 1,
              "allDensity": 3
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "6db7708e-98f1-4d5a-a3d3-2e4904d070ee",
          "docID": "fdf9d5f6-3363-475d-e60b-f037ae99c246",
          "sourceHash": "4b2c16c804553567458eacd4b3ef8906",
          "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=6db7708e-98f1-4d5a-a3d3-2e4904d070ee",
          "resultSet": [
            {
              "tID": 28,
              "bpID": 3,
              "priority": 100,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "The layout or sizing of this page causes horizontal scrolling.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Avoid layouts that result in horizontal scroll",
              "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 7260
                },
                "height": 7260,
                "width": 1024
              },
              "position": {
                "line": 2887,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"home page-template-default page page-id-11 fl-builder fl-theme-builder-header fl-theme-builder-header-header fl-theme-builder-footer fl-theme-builder-footer-footer fl-framework-bootstrap fl-preset-default fl-full-width fl-scroll-to-top fl",
              "xpath": "/html/body",
              "issueID": "eac98e8f69689c0552817553c336d2b3",
              "signature": "266c8da0342c8ec26cfbb4f526380e96",
              "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=eac98e8f69689c0552817553c336d2b3"
            },
            {
              "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": 202,
                  "y": 753
                },
                "bottom-right": {
                  "x": 309,
                  "y": 780
                },
                "height": 27,
                "width": 107
              },
              "position": {
                "line": 4484,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"/Contact-Us/\"&gt;Contact Us&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[6]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/p[3]/a[1]",
              "issueID": "203f2c4798495178de2b00ec3c12fd6a",
              "signature": "f04a1aa82dd93e7a262214fbe6678b32",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=203f2c4798495178de2b00ec3c12fd6a"
            },
            {
              "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": 40,
                  "y": 813
                },
                "bottom-right": {
                  "x": 147,
                  "y": 840
                },
                "height": 27,
                "width": 107
              },
              "position": {
                "line": 4485,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"/Contact-Us/\"&gt;Contact Us&lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/p[2]/a[1]",
              "issueID": "f4ecde72217f2cf09b10bbb1f26c2f2d",
              "signature": "2174b7284d73f24b26ac8567fa1fb8b5",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=f4ecde72217f2cf09b10bbb1f26c2f2d"
            },
            {
              "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": 794,
                  "y": 10
                },
                "bottom-right": {
                  "x": 964,
                  "y": 24
                },
                "height": 14,
                "width": 170
              },
              "position": {
                "line": 8582,
                "column": 0
              },
              "errorSnippet": "&lt;span style=\"font-size: 10px;\"&gt;&lt;span style=\"font-size: 14px;\"&gt;How to Change Text Size&lt;/span&gt;&lt;/span&gt;",
              "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/p[1]/a[1]/span[1]",
              "issueID": "81e31b03f6ae05bb55517d616aceb1bc",
              "signature": "97f151a06bd0d73105386aff91093499",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=81e31b03f6ae05bb55517d616aceb1bc"
            },
            {
              "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": 271.40625,
                  "y": 70
                },
                "bottom-right": {
                  "x": 963.98425,
                  "y": 162
                },
                "height": 92,
                "width": 692.578
              },
              "position": {
                "line": 4545,
                "column": 0
              },
              "errorSnippet": "&lt;ul id=\"menu-main\" class=\"menu uabb-creative-menu-horizontal uabb-toggle-plus\"&gt;&lt;li id=\"menu-item-24\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-11 current_page_item uabb-c",
              "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/ul[1]",
              "issueID": "0104852b6705a4d48706a28e10a17a66",
              "signature": "8b79ec860ff2c1cce3c0bdfbc7c4c5ed",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=0104852b6705a4d48706a28e10a17a66"
            },
            {
              "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": 40,
                  "y": 40
                },
                "bottom-right": {
                  "x": 984,
                  "y": 160
                },
                "height": 120,
                "width": 944
              },
              "position": {
                "line": 8698,
                "column": 3
              },
              "errorSnippet": "&lt;h2 class=\"fl-heading\"&gt; &lt;span class=\"fl-heading-text\"&gt;Welcome to ADA Expertise Consulting, LLC - Nationwide ADA Guidance and Expert ADA Testimony From a Former Justice Department Senior Trial Attorney&lt;/span&gt; &lt;/h2&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]",
              "issueID": "6b6579ab4e35a3cf090f22496de0a387",
              "signature": "40b7b747d6c9ab1e71483bbf76a4b4bd",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=6b6579ab4e35a3cf090f22496de0a387"
            },
            {
              "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": 514,
                  "y": 352
                },
                "bottom-right": {
                  "x": 514,
                  "y": 352
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 1908,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://adaexpertise.com/clients-accolades/\" target=\"_self\" tabindex=\"-1\" aria-hidden=\"true\" aria-labelledby=\"fl-icon-text-5eff608cc4b2d\"&gt; &lt;i class=\"fas fa-book-reader\" aria-hidden=\"true\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "9df1d2bc1f493e5c06dde0aa6aae3378",
              "signature": "d4ab1bf603ec343c59c94452cccb9dff",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9df1d2bc1f493e5c06dde0aa6aae3378"
            },
            {
              "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": 40,
                  "y": 873
                },
                "bottom-right": {
                  "x": 40,
                  "y": 873
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4485,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://adaexpertise.com/ada-in-lodging/\" target=\"_self\" tabindex=\"-1\" aria-hidden=\"true\" aria-labelledby=\"fl-icon-text-5eff91ff0dbc7\"&gt; &lt;i class=\"fas fa-book-reader\" aria-hidden=\"true\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[6]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "bf5bc59d8871ce56d1ffecdeb956e0c5",
              "signature": "92ab01bfbfbc8fba0bb3043b0ebe92ae",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=bf5bc59d8871ce56d1ffecdeb956e0c5"
            },
            {
              "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": 803.984375,
                  "y": 570
                },
                "bottom-right": {
                  "x": 803.984375,
                  "y": 570
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4485,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://adaexpertise.com/clients-accolades/\" target=\"_self\" tabindex=\"-1\" aria-hidden=\"true\" aria-labelledby=\"fl-icon-text-5eff94ff46208\"&gt; &lt;i class=\"fas fa-book-reader\" aria-hidden=\"true\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "054226f5a7c62f580fd8f6888e2bf759",
              "signature": "e96ea442a65196754a0e794b3236d317",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=054226f5a7c62f580fd8f6888e2bf759"
            },
            {
              "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": 40,
                  "y": 1003
                },
                "bottom-right": {
                  "x": 40,
                  "y": 1003
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4844,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://adaexpertise.com/contact-us/\" target=\"_self\" tabindex=\"-1\" aria-hidden=\"true\" aria-labelledby=\"fl-icon-text-5eff939f041eb\"&gt; &lt;i class=\"ua-icon ua-icon-icon-3-mail-envelope-closed2\" aria-hidden=\"true\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "ac14b7c7795f9551af3e02ad044f5444",
              "signature": "ad2f95c26efca62b5ddf69fa9d86a96b",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=ac14b7c7795f9551af3e02ad044f5444"
            },
            {
              "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": 40,
                  "y": 112
                },
                "bottom-right": {
                  "x": 40,
                  "y": 112
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4845,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"tel:305-896-3000\" target=\"_self\" tabindex=\"-1\" aria-hidden=\"true\" aria-labelledby=\"fl-icon-text-5d1fc85ac0d87\"&gt; &lt;i class=\"fas fa-phone\" aria-hidden=\"true\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "53a3dd86f7d5039d1adc5e81558ff741",
              "signature": "6ca388d9ba616ed1bb310868cbf38b65",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=53a3dd86f7d5039d1adc5e81558ff741"
            },
            {
              "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": 40,
                  "y": 167
                },
                "bottom-right": {
                  "x": 40,
                  "y": 167
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 5012,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"https://goo.gl/maps/kCryChEjJosUTjX96\" target=\"_blank\" tabindex=\"-1\" aria-hidden=\"true\" aria-labelledby=\"fl-icon-text-5efe843859fde\" rel=\"noopener\"&gt; &lt;i class=\"fas fa-map-marked-alt\" aria-hidden=\"true\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "402e123f94d2c449fb967f1d89f68a6d",
              "signature": "ff765d620c6c9f724581f92e9c87e4a8",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=402e123f94d2c449fb967f1d89f68a6d"
            },
            {
              "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": 40,
                  "y": 222
                },
                "bottom-right": {
                  "x": 40,
                  "y": 222
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 5013,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"javascript:;\" data-enc-email=\"zqhova[at]NQNrkcregvfr.pbz\" target=\"_self\" tabindex=\"-1\" aria-hidden=\"true\" aria-labelledby=\"fl-icon-text-5d1fc85ac0d50\" class=\"mail-link\" data-wpel-link=\"ignore\"&gt; &lt;i class=\"far fa-envelope\" aria-hidden=\"tr",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "2369c20f83726a0f1fd4714f16272220",
              "signature": "5ec2a5b6f746863c76e3ba595869d59a",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=2369c20f83726a0f1fd4714f16272220"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 40,
                  "y": 20
                },
                "bottom-right": {
                  "x": 984,
                  "y": 60
                },
                "height": 40,
                "width": 944
              },
              "position": {
                "line": 8809,
                "column": 3
              },
              "errorSnippet": "&lt;h2 class=\"fl-heading\"&gt; &lt;span class=\"fl-heading-text\"&gt;Comments About Our Work&lt;/span&gt; &lt;/h2&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[4]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]",
              "issueID": "aceb808406a769264f6d90fed99ac25a",
              "signature": "1e4183544d412437c24f6a07c84b694c",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=aceb808406a769264f6d90fed99ac25a"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 944,
                  "y": 40
                },
                "height": 40,
                "width": 944
              },
              "position": {
                "line": 8872,
                "column": 7
              },
              "errorSnippet": "&lt;div class=\"uabb-module-content uabb-separator-parent\"&gt; &lt;div class=\"uabb-separator-wrap uabb-separator-center \"&gt; &lt;div class=\"uabb-separator-line uabb-side-left\"&gt; &lt;span&gt;&lt;/span&gt; &lt;/div&gt; &lt;div class=\"uabb-divider-content",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[6]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "issueID": "0404c9522fff0553457367c7a8fe240b",
              "signature": "1eb9b1b7e10c5632bdc00fe2a343e520",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=0404c9522fff0553457367c7a8fe240b"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 660,
                  "y": 40
                },
                "height": 40,
                "width": 660
              },
              "position": {
                "line": 8874,
                "column": 1
              },
              "errorSnippet": "&lt;div class=\"uabb-separator-wrap uabb-separator-center \"&gt; &lt;div class=\"uabb-separator-line uabb-side-left\"&gt; &lt;span&gt;&lt;/span&gt; &lt;/div&gt; &lt;div class=\"uabb-divider-content uabbi-divider\"&gt; &lt;h2 class=\"uabb-divider-text\"&gt;HOTELS",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[6]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "issueID": "f52ee998b7795a110cad4aef02faf315",
              "signature": "51098bb56de2be0e5719e4d18ecff727",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=f52ee998b7795a110cad4aef02faf315"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 176,
                  "y": 0
                },
                "bottom-right": {
                  "x": 758,
                  "y": 40
                },
                "height": 40,
                "width": 582
              },
              "position": {
                "line": 8876,
                "column": 2
              },
              "errorSnippet": "&lt;div class=\"uabb-divider-content uabbi-divider\"&gt; &lt;h2 class=\"uabb-divider-text\"&gt;HOTELS AND RESERVATIONS LAWSUITS&lt;/h2&gt; &lt;/div&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[6]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]",
              "issueID": "e9dab6646ec5356d4c34d797d8a8e54a",
              "signature": "d154394fe2ad6d0f3a5407cf255a9508",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=e9dab6646ec5356d4c34d797d8a8e54a"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 181,
                  "y": 0
                },
                "bottom-right": {
                  "x": 763,
                  "y": 40
                },
                "height": 40,
                "width": 582
              },
              "position": {
                "line": 8890,
                "column": 9
              },
              "errorSnippet": "&lt;h2 class=\"uabb-divider-text\"&gt;HOTELS AND RESERVATIONS LAWSUITS&lt;/h2&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[6]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h2[1]",
              "issueID": "a21ecf500817e29f336247ef22dbc76a",
              "signature": "fc225be17956ade6e763cfd611544f44",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=a21ecf500817e29f336247ef22dbc76a"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 944,
                  "y": 40
                },
                "height": 40,
                "width": 944
              },
              "position": {
                "line": 8960,
                "column": 7
              },
              "errorSnippet": "&lt;div class=\"uabb-module-content uabb-separator-parent\"&gt; &lt;div class=\"uabb-separator-wrap uabb-separator-center \"&gt; &lt;div class=\"uabb-separator-line uabb-side-left\"&gt; &lt;span&gt;&lt;/span&gt; &lt;/div&gt; &lt;div class=\"uabb-divider-content",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "issueID": "c8adc29177b2c26ed9fddd774eae717c",
              "signature": "9f01beb264364a4a2e57157de6149043",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=c8adc29177b2c26ed9fddd774eae717c"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 684,
                  "y": 40
                },
                "height": 40,
                "width": 684
              },
              "position": {
                "line": 8962,
                "column": 1
              },
              "errorSnippet": "&lt;div class=\"uabb-separator-wrap uabb-separator-center \"&gt; &lt;div class=\"uabb-separator-line uabb-side-left\"&gt; &lt;span&gt;&lt;/span&gt; &lt;/div&gt; &lt;div class=\"uabb-divider-content uabbi-divider\"&gt; &lt;h2 class=\"uabb-divider-text\"&gt;WHY HI",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "issueID": "9f296e2866565fbef3c448132a98a010",
              "signature": "9398e8f3f636c24a486a2f29c410b129",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=9f296e2866565fbef3c448132a98a010"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 130,
                  "y": 0
                },
                "bottom-right": {
                  "x": 804,
                  "y": 40
                },
                "height": 40,
                "width": 674
              },
              "position": {
                "line": 8964,
                "column": 2
              },
              "errorSnippet": "&lt;div class=\"uabb-divider-content uabbi-divider\"&gt; &lt;h2 class=\"uabb-divider-text\"&gt;WHY HIRE ADA EXPERTISE CONSULTING, LLC?&lt;/h2&gt; &lt;/div&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]",
              "issueID": "e64415770c5c520c8ff3cbfd8f1d0425",
              "signature": "e1afe496adb40616edc637aefd39154d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=e64415770c5c520c8ff3cbfd8f1d0425"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 135,
                  "y": 0
                },
                "bottom-right": {
                  "x": 809,
                  "y": 40
                },
                "height": 40,
                "width": 674
              },
              "position": {
                "line": 8978,
                "column": 9
              },
              "errorSnippet": "&lt;h2 class=\"uabb-divider-text\"&gt;WHY HIRE ADA EXPERTISE CONSULTING, LLC?&lt;/h2&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/h2[1]",
              "issueID": "8a55e78cb59af71852cff0344c44727e",
              "signature": "daa6a29969d57641e9e2bda9334d1b89",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=8a55e78cb59af71852cff0344c44727e"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 944,
                  "y": 40
                },
                "height": 40,
                "width": 944
              },
              "position": {
                "line": 9066,
                "column": 7
              },
              "errorSnippet": "&lt;div class=\"uabb-module-content uabb-separator-parent\"&gt; &lt;div class=\"uabb-separator-wrap uabb-separator-center \"&gt; &lt;div class=\"uabb-separator-line uabb-side-left\"&gt; &lt;span&gt;&lt;/span&gt; &lt;/div&gt; &lt;div class=\"uabb-divider-content",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "issueID": "496901f2447c99dc42f4c84d898ababa",
              "signature": "43b923e1060e93660bcd036ed66aeffd",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=496901f2447c99dc42f4c84d898ababa"
            },
            {
              "tID": 153,
              "bpID": 211,
              "priority": 85,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "This long string of text is in all caps.",
              "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 element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform.  Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 660,
                  "y": 40
                },
                "height": 40,
                "width": 660
              },
              "position": {
                "line": 9068,
                "column": 1
              },
              "errorSnippet": "&lt;div class=\"uabb-separator-wrap uabb-separator-center \"&gt; &lt;div class=\"uabb-separator-line uabb-side-left\"&gt; &lt;span&gt;&lt;/span&gt; &lt;/div&gt; &lt;div class=\"uabb-divider-content uabbi-divider\"&gt; &lt;h2 class=\"uabb-divider-text\"&gt;WHO DO",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "issueID": "3e736b8152d91ea0ad8276dd988dc265",
              "signature": "b1ef387b50026dae2a4d53f3821573bb",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=3e736b8152d91ea0ad8276dd988dc265"
            },
            {
              "tID": 194,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`.",
              "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 visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`. Applying `role=\"presentation\"` removes the semantics of an element, while `aria-hidden=\"true\"` hides an element from assistive technology only. Neither completely hides an element. Their application to a focusable element creates confusion in users of assistive technology.   If the intention is for users to interact with the element, remove `role=\"presentation\"` or `aria-hidden=\"true\"`. If the intention is to hide the element from users, apply `display:none` to make it truly hidden.",
              "viewPortLocation": {
                "top-left": {
                  "x": 514,
                  "y": 352
                },
                "bottom-right": {
                  "x": 514,
                  "y": 352
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 1908,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://adaexpertise.com/clients-accolades/\" target=\"_self\" tabindex=\"-1\" aria-hidden=\"true\" aria-labelledby=\"fl-icon-text-5eff608cc4b2d\"&gt; &lt;i class=\"fas fa-book-reader\" aria-hidden=\"true\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "b4c417c357a8ee4db8e1f99ed3bb7a43",
              "signature": "108fd5c20bbf988da7af783661c60cee",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=194&issueID=b4c417c357a8ee4db8e1f99ed3bb7a43"
            },
            {
              "tID": 194,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`.",
              "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 visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`. Applying `role=\"presentation\"` removes the semantics of an element, while `aria-hidden=\"true\"` hides an element from assistive technology only. Neither completely hides an element. Their application to a focusable element creates confusion in users of assistive technology.   If the intention is for users to interact with the element, remove `role=\"presentation\"` or `aria-hidden=\"true\"`. If the intention is to hide the element from users, apply `display:none` to make it truly hidden.",
              "viewPortLocation": {
                "top-left": {
                  "x": 40,
                  "y": 873
                },
                "bottom-right": {
                  "x": 40,
                  "y": 873
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4485,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://adaexpertise.com/ada-in-lodging/\" target=\"_self\" tabindex=\"-1\" aria-hidden=\"true\" aria-labelledby=\"fl-icon-text-5eff91ff0dbc7\"&gt; &lt;i class=\"fas fa-book-reader\" aria-hidden=\"true\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[6]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "da6336de5da0447ddde5f87425588db8",
              "signature": "12ecf8b6cac74e7bcdcec27ed7c6587a",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=194&issueID=da6336de5da0447ddde5f87425588db8"
            },
            {
              "tID": 194,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`.",
              "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 visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`. Applying `role=\"presentation\"` removes the semantics of an element, while `aria-hidden=\"true\"` hides an element from assistive technology only. Neither completely hides an element. Their application to a focusable element creates confusion in users of assistive technology.   If the intention is for users to interact with the element, remove `role=\"presentation\"` or `aria-hidden=\"true\"`. If the intention is to hide the element from users, apply `display:none` to make it truly hidden.",
              "viewPortLocation": {
                "top-left": {
                  "x": 803.984375,
                  "y": 570
                },
                "bottom-right": {
                  "x": 803.984375,
                  "y": 570
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4485,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://adaexpertise.com/clients-accolades/\" target=\"_self\" tabindex=\"-1\" aria-hidden=\"true\" aria-labelledby=\"fl-icon-text-5eff94ff46208\"&gt; &lt;i class=\"fas fa-book-reader\" aria-hidden=\"true\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[7]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "af9cd920707c6d7e8f42f295953e56e7",
              "signature": "ff5fa07ae97ff73061b78810aa244e42",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=194&issueID=af9cd920707c6d7e8f42f295953e56e7"
            },
            {
              "tID": 194,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`.",
              "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 visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`. Applying `role=\"presentation\"` removes the semantics of an element, while `aria-hidden=\"true\"` hides an element from assistive technology only. Neither completely hides an element. Their application to a focusable element creates confusion in users of assistive technology.   If the intention is for users to interact with the element, remove `role=\"presentation\"` or `aria-hidden=\"true\"`. If the intention is to hide the element from users, apply `display:none` to make it truly hidden.",
              "viewPortLocation": {
                "top-left": {
                  "x": 40,
                  "y": 1003
                },
                "bottom-right": {
                  "x": 40,
                  "y": 1003
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4844,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://adaexpertise.com/contact-us/\" target=\"_self\" tabindex=\"-1\" aria-hidden=\"true\" aria-labelledby=\"fl-icon-text-5eff939f041eb\"&gt; &lt;i class=\"ua-icon ua-icon-icon-3-mail-envelope-closed2\" aria-hidden=\"true\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[8]/div[1]/div[2]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "46eee4765094d71cc9f3d654f5f964a5",
              "signature": "6fe9751639605375a8672b7818a505c5",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=194&issueID=46eee4765094d71cc9f3d654f5f964a5"
            },
            {
              "tID": 194,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`.",
              "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 visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`. Applying `role=\"presentation\"` removes the semantics of an element, while `aria-hidden=\"true\"` hides an element from assistive technology only. Neither completely hides an element. Their application to a focusable element creates confusion in users of assistive technology.   If the intention is for users to interact with the element, remove `role=\"presentation\"` or `aria-hidden=\"true\"`. If the intention is to hide the element from users, apply `display:none` to make it truly hidden.",
              "viewPortLocation": {
                "top-left": {
                  "x": 40,
                  "y": 112
                },
                "bottom-right": {
                  "x": 40,
                  "y": 112
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4845,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"tel:305-896-3000\" target=\"_self\" tabindex=\"-1\" aria-hidden=\"true\" aria-labelledby=\"fl-icon-text-5d1fc85ac0d87\"&gt; &lt;i class=\"fas fa-phone\" aria-hidden=\"true\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "41501990008900cfb9d4b373eb1c9f67",
              "signature": "0889f465aabd50e8a8a80a4ce48885ac",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=194&issueID=41501990008900cfb9d4b373eb1c9f67"
            },
            {
              "tID": 194,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`.",
              "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 visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`. Applying `role=\"presentation\"` removes the semantics of an element, while `aria-hidden=\"true\"` hides an element from assistive technology only. Neither completely hides an element. Their application to a focusable element creates confusion in users of assistive technology.   If the intention is for users to interact with the element, remove `role=\"presentation\"` or `aria-hidden=\"true\"`. If the intention is to hide the element from users, apply `display:none` to make it truly hidden.",
              "viewPortLocation": {
                "top-left": {
                  "x": 40,
                  "y": 167
                },
                "bottom-right": {
                  "x": 40,
                  "y": 167
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 5012,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"https://goo.gl/maps/kCryChEjJosUTjX96\" target=\"_blank\" tabindex=\"-1\" aria-hidden=\"true\" aria-labelledby=\"fl-icon-text-5efe843859fde\" rel=\"noopener\"&gt; &lt;i class=\"fas fa-map-marked-alt\" aria-hidden=\"true\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "d3f1748435d83448dfce31f89c548528",
              "signature": "699ab53e8de0e8de7bbaa7e6b96403d2",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=194&issueID=d3f1748435d83448dfce31f89c548528"
            },
            {
              "tID": 194,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`.",
              "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 visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`. Applying `role=\"presentation\"` removes the semantics of an element, while `aria-hidden=\"true\"` hides an element from assistive technology only. Neither completely hides an element. Their application to a focusable element creates confusion in users of assistive technology.   If the intention is for users to interact with the element, remove `role=\"presentation\"` or `aria-hidden=\"true\"`. If the intention is to hide the element from users, apply `display:none` to make it truly hidden.",
              "viewPortLocation": {
                "top-left": {
                  "x": 40,
                  "y": 222
                },
                "bottom-right": {
                  "x": 40,
                  "y": 222
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 5013,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"javascript:;\" data-enc-email=\"zqhova[at]NQNrkcregvfr.pbz\" target=\"_self\" tabindex=\"-1\" aria-hidden=\"true\" aria-labelledby=\"fl-icon-text-5d1fc85ac0d50\" class=\"mail-link\" data-wpel-link=\"ignore\"&gt; &lt;i class=\"far fa-envelope\" aria-hidden=\"tr",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "8688255070a1b7064edcf2fc48bfacb7",
              "signature": "2afde575059f8310f6204aef5d68697a",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=194&issueID=8688255070a1b7064edcf2fc48bfacb7"
            },
            {
              "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": 40,
                  "y": 167
                },
                "bottom-right": {
                  "x": 40,
                  "y": 167
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 5012,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"https://goo.gl/maps/kCryChEjJosUTjX96\" target=\"_blank\" tabindex=\"-1\" aria-hidden=\"true\" aria-labelledby=\"fl-icon-text-5efe843859fde\" rel=\"noopener\"&gt; &lt;i class=\"fas fa-map-marked-alt\" aria-hidden=\"true\"&gt;&lt;/i&gt; &lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/span[1]/a[1]",
              "issueID": "a0d8ded3e592ef6daa3a44bd5bf5ed2e",
              "signature": "1fcd1eb56c665caabecb0ece49d1bbc0",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=a0d8ded3e592ef6daa3a44bd5bf5ed2e"
            },
            {
              "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": 73,
                  "y": 145
                },
                "bottom-right": {
                  "x": 73,
                  "y": 145
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 5013,
                "column": 0
              },
              "errorSnippet": "&lt;a href=\"https://goo.gl/maps/kCryChEjJosUTjX96\" target=\"_blank\" class=\"fl-icon-text-link fl-icon-text-wrap\" rel=\"noopener\"&gt; &lt;p&gt;&lt;span data-block=\"true\" data-editor=\"2vbjb\" data-offset-key=\"e1rmu-0-0\"&gt;30853 Granada Avenue&lt;br&gt;Big Pin",
              "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "37681a878c35997e0b2d2d21031bea5b",
              "signature": "a40e5864a3bbc668d0cbc724d4fca620",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=37681a878c35997e0b2d2d21031bea5b"
            },
            {
              "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": 397.5,
                  "y": 134
                },
                "bottom-right": {
                  "x": 626.5,
                  "y": 161
                },
                "height": 27,
                "width": 229
              },
              "position": {
                "line": 5084,
                "column": 34
              },
              "errorSnippet": "&lt;a href=\"https://SmilingWebDesign.com\" target=\"_blank\" rel=\"noopener\"&gt;SmilingWebDesign.com&lt;/a&gt;",
              "xpath": "/html/body/div[1]/footer[1]/div[3]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/a[1]",
              "issueID": "6d3f4eff96e3b717ae9fcf0e26ea4a56",
              "signature": "c7a98958dc20384bca604aa87daf19e4",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=6d3f4eff96e3b717ae9fcf0e26ea4a56"
            }
          ],
          "log": []
        }
      }
    }
  ],
  "timeStamp": "3zjtz",
  "startTime": "2022-07-06T02:51:02",
  "presses": 0,
  "amountRead": 0,
  "testTimes": [
    [
      "hover",
      49
    ],
    [
      "motion",
      13
    ],
    [
      "ibm",
      6
    ],
    [
      "alfa",
      4
    ],
    [
      "wave",
      3
    ],
    [
      "focAll",
      1
    ],
    [
      "axe",
      1
    ],
    [
      "tenon",
      1
    ],
    [
      "bulk",
      0
    ],
    [
      "embAc",
      0
    ],
    [
      "focInd",
      0
    ],
    [
      "focOp",
      0
    ],
    [
      "labClash",
      0
    ],
    [
      "linkUl",
      0
    ],
    [
      "menuNav",
      0
    ],
    [
      "radioSet",
      0
    ],
    [
      "role",
      0
    ],
    [
      "styleDiff",
      0
    ],
    [
      "tabNav",
      0
    ],
    [
      "zIndex",
      0
    ],
    [
      "htmlcs",
      0
    ]
  ],
  "logCount": 23,
  "logSize": 1320,
  "errorLogCount": 11,
  "errorLogSize": 759,
  "prohibitedCount": 0,
  "visitTimeoutCount": 0,
  "visitRejectionCount": 0,
  "endTime": "2022-07-06T02:52:42",
  "elapsedSeconds": 100,
  "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": 1,
        "focAll": 18,
        "focOp": 18,
        "hover": 19,
        "role": 4,
        "styleDiff": 2,
        "zIndex": 5
      },
      "alfa": {
        "r66": 193,
        "r69": 1,
        "r72": 4,
        "r74": 12
      },
      "axe": {
        "color-contrast-enhanced": 163,
        "color-contrast": 22,
        "hidden-content": 0,
        "identical-links-same-purpose": 0
      },
      "htmlcs": {
        "w:AA.1_3_1.H42": 2,
        "w:AA.1_3_1.H48.2": 5,
        "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 1,
        "w:AA.1_4_3.G145.BgImage": 5,
        "w:AA.1_4_3.G18.BgImage": 7
      },
      "wave": {
        "a:link_redundant": 8,
        "a:noscript": 1,
        "a:title_redundant": 1
      },
      "tenon": {
        "28": 4,
        "98": 8,
        "134": 6,
        "144": 4,
        "152": 28,
        "153": 22,
        "194": 28,
        "218": 12
      }
    },
    "groupDetails": {
      "groups": {
        "visibleBulk": {
          "testaro": {
            "bulk": {
              "score": 1,
              "what": "Page contains many visible elements"
            }
          }
        },
        "tabFocusability": {
          "testaro": {
            "focAll": {
              "score": 14,
              "what": "Discrepancy between elements that should be and that are Tab-focusable"
            }
          }
        },
        "focusableOperable": {
          "testaro": {
            "focOp": {
              "score": 14,
              "what": "Operable elements that cannot be Tab-focused and vice versa"
            }
          }
        },
        "hoverSurprise": {
          "testaro": {
            "hover": {
              "score": 5,
              "what": "Content changes caused by hovering"
            }
          }
        },
        "roleBad": {
          "testaro": {
            "role": {
              "score": 3,
              "what": "Nonexistent or implicit-overriding role"
            }
          }
        },
        "inconsistentStyles": {
          "testaro": {
            "styleDiff": {
              "score": 1,
              "what": "Heading, link, and button style inconsistencies"
            }
          }
        },
        "zIndexNotZero": {
          "testaro": {
            "zIndex": {
              "score": 1,
              "what": "Layering with nondefault z-index values"
            }
          }
        },
        "contrastAAA": {
          "alfa": {
            "r66": {
              "score": 48,
              "what": "Text contrast less than AAA requires"
            }
          },
          "axe": {
            "color-contrast-enhanced": {
              "score": 41,
              "what": "Element has insufficient color contrast (Level AAA)"
            }
          }
        },
        "contrastAA": {
          "alfa": {
            "r69": {
              "score": 1,
              "what": "Text outside widget has subminimum contrast"
            }
          },
          "axe": {
            "color-contrast": {
              "score": 17,
              "what": "Element has insufficient color contrast"
            }
          }
        },
        "allCaps": {
          "alfa": {
            "r72": {
              "score": 1,
              "what": "Paragraph text is uppercased"
            }
          },
          "tenon": {
            "153": {
              "score": 6,
              "what": "Long string of text is in all caps"
            }
          }
        },
        "fontSizeAbsolute": {
          "alfa": {
            "r74": {
              "score": 6,
              "what": "Paragraph text has an absolute font size"
            }
          }
        },
        "hiddenContentRisk": {
          "axe": {
            "hidden-content": {
              "score": 1,
              "what": "Some content is hidden and therefore may not be testable for accessibility"
            }
          }
        },
        "linkConfusionRisk": {
          "axe": {
            "identical-links-same-purpose": {
              "score": 1,
              "what": "Links with the same accessible name may serve dissimilar purposes"
            }
          }
        },
        "pseudoHeadingRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H42": {
              "score": 1,
              "what": "Heading coding is not used but the element may be intended as a heading"
            }
          }
        },
        "pseudoOrderedListRisk": {
          "htmlcs": {
            "w:AA.1_3_1.H48.2": {
              "score": 1,
              "what": "Ordered list may fail to be coded as such"
            }
          }
        },
        "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.BgImage": {
              "score": 1,
              "what": "Contrast between the text and its background image may be less than 3:1"
            },
            "w:AA.1_4_3.G18.BgImage": {
              "score": 2,
              "what": "Contrast between the text and its background image may be less than 4.5:1"
            }
          }
        },
        "linkPair": {
          "wave": {
            "a:link_redundant": {
              "score": 4,
              "what": "Adjacent links go to the same URL"
            }
          }
        },
        "noScriptRisk": {
          "wave": {
            "a:noscript": {
              "score": 1,
              "what": "noscript element may fail to contain an accessible equivalent or alternative"
            }
          }
        },
        "titleRedundant": {
          "wave": {
            "a:title_redundant": {
              "score": 1,
              "what": "Title attribute text is the same as text or alternative text"
            }
          }
        },
        "horizontalScrolling": {
          "tenon": {
            "28": {
              "score": 3,
              "what": "Layout or sizing of the page causes horizontal scrolling"
            }
          }
        },
        "linkTextsSame": {
          "tenon": {
            "98": {
              "score": 4,
              "what": "Links have the same text but different destinations"
            }
          }
        },
        "fontSmall": {
          "tenon": {
            "134": {
              "score": 5,
              "what": "Text is very small"
            }
          }
        },
        "leadingClipsText": {
          "tenon": {
            "144": {
              "score": 4,
              "what": "Line height is insufficent to properly display the computed font size"
            }
          }
        },
        "targetSize": {
          "tenon": {
            "152": {
              "score": 14,
              "what": "Actionable element is smaller than the minimum required size"
            }
          }
        },
        "focusableHidden": {
          "tenon": {
            "194": {
              "score": 28,
              "what": "Visible element is focusable but has a presentation role or aria-hidden=true attribute"
            }
          }
        },
        "linkForcesNewWindow": {
          "tenon": {
            "218": {
              "score": 9,
              "what": "Link opens in a new window without user control"
            }
          }
        }
      },
      "solos": {}
    },
    "preventionScores": {},
    "summary": {
      "total": 318,
      "log": 51,
      "preventions": 0,
      "solos": 0,
      "groups": [
        {
          "groupName": "contrastAAA",
          "score": 66
        },
        {
          "groupName": "focusableHidden",
          "score": 30
        },
        {
          "groupName": "contrastAA",
          "score": 19
        },
        {
          "groupName": "tabFocusability",
          "score": 16
        },
        {
          "groupName": "focusableOperable",
          "score": 16
        },
        {
          "groupName": "targetSize",
          "score": 16
        },
        {
          "groupName": "linkForcesNewWindow",
          "score": 11
        },
        {
          "groupName": "allCaps",
          "score": 8
        },
        {
          "groupName": "fontSizeAbsolute",
          "score": 8
        },
        {
          "groupName": "hoverSurprise",
          "score": 7
        },
        {
          "groupName": "fontSmall",
          "score": 7
        },
        {
          "groupName": "linkPair",
          "score": 6
        },
        {
          "groupName": "linkTextsSame",
          "score": 6
        },
        {
          "groupName": "leadingClipsText",
          "score": 6
        },
        {
          "groupName": "roleBad",
          "score": 5
        },
        {
          "groupName": "contrastRisk",
          "score": 5
        },
        {
          "groupName": "horizontalScrolling",
          "score": 5
        },
        {
          "groupName": "visibleBulk",
          "score": 3
        },
        {
          "groupName": "inconsistentStyles",
          "score": 3
        },
        {
          "groupName": "zIndexNotZero",
          "score": 3
        },
        {
          "groupName": "hiddenContentRisk",
          "score": 3
        },
        {
          "groupName": "linkConfusionRisk",
          "score": 3
        },
        {
          "groupName": "pseudoHeadingRisk",
          "score": 3
        },
        {
          "groupName": "pseudoOrderedListRisk",
          "score": 3
        },
        {
          "groupName": "scrollRisk",
          "score": 3
        },
        {
          "groupName": "noScriptRisk",
          "score": 3
        },
        {
          "groupName": "titleRedundant",
          "score": 3
        }
      ]
    }
  }
}