Accessibility digest

Synopsis
PageCandidate Bill Essayli (R)
URLhttps://essayliforassembly.com/
Requesterpool@jpdev.pro
Test date2023/06/18
Score2047
Tested byTestaro, procedure ts27
Scored byTestilo, procedure tsp27
Digested byTestilo, procedure tdp27

Introduction

This is a digest of results from a battery of web accessibility tests.

Ten different tools (Alfa, Axe, Continuum, Equal Access, HTML CodeSniffer, Nu Html Checker, QualWeb, Tenon, Testaro, and WAVE) tested the web page of Candidate Bill Essayli (R) at https://essayliforassembly.com/ to check its compliance with various rules. There were a total of about 1350 rules, classified into about 250 accessibility issues.

The results were interpreted to yield an aggregate score of 2047, where 0 would be perfect.

Total score

The total score is the sum of five components.

Score summary
ComponentScoreDescription
total2047Sum of the component scores
issue1778Severity and number of reported defects
tool266Tool-by-tool defect ratings
prevention0Failed attempts by tools to test the page
log3Browser warnings about the page
latency0Abnormal delay in page responses

Issue scores

The score of an issue depends on the severity (user impact and certainty) of the issue and on how many instances were reported (by one or more tools).

Issue scores
IssueScore
fontSizeAbsolute444
targetEmpty168
attributeBad168
duplicateID128
roleRedundant74
focusIndication72
parentMissing56
menuNavigation56
slashParseRisk34
linkIndication34
cssInvalid30
overflowHidden28
parentBad28
imageNoText24
regionNoText24
overflowHiddenRisk24
landmarkConfusion21
roleBad21
parseError21
regionConfusion18
boxSizeAbsolute18
svgImageNoText16
noHeading15
targetSize15
linkForcesNewWindow15
ariaBadAttribute12
hiddenContentRisk12
obsolete12
linkTextsSame12
buttonNoText8
textContrastAA8
pseudoNavList8
controlNoText8
sectionHeadingless8
leadingClipsText8
tabFocusability8
pseudoListRisk7
zIndexNotZero7
contentBeyondLandmarks6
navConfusion6
skipRepeatedContent6
focusableOperable6
hoverSurprise6
allCaps5
linkWindowSurpriseRisk5
inconsistentStyles5
headingLevelSkip4
contrastAAA4
contrastRisk4
headingStructure4
figureNoText4
errorReferenceBad4
tabIndexMissing4
labelClash4
titleBad4
linkPair4
repeatedContentRisk3
typeRedundant3
linkVague3
scrollRisk2
destinationLink2
mainNone2
textAlternativeRisk2
titleRedundant2
linkConfusionRisk1
labelConfusionRisk1
autocompleteNone1
linkComprehensionRisk1
ignorable0

Itemized issues

The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the complete report at the end of this page.

Issue fontSizeAbsolute

WCAG: 1.4.4

Score: 444

Complaints by alfa

Rule r74

Description: Paragraph text has an absolute font size

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T28

Description: Percent, em, or name is used for a font size

Count of instances: 222

Complaint specifics

Issue targetEmpty

WCAG: 1.3.1

Score: 168

Complaints by nuVal

Rule Bad value for attribute target on element a: Browsing context name must be at least one character long.

Description: target attribute on an a element is empty

Count of instances: 42

Complaint specifics

Issue attributeBad

WCAG: 1.3.1

Score: 168

Complaints by nuVal

Rule ^Attribute .+ not allowed on element .+ at this point.*$

Description: Attribute not allowed on this element

Count of instances: 36

Complaint specifics
Rule ^Bad value .* for attribute .+ on element .+$

Description: Attribute on this element has an invalid value

Count of instances: 6

Complaint specifics

Issue duplicateID

WCAG: 4.1.1

Score: 128

Complaints by alfa

Rule r3

Description: Element id attribute value is not unique

Count of instances: 15

Complaint specifics

Complaints by axe

Rule duplicate-id

Description: id attribute value is not unique

Count of instances: 7

Complaint specifics

Complaints by continuum

Rule 94

Description: Element contains an id attribute set to a value that is not unique in the DOM

Count of instances: 15

Complaint specifics

Complaints by htmlcs

Rule AAA.4_1_1.F77

Description: Duplicate id attribute value

Count of instances: 7

Complaint specifics

Complaints by ibm

Rule element_id_unique

Description: Element has an id attribute value that is already in use

Count of instances: 7

Complaint specifics

Complaints by nuVal

Rule ^Duplicate ID .+$|^The first occurrence of ID .* was here.*$

Description: Duplicate id

Count of instances: 32

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R18

Description: id attribute value is not unique

Count of instances: 15

Complaint specifics

Issue roleRedundant

WCAG: 4.1.2

Score: 74

Complaints by ibm

Rule aria_role_redundant

Description: Explicitly assigned ARIA role is redundant with the implicit role of the element

Count of instances: 19

Complaint specifics

Complaints by nuVal

Rule ^The .+ role is unnecessary for element .+$

Description: explicit role is redundant for its element

Count of instances: 72

Complaint specifics
Rule The textbox role is unnecessary for an input element that has no list attribute and whose type is text.

Description: explicit role is redundant for a text-type input element without a list attribute

Count of instances: 2

Complaint specifics

Complaints by testaro

Rule role

Description: Invalid, native-replacing, or redundant role

Count of instances: 45

Complaint specifics

Issue focusIndication

WCAG: 2.4.7

Score: 72

Complaints by alfa

Rule r65

Description: Element in the sequential focus order has no visible focus

Count of instances: 2

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R62

Description: Element in the sequential focus order has no visible focus

Count of instances: 18

Complaint specifics

Complaints by testaro

Rule focInd

Description: Focused element displays a nonstandard or no focus indicator

Count of instances: 3

Complaint specifics

Issue parentMissing

WCAG: 1.3.1

Score: 56

Complaints by nuVal

Rule ^An element with role=.+ must be contained in, or owned by, an element with role=.+$

Description: Element has no required container or owner

Count of instances: 14

Complaint specifics

Issue menuNavigation

WCAG: 2.1.1

Score: 56

Complaints by testaro

Rule menuNav

Description: Nonstandard keyboard navigation among focusable menu items

Count of instances: 28

Complaint specifics

Issue slashParseRisk

WCAG: 4.1

Score: 34

Complaints by nuVal

Rule Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.

Description: Void element has a useless trailing slash.

Count of instances: 34

Complaint specifics

Issue linkIndication

WCAG: 1.3.3

Score: 34

Complaints by testaro

Rule linkUl

Description: Non-underlined adjacent links

Count of instances: 17

Complaint specifics

Issue cssInvalid

WCAG: 4.1

Score: 30

Complaints by nuVal

Rule ^CSS: .+: Parse Error.*$

Description: Invalid CSS

Count of instances: 2

Complaint specifics
Rule ^CSS: .+: .+ is not a .+ value.*$

Description: Invalid value in CSS

Count of instances: 8

Complaint specifics

Issue overflowHidden

WCAG: 1.4.4

Score: 28

Complaints by alfa

Rule r83

Description: Overflow is hidden or clipped if the text is enlarged

Count of instances: 7

Complaint specifics

Issue parentBad

WCAG: 1.3.1

Score: 28

Complaints by ibm

Rule aria_parent_required

Description: Element is not contained in or owned by an element with a required role

Count of instances: 7

Complaint specifics

Complaints by nuVal

Rule ^Element .+ not allowed as child of element .+ in this context.*$

Description: Element has an invalid parent

Count of instances: 2

Complaint specifics

Issue imageNoText

WCAG: 1.1.1

Score: 24

Complaints by alfa

Rule r2

Description: Image has no accessible name

Count of instances: 6

Complaint specifics

Complaints by axe

Rule image-alt

Description: Image has no text alternative

Count of instances: 2

Complaint specifics
Rule role-img-alt

Description: Element with role img has no text alternative

Count of instances: 4

Complaint specifics

Complaints by continuum

Rule 87

Description: Element with an image, graphics-symbol, or graphics-document role has no mechanism to calculate an accessible name

Count of instances: 4

Complaint specifics
Rule 89

Description: img element has no machanism allowing an accessible name to be calculated

Count of instances: 2

Complaint specifics

Complaints by htmlcs

Rule AAA.1_1_1.H37

Description: img element has no alt attribute

Count of instances: 2

Complaint specifics

Complaints by ibm

Rule img_alt_valid

Description: Image has neither an alt attribute nor an ARIA label or title

Count of instances: 2

Complaint specifics
Rule aria_img_labelled

Description: Element with an img role has no label or an empty label

Count of instances: 4

Complaint specifics

Complaints by nuVal

Rule An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.

Description: img element has no alt attribute

Count of instances: 4

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R17

Description: Image has no accessible name

Count of instances: 6

Complaint specifics

Complaints by wave

Rule alt_missing

Description: Text alternative is missing

Count of instances: 2

Complaint specifics

Issue regionNoText

WCAG: 4.1.2

Score: 24

Complaints by alfa

Rule r40

Description: Region has no accessible name

Count of instances: 6

Complaint specifics

Complaints by continuum

Rule 1010

Description: Element with a region role has no machanism allowing an accessible name to be calculated

Count of instances: 6

Complaint specifics

Complaints by ibm

Rule aria_region_labelled

Description: Element with a region role has no label

Count of instances: 6

Complaint specifics

Issue overflowHiddenRisk

WCAG: 1.4.4

Score: 24

Complaints by qualWeb

Rule QW-ACT-R40

Description: Zoomed text node may be clipped by a CSS overflow declaration

Count of instances: 24

Complaint specifics

Issue landmarkConfusion

WCAG: 1.3.6

Score: 21

Complaints by axe

Rule landmark-unique

Description: Landmark has a role and an accessible name that are identical to another

Count of instances: 2

Complaint specifics

Complaints by ibm

Rule aria_landmark_name_unique

Description: Multiple landmarks with the same parent region are not distinguished from one another

Count of instances: 7

Complaint specifics

Issue roleBad

WCAG: 4.1.2

Score: 21

Complaints by ibm

Rule aria_role_valid

Description: ARIA role is not valid for its element

Count of instances: 7

Complaint specifics

Issue parseError

WCAG: 4.1

Score: 21

Complaints by ibm

Rule aria_child_valid

Description: Child element has a role not allowed for the role of the parent

Count of instances: 7

Complaint specifics

Issue regionConfusion

WCAG: 1.3.6

Score: 18

Complaints by ibm

Rule aria_region_label_unique

Description: Multiple elements with a region role do not have unique labels

Count of instances: 6

Complaint specifics

Issue boxSizeAbsolute

WCAG: 1.4.4

Score: 18

Complaints by qualWeb

Rule QW-BP15

Description: Element width is specified in an absolute value

Count of instances: 6

Complaint specifics

Issue svgImageNoText

WCAG: 1.1.1

Score: 16

Complaints by continuum

Rule 123

Description: svg element has no machanism allowing an accessible name to be calculated

Count of instances: 4

Complaint specifics

Issue noHeading

WCAG: 1.3.1

Score: 15

Complaints by qualWeb

Rule QW-BP1

Description: h1-h6 not used to identify headings

Count of instances: 5

Complaint specifics

Issue targetSize

WCAG: 2.5.5

Score: 15

Complaints by tenon

Rule 152

Description: Actionable element is smaller than the minimum required size

Count of instances: 5

Complaint specifics

Issue linkForcesNewWindow

WCAG: 3.2.5

Score: 15

Complaints by tenon

Rule 218

Description: Link opens in a new window without user control

Count of instances: 5

Complaint specifics

Issue ariaBadAttribute

WCAG: 4.1.2

Score: 12

Complaints by alfa

Rule r19

Description: ARIA state or property has an invalid value

Count of instances: 3

Complaint specifics

Issue hiddenContentRisk

WCAG: 4.1

Score: 12

Complaints by axe

Rule hidden-content

Description: Some content is hidden and therefore may not be testable for accessibility

Count of instances: 12

Complaint specifics

Issue obsolete

WCAG: 4.1

Score: 12

Complaints by ibm

Rule element_attribute_deprecated

Description: Element or attribute is obsolete

Count of instances: 4

Complaint specifics

Complaints by nuVal

Rule ^The .+ attribute on the .+ element is obsolete.+$

Description: Attribute is obsolete on its element

Count of instances: 4

Complaint specifics

Issue linkTextsSame

WCAG: 2.4.4

Score: 12

Complaints by tenon

Rule 98

Description: Links have the same text but different destinations

Count of instances: 6

Complaint specifics

Issue buttonNoText

WCAG: 4.1.2

Score: 8

Complaints by alfa

Rule r12

Description: Button has no accessible name

Count of instances: 2

Complaint specifics

Complaints by axe

Rule button-name

Description: Button has no discernible text

Count of instances: 2

Complaint specifics

Complaints by continuum

Rule 224

Description: button element has no machanism allowing an accessible name to be calculated

Count of instances: 2

Complaint specifics

Complaints by htmlcs

Rule AAA.4_1_2.H91.Button.Name

Description: Button element has no accessible name

Count of instances: 2

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R11

Description: Button has no accessible name

Count of instances: 2

Complaint specifics

Complaints by wave

Rule button_empty

Description: Button is empty or has no value text

Count of instances: 2

Complaint specifics

Issue textContrastAA

WCAG: 1.4.3

Score: 8

Complaints by alfa

Rule r69

Description: Text outside widget has subminimum contrast

Count of instances: 1

Complaint specifics

Complaints by axe

Rule color-contrast

Description: Element has insufficient color contrast

Count of instances: 2

Complaint specifics

Complaints by htmlcs

Rule AAA.1_4_6.G18.Fail

Description: Contrast between the text and its background is less than 4.5:1

Count of instances: 1

Complaint specifics

Complaints by wave

Rule contrast

Description: Very low contrast

Count of instances: 2

Complaint specifics

Issue pseudoNavList

WCAG: 1.3.1

Score: 8

Complaints by htmlcs

Rule AAA.1_3_1.H48

Description: Navigation links are not coded as a list

Count of instances: 2

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T32

Description: ol, ul or dl is not used for a list or group of links

Count of instances: 4

Complaint specifics

Issue controlNoText

WCAG: 4.1.2

Score: 8

Complaints by ibm

Rule input_label_exists

Description: Element with the role of a form control has no associated label

Count of instances: 2

Complaint specifics

Issue sectionHeadingless

WCAG: 1.3.1

Score: 8

Complaints by nuVal

Rule Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.

Description: section has no heading

Count of instances: 8

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T9

Description: Page is not organized using headings

Count of instances: 1

Complaint specifics

Issue leadingClipsText

WCAG: 1.4.8

Score: 8

Complaints by tenon

Rule 144

Description: Line height is insufficent to properly display the computed font size

Count of instances: 2

Complaint specifics

Issue tabFocusability

WCAG: 2.1.1

Score: 8

Complaints by testaro

Rule focAll

Description: Discrepancy between elements that should be and that are Tab-focusable

Count of instances: 4

Complaint specifics

Issue pseudoListRisk

WCAG: 1.3.1

Score: 7

Complaints by qualWeb

Rule QW-BP23

Description: List item is used nonsemantically

Count of instances: 7

Complaint specifics

Issue zIndexNotZero

WCAG: 1.4

Score: 7

Complaints by testaro

Rule zIndex

Description: Layering with nondefault z-index values

Count of instances: 7

Complaint specifics

Issue contentBeyondLandmarks

WCAG: 1.3.6

Score: 6

Complaints by alfa

Rule r57

Description: Perceivable text content is not included in any landmark

Count of instances: 3

Complaint specifics

Complaints by axe

Rule region

Description: Some page content is not contained by landmarks

Count of instances: 1

Complaint specifics

Complaints by ibm

Rule aria_content_in_landmark

Description: Content is not within a landmark element

Count of instances: 3

Complaint specifics

Issue navConfusion

WCAG: 1.3.6

Score: 6

Complaints by ibm

Rule aria_navigation_label_unique

Description: Multiple elements with the navigation role do not have unique labels

Count of instances: 2

Complaint specifics

Issue skipRepeatedContent

WCAG: 2.4.1

Score: 6

Complaints by qualWeb

Rule QW-ACT-R64

Description: Document has no heading for non-repeated content

Count of instances: 1

Complaint specifics
Rule QW-ACT-R75

Description: Blocks of repeated content cannot be bypassed

Count of instances: 1

Complaint specifics

Issue focusableOperable

WCAG: 2.1.1

Score: 6

Complaints by testaro

Rule focOp

Description: Tab-focusable elements that are inoperable or operable elements that are not focusable

Count of instances: 2

Complaint specifics

Issue hoverSurprise

WCAG: 1.4.13

Score: 6

Complaints by testaro

Rule hover

Description: Hovering is impossible or mis-indicated or changes content

Count of instances: 3

Complaint specifics

Issue allCaps

WCAG: 3.1.5

Score: 5

Complaints by alfa

Rule r72

Description: Paragraph text is uppercased

Count of instances: 2

Complaint specifics

Complaints by tenon

Rule 153

Description: Long string of text is in all caps

Count of instances: 5

Complaint specifics

Issue linkWindowSurpriseRisk

WCAG: 3.2.5

Score: 5

Complaints by htmlcs

Rule AAA.3_2_5.H83.3

Description: Link text may fail to indicate that the link will open in a new window

Count of instances: 5

Complaint specifics

Issue inconsistentStyles

WCAG: 3.2.4

Score: 5

Complaints by testaro

Rule styleDiff

Description: Heading, link, and button style inconsistencies

Count of instances: 5

Complaint specifics

Issue headingLevelSkip

WCAG: 1.3.1

Score: 4

Complaints by alfa

Rule r53

Description: Heading skips one or more levels

Count of instances: 2

Complaint specifics

Complaints by axe

Rule heading-order

Description: Heading levels do not increase by only one

Count of instances: 2

Complaint specifics

Complaints by wave

Rule heading_skipped

Description: Skipped heading level

Count of instances: 2

Complaint specifics

Issue contrastAAA

WCAG: 1.4.6

Score: 4

Complaints by alfa

Rule r66

Description: Text contrast less than AAA requires

Count of instances: 4

Complaint specifics

Complaints by axe

Rule color-contrast-enhanced

Description: Element has insufficient color contrast (Level AAA)

Count of instances: 3

Complaint specifics

Complaints by htmlcs

Rule AAA.1_4_6.G17.Fail

Description: Text has insufficient contrast

Count of instances: 3

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R76

Description: Text has less than the enhanced minimum contrast

Count of instances: 3

Complaint specifics

Issue contrastRisk

WCAG: 1.4.3

Score: 4

Complaints by htmlcs

Rule AAA.1_4_3_F24.F24.FGColour

Description: Inline foreground color may lack a complementary background color

Count of instances: 3

Complaint specifics
Rule AAA.1_4_6.G17.Abs

Description: Contrast between the absolutely positioned text and its background may be less than 7:1

Count of instances: 1

Complaint specifics

Issue headingStructure

WCAG: 1.3.1

Score: 4

Complaints by htmlcs

Rule AAA.1_3_1_AAA.G141

Description: Heading level is incorrect

Count of instances: 2

Complaint specifics

Complaints by tenon

Rule 155

Description: Headings are not structured in a hierarchical manner

Count of instances: 1

Complaint specifics

Issue figureNoText

WCAG: 1.1.1

Score: 4

Complaints by ibm

Rule figure_label_exists

Description: figure element has no associated label

Count of instances: 1

Complaint specifics

Issue errorReferenceBad

WCAG: 3.3.1

Score: 4

Complaints by qualWeb

Rule QW-ACT-R41

Description: Error message describes no invalid form field value

Count of instances: 1

Complaint specifics

Issue tabIndexMissing

WCAG: 2.1.1

Score: 4

Complaints by tenon

Rule 190

Description: Interactive item is not natively actionable, but has no tabindex=0 attribute

Count of instances: 1

Complaint specifics

Issue labelClash

WCAG: 1.3.1

Score: 4

Complaints by testaro

Rule labClash

Description: Incompatible label types

Count of instances: 2

Complaint specifics

Issue titleBad

WCAG: 1.3.1

Score: 4

Complaints by testaro

Rule titledEl

Description: title attribute belongs to an inappropriate element

Count of instances: 1

Complaint specifics

Issue linkPair

WCAG: 2.4.4

Score: 4

Complaints by wave

Rule link_redundant

Description: Adjacent links go to the same URL

Count of instances: 2

Complaint specifics

Issue repeatedContentRisk

WCAG: 2.4.1

Score: 3

Complaints by alfa

Rule r87

Description: First focusable element is not a link to the main content

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-ACT-R73

Description: Block of repeated content is not collapsible

Count of instances: 1

Complaint specifics
Rule QW-ACT-R74

Description: Document has no instrument to move focus to non-repeated content

Count of instances: 1

Complaint specifics
Rule QW-WCAG-T23

Description: No link at the top of the page that goes directly to the main content area

Count of instances: 1

Complaint specifics

Issue typeRedundant

WCAG: 1.3.1

Score: 3

Complaints by nuVal

Rule The type attribute is unnecessary for JavaScript resources.

Description: type attribute is unnecessary for a JavaScript resource

Count of instances: 3

Complaint specifics

Issue linkVague

WCAG: 2.4.4

Score: 3

Complaints by tenon

Rule 73

Description: Link text is too generic to communicate the purpose or destination

Count of instances: 1

Complaint specifics

Issue scrollRisk

WCAG: 1.4.10

Score: 2

Complaints by htmlcs

Rule AAA.1_4_10.C32,C31,C33,C38,SCR34,G206

Description: Fixed-position element may force bidirectional scrolling

Count of instances: 2

Complaint specifics

Issue destinationLink

WCAG: 1.3.1

Score: 2

Complaints by htmlcs

Rule AAA.4_1_2.H91.A.NoHref

Description: Link is misused as a link destination

Count of instances: 1

Complaint specifics

Issue mainNone

WCAG: 1.3.6

Score: 2

Complaints by qualWeb

Rule QW-ACT-R63

Description: Document has no landmark with non-repeated content

Count of instances: 1

Complaint specifics

Issue textAlternativeRisk

WCAG: 1

Score: 2

Complaints by qualWeb

Rule QW-WCAG-T8

Description: Text alternative is not an alternative

Count of instances: 2

Complaint specifics

Issue titleRedundant

WCAG: 1.3.1

Score: 2

Complaints by tenon

Rule 79

Description: Link has a title attribute that is the same as the text inside the link

Count of instances: 2

Complaint specifics

Issue linkConfusionRisk

WCAG: 2.4.4

Score: 1

Complaints by axe

Rule identical-links-same-purpose

Description: Links with the same accessible name may serve dissimilar purposes

Count of instances: 1

Complaint specifics

Issue labelConfusionRisk

WCAG: 3.3.2

Score: 1

Complaints by ibm

Rule input_label_before

Description: Label text is after its text input or select element

Count of instances: 1

Complaint specifics

Complaints by qualWeb

Rule QW-WCAG-T17

Description: label not positioned to maximize the predictability of the relationship

Count of instances: 1

Complaint specifics

Issue autocompleteNone

WCAG: 1.3.5

Score: 1

Complaints by testaro

Rule autocomplete

Description: Name or email input is missing its required autocomplete attribute

Count of instances: 1

Complaint specifics

Issue linkComprehensionRisk

WCAG: 2.4.4

Score: 1

Complaints by wave

Rule link_suspicious

Description: Suspicious link text

Count of instances: 1

Complaint specifics

Issue ignorable

WCAG: N/A

Score: 0

Complaints by qualWeb

Rule QW-WCAG-T20

Description: Link text is not supplemented with a title attribute

Count of instances: 2

Complaint specifics

Complete report

{
  "id": "18ixx-ts27-caAD63-c",
  "what": "accessibility tests",
  "strict": true,
  "timeLimit": 330,
  "acts": [
    {
      "type": "launch",
      "which": "webkit",
      "startTime": 1687102170834,
      "endTime": 1687102171376
    },
    {
      "type": "url",
      "which": "https://essayliforassembly.com/",
      "what": "Candidate Bill Essayli (R)",
      "startTime": 1687102171376,
      "result": {
        "url": "https://essayliforassembly.com/"
      },
      "endTime": 1687102172412
    },
    {
      "type": "tenonRequest",
      "id": "a",
      "withNewContent": false,
      "what": "Tenon API version 2 test request, with page content",
      "startTime": 1687102172412,
      "url": "https://essayliforassembly.com/",
      "endTime": 1687102173934
    },
    {
      "type": "test",
      "which": "testaro",
      "what": "Testaro",
      "withItems": true,
      "rules": [
        "y",
        "motion"
      ],
      "startTime": 1687102173935,
      "url": "https://essayliforassembly.com/",
      "result": {
        "rules": {
          "motion": {
            "what": "motion without user request",
            "data": {
              "bytes": [
                348546,
                348546,
                348546,
                348546,
                348546
              ],
              "localRatios": [
                1,
                1,
                1,
                1
              ],
              "meanLocalRatio": 1,
              "maxLocalRatio": 1,
              "globalRatio": 1,
              "pixelChanges": [
                0,
                0,
                0,
                0
              ],
              "meanPixelChange": 0,
              "maxPixelChange": 0,
              "changeFrequency": 0
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          0
        ],
        "instances": []
      },
      "endTime": 1687102187092
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687102187093,
      "endTime": 1687102187601
    },
    {
      "type": "url",
      "which": "https://essayliforassembly.com/",
      "what": "Candidate Bill Essayli (R)",
      "startTime": 1687102187602,
      "result": {
        "url": "https://essayliforassembly.com/"
      },
      "endTime": 1687102188028
    },
    {
      "type": "test",
      "which": "alfa",
      "startTime": 1687102188028,
      "url": "https://essayliforassembly.com/",
      "what": "alfa",
      "result": {
        "totals": {
          "failures": 50,
          "warnings": 5
        },
        "items": [
          {
            "index": 47,
            "verdict": "failed",
            "rule": {
              "ruleID": "r12",
              "ruleSummary": "Buttons have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r12",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[1]",
              "codeLines": [
                "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\">",
                "  <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\">",
                "    <path fill-rule=\"evenodd\" d=\"M15.836 19.774c.335.294.84.04.84-.423l.02-14.813c.001-.447-.48-.698-.81-.425l-8.693 7.204a.56.56 0 0 0-.01.836l8.653 7.621z\"></path>",
                "  </svg>",
                "</button>"
              ]
            }
          },
          {
            "index": 48,
            "verdict": "failed",
            "rule": {
              "ruleID": "r12",
              "ruleSummary": "Buttons have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r12",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#name-role-value",
                  "chapter": "4.1.2",
                  "title": "Name, Role, Value"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[2]",
              "codeLines": [
                "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\">",
                "  <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\">",
                "    <path fill-rule=\"evenodd\" d=\"M7.861 4.125c-.335-.293-.84-.039-.84.424L7 19.362c0 .446.481.697.811.424l8.693-7.203a.56.56 0 0 0 .011-.836L7.861 4.125z\"></path>",
                "  </svg>",
                "</button>"
              ]
            }
          },
          {
            "index": 129,
            "verdict": "failed",
            "rule": {
              "ruleID": "r19",
              "ruleSummary": "aria-* states and properties have a valid value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r19",
              "requirements": []
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-level",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/span[1]/@aria-level",
              "codeLines": [
                "aria-level=\"NaN\""
              ]
            }
          },
          {
            "index": 131,
            "verdict": "failed",
            "rule": {
              "ruleID": "r19",
              "ruleSummary": "aria-* states and properties have a valid value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r19",
              "requirements": []
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-level",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/span[2]/@aria-level",
              "codeLines": [
                "aria-level=\"NaN\""
              ]
            }
          },
          {
            "index": 133,
            "verdict": "failed",
            "rule": {
              "ruleID": "r19",
              "ruleSummary": "aria-* states and properties have a valid value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r19",
              "requirements": []
            },
            "target": {
              "type": "attribute",
              "tagName": "aria-level",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/span[3]/@aria-level",
              "codeLines": [
                "aria-level=\"NaN\""
              ]
            }
          },
          {
            "index": 154,
            "verdict": "failed",
            "rule": {
              "ruleID": "r2",
              "ruleSummary": "Images have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r2",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#non-text-content",
                  "chapter": "1.1.1",
                  "title": "Non-text Content"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94",
                  "name": "G94",
                  "title": "Providing short text alternative for non-text content that serves the same purpose"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95",
                  "name": "G95",
                  "title": "Providing short text alternatives that provide a brief description of the non-text"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "img",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/figure[1]/img[1]",
              "codeLines": [
                "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Smal..."
              ]
            }
          },
          {
            "index": 155,
            "verdict": "failed",
            "rule": {
              "ruleID": "r2",
              "ruleSummary": "Images have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r2",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#non-text-content",
                  "chapter": "1.1.1",
                  "title": "Non-text Content"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94",
                  "name": "G94",
                  "title": "Providing short text alternative for non-text content that serves the same purpose"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95",
                  "name": "G95",
                  "title": "Providing short text alternatives that provide a brief description of the non-text"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "img",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/span[1]/img[1]",
              "codeLines": [
                "<img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" src=\"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=\" srcset=\"//img1.wsimg.com/..."
              ]
            }
          },
          {
            "index": 156,
            "verdict": "failed",
            "rule": {
              "ruleID": "r2",
              "ruleSummary": "Images have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r2",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#non-text-content",
                  "chapter": "1.1.1",
                  "title": "Non-text Content"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94",
                  "name": "G94",
                  "title": "Providing short text alternative for non-text content that serves the same purpose"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95",
                  "name": "G95",
                  "title": "Providing short text alternatives that provide a brief description of the non-text"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]",
              "codeLines": [
                "<div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-a7 c1-a8 c1-a9 c1-aa c1-ab c1-ac c1-ad c1-ae c1-af c1-ag c1-ah c1-ai c1-aj c1-ak c1-al c1-am c1-an c1-ao c1-ap c1-aq c1-ar c1-d c1-e c1-f c1-g\"></div>",
                "</div>"
              ]
            }
          },
          {
            "index": 157,
            "verdict": "failed",
            "rule": {
              "ruleID": "r2",
              "ruleSummary": "Images have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r2",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#non-text-content",
                  "chapter": "1.1.1",
                  "title": "Non-text Content"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94",
                  "name": "G94",
                  "title": "Providing short text alternative for non-text content that serves the same purpose"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95",
                  "name": "G95",
                  "title": "Providing short text alternatives that provide a brief description of the non-text"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]",
              "codeLines": [
                "<div role=\"img\" data-aid=\"GALLERY_IMAGE1_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-as c1-at c1-au c1-av c1-aw c1-ax c1-ay c1-az c1-b0 c1-b1 c1-b2 c1-b3 c1-b4 c1-b5 c1-b6 c1-b7 c1-b8 c1-b9 c1-ba c1-bb c1-bc c1-d c1-e c1-f c1-g\"></div>",
                "</div>"
              ]
            }
          },
          {
            "index": 158,
            "verdict": "failed",
            "rule": {
              "ruleID": "r2",
              "ruleSummary": "Images have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r2",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#non-text-content",
                  "chapter": "1.1.1",
                  "title": "Non-text Content"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94",
                  "name": "G94",
                  "title": "Providing short text alternative for non-text content that serves the same purpose"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95",
                  "name": "G95",
                  "title": "Providing short text alternatives that provide a brief description of the non-text"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/div[1]",
              "codeLines": [
                "<div role=\"img\" data-aid=\"GALLERY_IMAGE6_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-bd c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-be c1-bf c1-bg c1-bh c1-bi c1-bj c1-bk c1-bl c1-bm c1-bn c1-bo c1-bp c1-bq c1-br c1-bs c1-bt c1-bu c1-bv c1-bw c1-bx c1-by c1-d c1-e c1-f c1-g\"></div>",
                "</div>"
              ]
            }
          },
          {
            "index": 159,
            "verdict": "failed",
            "rule": {
              "ruleID": "r2",
              "ruleSummary": "Images have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r2",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#non-text-content",
                  "chapter": "1.1.1",
                  "title": "Non-text Content"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94",
                  "name": "G94",
                  "title": "Providing short text alternative for non-text content that serves the same purpose"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95",
                  "name": "G95",
                  "title": "Providing short text alternatives that provide a brief description of the non-text"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]",
              "codeLines": [
                "<div role=\"img\" data-aid=\"COUNTDOWN_IMAGE_RENDERED\" data-ux=\"Background\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-cv c1-71 c1-cd c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-cw c1-cx c1-cy c1-cz c1-d0 c1-d1 c1-d2 c1-d3 c1-d4 c1-d5 c1-d6 c1-d7 c1-d8 c1-d9 c1-da c1-db c1-dc c1-dd c1-de c1-df c1-dg c1-d c1-e c1-f c1-g\"></div>",
                "</div>"
              ]
            }
          },
          {
            "index": 264,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]",
              "codeLines": [
                "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-31586\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div>",
                "    <section data-ux=\"Section\" data-aid=\"HEADER_SECTION\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-j c1-b c1-c c1-k c1-l c1-m c1-n c1-o c1-p c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "      <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-t c1-b c1-c c1-u c1-d c1-e c1-f c1-g\">",
                "        <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          <div data-ux=\"ContainerFluid\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-s c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "            <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-b c1-c c1-d c1-11 c1-e c1-f c1-g\">",
                "              <nav data-ux=\"Container\" class=\"x-el x-el-nav c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-4 c1-12 c1-13 c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "                <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-18 c1-19 c1-1a c1-1b c1-1c c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1d c1-1e c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                "                  <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1f c1-1g c1-1h c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                    <div data-ux=\"Block\" data-aid=\"HEADER_LOGO_RENDERED\" class=\"x-el x-el-div c1-1i c1-1j c1-1k c1-c c1-1l c1-1m c1-1n c1-1o c1-d c1-e c1-f c1-g\">",
                "                      <a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b...",
                "                        <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-25 c1-26 c1-27 c1-28 c1-29 c1-b c1-c c1-d c1-2a c1-e c1-f c1-g\">",
                "                          <img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true...",
                "                        </div>",
                "                      </a>",
                "                    </div>",
                "                  </div>",
                "                  <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-31 c1-1b c1-1e c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                "                </div>",
                "                <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-18 c1-19 c1-1a c1-1b c1-1c c1-32 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"Block\" id=\"navBar-31587\" class=\"x-el x-el-div c1-1 c1-2 c1-18 c1-19 c1-1f c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                    <nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-z c1-33 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                      <ul data-ux=\"List\" id=\"nav-31589\" class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-s c1-25 c1-26 c1-27 c1-28 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"white-space: nowrap;\">",
                "                        <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">",
                "                          <a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3l c1-b c1-3m c1-3n...",
                "                            Home",
                "                          </a>",
                "                        </li>",
                "                        <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">",
                "                          <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z ...",
                "                            Meet Bill",
                "                          </a>",
                "                        </li>",
                "                        <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">",
                "                          <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" href=\"/campaign-updates\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y...",
                "                            Campaign Updates",
                "                          </a>",
                "                        </li>",
                "                        <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">",
                "                          <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-...",
                "                            Endorsements",
                "                          </a>",
                "                        </li>",
                "                        <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">",
                "                          <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-4...",
                "                            Media",
                "                          </a>",
                "                        </li>",
                "                        <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">",
                "                          <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" href=\"/contact-us\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z...",
                "                            Contact Us",
                "                          </a>",
                "                        </li>",
                "                        <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">",
                "                          <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-...",
                "                            Donate",
                "                          </a>",
                "                        </li>",
                "                        <li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g\" style=\"visibility: hidden; display: none;\">",
                "                          <div data-ux=\"Element\" id=\"bs-1\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                            <span data-ux=\"Element\" class=\"x-el x-el-span c2-1 c2-2 c2-3 c2-4 c2-5 c2-6 c2-7 c2-8\">",
                "                              <a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavLinkDropdown\" data-toggle-ignore=\"true\" id=\"1\" aria-expanded=\"false\" data-aid=\"NAV_MORE\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c2-9 c2-a c2-b c2-c c2-d c2-e c2-f c2-g ...",
                "                                <div data-aid=\"NAV_MORE\" style=\"pointer-events: none; display: flex; align-items: center;\">",
                "                                  <span style=\"margin-right: 4px;\">",
                "                                    More",
                "                                  </span>",
                "                                  <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-svg c2-1 c2-2 c2-q c2-r c2-s c2-t c2-u c2-v c2-f c2-3 c2-i c2-m c2-n c2-o c2-p\">",
                "                                    <path fill-rule=\"evenodd\" d=\"M19.774 7.86c.294-.335.04-.839-.423-.84L4.538 7c-.447-.001-.698.48-.425.81l7.204 8.693a.56.56 0 0 0 .836.011l7.621-8.654z\"></path>",
                "                                  </svg>",
                "                                </div>",
                "                              </a>",
                "                            </span>",
                "                          </div>",
                "                          <ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-31590\" class=\"x-el x-el-ul c1-1 c1-2 c1-48 c1-49 c1-3 c1-4a c1-4b c1-4c c1-4d c1-4e c1-4f c1-4g c1-3e c1-4h c1-4i c1-10 c1-4j c1-b c1-c c1-4k c1-4l c1-d c1-e c1-f c1-g\">",
                "                            <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">",
                "                              <a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s...",
                "                                Home",
                "                              </a>",
                "                            </li>",
                "                            <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">",
                "                              <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c...",
                "                                Meet Bill",
                "                              </a>",
                "                            </li>",
                "                            <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">",
                "                              <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/campaign-updates\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j ...",
                "                                Campaign Updates",
                "                              </a>",
                "                            </li>",
                "                            <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">",
                "                              <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1...",
                "                                Endorsements",
                "                              </a>",
                "                            </li>",
                "                            <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">",
                "                              <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s...",
                "                                Media",
                "                              </a>",
                "                            </li>",
                "                            <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">",
                "                              <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/contact-us\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r ...",
                "                                Contact Us",
                "                              </a>",
                "                            </li>",
                "                            <li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">",
                "                              <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1...",
                "                                Donate",
                "                              </a>",
                "                            </li>",
                "                          </ul>",
                "                        </li>",
                "                      </ul>",
                "                    </nav>",
                "                  </div>",
                "                </div>",
                "              </nav>",
                "            </div>",
                "            <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-b c1-c c1-d c1-4u c1-e c1-f c1-g\">",
                "              <nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4 c1-19 c1-1a c1-1b c1-1c c1-32 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4v c1-25 c1-26 c1-27 c1-28 c1-29 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                    <div data-ux=\"Element\" id=\"bs-2\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                      <a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31607\" aria-expanded=\"false\" toggleid=\"n-31586-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon...",
                "                        <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconHamburger\" class=\"x-el x-el-svg c1-1 c1-2 c1-21 c1-1i c1-3c c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                          <path fill-rule=\"evenodd\" d=\"M19 8H5a1 1 0 1 1 0-2h14a1 1 0 0 1 0 2zm0 5.097H5a1 1 0 1 1 0-2h14a1 1 0 1 1 0 2zm0 5.25H5a1 1 0 1 1 0-2h14a1 1 0 1 1 0 2z\"></path>",
                "                        </svg>",
                "                      </a>",
                "                    </div>",
                "                  </div>",
                "                  <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4w c1-1g c1-19 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                    <div data-ux=\"Block\" data-aid=\"HEADER_LOGO_RENDERED\" class=\"x-el x-el-div c1-1i c1-1j c1-1k c1-c c1-1l c1-1m c1-1n c1-1o c1-d c1-e c1-f c1-g\">",
                "                      <a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b...",
                "                        <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-25 c1-26 c1-27 c1-28 c1-29 c1-b c1-c c1-d c1-2a c1-e c1-f c1-g\">",
                "                          <img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true...",
                "                        </div>",
                "                      </a>",
                "                    </div>",
                "                  </div>",
                "                  <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4v c1-25 c1-26 c1-27 c1-28 c1-29 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                "                </div>",
                "                <div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-31586-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-4x c1-4y c1-4z c1-4 c1-50 c1-4i c1-51 c1-52 c1-53 c1-54 c1-55 c1-56 c1-57 c1-58 c1-19 c1-59 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-x c1-y c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                    <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"NavigationDrawerCloseIcon\" data-edit-interactive=\"true\" data-close=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-5a c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-1v c1-5b c1-5c c1-4e c1-5d c1-5e c1-5f c1-b c1-23...",
                "                      <path fill-rule=\"evenodd\" d=\"M19.245 4.313a1.065 1.065 0 0 0-1.508 0L11.78 10.27 5.82 4.313A1.065 1.065 0 1 0 4.312 5.82l5.958 5.958-5.958 5.959a1.067 1.067 0 0 0 1.508 1.508l5.959-5.958 5.958 5.958a1.065 1.065 0 1 0 1.508-1.508l-5.958-5.959 5.958-5.958a1.065 1.065 0 0 0 0-1.50...",
                "                    </svg>",
                "                  </div>",
                "                  <div data-ux=\"NavigationDrawerContainer\" id=\"n-31586-navContainerId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-3d c1-5k c1-z c1-4i c1-5l c1-4 c1-5m c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "                    <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1d c1-1b c1-5n c1-59 c1-5o c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                "                    <div data-ux=\"Block\" id=\"n-31586-navLinksContentId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                      <ul data-ux=\"NavigationDrawerList\" id=\"n-31586-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                        <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">",
                "                          <a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-1...",
                "                            <span>",
                "                              Home",
                "                            </span>",
                "                          </a>",
                "                        </li>",
                "                        <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">",
                "                          <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/meet-bill\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t ...",
                "                            <span>",
                "                              Meet Bill",
                "                            </span>",
                "                          </a>",
                "                        </li>",
                "                        <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">",
                "                          <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/campaign-updates\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s...",
                "                            <span>",
                "                              Campaign Updates",
                "                            </span>",
                "                          </a>",
                "                        </li>",
                "                        <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">",
                "                          <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-...",
                "                            <span>",
                "                              Endorsements",
                "                            </span>",
                "                          </a>",
                "                        </li>",
                "                        <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">",
                "                          <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/media\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-1...",
                "                            <span>",
                "                              Media",
                "                            </span>",
                "                          </a>",
                "                        </li>",
                "                        <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">",
                "                          <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t...",
                "                            <span>",
                "                              Contact Us",
                "                            </span>",
                "                          </a>",
                "                        </li>",
                "                        <li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">",
                "                          <a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/donate\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-...",
                "                            <span>",
                "                              Donate",
                "                            </span>",
                "                          </a>",
                "                        </li>",
                "                      </ul>",
                "                      <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-3k c1-d c1-4u c1-e c1-f c1-g\"></div>",
                "                    </div>",
                "                  </div>",
                "                </div>",
                "              </nav>",
                "            </div>",
                "          </div>",
                "        </div>",
                "        <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-25 c1-27 c1-2b c1-2c c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "          <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-b c1-c c1-62 c1-63 c1-64 c1-d c1-e c1-f c1-g\">",
                "            <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-19 c1-1f c1-1b c1-58 c1-b c1-c c1-65 c1-d c1-e c1-f c1-g\">",
                "              <figure data-ux=\"WrapperImage\" class=\"x-el x-el-figure c1-1 c1-2 c1-s c1-1i c1-2b c1-35 c1-2c c1-34 c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                <img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Pr...",
                "              </figure>",
                "            </div>",
                "            <div data-ux=\"Hero\" class=\"x-el x-el-div c1-1 c1-2 c1-1g c1-19 c1-59 c1-6b c1-1f c1-1b c1-x c1-y c1-52 c1-6c c1-4x c1-b c1-c c1-14 c1-6d c1-6e c1-6f c1-6g c1-6h c1-6i c1-d c1-6j c1-6k c1-6l c1-e c1-f c1-g\">",
                "              <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-59 c1-1f c1-1b c1-50 c1-4 c1-b c1-c c1-6m c1-d c1-e c1-f c1-g\">",
                "                <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-6n c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-34 c1-35 c1-28 c1-26 c1-z c1-6o c1-25 c1-27 c1-2b c1-2c c1-29 c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "                    <div data-ux=\"Element\" id=\"tagline-container-31617\" class=\"x-el x-el-div c1-1 c1-2 c1-1s c1-1t c1-6p c1-3k c1-s c1-z c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"\">",
                "                      <h1 role=\"heading\" aria-level=\"1\" data-ux=\"Tagline\" data-aid=\"HEADER_TAGLINE_RENDERED\" id=\"dynamic-tagline-31618\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-6q c1-2 c1-1s c1-1t c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-1i c1-z c1-4 c1-s c1-1j c1-3m c1-6t c1-3o c1-6u c1-6v...",
                "                        It's time to restore common sense in Sacramento",
                "                      </h1>",
                "                      <span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-...",
                "                        It's time to restore common sense in Sacramento",
                "                      </span>",
                "                      <span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-2...",
                "                        It's time to restore common sense in Sacramento",
                "                      </span>",
                "                      <span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20...",
                "                        It's time to restore common sense in Sacramento",
                "                      </span>",
                "                    </div>",
                "                  </div>",
                "                  <div data-ux=\"HeroText\" data-aid=\"HEADER_TAGLINE2_RENDERED\" fontscalemultiplier=\"1.12\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-6r c1-72 c1-73 c1-74 c1-75 c1-1i c1-4 c1-6n c1-v c1-w c1-b c1-39 c1-76 c1-3o c1-77 c1-78 c1-79...",
                "                    <p style=\"margin:0\">",
                "                      <span>",
                "                        Join Bill's campaign for a brighter future in California!",
                "                      </span>",
                "                    </p>",
                "                  </div>",
                "                  <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4 c1-19 c1-7g c1-7h c1-7i c1-1f c1-7j c1-b c1-c c1-7k c1-d c1-e c1-f c1-g\">",
                "                    <div style=\"max-width:100%\">",
                "                      <a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-tccl=\"ux2.header.cta_button...",
                "                        DONATE",
                "                      </a>",
                "                    </div>",
                "                  </div>",
                "                </div>",
                "              </div>",
                "            </div>",
                "          </div>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 265,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "img",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/img[1]",
              "codeLines": [
                "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/..."
              ]
            }
          },
          {
            "index": 273,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "img",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/img[1]",
              "codeLines": [
                "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/..."
              ]
            }
          },
          {
            "index": 280,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]",
              "codeLines": [
                "<div id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"widget widget-video widget-video-video-1\">",
                "  <div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "    <div>",
                "      <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "        <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "          <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "            <div data-ux=\"Video\" poster=\"https://i.vimeocdn.com/video/1339407161-ad4a2b584885add7c749379c9092b6778d8fbd11a1af211171ffb0e5556c5e7c-d_1920x1080?r=pad\" hashcode=\"16cdb413f0\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4 c1-b c1-c c1-7x c1-7y c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e ...",
                "              <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-58 c1-7z c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                <div data-ux=\"Element\" id=\"bs-3\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"EmbedContainer\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-80 c1-58 c1-z c1-81 c1-28 c1-26 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                "                </div>",
                "              </div>",
                "            </div>",
                "          </div>",
                "        </div>",
                "      </section>",
                "    </div>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 281,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]",
              "codeLines": [
                "<div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div>",
                "    <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "      <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "        <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          <div data-ux=\"Video\" poster=\"https://i.vimeocdn.com/video/1339407161-ad4a2b584885add7c749379c9092b6778d8fbd11a1af211171ffb0e5556c5e7c-d_1920x1080?r=pad\" hashcode=\"16cdb413f0\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4 c1-b c1-c c1-7x c1-7y c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1...",
                "            <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-58 c1-7z c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "              <div data-ux=\"Element\" id=\"bs-3\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                <div data-ux=\"EmbedContainer\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-80 c1-58 c1-z c1-81 c1-28 c1-26 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                "              </div>",
                "            </div>",
                "          </div>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 283,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]",
              "codeLines": [
                "<div id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"widget widget-content widget-content-content-6\">",
                "  <div data-ux=\"Widget\" role=\"region\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "    <div>",
                "      <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "        <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "          <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-4n c1-1f c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\">",
                "            <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-8b c1-z c1-25 c1-8c c1-27 c1-8d c1-8e c1-b c1-c c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-d c1-8l c1-8m c1-8n c1-e c1-f c1-g\">",
                "              <div data-ux=\"ContentBasic\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-19 c1-59 c1-4 c1-8o c1-1b c1-1g c1-8p c1-8q c1-b c1-c c1-8r c1-8s c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                <h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">",
                "                  Meet Bill Essayli",
                "                </h4>",
                "                <div data-ux=\"ContentText\" alignment=\"center\" data-aid=\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\" fontscalemultiplier=\"1.26\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 ...",
                "                  <p style=\"margin:0\">",
                "                    <span>",
                "                      Bill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficking, identity theft and white-collar fraud. Toda...",
                "                    </span>",
                "                  </p>",
                "                  <p style=\"margin:0\">",
                "                    <span>",
                "                      <br>",
                "                    </span>",
                "                  </p>",
                "                  <p style=\"margin:0\">",
                "                    <span>",
                "                      Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.",
                "                    </span>",
                "                  </p>",
                "                </div>",
                "              </div>",
                "            </div>",
                "            <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-8b c1-z c1-25 c1-8c c1-27 c1-8d c1-9t c1-1g c1-b c1-c c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-d c1-9u c1-9v c1-9w c1-9x c1-e c1-f c1-g\">",
                "              <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1g c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" src=\"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=\" srcset=...",
                "                </span>",
                "              </div>",
                "            </div>",
                "          </div>",
                "        </div>",
                "      </section>",
                "    </div>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 284,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]",
              "codeLines": [
                "<div data-ux=\"Widget\" role=\"region\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div>",
                "    <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "      <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "        <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-4n c1-1f c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\">",
                "          <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-8b c1-z c1-25 c1-8c c1-27 c1-8d c1-8e c1-b c1-c c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-d c1-8l c1-8m c1-8n c1-e c1-f c1-g\">",
                "            <div data-ux=\"ContentBasic\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-19 c1-59 c1-4 c1-8o c1-1b c1-1g c1-8p c1-8q c1-b c1-c c1-8r c1-8s c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "              <h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">",
                "                Meet Bill Essayli",
                "              </h4>",
                "              <div data-ux=\"ContentText\" alignment=\"center\" data-aid=\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\" fontscalemultiplier=\"1.26\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1...",
                "                <p style=\"margin:0\">",
                "                  <span>",
                "                    Bill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficking, identity theft and white-collar fraud. Today,...",
                "                  </span>",
                "                </p>",
                "                <p style=\"margin:0\">",
                "                  <span>",
                "                    <br>",
                "                  </span>",
                "                </p>",
                "                <p style=\"margin:0\">",
                "                  <span>",
                "                    Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.",
                "                  </span>",
                "                </p>",
                "              </div>",
                "            </div>",
                "          </div>",
                "          <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-8b c1-z c1-25 c1-8c c1-27 c1-8d c1-9t c1-1g c1-b c1-c c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-d c1-9u c1-9v c1-9w c1-9x c1-e c1-f c1-g\">",
                "            <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1g c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "              <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                <img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" src=\"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=\" srcset=\"/...",
                "              </span>",
                "            </div>",
                "          </div>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 285,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]",
              "codeLines": [
                "<div id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"widget widget-gallery widget-gallery-gallery-3\">",
                "  <div data-ux=\"Widget\" role=\"region\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "    <div>",
                "      <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "        <div data-ux=\"Element\" id=\"bs-4\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          <div>",
                "            <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "              <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\">",
                "                <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-8b c1-z c1-25 c1-8c c1-27 c1-8d c1-b c1-c c1-8h c1-8i c1-8j c1-8k c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"Carousel\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                    <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                      <div class=\"carousel\" style=\"width:100%;height:auto\">",
                "                        <div class=\"carousel-container-inner\" style=\"width:100%;height:auto;margin-bottom:0\">",
                "                          <div class=\"carousel-viewport\" style=\"padding-bottom:56.25%;width:100%;height:auto\">",
                "                            <ul class=\"carousel-track\" style=\"line-height:0\">",
                "                              <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"0\" class=\"carousel-slide carousel-slide-selected carousel-slide-fade\">",
                "                                <div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                                  <div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-a7 c1-a8 c1-a9 c1-aa c1-ab c1-ac c1-ad c1-ae c1-af c1-ag c1-ah c1-ai c1-aj c1-ak c1-al c1-am c1-an c1-ao c1-ap c1-aq c1-ar c1-d c1-e c1-f c1-g\"><...",
                "                                </div>",
                "                              </li>",
                "                              <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"1\" class=\"carousel-slide carousel-slide-fade\">",
                "                                <div role=\"img\" data-aid=\"GALLERY_IMAGE1_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                                  <div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-as c1-at c1-au c1-av c1-aw c1-ax c1-ay c1-az c1-b0 c1-b1 c1-b2 c1-b3 c1-b4 c1-b5 c1-b6 c1-b7 c1-b8 c1-b9 c1-ba c1-bb c1-bc c1-d c1-e c1-f c1-g\"><...",
                "                                </div>",
                "                              </li>",
                "                              <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"2\" class=\"carousel-slide carousel-slide-fade\">",
                "                                <div></div>",
                "                              </li>",
                "                              <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"3\" class=\"carousel-slide carousel-slide-fade carousel-slide-loading\"></li>",
                "                              <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"4\" class=\"carousel-slide carousel-slide-fade carousel-slide-loading\"></li>",
                "                              <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"5\" class=\"carousel-slide carousel-slide-fade\">",
                "                                <div></div>",
                "                              </li>",
                "                              <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"6\" class=\"carousel-slide carousel-slide-fade\">",
                "                                <div role=\"img\" data-aid=\"GALLERY_IMAGE6_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                                  <div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-bd c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-be c1-bf c1-bg c1-bh c1-bi c1-bj c1-bk c1-bl c1-bm c1-bn c1-bo c1-bp c1-bq c1-br c1-bs c1-bt c1-bu c1-bv c1-bw c1-bx c1-by c1-d c1-e c1-f c1-g\"><...",
                "                                </div>",
                "                              </li>",
                "                            </ul>",
                "                          </div>",
                "                          <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-bz c1-c0 c1-b c1-c c1-c1 c1-d c1-e c1-f c1-g\">",
                "                            <button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u...",
                "                              <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\">",
                "                                <path fill-rule=\"evenodd\" d=\"M15.836 19.774c.335.294.84.04.84-.423l.02-14.813c.001-.447-.48-.698-.81-.425l-8.693 7.204a.56.56 0 0 0-.01.836l8.653 7.621z\"></path>",
                "                              </svg>",
                "                            </button>",
                "                            <button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1...",
                "                              <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\">",
                "                                <path fill-rule=\"evenodd\" d=\"M7.861 4.125c-.335-.293-.84-.039-.84.424L7 19.362c0 .446.481.697.811.424l8.693-7.203a.56.56 0 0 0 .011-.836L7.861 4.125z\"></path>",
                "                              </svg>",
                "                            </button>",
                "                          </div>",
                "                        </div>",
                "                      </div>",
                "                    </div>",
                "                  </div>",
                "                </div>",
                "              </div>",
                "            </div>",
                "          </div>",
                "        </div>",
                "      </section>",
                "    </div>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 286,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]",
              "codeLines": [
                "<div data-ux=\"Widget\" role=\"region\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div>",
                "    <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "      <div data-ux=\"Element\" id=\"bs-4\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "        <div>",
                "          <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "            <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\">",
                "              <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-8b c1-z c1-25 c1-8c c1-27 c1-8d c1-b c1-c c1-8h c1-8i c1-8j c1-8k c1-d c1-e c1-f c1-g\">",
                "                <div data-ux=\"Carousel\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                    <div class=\"carousel\" style=\"width:100%;height:auto\">",
                "                      <div class=\"carousel-container-inner\" style=\"width:100%;height:auto;margin-bottom:0\">",
                "                        <div class=\"carousel-viewport\" style=\"padding-bottom:56.25%;width:100%;height:auto\">",
                "                          <ul class=\"carousel-track\" style=\"line-height:0\">",
                "                            <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"0\" class=\"carousel-slide carousel-slide-selected carousel-slide-fade\">",
                "                              <div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                                <div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-a7 c1-a8 c1-a9 c1-aa c1-ab c1-ac c1-ad c1-ae c1-af c1-ag c1-ah c1-ai c1-aj c1-ak c1-al c1-am c1-an c1-ao c1-ap c1-aq c1-ar c1-d c1-e c1-f c1-g\"></d...",
                "                              </div>",
                "                            </li>",
                "                            <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"1\" class=\"carousel-slide carousel-slide-fade\">",
                "                              <div role=\"img\" data-aid=\"GALLERY_IMAGE1_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                                <div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-as c1-at c1-au c1-av c1-aw c1-ax c1-ay c1-az c1-b0 c1-b1 c1-b2 c1-b3 c1-b4 c1-b5 c1-b6 c1-b7 c1-b8 c1-b9 c1-ba c1-bb c1-bc c1-d c1-e c1-f c1-g\"></d...",
                "                              </div>",
                "                            </li>",
                "                            <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"2\" class=\"carousel-slide carousel-slide-fade\">",
                "                              <div></div>",
                "                            </li>",
                "                            <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"3\" class=\"carousel-slide carousel-slide-fade carousel-slide-loading\"></li>",
                "                            <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"4\" class=\"carousel-slide carousel-slide-fade carousel-slide-loading\"></li>",
                "                            <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"5\" class=\"carousel-slide carousel-slide-fade\">",
                "                              <div></div>",
                "                            </li>",
                "                            <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"6\" class=\"carousel-slide carousel-slide-fade\">",
                "                              <div role=\"img\" data-aid=\"GALLERY_IMAGE6_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                                <div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-bd c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-be c1-bf c1-bg c1-bh c1-bi c1-bj c1-bk c1-bl c1-bm c1-bn c1-bo c1-bp c1-bq c1-br c1-bs c1-bt c1-bu c1-bv c1-bw c1-bx c1-by c1-d c1-e c1-f c1-g\"></d...",
                "                              </div>",
                "                            </li>",
                "                          </ul>",
                "                        </div>",
                "                        <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-bz c1-c0 c1-b c1-c c1-c1 c1-d c1-e c1-f c1-g\">",
                "                          <button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c...",
                "                            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\">",
                "                              <path fill-rule=\"evenodd\" d=\"M15.836 19.774c.335.294.84.04.84-.423l.02-14.813c.001-.447-.48-.698-.81-.425l-8.693 7.204a.56.56 0 0 0-.01.836l8.653 7.621z\"></path>",
                "                            </svg>",
                "                          </button>",
                "                          <button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3...",
                "                            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\">",
                "                              <path fill-rule=\"evenodd\" d=\"M7.861 4.125c-.335-.293-.84-.039-.84.424L7 19.362c0 .446.481.697.811.424l8.693-7.203a.56.56 0 0 0 .011-.836L7.861 4.125z\"></path>",
                "                            </svg>",
                "                          </button>",
                "                        </div>",
                "                      </div>",
                "                    </div>",
                "                  </div>",
                "                </div>",
                "              </div>",
                "            </div>",
                "          </div>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 288,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]",
              "codeLines": [
                "<div id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"widget widget-social widget-social-social-1\">",
                "  <div data-ux=\"Widget\" role=\"region\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "    <div>",
                "      <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "        <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-25 c1-27 c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "          <div data-ux=\"Block\" data-aid=\"SOCIAL_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1f c1-ce c1-cf c1-25 c1-27 c1-7g c1-cg c1-ch c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "            <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci ...",
                "              <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40\" height=\"40\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\">",
                "                <g>",
                "                  <path d=\"M20 12a8 8 0 10-9.25 7.903v-5.59H8.719V12h2.031v-1.762c0-2.005 1.194-3.113 3.022-3.113.875 0 1.79.156 1.79.156V9.25h-1.008c-.994 0-1.304.617-1.304 1.25V12h2.219l-.355 2.313H13.25v5.59A8.002 8.002 0 0020 12z\" fill=\"#1877F2\"></path>",
                "                  <path d=\"M15.114 14.313L15.47 12h-2.22v-1.5c0-.633.31-1.25 1.304-1.25h1.008V7.281s-.915-.156-1.79-.156c-1.828 0-3.022 1.107-3.022 3.113V12H8.719v2.313h2.031v5.59c.828.13 1.672.13 2.5 0v-5.59h1.864z\" fill=\"#fff\"></path>",
                "                </g>",
                "              </svg>",
                "            </a>",
                "            <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-...",
                "              <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40\" height=\"40\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\">",
                "                <g fill=\"#E1306C\">",
                "                  <path d=\"M14.667 12a2.57 2.57 0 0 0-.782-1.885A2.57 2.57 0 0 0 12 9.333a2.57 2.57 0 0 0-1.885.782A2.57 2.57 0 0 0 9.333 12c0 .736.26 1.365.782 1.885.52.521 1.149.782 1.885.782a2.57 2.57 0 0 0 1.885-.782c.521-.52.782-1.149.782-1.885zm1.437 0c0 1.139-.4 2.108-1.198 2.906-.798.799-1.7...",
                "                </g>",
                "              </svg>",
                "            </a>",
                "          </div>",
                "        </div>",
                "      </section>",
                "    </div>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 289,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]",
              "codeLines": [
                "<div data-ux=\"Widget\" role=\"region\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div>",
                "    <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "      <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-25 c1-27 c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "        <div data-ux=\"Block\" data-aid=\"SOCIAL_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1f c1-ce c1-cf c1-25 c1-27 c1-7g c1-cg c1-ch c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1...",
                "            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40\" height=\"40\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\">",
                "              <g>",
                "                <path d=\"M20 12a8 8 0 10-9.25 7.903v-5.59H8.719V12h2.031v-1.762c0-2.005 1.194-3.113 3.022-3.113.875 0 1.79.156 1.79.156V9.25h-1.008c-.994 0-1.304.617-1.304 1.25V12h2.219l-.355 2.313H13.25v5.59A8.002 8.002 0 0020 12z\" fill=\"#1877F2\"></path>",
                "                <path d=\"M15.114 14.313L15.47 12h-2.22v-1.5c0-.633.31-1.25 1.304-1.25h1.008V7.281s-.915-.156-1.79-.156c-1.828 0-3.022 1.107-3.022 3.113V12H8.719v2.313h2.031v5.59c.828.13 1.672.13 2.5 0v-5.59h1.864z\" fill=\"#fff\"></path>",
                "              </g>",
                "            </svg>",
                "          </a>",
                "          <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci...",
                "            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40\" height=\"40\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\">",
                "              <g fill=\"#E1306C\">",
                "                <path d=\"M14.667 12a2.57 2.57 0 0 0-.782-1.885A2.57 2.57 0 0 0 12 9.333a2.57 2.57 0 0 0-1.885.782A2.57 2.57 0 0 0 9.333 12c0 .736.26 1.365.782 1.885.52.521 1.149.782 1.885.782a2.57 2.57 0 0 0 1.885-.782c.521-.52.782-1.149.782-1.885zm1.437 0c0 1.139-.4 2.108-1.198 2.906-.798.799-1.767...",
                "              </g>",
                "            </svg>",
                "          </a>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 295,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]",
              "codeLines": [
                "<div id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\">",
                "  <div data-ux=\"Widget\" role=\"region\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "    <div>",
                "      <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-ei c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "        <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "          <h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-ej c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-ek c1-5h c1-5i c1-5j\">",
                "            Get Involved!",
                "          </h2>",
                "          <div data-ux=\"Element\" id=\"bs-5\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "            <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "              <div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\">",
                "                <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-dh c1-z c1-25 c1-8c c1-27 c1-8d c1-b c1-c c1-di c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-d c1-dj c1-8l c1-8m c1-e c1-f c1-g\">",
                "                  <p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-6r c1-1g c1-b c1-el c1-c c1-3o c1-d c1-e c1-f c1-g\">",
                "                    Stay informed with the latest news and updates from the campaign trail.",
                "                  </p>",
                "                  <form aria-live=\"polite\" data-ux=\"InputGroup\" class=\"x-el x-el-form x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-2c c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                    <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-59 c1-b c1-c c1-63 c1-d c1-e c1-f c1-g\">",
                "                      <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-6b c1-t c1-b c1-c c1-em c1-en c1-d c1-e c1-f c1-g\">",
                "                        <div data-ux=\"InputFloatLabel\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-2h c1-4 c1-b c1-c c1-eo c1-ep c1-d c1-e c1-f c1-g\">",
                "                          <input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez ...",
                "                          <label data-ux=\"InputFloatLabelLabel\" for=\"input31622\" data-typography=\"BodyAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-1i c1-1s c1-1t c1-4e c1-f9 c1-fa c1-fb c1-fc c1-b c1-el c1-c c1-3o c1-d c1-e c1-f c1-g\">",
                "                            Email*",
                "                          </label>",
                "                        </div>",
                "                      </div>",
                "                      <button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class...",
                "                        Sign up",
                "                      </button>",
                "                    </div>",
                "                  </form>",
                "                </div>",
                "              </div>",
                "            </span>",
                "          </div>",
                "        </div>",
                "      </section>",
                "    </div>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 296,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]",
              "codeLines": [
                "<div data-ux=\"Widget\" role=\"region\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div>",
                "    <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-ei c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "      <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "        <h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-ej c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-ek c1-5h c1-5i c1-5j\">",
                "          Get Involved!",
                "        </h2>",
                "        <div data-ux=\"Element\" id=\"bs-5\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "            <div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\">",
                "              <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-dh c1-z c1-25 c1-8c c1-27 c1-8d c1-b c1-c c1-di c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-d c1-dj c1-8l c1-8m c1-e c1-f c1-g\">",
                "                <p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-6r c1-1g c1-b c1-el c1-c c1-3o c1-d c1-e c1-f c1-g\">",
                "                  Stay informed with the latest news and updates from the campaign trail.",
                "                </p>",
                "                <form aria-live=\"polite\" data-ux=\"InputGroup\" class=\"x-el x-el-form x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-2c c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-59 c1-b c1-c c1-63 c1-d c1-e c1-f c1-g\">",
                "                    <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-6b c1-t c1-b c1-c c1-em c1-en c1-d c1-e c1-f c1-g\">",
                "                      <div data-ux=\"InputFloatLabel\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-2h c1-4 c1-b c1-c c1-eo c1-ep c1-d c1-e c1-f c1-g\">",
                "                        <input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1...",
                "                        <label data-ux=\"InputFloatLabelLabel\" for=\"input31622\" data-typography=\"BodyAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-1i c1-1s c1-1t c1-4e c1-f9 c1-fa c1-fb c1-fc c1-b c1-el c1-c c1-3o c1-d c1-e c1-f c1-g\">",
                "                          Email*",
                "                        </label>",
                "                      </div>",
                "                    </div>",
                "                    <button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"...",
                "                      Sign up",
                "                    </button>",
                "                  </div>",
                "                </form>",
                "              </div>",
                "            </div>",
                "          </span>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 299,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[8]",
              "codeLines": [
                "<div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\">",
                "  <div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "    <div>",
                "      <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-52 c1-6c c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "        <div data-ux=\"Divider\" class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-1c c1-32 c1-10 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "            <hr aria-hidden=\"true\" role=\"separator\" data-ux=\"DividerHR\" class=\"x-el x-el-hr c1-1 c1-2 c1-ff c1-et c1-ey c1-2b c1-2c c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          </div>",
                "        </div>",
                "        <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "          <div data-ux=\"Layout\" class=\"x-el x-el-div c1-1 c1-2 c1-1g c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "            <div data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1f c1-ce c1-cf c1-fg c1-4b c1-7g c1-cg c1-ch c1-4p c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "              <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-c...",
                "                <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <g>",
                "                    <path d=\"M20 12a8 8 0 10-9.25 7.903v-5.59H8.719V12h2.031v-1.762c0-2.005 1.194-3.113 3.022-3.113.875 0 1.79.156 1.79.156V9.25h-1.008c-.994 0-1.304.617-1.304 1.25V12h2.219l-.355 2.313H13.25v5.59A8.002 8.002 0 0020 12z\" fill=\"#1877F2\"></path>",
                "                    <path d=\"M15.114 14.313L15.47 12h-2.22v-1.5c0-.633.31-1.25 1.304-1.25h1.008V7.281s-.915-.156-1.79-.156c-1.828 0-3.022 1.107-3.022 3.113V12H8.719v2.313h2.031v5.59c.828.13 1.672.13 2.5 0v-5.59h1.864z\" fill=\"#fff\"></path>",
                "                  </g>",
                "                </svg>",
                "              </a>",
                "              <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c...",
                "                <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <g fill=\"#E1306C\">",
                "                    <path d=\"M14.667 12a2.57 2.57 0 0 0-.782-1.885A2.57 2.57 0 0 0 12 9.333a2.57 2.57 0 0 0-1.885.782A2.57 2.57 0 0 0 9.333 12c0 .736.26 1.365.782 1.885.52.521 1.149.782 1.885.782a2.57 2.57 0 0 0 1.885-.782c.521-.52.782-1.149.782-1.885zm1.437 0c0 1.139-.4 2.108-1.198 2.906-.798.799-1...",
                "                  </g>",
                "                </svg>",
                "              </a>",
                "            </div>",
                "            <div data-ux=\"FooterDetails\" data-aid=\"FOOTER_COPYRIGHT_RENDERED\" data-typography=\"DetailsGamma\" class=\"x-el c1-fh c1-3j c1-1s c1-1t c1-4r c1-2b c1-t c1-b c1-fi c1-ea c1-3o c1-ed c1-ee c1-ef c1-eg x-rt\">",
                "              <p style=\"margin:0\">",
                "                <span>",
                "                  Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.",
                "                </span>",
                "              </p>",
                "              <p style=\"margin:0\">",
                "                <span>",
                "                  <br>",
                "                </span>",
                "              </p>",
                "              <p style=\"margin:0\">",
                "                <span>",
                "                  Paid for by essayli for assembly 2024 - FPPC 1457485",
                "                </span>",
                "              </p>",
                "            </div>",
                "            <hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-fj c1-et c1-ey c1-2b c1-t c1-fk c1-v c1-w c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "            <p data-ux=\"FooterDetails\" data-aid=\"FOOTER_POWERED_BY_RENDERED\" data-typography=\"DetailsGamma\" class=\"x-el x-el-p c1-fh c1-3j c1-1s c1-1t c1-4r c1-2b c1-2c c1-b c1-fi c1-ea c1-3o c1-ed c1-ee c1-ef c1-eg\">",
                "              <span></span>",
                "            </p>",
                "          </div>",
                "        </div>",
                "      </section>",
                "    </div>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 300,
            "verdict": "failed",
            "rule": {
              "ruleID": "r3",
              "ruleSummary": "id attributes have a unique value",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r3",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#parsing",
                  "chapter": "4.1.1",
                  "title": "Parsing"
                },
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93",
                  "name": "H93",
                  "title": "Ensuring that id attributes are unique on a Web page"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[8]/div[1]",
              "codeLines": [
                "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div>",
                "    <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-52 c1-6c c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "      <div data-ux=\"Divider\" class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-1c c1-32 c1-10 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "        <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "          <hr aria-hidden=\"true\" role=\"separator\" data-ux=\"DividerHR\" class=\"x-el x-el-hr c1-1 c1-2 c1-ff c1-et c1-ey c1-2b c1-2c c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "        </div>",
                "      </div>",
                "      <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "        <div data-ux=\"Layout\" class=\"x-el x-el-div c1-1 c1-2 c1-1g c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          <div data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1f c1-ce c1-cf c1-fg c1-4b c1-7g c1-cg c1-ch c1-4p c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "            <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci ...",
                "              <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                <g>",
                "                  <path d=\"M20 12a8 8 0 10-9.25 7.903v-5.59H8.719V12h2.031v-1.762c0-2.005 1.194-3.113 3.022-3.113.875 0 1.79.156 1.79.156V9.25h-1.008c-.994 0-1.304.617-1.304 1.25V12h2.219l-.355 2.313H13.25v5.59A8.002 8.002 0 0020 12z\" fill=\"#1877F2\"></path>",
                "                  <path d=\"M15.114 14.313L15.47 12h-2.22v-1.5c0-.633.31-1.25 1.304-1.25h1.008V7.281s-.915-.156-1.79-.156c-1.828 0-3.022 1.107-3.022 3.113V12H8.719v2.313h2.031v5.59c.828.13 1.672.13 2.5 0v-5.59h1.864z\" fill=\"#fff\"></path>",
                "                </g>",
                "              </svg>",
                "            </a>",
                "            <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-...",
                "              <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                <g fill=\"#E1306C\">",
                "                  <path d=\"M14.667 12a2.57 2.57 0 0 0-.782-1.885A2.57 2.57 0 0 0 12 9.333a2.57 2.57 0 0 0-1.885.782A2.57 2.57 0 0 0 9.333 12c0 .736.26 1.365.782 1.885.52.521 1.149.782 1.885.782a2.57 2.57 0 0 0 1.885-.782c.521-.52.782-1.149.782-1.885zm1.437 0c0 1.139-.4 2.108-1.198 2.906-.798.799-1.7...",
                "                </g>",
                "              </svg>",
                "            </a>",
                "          </div>",
                "          <div data-ux=\"FooterDetails\" data-aid=\"FOOTER_COPYRIGHT_RENDERED\" data-typography=\"DetailsGamma\" class=\"x-el c1-fh c1-3j c1-1s c1-1t c1-4r c1-2b c1-t c1-b c1-fi c1-ea c1-3o c1-ed c1-ee c1-ef c1-eg x-rt\">",
                "            <p style=\"margin:0\">",
                "              <span>",
                "                Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.",
                "              </span>",
                "            </p>",
                "            <p style=\"margin:0\">",
                "              <span>",
                "                <br>",
                "              </span>",
                "            </p>",
                "            <p style=\"margin:0\">",
                "              <span>",
                "                Paid for by essayli for assembly 2024 - FPPC 1457485",
                "              </span>",
                "            </p>",
                "          </div>",
                "          <hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-fj c1-et c1-ey c1-2b c1-t c1-fk c1-v c1-w c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          <p data-ux=\"FooterDetails\" data-aid=\"FOOTER_POWERED_BY_RENDERED\" data-typography=\"DetailsGamma\" class=\"x-el x-el-p c1-fh c1-3j c1-1s c1-1t c1-4r c1-2b c1-2c c1-b c1-fi c1-ea c1-3o c1-ed c1-ee c1-ef c1-eg\">",
                "            <span></span>",
                "          </p>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 317,
            "verdict": "failed",
            "rule": {
              "ruleID": "r40",
              "ruleSummary": "Regions have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r40",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]",
              "codeLines": [
                "<div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div>",
                "    <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "      <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "        <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          <div data-ux=\"Video\" poster=\"https://i.vimeocdn.com/video/1339407161-ad4a2b584885add7c749379c9092b6778d8fbd11a1af211171ffb0e5556c5e7c-d_1920x1080?r=pad\" hashcode=\"16cdb413f0\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4 c1-b c1-c c1-7x c1-7y c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1...",
                "            <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-58 c1-7z c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "              <div data-ux=\"Element\" id=\"bs-3\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                <div data-ux=\"EmbedContainer\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-80 c1-58 c1-z c1-81 c1-28 c1-26 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                "              </div>",
                "            </div>",
                "          </div>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 318,
            "verdict": "failed",
            "rule": {
              "ruleID": "r40",
              "ruleSummary": "Regions have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r40",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]",
              "codeLines": [
                "<div data-ux=\"Widget\" role=\"region\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div>",
                "    <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "      <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "        <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-4n c1-1f c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\">",
                "          <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-8b c1-z c1-25 c1-8c c1-27 c1-8d c1-8e c1-b c1-c c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-d c1-8l c1-8m c1-8n c1-e c1-f c1-g\">",
                "            <div data-ux=\"ContentBasic\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-19 c1-59 c1-4 c1-8o c1-1b c1-1g c1-8p c1-8q c1-b c1-c c1-8r c1-8s c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "              <h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">",
                "                Meet Bill Essayli",
                "              </h4>",
                "              <div data-ux=\"ContentText\" alignment=\"center\" data-aid=\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\" fontscalemultiplier=\"1.26\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1...",
                "                <p style=\"margin:0\">",
                "                  <span>",
                "                    Bill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficking, identity theft and white-collar fraud. Today,...",
                "                  </span>",
                "                </p>",
                "                <p style=\"margin:0\">",
                "                  <span>",
                "                    <br>",
                "                  </span>",
                "                </p>",
                "                <p style=\"margin:0\">",
                "                  <span>",
                "                    Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.",
                "                  </span>",
                "                </p>",
                "              </div>",
                "            </div>",
                "          </div>",
                "          <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-8b c1-z c1-25 c1-8c c1-27 c1-8d c1-9t c1-1g c1-b c1-c c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-d c1-9u c1-9v c1-9w c1-9x c1-e c1-f c1-g\">",
                "            <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1g c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "              <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                <img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" src=\"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=\" srcset=\"/...",
                "              </span>",
                "            </div>",
                "          </div>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 319,
            "verdict": "failed",
            "rule": {
              "ruleID": "r40",
              "ruleSummary": "Regions have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r40",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]",
              "codeLines": [
                "<div data-ux=\"Widget\" role=\"region\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div>",
                "    <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "      <div data-ux=\"Element\" id=\"bs-4\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "        <div>",
                "          <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "            <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\">",
                "              <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-8b c1-z c1-25 c1-8c c1-27 c1-8d c1-b c1-c c1-8h c1-8i c1-8j c1-8k c1-d c1-e c1-f c1-g\">",
                "                <div data-ux=\"Carousel\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                    <div class=\"carousel\" style=\"width:100%;height:auto\">",
                "                      <div class=\"carousel-container-inner\" style=\"width:100%;height:auto;margin-bottom:0\">",
                "                        <div class=\"carousel-viewport\" style=\"padding-bottom:56.25%;width:100%;height:auto\">",
                "                          <ul class=\"carousel-track\" style=\"line-height:0\">",
                "                            <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"0\" class=\"carousel-slide carousel-slide-selected carousel-slide-fade\">",
                "                              <div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                                <div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-a7 c1-a8 c1-a9 c1-aa c1-ab c1-ac c1-ad c1-ae c1-af c1-ag c1-ah c1-ai c1-aj c1-ak c1-al c1-am c1-an c1-ao c1-ap c1-aq c1-ar c1-d c1-e c1-f c1-g\"></d...",
                "                              </div>",
                "                            </li>",
                "                            <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"1\" class=\"carousel-slide carousel-slide-fade\">",
                "                              <div role=\"img\" data-aid=\"GALLERY_IMAGE1_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                                <div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-as c1-at c1-au c1-av c1-aw c1-ax c1-ay c1-az c1-b0 c1-b1 c1-b2 c1-b3 c1-b4 c1-b5 c1-b6 c1-b7 c1-b8 c1-b9 c1-ba c1-bb c1-bc c1-d c1-e c1-f c1-g\"></d...",
                "                              </div>",
                "                            </li>",
                "                            <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"2\" class=\"carousel-slide carousel-slide-fade\">",
                "                              <div></div>",
                "                            </li>",
                "                            <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"3\" class=\"carousel-slide carousel-slide-fade carousel-slide-loading\"></li>",
                "                            <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"4\" class=\"carousel-slide carousel-slide-fade carousel-slide-loading\"></li>",
                "                            <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"5\" class=\"carousel-slide carousel-slide-fade\">",
                "                              <div></div>",
                "                            </li>",
                "                            <li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"6\" class=\"carousel-slide carousel-slide-fade\">",
                "                              <div role=\"img\" data-aid=\"GALLERY_IMAGE6_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                                <div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-bd c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-be c1-bf c1-bg c1-bh c1-bi c1-bj c1-bk c1-bl c1-bm c1-bn c1-bo c1-bp c1-bq c1-br c1-bs c1-bt c1-bu c1-bv c1-bw c1-bx c1-by c1-d c1-e c1-f c1-g\"></d...",
                "                              </div>",
                "                            </li>",
                "                          </ul>",
                "                        </div>",
                "                        <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-bz c1-c0 c1-b c1-c c1-c1 c1-d c1-e c1-f c1-g\">",
                "                          <button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c...",
                "                            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\">",
                "                              <path fill-rule=\"evenodd\" d=\"M15.836 19.774c.335.294.84.04.84-.423l.02-14.813c.001-.447-.48-.698-.81-.425l-8.693 7.204a.56.56 0 0 0-.01.836l8.653 7.621z\"></path>",
                "                            </svg>",
                "                          </button>",
                "                          <button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3...",
                "                            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\">",
                "                              <path fill-rule=\"evenodd\" d=\"M7.861 4.125c-.335-.293-.84-.039-.84.424L7 19.362c0 .446.481.697.811.424l8.693-7.203a.56.56 0 0 0 .011-.836L7.861 4.125z\"></path>",
                "                            </svg>",
                "                          </button>",
                "                        </div>",
                "                      </div>",
                "                    </div>",
                "                  </div>",
                "                </div>",
                "              </div>",
                "            </div>",
                "          </div>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 320,
            "verdict": "failed",
            "rule": {
              "ruleID": "r40",
              "ruleSummary": "Regions have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r40",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]",
              "codeLines": [
                "<div data-ux=\"Widget\" role=\"region\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div>",
                "    <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "      <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-25 c1-27 c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "        <div data-ux=\"Block\" data-aid=\"SOCIAL_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1f c1-ce c1-cf c1-25 c1-27 c1-7g c1-cg c1-ch c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1...",
                "            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40\" height=\"40\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\">",
                "              <g>",
                "                <path d=\"M20 12a8 8 0 10-9.25 7.903v-5.59H8.719V12h2.031v-1.762c0-2.005 1.194-3.113 3.022-3.113.875 0 1.79.156 1.79.156V9.25h-1.008c-.994 0-1.304.617-1.304 1.25V12h2.219l-.355 2.313H13.25v5.59A8.002 8.002 0 0020 12z\" fill=\"#1877F2\"></path>",
                "                <path d=\"M15.114 14.313L15.47 12h-2.22v-1.5c0-.633.31-1.25 1.304-1.25h1.008V7.281s-.915-.156-1.79-.156c-1.828 0-3.022 1.107-3.022 3.113V12H8.719v2.313h2.031v5.59c.828.13 1.672.13 2.5 0v-5.59h1.864z\" fill=\"#fff\"></path>",
                "              </g>",
                "            </svg>",
                "          </a>",
                "          <a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci...",
                "            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40\" height=\"40\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\">",
                "              <g fill=\"#E1306C\">",
                "                <path d=\"M14.667 12a2.57 2.57 0 0 0-.782-1.885A2.57 2.57 0 0 0 12 9.333a2.57 2.57 0 0 0-1.885.782A2.57 2.57 0 0 0 9.333 12c0 .736.26 1.365.782 1.885.52.521 1.149.782 1.885.782a2.57 2.57 0 0 0 1.885-.782c.521-.52.782-1.149.782-1.885zm1.437 0c0 1.139-.4 2.108-1.198 2.906-.798.799-1.767...",
                "              </g>",
                "            </svg>",
                "          </a>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 321,
            "verdict": "failed",
            "rule": {
              "ruleID": "r40",
              "ruleSummary": "Regions have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r40",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]/div[1]",
              "codeLines": [
                "<div data-ux=\"WidgetBanner\" role=\"region\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container\" class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div>",
                "    <section data-ux=\"SectionBanner\" class=\"x-el x-el-section c1-1 c1-2 c1-2h c1-h c1-i c1-s c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "      <div role=\"img\" data-aid=\"COUNTDOWN_IMAGE_RENDERED\" data-ux=\"Background\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-cv c1-71 c1-cd c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "        <div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-cw c1-cx c1-cy c1-cz c1-d0 c1-d1 c1-d2 c1-d3 c1-d4 c1-d5 c1-d6 c1-d7 c1-d8 c1-d9 c1-da c1-db c1-dc c1-dd c1-de c1-df c1-dg c1-d c1-e c1-f c1-g\"></div>",
                "      </div>",
                "      <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-s c1-c5 c1-1g c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "        <div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\">",
                "          <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-dh c1-z c1-25 c1-8c c1-27 c1-8d c1-b c1-c c1-di c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-d c1-dj c1-8l c1-8m c1-e c1-f c1-g\">",
                "            <div data-ux=\"Block\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Running\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "              <h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_RUNNING_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">",
                "                Get Out the Vote!",
                "              </h2>",
                "              <div data-ux=\"TextMajor\" data-aid=\"COUNTDOWN_RUNNING_DESCRIPTION_RENDERED\" data-typography=\"BodyBeta\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-dl c1-2b c1-5n c1-dm c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61 x-rt\">",
                "                <p style=\"margin:0\">",
                "                  <span>",
                "                    <strong class=\"x-el x-el-span c1-1p c1-1q c1-b c1-7b c1-45 c1-5w c1-7c\">",
                "                      Together, we can secure a better future for California!",
                "                    </strong>",
                "                  </span>",
                "                </p>",
                "              </div>",
                "              <div data-ux=\"Clock\" aria-label=\"Countdown\" role=\"timer\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621ContainerCountdown\" class=\"x-el x-el-div c1-1 c1-2 c1-dn c1-1g c1-do c1-dp c1-dq c1-dr c1-b c1-c c1-ds c1-d c1-e c1-f c1-g\">",
                "                <div data-ux=\"ClockBlock\" class=\"x-el x-el-div c1-1 c1-2 c1-dt c1-b c1-c c1-du c1-dv c1-dw c1-dx c1-dy c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"ClockValue\" data-attr=\"countdown-days\" data-typography=\"DataAlpha\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-dz c1-5f c1-5w c1-e0 c1-e1 c1-e2 c1-e3 c1-e4 c1-e5 c1-e6 c1-e7 c1-e8 c1-e9 c1-5g c1-5h c1-5i c1-5j\">",
                "                    <span>",
                "                      0",
                "                    </span>",
                "                    <span>",
                "                      0",
                "                    </span>",
                "                  </div>",
                "                  <p data-ux=\"ClockLabel\" data-typography=\"DetailsBeta\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-3k c1-b c1-7r c1-ea c1-3o c1-eb c1-ec c1-ed c1-ee c1-ef c1-eg\">",
                "                    <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">",
                "                      Days",
                "                    </span>",
                "                    <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-eh c1-ed c1-ee c1-ef c1-eg\">",
                "                      Days",
                "                    </span>",
                "                  </p>",
                "                </div>",
                "                <div data-ux=\"ClockBlock\" class=\"x-el x-el-div c1-1 c1-2 c1-dt c1-b c1-c c1-du c1-dv c1-dw c1-dx c1-dy c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"ClockValue\" data-attr=\"countdown-hours\" data-typography=\"DataAlpha\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-dz c1-5f c1-5w c1-e0 c1-e1 c1-e2 c1-e3 c1-e4 c1-e5 c1-e6 c1-e7 c1-e8 c1-e9 c1-5g c1-5h c1-5i c1-5j\">",
                "                    <span>",
                "                      0",
                "                    </span>",
                "                    <span>",
                "                      0",
                "                    </span>",
                "                  </div>",
                "                  <p data-ux=\"ClockLabel\" data-typography=\"DetailsBeta\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-3k c1-b c1-7r c1-ea c1-3o c1-eb c1-ec c1-ed c1-ee c1-ef c1-eg\">",
                "                    <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">",
                "                      Hrs",
                "                    </span>",
                "                    <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-eh c1-ed c1-ee c1-ef c1-eg\">",
                "                      Hours",
                "                    </span>",
                "                  </p>",
                "                </div>",
                "                <div data-ux=\"ClockBlock\" class=\"x-el x-el-div c1-1 c1-2 c1-dt c1-b c1-c c1-du c1-dv c1-dw c1-dx c1-dy c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"ClockValue\" data-attr=\"countdown-minutes\" data-typography=\"DataAlpha\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-dz c1-5f c1-5w c1-e0 c1-e1 c1-e2 c1-e3 c1-e4 c1-e5 c1-e6 c1-e7 c1-e8 c1-e9 c1-5g c1-5h c1-5i c1-5j\">",
                "                    <span>",
                "                      0",
                "                    </span>",
                "                    <span>",
                "                      0",
                "                    </span>",
                "                  </div>",
                "                  <p data-ux=\"ClockLabel\" data-typography=\"DetailsBeta\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-3k c1-b c1-7r c1-ea c1-3o c1-eb c1-ec c1-ed c1-ee c1-ef c1-eg\">",
                "                    <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">",
                "                      Mins",
                "                    </span>",
                "                    <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-eh c1-ed c1-ee c1-ef c1-eg\">",
                "                      Minutes",
                "                    </span>",
                "                  </p>",
                "                </div>",
                "                <div data-ux=\"ClockBlock\" class=\"x-el x-el-div c1-1 c1-2 c1-dt c1-b c1-c c1-du c1-dv c1-dw c1-dx c1-dy c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"ClockValue\" data-attr=\"countdown-seconds\" data-typography=\"DataAlpha\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-dz c1-5f c1-5w c1-e0 c1-e1 c1-e2 c1-e3 c1-e4 c1-e5 c1-e6 c1-e7 c1-e8 c1-e9 c1-5g c1-5h c1-5i c1-5j\">",
                "                    <span>",
                "                      0",
                "                    </span>",
                "                    <span>",
                "                      0",
                "                    </span>",
                "                  </div>",
                "                  <p data-ux=\"ClockLabel\" data-typography=\"DetailsBeta\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-3k c1-b c1-7r c1-ea c1-3o c1-eb c1-ec c1-ed c1-ee c1-ef c1-eg\">",
                "                    <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">",
                "                      Secs",
                "                    </span>",
                "                    <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-eh c1-ed c1-ee c1-ef c1-eg\">",
                "                      Seconds",
                "                    </span>",
                "                  </p>",
                "                </div>",
                "              </div>",
                "            </div>",
                "            <div data-ux=\"Block\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Complete\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "              <h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_COMPLETE_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">",
                "                Thank you!",
                "              </h2>",
                "              <div data-ux=\"TextMajor\" data-aid=\"COUNTDOWN_COMPLETE_DESCRIPTION_RENDERED\" data-typography=\"BodyBeta\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-dl c1-2b c1-5n c1-dm c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61 x-rt\">",
                "                <p style=\"margin:0\">",
                "                  <span>",
                "                    Voting serves all of us. Thank you for your commitment.",
                "                  </span>",
                "                </p>",
                "              </div>",
                "            </div>",
                "          </div>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 322,
            "verdict": "failed",
            "rule": {
              "ruleID": "r40",
              "ruleSummary": "Regions have an accessible name",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r40",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "div",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]",
              "codeLines": [
                "<div data-ux=\"Widget\" role=\"region\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "  <div>",
                "    <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-ei c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                "      <div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                "        <h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-ej c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-ek c1-5h c1-5i c1-5j\">",
                "          Get Involved!",
                "        </h2>",
                "        <div data-ux=\"Element\" id=\"bs-5\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "          <span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "            <div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\">",
                "              <div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-dh c1-z c1-25 c1-8c c1-27 c1-8d c1-b c1-c c1-di c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-d c1-dj c1-8l c1-8m c1-e c1-f c1-g\">",
                "                <p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-6r c1-1g c1-b c1-el c1-c c1-3o c1-d c1-e c1-f c1-g\">",
                "                  Stay informed with the latest news and updates from the campaign trail.",
                "                </p>",
                "                <form aria-live=\"polite\" data-ux=\"InputGroup\" class=\"x-el x-el-form x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-2c c1-b c1-c c1-d c1-e c1-f c1-g\">",
                "                  <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-59 c1-b c1-c c1-63 c1-d c1-e c1-f c1-g\">",
                "                    <div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-6b c1-t c1-b c1-c c1-em c1-en c1-d c1-e c1-f c1-g\">",
                "                      <div data-ux=\"InputFloatLabel\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-2h c1-4 c1-b c1-c c1-eo c1-ep c1-d c1-e c1-f c1-g\">",
                "                        <input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1...",
                "                        <label data-ux=\"InputFloatLabelLabel\" for=\"input31622\" data-typography=\"BodyAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-1i c1-1s c1-1t c1-4e c1-f9 c1-fa c1-fb c1-fc c1-b c1-el c1-c c1-3o c1-d c1-e c1-f c1-g\">",
                "                          Email*",
                "                        </label>",
                "                      </div>",
                "                    </div>",
                "                    <button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"...",
                "                      Sign up",
                "                    </button>",
                "                  </div>",
                "                </form>",
                "              </div>",
                "            </div>",
                "          </span>",
                "        </div>",
                "      </div>",
                "    </section>",
                "  </div>",
                "</div>"
              ]
            }
          },
          {
            "index": 349,
            "verdict": "failed",
            "rule": {
              "ruleID": "r53",
              "ruleSummary": "Headings are structured",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r53",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h4",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/h4[1]",
              "codeLines": [
                "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">",
                "  Meet Bill Essayli",
                "</h4>"
              ]
            }
          },
          {
            "index": 352,
            "verdict": "failed",
            "rule": {
              "ruleID": "r53",
              "ruleSummary": "Headings are structured",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r53",
              "requirements": []
            },
            "target": {
              "type": "element",
              "tagName": "h4",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[9]/div[1]/h4[1]",
              "codeLines": [
                "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\">",
                "  This website uses cookies.",
                "</h4>"
              ]
            }
          },
          {
            "index": 379,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[9]/div[1]/h4[1]/text()[1]",
              "codeLines": [
                "This website uses cookies."
              ]
            }
          },
          {
            "index": 380,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[9]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data."
              ]
            }
          },
          {
            "index": 381,
            "verdict": "failed",
            "rule": {
              "ruleID": "r57",
              "ruleSummary": "Perceivable text content is included in a landmark",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r57",
              "requirements": []
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[9]/div[1]/div[2]/a[1]/text()[1]",
              "codeLines": [
                "Accept"
              ]
            }
          },
          {
            "index": 402,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[1]",
              "codeLines": [
                "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\">",
                "  <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\">",
                "    <path fill-rule=\"evenodd\" d=\"M15.836 19.774c.335.294.84.04.84-.423l.02-14.813c.001-.447-.48-.698-.81-.425l-8.693 7.204a.56.56 0 0 0-.01.836l8.653 7.621z\"></path>",
                "  </svg>",
                "</button>"
              ]
            }
          },
          {
            "index": 403,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r65",
              "ruleSummary": "Element in sequential focus order has visible focus",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r65",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#focus-visible",
                  "chapter": "2.4.7",
                  "title": "Focus Visible"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "button",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[2]",
              "codeLines": [
                "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\">",
                "  <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\">",
                "    <path fill-rule=\"evenodd\" d=\"M7.861 4.125c-.335-.293-.84-.039-.84.424L7 19.362c0 .446.481.697.811.424l8.693-7.203a.56.56 0 0 0 .011-.836L7.861 4.125z\"></path>",
                "  </svg>",
                "</button>"
              ]
            }
          },
          {
            "index": 419,
            "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/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "Join Bill's campaign for a brighter future in California!"
              ]
            }
          },
          {
            "index": 422,
            "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/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]",
              "codeLines": [
                "Bill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficking, identity theft and white-collar fraud. Today, Bill is a partner i..."
              ]
            }
          },
          {
            "index": 423,
            "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/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[3]/span[1]/text()[1]",
              "codeLines": [
                "Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades."
              ]
            }
          },
          {
            "index": 426,
            "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/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/text()[1]",
              "codeLines": [
                "Email*"
              ]
            }
          },
          {
            "index": 451,
            "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/WCAG2/#contrast-minimum",
                  "chapter": "1.4.3",
                  "title": "Contrast (Minimum)"
                },
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced",
                  "chapter": "1.4.6",
                  "title": "Contrast (Enhanced)"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/text()[1]",
              "codeLines": [
                "Email*"
              ]
            }
          },
          {
            "index": 471,
            "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]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/p[1]",
              "codeLines": [
                "<p style=\"margin:0\">",
                "  <span>",
                "    Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 472,
            "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]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/p[3]",
              "codeLines": [
                "<p style=\"margin:0\">",
                "  <span>",
                "    Paid for by essayli for assembly 2024 - FPPC 1457485",
                "  </span>",
                "</p>"
              ]
            }
          },
          {
            "index": 481,
            "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/WCAG2/#visual-presentation",
                  "chapter": "1.4.8",
                  "title": "Visual Presentation"
                }
              ]
            },
            "target": {
              "type": "element",
              "tagName": "p",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/p[1]",
              "codeLines": [
                "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-6r c1-1g c1-b c1-el c1-c c1-3o c1-d c1-e c1-f c1-g\">",
                "  Stay informed with the latest news and updates from the campaign trail.",
                "</p>"
              ]
            }
          },
          {
            "index": 567,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[1]/a[1]/text()[1]",
              "codeLines": [
                "Home"
              ]
            }
          },
          {
            "index": 568,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[2]/a[1]/text()[1]",
              "codeLines": [
                "Meet Bill"
              ]
            }
          },
          {
            "index": 569,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[3]/a[1]/text()[1]",
              "codeLines": [
                "Campaign Updates"
              ]
            }
          },
          {
            "index": 570,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[4]/a[1]/text()[1]",
              "codeLines": [
                "Endorsements"
              ]
            }
          },
          {
            "index": 571,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[5]/a[1]/text()[1]",
              "codeLines": [
                "Media"
              ]
            }
          },
          {
            "index": 572,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[6]/a[1]/text()[1]",
              "codeLines": [
                "Contact Us"
              ]
            }
          },
          {
            "index": 573,
            "verdict": "failed",
            "rule": {
              "ruleID": "r83",
              "ruleSummary": "Text nodes are not clipped when text is resized",
              "scope": "component",
              "uri": "https://alfa.siteimprove.com/rules/sia-r83",
              "requirements": [
                {
                  "uri": "https://www.w3.org/TR/WCAG2/#resize-text",
                  "chapter": "1.4.4",
                  "title": "Resize text"
                }
              ]
            },
            "target": {
              "type": "text",
              "tagName": "",
              "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[7]/a[1]/text()[1]",
              "codeLines": [
                "Donate"
              ]
            }
          },
          {
            "index": 598,
            "verdict": "cantTell",
            "rule": {
              "ruleID": "r87",
              "ruleSummary": "First focusable element is link to main content",
              "scope": "page",
              "uri": "https://alfa.siteimprove.com/rules/sia-r87",
              "requirements": [
                {
                  "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1",
                  "name": "G1",
                  "title": "Adding a link at the top of each page that goes directly to the main content area"
                }
              ]
            },
            "target": {
              "type": "document",
              "tagName": "",
              "path": "/",
              "codeLines": [
                "#document",
                "  <!doctype html>",
                "...",
                "  </html>"
              ]
            }
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          5,
          0,
          0,
          50
        ],
        "instances": [
          {
            "ruleID": "r12",
            "what": "Buttons have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[1]"
            },
            "excerpt": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c ... t c1-3u c1-3v c1-3w\"> <path fill-rule=\"evenodd\" d=\"M15.836 19.774c.335.294.84.04.84-.423l.02-14.813c.001-.447-.48-.698-.81-.425l-8.693 7.204a.56.56 0 0 0-.01.836l8.653 7.621z\"></path> </svg> </button>"
          },
          {
            "ruleID": "r12",
            "what": "Buttons have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[2]"
            },
            "excerpt": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c ... 1-3t c1-3u c1-3v c1-3w\"> <path fill-rule=\"evenodd\" d=\"M7.861 4.125c-.335-.293-.84-.039-.84.424L7 19.362c0 .446.481.697.811.424l8.693-7.203a.56.56 0 0 0 .011-.836L7.861 4.125z\"></path> </svg> </button>"
          },
          {
            "ruleID": "r19",
            "what": "aria-* states and properties have a valid value",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/span[1]/@aria-level"
            },
            "excerpt": "aria-level=\"NaN\""
          },
          {
            "ruleID": "r19",
            "what": "aria-* states and properties have a valid value",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/span[2]/@aria-level"
            },
            "excerpt": "aria-level=\"NaN\""
          },
          {
            "ruleID": "r19",
            "what": "aria-* states and properties have a valid value",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/span[3]/@aria-level"
            },
            "excerpt": "aria-level=\"NaN\""
          },
          {
            "ruleID": "r2",
            "what": "Images have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/figure[1]/img[1]"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Smal..."
          },
          {
            "ruleID": "r2",
            "what": "Images have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/span[1]/img[1]"
            },
            "excerpt": "<img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" src=\"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=\" srcset=\"//img1.wsimg.com/..."
          },
          {
            "ruleID": "r2",
            "what": "Images have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]"
            },
            "excerpt": "<div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"> <div  ... c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-a7 c1-a8 c1-a9 c1-aa c1-ab c1-ac c1-ad c1-ae c1-af c1-ag c1-ah c1-ai c1-aj c1-ak c1-al c1-am c1-an c1-ao c1-ap c1-aq c1-ar c1-d c1-e c1-f c1-g\"></div> </div>"
          },
          {
            "ruleID": "r2",
            "what": "Images have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]"
            },
            "excerpt": "<div role=\"img\" data-aid=\"GALLERY_IMAGE1_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"> <div  ... c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-as c1-at c1-au c1-av c1-aw c1-ax c1-ay c1-az c1-b0 c1-b1 c1-b2 c1-b3 c1-b4 c1-b5 c1-b6 c1-b7 c1-b8 c1-b9 c1-ba c1-bb c1-bc c1-d c1-e c1-f c1-g\"></div> </div>"
          },
          {
            "ruleID": "r2",
            "what": "Images have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/div[1]"
            },
            "excerpt": "<div role=\"img\" data-aid=\"GALLERY_IMAGE6_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\"> <div  ... c1-bd c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-be c1-bf c1-bg c1-bh c1-bi c1-bj c1-bk c1-bl c1-bm c1-bn c1-bo c1-bp c1-bq c1-br c1-bs c1-bt c1-bu c1-bv c1-bw c1-bx c1-by c1-d c1-e c1-f c1-g\"></div> </div>"
          },
          {
            "ruleID": "r2",
            "what": "Images have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]"
            },
            "excerpt": "<div role=\"img\" data-aid=\"COUNTDOWN_IMAGE_RENDERED\" data-ux=\"Background\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-cv c1-71 c1-cd c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\"> <div data-ux=\"Block\" data-la ... c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-cw c1-cx c1-cy c1-cz c1-d0 c1-d1 c1-d2 c1-d3 c1-d4 c1-d5 c1-d6 c1-d7 c1-d8 c1-d9 c1-da c1-db c1-dc c1-dd c1-de c1-df c1-dg c1-d c1-e c1-f c1-g\"></div> </div>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-31586\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1 ... f=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-tccl=\"ux2.header.cta_button... DONATE </a> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/img[1]"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/..."
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/img[1]"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/..."
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]"
            },
            "excerpt": "<div id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"widget widget-video widget-video-video-1\"> <div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el ... data-ux=\"EmbedContainer\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-80 c1-58 c1-z c1-81 c1-28 c1-26 c1-b c1-c c1-d c1-e c1-f c1-g\"></div> </div> </div> </div> </div> </div> </section> </div> </div> </div>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> <div> <se ... > <div data-ux=\"EmbedContainer\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-80 c1-58 c1-z c1-81 c1-28 c1-26 c1-b c1-c c1-d c1-e c1-f c1-g\"></div> </div> </div> </div> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]"
            },
            "excerpt": "<div id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"widget widget-content widget-content-content-6\"> <div data-ux=\"Widget\" role=\"region\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"x-el x-el-di ... 94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" src=\"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=\" srcset=... </span> </div> </div> </div> </div> </section> </div> </div> </div>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> <div> <se ... t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" src=\"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=\" srcset=\"/... </span> </div> </div> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]"
            },
            "excerpt": "<div id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"widget widget-gallery widget-gallery-gallery-3\"> <div data-ux=\"Widget\" role=\"region\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"x-el x-el-di ... 2c0 .446.481.697.811.424l8.693-7.203a.56.56 0 0 0 .011-.836L7.861 4.125z\"></path> </svg> </button> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> <div> <se ... 7 19.362c0 .446.481.697.811.424l8.693-7.203a.56.56 0 0 0 .011-.836L7.861 4.125z\"></path> </svg> </button> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]"
            },
            "excerpt": "<div id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"widget widget-social widget-social-social-1\"> <div data-ux=\"Widget\" role=\"region\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"x-el x-el-div x ... .52.521 1.149.782 1.885.782a2.57 2.57 0 0 0 1.885-.782c.521-.52.782-1.149.782-1.885zm1.437 0c0 1.139-.4 2.108-1.198 2.906-.798.799-1.7... </g> </svg> </a> </div> </div> </section> </div> </div> </div>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> <div> <se ... 1.885.52.521 1.149.782 1.885.782a2.57 2.57 0 0 0 1.885-.782c.521-.52.782-1.149.782-1.885zm1.437 0c0 1.139-.4 2.108-1.198 2.906-.798.799-1.767... </g> </svg> </a> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]"
            },
            "excerpt": "<div id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"> <div data-ux=\"Widget\" role=\"region\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"x-el x ... it_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class... Sign up </button> </div> </form> </div> </div> </span> </div> </div> </section> </div> </div> </div>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> <div> <s ... .submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"... Sign up </button> </div> </form> </div> </div> </span> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[8]"
            },
            "excerpt": "<div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"> <div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el- ... typography=\"DetailsGamma\" class=\"x-el x-el-p c1-fh c1-3j c1-1s c1-1t c1-4r c1-2b c1-2c c1-b c1-fi c1-ea c1-3o c1-ed c1-ee c1-ef c1-eg\"> <span></span> </p> </div> </div> </section> </div> </div> </div>"
          },
          {
            "ruleID": "r3",
            "what": "id attributes have a unique value",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[8]/div[1]"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> <div ... \" data-typography=\"DetailsGamma\" class=\"x-el x-el-p c1-fh c1-3j c1-1s c1-1t c1-4r c1-2b c1-2c c1-b c1-fi c1-ea c1-3o c1-ed c1-ee c1-ef c1-eg\"> <span></span> </p> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r40",
            "what": "Regions have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> <div> <se ... > <div data-ux=\"EmbedContainer\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-80 c1-58 c1-z c1-81 c1-28 c1-26 c1-b c1-c c1-d c1-e c1-f c1-g\"></div> </div> </div> </div> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r40",
            "what": "Regions have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> <div> <se ... t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" src=\"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=\" srcset=\"/... </span> </div> </div> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r40",
            "what": "Regions have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> <div> <se ... 7 19.362c0 .446.481.697.811.424l8.693-7.203a.56.56 0 0 0 .011-.836L7.861 4.125z\"></path> </svg> </button> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r40",
            "what": "Regions have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> <div> <se ... 1.885.52.521 1.149.782 1.885.782a2.57 2.57 0 0 0 1.885-.782c.521-.52.782-1.149.782-1.885zm1.437 0c0 1.139-.4 2.108-1.198 2.906-.798.799-1.767... </g> </svg> </a> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r40",
            "what": "Regions have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]/div[1]"
            },
            "excerpt": "<div data-ux=\"WidgetBanner\" role=\"region\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container\" class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g\"> <div> <section data-ux=\"SectionBan ...  c1-5v c1-3o c1-5x c1-5z c1-60 c1-61 x-rt\"> <p style=\"margin:0\"> <span> Voting serves all of us. Thank you for your commitment. </span> </p> </div> </div> </div> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r40",
            "what": "Regions have an accessible name",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> <div> <s ... .submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"... Sign up </button> </div> </form> </div> </div> </span> </div> </div> </section> </div> </div>"
          },
          {
            "ruleID": "r53",
            "what": "Headings are structured",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/h4[1]"
            },
            "excerpt": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\"> Meet Bill Essayli </h4>"
          },
          {
            "ruleID": "r53",
            "what": "Headings are structured",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[9]/div[1]/h4[1]"
            },
            "excerpt": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\"> This website uses cookies. </h4>"
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[9]/div[1]/h4[1]/text()[1]"
            },
            "excerpt": "This website uses cookies."
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[9]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data."
          },
          {
            "ruleID": "r57",
            "what": "Perceivable text content is included in a landmark",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[9]/div[1]/div[2]/a[1]/text()[1]"
            },
            "excerpt": "Accept"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[1]"
            },
            "excerpt": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c ... t c1-3u c1-3v c1-3w\"> <path fill-rule=\"evenodd\" d=\"M15.836 19.774c.335.294.84.04.84-.423l.02-14.813c.001-.447-.48-.698-.81-.425l-8.693 7.204a.56.56 0 0 0-.01.836l8.653 7.621z\"></path> </svg> </button>"
          },
          {
            "ruleID": "r65",
            "what": "Element in sequential focus order has visible focus",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[2]"
            },
            "excerpt": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c ... 1-3t c1-3u c1-3v c1-3w\"> <path fill-rule=\"evenodd\" d=\"M7.861 4.125c-.335-.293-.84-.039-.84.424L7 19.362c0 .446.481.697.811.424l8.693-7.203a.56.56 0 0 0 .011-.836L7.861 4.125z\"></path> </svg> </button>"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "Join Bill's campaign for a brighter future in California!"
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]"
            },
            "excerpt": "Bill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficking, identity theft and white-collar fraud. Today, Bill is a partner i..."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[3]/span[1]/text()[1]"
            },
            "excerpt": "Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades."
          },
          {
            "ruleID": "r66",
            "what": "Text outside widget has enhanced contrast",
            "ordinalSeverity": 0,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/text()[1]"
            },
            "excerpt": "Email*"
          },
          {
            "ruleID": "r69",
            "what": "Text outside widget has minimum contrast",
            "ordinalSeverity": 0,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/label[1]/text()[1]"
            },
            "excerpt": "Email*"
          },
          {
            "ruleID": "r72",
            "what": "Paragraphs of text are not all uppercase",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/p[1]"
            },
            "excerpt": "<p style=\"margin:0\"> <span> Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved. </span> </p>"
          },
          {
            "ruleID": "r72",
            "what": "Paragraphs of text are not all uppercase",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/p[3]"
            },
            "excerpt": "<p style=\"margin:0\"> <span> Paid for by essayli for assembly 2024 - FPPC 1457485 </span> </p>"
          },
          {
            "ruleID": "r74",
            "what": "Paragraphs of text do not have font sizes defined in absolute units",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-6r c1-1g c1-b c1-el c1-c c1-3o c1-d c1-e c1-f c1-g\"> Stay informed with the latest news and updates from the campaign trail. </p>"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[1]/a[1]/text()[1]"
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[2]/a[1]/text()[1]"
            },
            "excerpt": "Meet Bill"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[3]/a[1]/text()[1]"
            },
            "excerpt": "Campaign Updates"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[4]/a[1]/text()[1]"
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[5]/a[1]/text()[1]"
            },
            "excerpt": "Media"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[6]/a[1]/text()[1]"
            },
            "excerpt": "Contact Us"
          },
          {
            "ruleID": "r83",
            "what": "Text nodes are not clipped when text is resized",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[7]/a[1]/text()[1]"
            },
            "excerpt": "Donate"
          },
          {
            "ruleID": "r87",
            "what": "First focusable element is link to main content",
            "ordinalSeverity": 0,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/"
            },
            "excerpt": "#document <!doctype html> ... </html>"
          }
        ]
      },
      "endTime": 1687102191551
    },
    {
      "type": "test",
      "which": "axe",
      "detailLevel": 2,
      "startTime": 1687102191551,
      "url": "https://essayliforassembly.com/",
      "what": "Axe",
      "result": {
        "totals": {
          "rulesNA": 53,
          "rulesPassed": 44,
          "rulesWarned": 3,
          "rulesViolated": 9,
          "warnings": {
            "minor": 13,
            "moderate": 0,
            "serious": 1,
            "critical": 0
          },
          "violations": {
            "minor": 7,
            "moderate": 5,
            "serious": 8,
            "critical": 4
          }
        },
        "details": {
          "testEngine": {
            "name": "axe-core",
            "version": "4.7.0"
          },
          "testRunner": {
            "name": "axe"
          },
          "testEnvironment": {
            "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36",
            "windowWidth": 1280,
            "windowHeight": 720,
            "orientationAngle": 90,
            "orientationType": "landscape-primary"
          },
          "timestamp": "2023-06-18T15:29:51.988Z",
          "url": "https://essayliforassembly.com/",
          "toolOptions": {
            "resultTypes": [
              "violations",
              "incomplete"
            ],
            "runOnly": {
              "type": "tag",
              "values": [
                "experimental",
                "best-practice",
                "wcag2a",
                "wcag2aa",
                "wcag2aaa",
                "wcag21a",
                "wcag21aa",
                "wcag21aaa"
              ]
            },
            "reporter": "v1"
          },
          "incomplete": [
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143",
                "ACT",
                "TTv5",
                "TT13.c"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
              "help": "Elements must meet minimum color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#ffffff",
                        "contrastRatio": 1,
                        "fontSize": "24.0pt (32px)",
                        "fontWeight": "normal",
                        "messageKey": "equalRatio",
                        "expectedContrastRatio": "3:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-ux=\"WidgetBanner\" role=\"region\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container\" class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                          "target": [
                            "#bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has a 1:1 contrast ratio with the background"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_COMPLETE_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">Thank you!</h2>",
                  "target": [
                    "#bf464898-fa62-499e-96dd-6c2f68dcfa8231621Complete > h2"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has a 1:1 contrast ratio with the background"
                }
              ]
            },
            {
              "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.7/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": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g\" style=\"visibility: hidden; display: none;\">",
                  "target": [
                    ".nav-item.c1-3a.c1-3b:nth-child(8)"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-31590\" class=\"x-el x-el-ul c1-1 c1-2 c1-48 c1-49 c1-3 c1-4a c1-4b c1-4c c1-4d c1-4e c1-4f c1-4g c1-3e c1-4h c1-4i c1-10 c1-4j c1-b c1-c c1-4k c1-4l c1-d c1-e c1-f c1-g\">",
                  "target": [
                    "#more-31590"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-b c1-c c1-d c1-4u c1-e c1-f c1-g\">",
                  "target": [
                    ".c1-4u.c1-19[data-ux=\"Block\"]"
                  ],
                  "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=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31607\" aria-expanded=\"false\" toggleid=\"n-31586-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-19 c1-1v c1-1b c1-1d c1-1w c1-1x c1-1y c1-1z c1-3m c1-b c1-c c1-22 c1-23 c1-24 c1-d c1-4u c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.31608.click,click\">",
                  "target": [
                    "#\\33 1607"
                  ],
                  "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": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-6t c1-1j c1-3m c1-3o c1-6u c1-6v c1-6w c1-6x\" style=\"display: none;\">",
                  "target": [
                    "span[data-size=\"xxlarge\"]"
                  ],
                  "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": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-5f c1-1j c1-3m c1-3o c1-5g c1-5h c1-5i c1-5j\" style=\"display: none;\">",
                  "target": [
                    "span[data-size=\"xlarge\"]"
                  ],
                  "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": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-5v c1-1j c1-3m c1-3o c1-5x c1-5z c1-60 c1-61\" style=\"display: none;\">",
                  "target": [
                    "span[data-size=\"large\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                },
                {
                  "any": [
                    {
                      "id": "hidden-content",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div data-ux=\"Block\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Running\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                  "target": [
                    "#bf464898-fa62-499e-96dd-6c2f68dcfa8231621Running"
                  ],
                  "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": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">Days</span>",
                  "target": [
                    ".c1-dt.c1-du.c1-dv:nth-child(1) > .c1-eb.c1-ec[data-ux=\"ClockLabel\"] > .c1-2m.c1-10.x-el-span"
                  ],
                  "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": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">Hrs</span>",
                  "target": [
                    ".c1-dt.c1-du.c1-dv:nth-child(2) > .c1-eb.c1-ec[data-ux=\"ClockLabel\"] > .c1-2m.c1-10.x-el-span"
                  ],
                  "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": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">Mins</span>",
                  "target": [
                    ".c1-dt.c1-du.c1-dv:nth-child(3) > .c1-eb.c1-ec[data-ux=\"ClockLabel\"] > .c1-2m.c1-10.x-el-span"
                  ],
                  "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": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">Secs</span>",
                  "target": [
                    ".c1-dt.c1-du.c1-dv:nth-child(4) > .c1-eb.c1-ec[data-ux=\"ClockLabel\"] > .c1-2m.c1-10.x-el-span"
                  ],
                  "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.7/identical-links-same-purpose?application=axeAPI",
              "nodes": [
                {
                  "any": [],
                  "all": [
                    {
                      "id": "identical-links-same-purpose",
                      "data": {
                        "name": "donate",
                        "urlProps": {
                          "protocol": "http:",
                          "hostname": "essayliforassembly.com",
                          "port": "",
                          "pathname": "/donate/",
                          "search": {},
                          "hash": "",
                          "filename": ""
                        }
                      },
                      "relatedNodes": [
                        {
                          "html": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">",
                          "target": [
                            ".c1-7s"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Check that links have the same purpose, or are intentionally ambiguous."
                    }
                  ],
                  "none": [],
                  "impact": "minor",
                  "html": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31597.click,click\">",
                  "target": [
                    ".c1-3x.c1-3y[href$=\"donate\"]"
                  ],
                  "failureSummary": "Fix all of the following:\n  Check that links have the same purpose, or are intentionally ambiguous."
                }
              ]
            }
          ],
          "violations": [
            {
              "id": "button-name",
              "impact": "critical",
              "tags": [
                "cat.name-role-value",
                "wcag2a",
                "wcag412",
                "section508",
                "section508.22.a",
                "ACT",
                "TTv5",
                "TT6.a"
              ],
              "description": "Ensures buttons have discernible text",
              "help": "Buttons must have discernible text",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/button-name?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "button-has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "Element does not have inner text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    },
                    {
                      "id": "presentational-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\">",
                  "target": [
                    "button[data-ux=\"CarouselButtonPrevious\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                },
                {
                  "any": [
                    {
                      "id": "button-has-visible-text",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "Element does not have inner text that is visible to screen readers"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    },
                    {
                      "id": "presentational-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\">",
                  "target": [
                    "button[data-ux=\"CarouselButtonNext\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                }
              ]
            },
            {
              "id": "color-contrast-enhanced",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aaa",
                "wcag146",
                "ACT"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds",
              "help": "Elements must meet enhanced color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast-enhanced?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#575757",
                        "bgColor": "#f0f3fe",
                        "contrastRatio": 6.52,
                        "fontSize": "13.5pt (18px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-ux=\"Hero\" class=\"x-el x-el-div c1-1 c1-2 c1-1g c1-19 c1-59 c1-6b c1-1f c1-1b c1-x c1-y c1-52 c1-6c c1-4x c1-b c1-c c1-14 c1-6d c1-6e c1-6f c1-6g c1-6h c1-6i c1-d c1-6j c1-6k c1-6l c1-e c1-f c1-g\">",
                          "target": [
                            ".c1-6d"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.52 (foreground color: #575757, background color: #f0f3fe, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Join Bill's campaign for a brighter future in California!</span>",
                  "target": [
                    ".c1-72 > p > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.52 (foreground color: #575757, background color: #f0f3fe, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5e5e5e",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.48,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                          "target": [
                            ".widget-content > .c1-3[data-ux=\"Widget\"][role=\"region\"] > div > .c1-h.c1-i[data-ux=\"Section\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.48 (foreground color: #5e5e5e, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>",
                  "target": [
                    ".c1-8t > p:nth-child(1) > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.48 (foreground color: #5e5e5e, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                },
                {
                  "any": [
                    {
                      "id": "color-contrast-enhanced",
                      "data": {
                        "fgColor": "#5e5e5e",
                        "bgColor": "#ffffff",
                        "contrastRatio": 6.48,
                        "fontSize": "15.0pt (20px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "7:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">",
                          "target": [
                            ".widget-content > .c1-3[data-ux=\"Widget\"][role=\"region\"] > div > .c1-h.c1-i[data-ux=\"Section\"]"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 6.48 (foreground color: #5e5e5e, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp;</span>",
                  "target": [
                    ".c1-8t > p:nth-child(3) > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 6.48 (foreground color: #5e5e5e, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                }
              ]
            },
            {
              "id": "color-contrast",
              "impact": "serious",
              "tags": [
                "cat.color",
                "wcag2aa",
                "wcag143",
                "ACT",
                "TTv5",
                "TT13.c"
              ],
              "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",
              "help": "Elements must meet minimum color contrast ratio thresholds",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "color-contrast",
                      "data": {
                        "fgColor": "#ffffff",
                        "bgColor": "#eeeeee",
                        "contrastRatio": 1.16,
                        "fontSize": "16.5pt (22px)",
                        "fontWeight": "normal",
                        "messageKey": null,
                        "expectedContrastRatio": "4.5:1"
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-ux=\"WidgetBanner\" role=\"region\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container\" class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                          "target": [
                            "#bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container"
                          ]
                        }
                      ],
                      "impact": "serious",
                      "message": "Element has insufficient color contrast of 1.16 (foreground color: #ffffff, background color: #eeeeee, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<span>Voting serves all of us. Thank you for your commitment.&nbsp;</span>",
                  "target": [
                    "#bf464898-fa62-499e-96dd-6c2f68dcfa8231621Complete > .c1-dm[data-ux=\"TextMajor\"][data-typography=\"BodyBeta\"] > p > span"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.16 (foreground color: #ffffff, background color: #eeeeee, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1"
                }
              ]
            },
            {
              "id": "duplicate-id",
              "impact": "minor",
              "tags": [
                "cat.parsing",
                "wcag2a",
                "wcag411"
              ],
              "description": "Ensures every id attribute value is unique",
              "help": "id attribute value must be unique",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/duplicate-id?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "duplicate-id",
                      "data": "n-31586",
                      "relatedNodes": [
                        {
                          "html": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/ll, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" alt=\"Bill Essayli for Assembly\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\">",
                          "target": [
                            ".c1-1h > .c1-1k.c1-1m.c1-1n > .c1-1w.c1-1x[title=\"Bill Essayli for Assembly\"] > .c1-2a.c1-29.c1-26 > .c1-2e.c1-2f.c1-2g"
                          ]
                        },
                        {
                          "html": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/ll, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" alt=\"Bill Essayli for Assembly\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\">",
                          "target": [
                            ".c1-4w > .c1-1k.c1-1m.c1-1n > .c1-1w.c1-1x[title=\"Bill Essayli for Assembly\"] > .c1-2a.c1-29.c1-26 > .c1-2e.c1-2f.c1-2g"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Document has multiple static elements with the same id attribute: n-31586"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-31586\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                  "target": [
                    "div[data-ux=\"Header\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has multiple static elements with the same id attribute: n-31586"
                },
                {
                  "any": [
                    {
                      "id": "duplicate-id",
                      "data": "f5ba4798-d484-444c-9402-0a30dec9282e",
                      "relatedNodes": [
                        {
                          "html": "<div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                          "target": [
                            ".widget-video > .c1-3[data-ux=\"Widget\"][role=\"region\"]"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Document has multiple static elements with the same id attribute: f5ba4798-d484-444c-9402-0a30dec9282e"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"widget widget-video widget-video-video-1\">",
                  "target": [
                    ".widget-video"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has multiple static elements with the same id attribute: f5ba4798-d484-444c-9402-0a30dec9282e"
                },
                {
                  "any": [
                    {
                      "id": "duplicate-id",
                      "data": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
                      "relatedNodes": [
                        {
                          "html": "<div data-ux=\"Widget\" role=\"region\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                          "target": [
                            ".widget-content > .c1-3[data-ux=\"Widget\"][role=\"region\"]"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Document has multiple static elements with the same id attribute: ee7bc56c-4f17-4da3-a0fb-4d031c8dff95"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"widget widget-content widget-content-content-6\">",
                  "target": [
                    ".widget-content"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has multiple static elements with the same id attribute: ee7bc56c-4f17-4da3-a0fb-4d031c8dff95"
                },
                {
                  "any": [
                    {
                      "id": "duplicate-id",
                      "data": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
                      "relatedNodes": [
                        {
                          "html": "<div data-ux=\"Widget\" role=\"region\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                          "target": [
                            ".widget-gallery > .c1-3[data-ux=\"Widget\"][role=\"region\"]"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Document has multiple static elements with the same id attribute: fb9a0131-841b-4ac4-91f3-3b7f809beac2"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"widget widget-gallery widget-gallery-gallery-3\">",
                  "target": [
                    ".widget-gallery"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has multiple static elements with the same id attribute: fb9a0131-841b-4ac4-91f3-3b7f809beac2"
                },
                {
                  "any": [
                    {
                      "id": "duplicate-id",
                      "data": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
                      "relatedNodes": [
                        {
                          "html": "<div data-ux=\"Widget\" role=\"region\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                          "target": [
                            ".widget-social > .c1-3[data-ux=\"Widget\"][role=\"region\"]"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Document has multiple static elements with the same id attribute: 7dd0f636-67c4-430c-94a0-2ab5a090b5e4"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"widget widget-social widget-social-social-1\">",
                  "target": [
                    ".widget-social"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has multiple static elements with the same id attribute: 7dd0f636-67c4-430c-94a0-2ab5a090b5e4"
                },
                {
                  "any": [
                    {
                      "id": "duplicate-id",
                      "data": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
                      "relatedNodes": [
                        {
                          "html": "<div data-ux=\"Widget\" role=\"region\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                          "target": [
                            ".c1-ei[data-ux=\"Widget\"][role=\"region\"]"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Document has multiple static elements with the same id attribute: 3dc923af-07c0-4c0d-abdd-a67a2805ba43"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\">",
                  "target": [
                    ".widget-subscribe"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has multiple static elements with the same id attribute: 3dc923af-07c0-4c0d-abdd-a67a2805ba43"
                },
                {
                  "any": [
                    {
                      "id": "duplicate-id",
                      "data": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
                      "relatedNodes": [
                        {
                          "html": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                          "target": [
                            "div[role=\"contentinfo\"]"
                          ]
                        }
                      ],
                      "impact": "minor",
                      "message": "Document has multiple static elements with the same id attribute: e94a5ac7-2717-4096-b9da-1e1bc94dcbbe"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "minor",
                  "html": "<div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\">",
                  "target": [
                    ".widget-footer"
                  ],
                  "failureSummary": "Fix any of the following:\n  Document has multiple static elements with the same id attribute: e94a5ac7-2717-4096-b9da-1e1bc94dcbbe"
                }
              ]
            },
            {
              "id": "heading-order",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "description": "Ensures the order of headings is semantically correct",
              "help": "Heading levels should only increase by one",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/heading-order?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "heading-order",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Heading order invalid"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">",
                  "target": [
                    "h4[data-ux=\"ContentHeading\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  Heading order invalid"
                },
                {
                  "any": [
                    {
                      "id": "heading-order",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Heading order invalid"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\">This website uses cookies.</h4>",
                  "target": [
                    ".c1-fx"
                  ],
                  "failureSummary": "Fix any of the following:\n  Heading order invalid"
                }
              ]
            },
            {
              "id": "image-alt",
              "impact": "critical",
              "tags": [
                "cat.text-alternatives",
                "wcag2a",
                "wcag111",
                "section508",
                "section508.22.a",
                "ACT",
                "TTv5",
                "TT7.a",
                "TT7.b"
              ],
              "description": "Ensures <img> elements have alternate text or a role of none or presentation",
              "help": "Images must have alternate text",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "has-alt",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "Element does not have an alt attribute"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    },
                    {
                      "id": "presentational-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:405,h:500,cg:true\" data-ux=\"Image\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\">",
                  "target": [
                    ".c1-66"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                },
                {
                  "any": [
                    {
                      "id": "has-alt",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "critical",
                      "message": "Element does not have an alt attribute"
                    },
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    },
                    {
                      "id": "presentational-role",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "minor",
                      "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "critical",
                  "html": "<img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" src=\"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=\" srcset=\"//img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 451w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 768w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1024w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1280w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1536w\" sizes=\"(min-width: 451px) and (max-width: 767px) 767px, (min-width: 768px) and (max-width: 1023px) 1023px, (min-width: 1024px) and (max-width: 1279px) 1279px, (min-width: 1280px) and (max-width: 1535px) 1535px, (min-width: 1536px) 1536px\" data-srcsetlazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:800,h:800,cg:true 2x, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:1200,h:1200,cg:true 3x\" data-ux=\"Image\" data-aid=\"CONTENT_IMAGE1_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\">",
                  "target": [
                    ".c1-9y"
                  ],
                  "failureSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                }
              ]
            },
            {
              "id": "landmark-unique",
              "impact": "moderate",
              "tags": [
                "cat.semantics",
                "best-practice"
              ],
              "help": "Ensures landmarks are unique",
              "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-unique?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "navigation",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-z c1-33 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                          "target": [
                            ".c1-33"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<nav data-ux=\"Container\" class=\"x-el x-el-nav c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-4 c1-12 c1-13 c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">",
                  "target": [
                    ".c1-12"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                },
                {
                  "any": [
                    {
                      "id": "landmark-is-unique",
                      "data": {
                        "role": "region",
                        "accessibleText": null
                      },
                      "relatedNodes": [
                        {
                          "html": "<div data-ux=\"Widget\" role=\"region\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                          "target": [
                            ".widget-content > .c1-3[data-ux=\"Widget\"][role=\"region\"]"
                          ]
                        },
                        {
                          "html": "<div data-ux=\"Widget\" role=\"region\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                          "target": [
                            ".widget-gallery > .c1-3[data-ux=\"Widget\"][role=\"region\"]"
                          ]
                        },
                        {
                          "html": "<div data-ux=\"Widget\" role=\"region\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                          "target": [
                            ".widget-social > .c1-3[data-ux=\"Widget\"][role=\"region\"]"
                          ]
                        },
                        {
                          "html": "<div data-ux=\"WidgetBanner\" role=\"region\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container\" class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                          "target": [
                            "#bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container"
                          ]
                        },
                        {
                          "html": "<div data-ux=\"Widget\" role=\"region\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                          "target": [
                            ".c1-ei[data-ux=\"Widget\"][role=\"region\"]"
                          ]
                        }
                      ],
                      "impact": "moderate",
                      "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                  "target": [
                    ".widget-video > .c1-3[data-ux=\"Widget\"][role=\"region\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                }
              ]
            },
            {
              "id": "region",
              "impact": "moderate",
              "tags": [
                "cat.keyboard",
                "best-practice"
              ],
              "description": "Ensures all page content is contained by landmarks",
              "help": "All page content should be contained by landmarks",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "region",
                      "data": {
                        "isIframe": false
                      },
                      "relatedNodes": [],
                      "impact": "moderate",
                      "message": "Some page content is not contained by landmarks"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "moderate",
                  "html": "<div id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c\" class=\"widget widget-cookie-banner widget-cookie-banner-cookie-1\">",
                  "target": [
                    "#\\33 e75f09e-ed23-4572-ba11-0ec47110e72c"
                  ],
                  "failureSummary": "Fix any of the following:\n  Some page content is not contained by landmarks"
                }
              ]
            },
            {
              "id": "role-img-alt",
              "impact": "serious",
              "tags": [
                "cat.text-alternatives",
                "wcag2a",
                "wcag111",
                "section508",
                "section508.22.a",
                "ACT",
                "TTv5",
                "TT7.a"
              ],
              "description": "Ensures [role='img'] elements have alternate text",
              "help": "[role='img'] elements must have an alternative text",
              "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/role-img-alt?application=axeAPI",
              "nodes": [
                {
                  "any": [
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                  "target": [
                    "div[data-aid=\"GALLERY_IMAGE0_RENDERED\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div role=\"img\" data-aid=\"GALLERY_IMAGE1_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                  "target": [
                    "div[data-aid=\"GALLERY_IMAGE1_RENDERED\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div role=\"img\" data-aid=\"GALLERY_IMAGE6_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\">",
                  "target": [
                    "div[data-aid=\"GALLERY_IMAGE6_RENDERED\"]"
                  ],
                  "failureSummary": "Fix any of the following:\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                },
                {
                  "any": [
                    {
                      "id": "aria-label",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-label attribute does not exist or is empty"
                    },
                    {
                      "id": "aria-labelledby",
                      "data": null,
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty"
                    },
                    {
                      "id": "non-empty-title",
                      "data": {
                        "messageKey": "noAttr"
                      },
                      "relatedNodes": [],
                      "impact": "serious",
                      "message": "Element has no title attribute"
                    }
                  ],
                  "all": [],
                  "none": [],
                  "impact": "serious",
                  "html": "<div role=\"img\" data-aid=\"COUNTDOWN_IMAGE_RENDERED\" data-ux=\"Background\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-cv c1-71 c1-cd c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\">",
                  "target": [
                    ".c1-cv"
                  ],
                  "failureSummary": "Fix any of the following:\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute"
                }
              ]
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          13,
          1,
          12,
          12
        ],
        "instances": [
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has a 1:1 contrast ratio with the background",
            "ordinalSeverity": 1,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#bf464898-fa62-499e-96dd-6c2f68dcfa8231621Complete > h2"
            },
            "excerpt": "<h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_COMPLETE_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">Thank you!</h2>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; 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.",
            "ordinalSeverity": 0,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".nav-item.c1-3a.c1-3b:nth-child(8)"
            },
            "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g\" style=\"visibility: hidden; display: none;\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; 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.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "more-31590",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#more-31590"
            },
            "excerpt": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-31590\" class=\"x-el x-el-ul c1-1 c1-2 c1-48 c1-49 c1-3 c1-4a c1-4b c1-4c c1-4d c1-4e c1-4f c1-4g c1-3e c1-4h c1-4i c1-10 c1-4j c1-b c1-c c1-4k c1-4l c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; 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.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-4u.c1-19[data-ux=\"Block\"]"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-b c1-c c1-d c1-4u c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; 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.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "31607",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#\\33 1607"
            },
            "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31607\" aria-expanded=\"false\" toggleid=\"n-31586-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"t ... c1-1s c1-1t c1-19 c1-1v c1-1b c1-1d c1-1w c1-1x c1-1y c1-1z c1-3m c1-b c1-c c1-22 c1-23 c1-24 c1-d c1-4u c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.31608.click,click\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; 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.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "span[data-size=\"xxlarge\"]"
            },
            "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-6t c1-1j c1-3m c1-3o c1-6u c1-6v c1-6w c1-6x\" style=\"display: none;\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; 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.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "span[data-size=\"xlarge\"]"
            },
            "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-5f c1-1j c1-3m c1-3o c1-5g c1-5h c1-5i c1-5j\" style=\"display: none;\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; 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.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "span[data-size=\"large\"]"
            },
            "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-5v c1-1j c1-3m c1-3o c1-5x c1-5z c1-60 c1-61\" style=\"display: none;\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; 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.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "bf464898-fa62-499e-96dd-6c2f68dcfa8231621Running",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#bf464898-fa62-499e-96dd-6c2f68dcfa8231621Running"
            },
            "excerpt": "<div data-ux=\"Block\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Running\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; 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.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-dt.c1-du.c1-dv:nth-child(1) > .c1-eb.c1-ec[data-ux=\"ClockLabel\"] > .c1-2m.c1-10.x-el-span"
            },
            "excerpt": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">Days</span>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; 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.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-dt.c1-du.c1-dv:nth-child(2) > .c1-eb.c1-ec[data-ux=\"ClockLabel\"] > .c1-2m.c1-10.x-el-span"
            },
            "excerpt": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">Hrs</span>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; 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.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-dt.c1-du.c1-dv:nth-child(3) > .c1-eb.c1-ec[data-ux=\"ClockLabel\"] > .c1-2m.c1-10.x-el-span"
            },
            "excerpt": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">Mins</span>"
          },
          {
            "ruleID": "hidden-content",
            "what": "Hidden content on the page should be analyzed; 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.",
            "ordinalSeverity": 0,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-dt.c1-du.c1-dv:nth-child(4) > .c1-eb.c1-ec[data-ux=\"ClockLabel\"] > .c1-2m.c1-10.x-el-span"
            },
            "excerpt": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">Secs</span>"
          },
          {
            "ruleID": "identical-links-same-purpose",
            "what": "Links with the same name must have a similar purpose; Check that links have the same purpose, or are intentionally ambiguous.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-3x.c1-3y[href$=\"donate\"]"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x ... c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31597.click,click\">"
          },
          {
            "ruleID": "button-name",
            "what": "Buttons must have discernible text; Element does not have inner text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "button[data-ux=\"CarouselButtonPrevious\"]"
            },
            "excerpt": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\">"
          },
          {
            "ruleID": "button-name",
            "what": "Buttons must have discernible text; Element does not have inner text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "button[data-ux=\"CarouselButtonNext\"]"
            },
            "excerpt": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\">"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.52 (foreground color: #575757, background color: #f0f3fe, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-72 > p > span"
            },
            "excerpt": "<span>Join Bill's campaign for a brighter future in California!</span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.48 (foreground color: #5e5e5e, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-8t > p:nth-child(1) > span"
            },
            "excerpt": "<span>"
          },
          {
            "ruleID": "color-contrast-enhanced",
            "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.48 (foreground color: #5e5e5e, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-8t > p:nth-child(3) > span"
            },
            "excerpt": "<span>Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp;</span>"
          },
          {
            "ruleID": "color-contrast",
            "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.16 (foreground color: #ffffff, background color: #eeeeee, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#bf464898-fa62-499e-96dd-6c2f68dcfa8231621Complete > .c1-dm[data-ux=\"TextMajor\"][data-typography=\"BodyBeta\"] > p > span"
            },
            "excerpt": "<span>Voting serves all of us. Thank you for your commitment.&nbsp;</span>"
          },
          {
            "ruleID": "duplicate-id",
            "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: n-31586",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "div[data-ux=\"Header\"]"
            },
            "excerpt": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-31586\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "duplicate-id",
            "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: f5ba4798-d484-444c-9402-0a30dec9282e",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".widget-video"
            },
            "excerpt": "<div id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"widget widget-video widget-video-video-1\">"
          },
          {
            "ruleID": "duplicate-id",
            "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".widget-content"
            },
            "excerpt": "<div id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"widget widget-content widget-content-content-6\">"
          },
          {
            "ruleID": "duplicate-id",
            "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".widget-gallery"
            },
            "excerpt": "<div id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"widget widget-gallery widget-gallery-gallery-3\">"
          },
          {
            "ruleID": "duplicate-id",
            "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: 7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".widget-social"
            },
            "excerpt": "<div id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"widget widget-social widget-social-social-1\">"
          },
          {
            "ruleID": "duplicate-id",
            "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: 3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".widget-subscribe"
            },
            "excerpt": "<div id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\">"
          },
          {
            "ruleID": "duplicate-id",
            "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".widget-footer"
            },
            "excerpt": "<div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\">"
          },
          {
            "ruleID": "heading-order",
            "what": "Heading levels should only increase by one; Heading order invalid",
            "ordinalSeverity": 2,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "h4[data-ux=\"ContentHeading\"]"
            },
            "excerpt": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">"
          },
          {
            "ruleID": "heading-order",
            "what": "Heading levels should only increase by one; Heading order invalid",
            "ordinalSeverity": 2,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-fx"
            },
            "excerpt": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\">This website uses cookies.</h4>"
          },
          {
            "ruleID": "image-alt",
            "what": "Images must have alternate text; Element does not have an alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-66"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" srcset=\"//im ... ta-aid=\"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "image-alt",
            "what": "Images must have alternate text; Element does not have an alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-9y"
            },
            "excerpt": "<img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400 ... h:1200,cg:true 3x\" data-ux=\"Image\" data-aid=\"CONTENT_IMAGE1_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "landmark-unique",
            "what": "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "ordinalSeverity": 2,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-12"
            },
            "excerpt": "<nav data-ux=\"Container\" class=\"x-el x-el-nav c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-4 c1-12 c1-13 c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">"
          },
          {
            "ruleID": "landmark-unique",
            "what": "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".widget-video > .c1-3[data-ux=\"Widget\"][role=\"region\"]"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "region",
            "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "#\\33 e75f09e-ed23-4572-ba11-0ec47110e72c"
            },
            "excerpt": "<div id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c\" class=\"widget widget-cookie-banner widget-cookie-banner-cookie-1\">"
          },
          {
            "ruleID": "role-img-alt",
            "what": "[role='img'] elements must have an alternative text; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "div[data-aid=\"GALLERY_IMAGE0_RENDERED\"]"
            },
            "excerpt": "<div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "role-img-alt",
            "what": "[role='img'] elements must have an alternative text; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "div[data-aid=\"GALLERY_IMAGE1_RENDERED\"]"
            },
            "excerpt": "<div role=\"img\" data-aid=\"GALLERY_IMAGE1_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "role-img-alt",
            "what": "[role='img'] elements must have an alternative text; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "div[data-aid=\"GALLERY_IMAGE6_RENDERED\"]"
            },
            "excerpt": "<div role=\"img\" data-aid=\"GALLERY_IMAGE6_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "role-img-alt",
            "what": "[role='img'] elements must have an alternative text; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": ".c1-cv"
            },
            "excerpt": "<div role=\"img\" data-aid=\"COUNTDOWN_IMAGE_RENDERED\" data-ux=\"Background\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-cv c1-71 c1-cd c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\">"
          }
        ]
      },
      "endTime": 1687102192029
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687102192029,
      "endTime": 1687102192511
    },
    {
      "type": "url",
      "which": "https://essayliforassembly.com/",
      "what": "Candidate Bill Essayli (R)",
      "startTime": 1687102192512,
      "result": {
        "url": "https://essayliforassembly.com/"
      },
      "endTime": 1687102192918
    },
    {
      "type": "test",
      "which": "continuum",
      "startTime": 1687102192918,
      "url": "https://essayliforassembly.com/",
      "what": "Level Access Continuum, community edition",
      "result": [
        {
          "engineTestId": 87,
          "bestPracticeId": 362,
          "attribute": "This element (role=img, role=graphics-symbol or role=graphics-document) does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This DIV (role=img) does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<div class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\" alt=\"\" data-ux=\"Background\" data-aid=\"GALLERY_IMAGE0_RENDERED\" role=\"img\"><div c ...  c1-c c1-a7 c1-a8 c1-a9 c1-aa c1-ab c1-ac c1-ad c1-ae c1-af c1-ag c1-ah c1-ai c1-aj c1-ak c1-al c1-am c1-an c1-ao c1-ap c1-aq c1-ar c1-d c1-e c1-f c1-g\" data-lazybg=\"true\" data-ux=\"Block\"></div></div>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[role=\"img\"][data-aid=\"GALLERY_IMAGE0_RENDERED\"][data-ux=\"Background\"][alt=\"\"][class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 87,
          "bestPracticeId": 362,
          "attribute": "This element (role=img, role=graphics-symbol or role=graphics-document) does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This DIV (role=img) does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<div class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\" alt=\"\" data-ux=\"Background\" data-aid=\"GALLERY_IMAGE1_RENDERED\" role=\"img\"><div c ...  c1-c c1-as c1-at c1-au c1-av c1-aw c1-ax c1-ay c1-az c1-b0 c1-b1 c1-b2 c1-b3 c1-b4 c1-b5 c1-b6 c1-b7 c1-b8 c1-b9 c1-ba c1-bb c1-bc c1-d c1-e c1-f c1-g\" data-lazybg=\"true\" data-ux=\"Block\"></div></div>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[role=\"img\"][data-aid=\"GALLERY_IMAGE1_RENDERED\"][data-ux=\"Background\"][alt=\"\"][class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 87,
          "bestPracticeId": 362,
          "attribute": "This element (role=img, role=graphics-symbol or role=graphics-document) does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This DIV (role=img) does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<div class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\" alt=\"\" data-ux=\"Background\" data-aid=\"GALLERY_IMAGE6_RENDERED\" role=\"img\"><div c ...  c1-c c1-be c1-bf c1-bg c1-bh c1-bi c1-bj c1-bk c1-bl c1-bm c1-bn c1-bo c1-bp c1-bq c1-br c1-bs c1-bt c1-bu c1-bv c1-bw c1-bx c1-by c1-d c1-e c1-f c1-g\" data-lazybg=\"true\" data-ux=\"Block\"></div></div>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[role=\"img\"][data-aid=\"GALLERY_IMAGE6_RENDERED\"][data-ux=\"Background\"][alt=\"\"][class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 87,
          "bestPracticeId": 362,
          "attribute": "This element (role=img, role=graphics-symbol or role=graphics-document) does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This DIV (role=img) does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<div class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-cv c1-71 c1-cd c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Background\" data-aid=\"COUNTDOWN_IMAGE_RENDERED\" role=\"img\"><div class=\"x-el x-el-div d-n ...  c1-c c1-cw c1-cx c1-cy c1-cz c1-d0 c1-d1 c1-d2 c1-d3 c1-d4 c1-d5 c1-d6 c1-d7 c1-d8 c1-d9 c1-da c1-db c1-dc c1-dd c1-de c1-df c1-dg c1-d c1-e c1-f c1-g\" data-lazybg=\"true\" data-ux=\"Block\"></div></div>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[role=\"img\"][data-aid=\"COUNTDOWN_IMAGE_RENDERED\"][data-ux=\"Background\"][class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-cv c1-71 c1-cd c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 89,
          "bestPracticeId": 362,
          "attribute": "This img element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This img element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<img class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_REN ... 5,h:500,cg:true\" src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\"][srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:405,h:500,cg:true\"][data-ux=\"Image\"][data-aid=\"BACKGROUND_IMAGE_RENDERED\"][data-ht=\"Inset\"][class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 89,
          "bestPracticeId": 362,
          "attribute": "This img element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This img element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<img class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\" data-aid=\"CONTENT_IMAGE1_RENDERED\" data-ux=\"Image\" data-srcsetlaz ... srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" data-lazyimg=\"true\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[data-lazyimg=\"true\"][data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\"][src=\"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=\"][srcset=\"//img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 451w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 768w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1024w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1280w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1536w\"][sizes=\"(min-width: 451px) and (max-width: 767px) 767px, (min-width: 768px) and (max-width: 1023px) 1023px, (min-width: 1024px) and (max-width: 1279px) 1279px, (min-width: 1280px) and (max-width: 1535px) 1535px, (min-width: 1536px) 1536px\"][data-srcsetlazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:800,h:800,cg:true 2x, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:1200,h:1200,cg:true 3x\"][data-ux=\"Image\"][data-aid=\"CONTENT_IMAGE1_RENDERED\"][class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\"]",
            "attNo": 9
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This DIV has an id attribute of 'n-31586', which is not unique in the same DOM",
          "element": "<div class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-31586\" data-aid=\"HEADER_WIDGET\"  ... v></div><div class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-31 c1-1b c1-1e c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Block\"></div></div><div class=\"x-el x-el-div c1-1 c1-2 c1-18 c1-19 c1-1a c1-1b c1-1c c1-32 c",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[data-ux=\"Header\"][role=\"main\"][data-aid=\"HEADER_WIDGET\"][id=\"n-31586\"][class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 5
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This IMG has an id attribute of 'n-31586', which is not unique in the same DOM",
          "element": "<img class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c ... jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\"][srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/ll, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\"][alt=\"Bill Essayli for Assembly\"][data-ux=\"ImageLogo\"][data-aid=\"HEADER_LOGO_IMAGE_RENDERED\"][id=\"n-31586\"][class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\"]",
            "attNo": 7
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This IMG has an id attribute of 'n-31586', which is not unique in the same DOM",
          "element": "<img class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c ... jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\">",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "img[src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\"][srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/ll, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\"][alt=\"Bill Essayli for Assembly\"][data-ux=\"ImageLogo\"][data-aid=\"HEADER_LOGO_IMAGE_RENDERED\"][id=\"n-31586\"][class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\"]",
            "attNo": 7
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This DIV has an id attribute of 'f5ba4798-d484-444c-9402-0a30dec9282e', which is not unique in the same DOM",
          "element": "<div class=\"widget widget-video widget-video-video-1\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1- ... nt\"><div class=\"x-el x-el-div c1-1 c1-2 c1-s c1-80 c1-58 c1-z c1-81 c1-28 c1-26 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"EmbedContainer\"></div></div></div></div></div></div></section></div></div></div>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)",
          "fingerprint": {
            "version": 2,
            "css": "div[id=\"f5ba4798-d484-444c-9402-0a30dec9282e\"][class=\"widget widget-video widget-video-video-1\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This DIV has an id attribute of 'f5ba4798-d484-444c-9402-0a30dec9282e', which is not unique in the same DOM",
          "element": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" role=\"region\" data-ux=\"Widget\"><div><sect ... \"Element\"><div class=\"x-el x-el-div c1-1 c1-2 c1-s c1-80 c1-58 c1-z c1-81 c1-28 c1-26 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"EmbedContainer\"></div></div></div></div></div></div></section></div></div>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[data-ux=\"Widget\"][role=\"region\"][id=\"f5ba4798-d484-444c-9402-0a30dec9282e\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This DIV has an id attribute of 'ee7bc56c-4f17-4da3-a0fb-4d031c8dff95', which is not unique in the same DOM",
          "element": "<div class=\"widget widget-content widget-content-content-6\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1 ... ss=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Element\"><img class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)",
          "fingerprint": {
            "version": 2,
            "css": "div[id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\"][class=\"widget widget-content widget-content-content-6\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This DIV has an id attribute of 'ee7bc56c-4f17-4da3-a0fb-4d031c8dff95', which is not unique in the same DOM",
          "element": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" role=\"region\" data-ux=\"Widget\"><div><sect ... g c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\" data-aid=\"CONTENT_IMAGE1_RENDERED\" data-ux=\"Image\" data-srcsetlazy=\"//img1.wsimg.com/iste",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[data-ux=\"Widget\"][role=\"region\"][id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This DIV has an id attribute of 'fb9a0131-841b-4ac4-91f3-3b7f809beac2', which is not unique in the same DOM",
          "element": "<div class=\"widget widget-gallery widget-gallery-gallery-3\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1 ... sel-slide-fade\" data-index=\"2\" style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\"><div></div></li><li class=\"carousel-slide ",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)",
          "fingerprint": {
            "version": 2,
            "css": "div[id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\"][class=\"widget widget-gallery widget-gallery-gallery-3\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This DIV has an id attribute of 'fb9a0131-841b-4ac4-91f3-3b7f809beac2', which is not unique in the same DOM",
          "element": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" role=\"region\" data-ux=\"Widget\"><div><sect ... overflow-x:hidden;min-width:100%;padding-bottom:56.25%\"><div></div></li><li class=\"carousel-slide carousel-slide-fade carousel-slide-loading\" data-index=\"3\" style=\"margin-left:0px;width:100%;transitio",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[data-ux=\"Widget\"][role=\"region\"][id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This DIV has an id attribute of '7dd0f636-67c4-430c-94a0-2ab5a090b5e4', which is not unique in the same DOM",
          "element": "<div class=\"widget widget-social widget-social-social-1\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d  ... 0c0 1.139-.4 2.108-1.198 2.906-.798.799-1.767 1.198-2.906 1.198-1.139 0-2.108-.4-2.906-1.198-.799-.798-1.198-1.767-1.198-2.906 0-1.139.4-2.108 1.198-2.906.798-.799 1.767-1.198 2.906-1.198 1.139 0 2.10",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)",
          "fingerprint": {
            "version": 2,
            "css": "div[id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\"][class=\"widget widget-social widget-social-social-1\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This DIV has an id attribute of '7dd0f636-67c4-430c-94a0-2ab5a090b5e4', which is not unique in the same DOM",
          "element": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" role=\"region\" data-ux=\"Widget\"><div><sect ... 798-1.198-1.767-1.198-2.906 0-1.139.4-2.108 1.198-2.906.798-.799 1.767-1.198 2.906-1.198 1.139 0 2.108.4 2.906 1.198.799.798 1.198 1.767 1.198 2.906zm1.125-4.27c0 .263-.094.489-.281.676a.923.923 0 0 1",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[data-ux=\"Widget\"][role=\"region\"][id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This DIV has an id attribute of '3dc923af-07c0-4c0d-abdd-a67a2805ba43', which is not unique in the same DOM",
          "element": "<div class=\"widget widget-subscribe widget-subscribe-subscribe-1\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b  ... -7l c1-4 c1-34 c1-35 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-3n c1-fd c1-7v c1-2o c1-2q c1-em c1-en c1-fe c1-",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)",
          "fingerprint": {
            "version": 2,
            "css": "div[id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\"][class=\"widget widget-subscribe widget-subscribe-subscribe-1\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This DIV has an id attribute of '3dc923af-07c0-4c0d-abdd-a67a2805ba43', which is not unique in the same DOM",
          "element": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" role=\"region\" data-ux=\"Widget\"><div><sec ...  c1-7q c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-3n c1-fd c1-7v c1-2o c1-2q c1-em c1-en c1-fe c1-7w c1-3t c1-3u c1-3v c1-3w\" data-typography=\"ButtonAlpha\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-tccl=",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[data-ux=\"Widget\"][role=\"region\"][id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This DIV has an id attribute of 'e94a5ac7-2717-4096-b9da-1e1bc94dcbbe', which is not unique in the same DOM",
          "element": "<div class=\"widget widget-footer widget-footer-footer-1\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d  ...  c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><g fill=\"#E1306C\"><path d=\"M14.667 12a2.57 2.57 0 0 0-.7",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(8)",
          "fingerprint": {
            "version": 2,
            "css": "div[id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\"][class=\"widget widget-footer widget-footer-footer-1\"]",
            "attNo": 2
          }
        },
        {
          "engineTestId": 94,
          "bestPracticeId": 1352,
          "attribute": "This element has an id attribute set to a value that is not unique in the same DOM",
          "attributeDetail": "This DIV has an id attribute of 'e94a5ac7-2717-4096-b9da-1e1bc94dcbbe', which is not unique in the same DOM",
          "element": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" role=\"contentinfo\" data-ux=\"Widget\"><div> ... 0px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><g fill=\"#E1306C\"><path d=\"M14.667 12a2.57 2.57 0 0 0-.782-1.885A2.57 2.57 0 0 0 12 9.333a2.57 2.57 0 0 0-1.885.782A2.57 2.57 0 0 0 9.333 12c0 .736.26 1.36",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(8)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[data-ux=\"Widget\"][role=\"contentinfo\"][id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 123,
          "bestPracticeId": 362,
          "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40\" widt ...  14.313L15.47 12h-2.22v-1.5c0-.633.31-1.25 1.304-1.25h1.008V7.281s-.915-.156-1.79-.156c-1.828 0-3.022 1.107-3.022 3.113V12H8.719v2.313h2.031v5.59c.828.13 1.672.13 2.5 0v-5.59h1.864z\"></path></g></svg>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "svg[viewbox=\"0 0 24 24\"][fill=\"currentColor\"][width=\"40\"][height=\"40\"][data-ux=\"IconSocial\"][class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 123,
          "bestPracticeId": 362,
          "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40\" widt ... 563 1.292-3.354.791-.792 1.91-1.222 3.354-1.292C9.309 4.017 10.41 4 12 4s2.691.017 3.302.052c1.445.07 2.563.5 3.354 1.292.792.791 1.222 1.91 1.292 3.354.035.611.052 1.712.052 3.302z\"></path></g></svg>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "svg[viewbox=\"0 0 24 24\"][fill=\"currentColor\"][width=\"40\"][height=\"40\"][data-ux=\"IconSocial\"][class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 123,
          "bestPracticeId": 362,
          "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><g> ...  14.313L15.47 12h-2.22v-1.5c0-.633.31-1.25 1.304-1.25h1.008V7.281s-.915-.156-1.79-.156c-1.828 0-3.022 1.107-3.022 3.113V12H8.719v2.313h2.031v5.59c.828.13 1.672.13 2.5 0v-5.59h1.864z\"></path></g></svg>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "svg[viewbox=\"0 0 24 24\"][fill=\"currentColor\"][width=\"40px\"][height=\"40px\"][data-ux=\"IconSocial\"][class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 123,
          "bestPracticeId": 362,
          "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><g  ... 563 1.292-3.354.791-.792 1.91-1.222 3.354-1.292C9.309 4.017 10.41 4 12 4s2.691.017 3.302.052c1.445.07 2.563.5 3.354 1.292.792.791 1.222 1.91 1.292 3.354.035.611.052 1.712.052 3.302z\"></path></g></svg>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "svg[viewbox=\"0 0 24 24\"][fill=\"currentColor\"][width=\"40px\"][height=\"40px\"][data-ux=\"IconSocial\"][class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 6
          }
        },
        {
          "engineTestId": 224,
          "bestPracticeId": 338,
          "attribute": "This button element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This button element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<button class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1- ... or\" viewbox=\"0 0 24 24\"><path d=\"M15.836 19.774c.335.294.84.04.84-.423l.02-14.813c.001-.447-.48-.698-.81-.425l-8.693 7.204a.56.56 0 0 0-.01.836l8.653 7.621z\" fill-rule=\"evenodd\"></path></svg></button>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "button[data-ux=\"CarouselButtonPrevious\"][data-aid=\"GALLERY_SCROLL_LEFT_ARROW\"][class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\"]",
            "attNo": 3
          }
        },
        {
          "engineTestId": 224,
          "bestPracticeId": 338,
          "attribute": "This button element does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This button element does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<button class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1- ... Color\" viewbox=\"0 0 24 24\"><path d=\"M7.861 4.125c-.335-.293-.84-.039-.84.424L7 19.362c0 .446.481.697.811.424l8.693-7.203a.56.56 0 0 0 .011-.836L7.861 4.125z\" fill-rule=\"evenodd\"></path></svg></button>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)",
          "fingerprint": {
            "version": 2,
            "css": "button[data-ux=\"CarouselButtonNext\"][data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\"][class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\"]",
            "attNo": 3
          }
        },
        {
          "engineTestId": 1010,
          "bestPracticeId": 2519,
          "attribute": "This element (role=region) does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" role=\"region\" data-ux=\"Widget\"><div><sect ... \"Element\"><div class=\"x-el x-el-div c1-1 c1-2 c1-s c1-80 c1-58 c1-z c1-81 c1-28 c1-26 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"EmbedContainer\"></div></div></div></div></div></div></section></div></div>",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[data-ux=\"Widget\"][role=\"region\"][id=\"f5ba4798-d484-444c-9402-0a30dec9282e\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 1010,
          "bestPracticeId": 2519,
          "attribute": "This element (role=region) does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" role=\"region\" data-ux=\"Widget\"><div><sect ... g c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\" data-aid=\"CONTENT_IMAGE1_RENDERED\" data-ux=\"Image\" data-srcsetlazy=\"//img1.wsimg.com/iste",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[data-ux=\"Widget\"][role=\"region\"][id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 1010,
          "bestPracticeId": 2519,
          "attribute": "This element (role=region) does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" role=\"region\" data-ux=\"Widget\"><div><sect ... overflow-x:hidden;min-width:100%;padding-bottom:56.25%\"><div></div></li><li class=\"carousel-slide carousel-slide-fade carousel-slide-loading\" data-index=\"3\" style=\"margin-left:0px;width:100%;transitio",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[data-ux=\"Widget\"][role=\"region\"][id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 1010,
          "bestPracticeId": 2519,
          "attribute": "This element (role=region) does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" role=\"region\" data-ux=\"Widget\"><div><sect ... 798-1.198-1.767-1.198-2.906 0-1.139.4-2.108 1.198-2.906.798-.799 1.767-1.198 2.906-1.198 1.139 0 2.108.4 2.906 1.198.799.798 1.198 1.767 1.198 2.906zm1.125-4.27c0 .263-.094.489-.281.676a.923.923 0 0 1",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[data-ux=\"Widget\"][role=\"region\"][id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 1010,
          "bestPracticeId": 2519,
          "attribute": "This element (role=region) does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<div class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container\" role=\"region\" data-ux=\"WidgetBanner\"><div><section class=\"x-el x-el-sect ... -ee c1-ef c1-eg\" data-typography=\"DetailsBeta\" data-ux=\"ClockLabel\"><span class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\" data-ux=\"Element\">Days</span><span class=\"x-el",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[data-ux=\"WidgetBanner\"][role=\"region\"][id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container\"][class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 4
          }
        },
        {
          "engineTestId": 1010,
          "bestPracticeId": 2519,
          "attribute": "This element (role=region) does not have a mechanism that allows an accessible name value to be calculated",
          "attributeDetail": "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated",
          "element": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" role=\"region\" data-ux=\"Widget\"><div><sec ...  c1-7q c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-3n c1-fd c1-7v c1-2o c1-2q c1-em c1-en c1-fe c1-7w c1-3t c1-3u c1-3v c1-3w\" data-typography=\"ButtonAlpha\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-tccl=",
          "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)>*:nth-child(1)",
          "fingerprint": {
            "version": 2,
            "css": "div[data-ux=\"Widget\"][role=\"region\"][id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\"][class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"]",
            "attNo": 4
          }
        }
      ],
      "standardResult": {
        "totals": [
          0,
          0,
          0,
          33
        ],
        "instances": [
          {
            "ruleID": "87",
            "what": "This DIV (role=img) does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\" alt=\"\" data-ux=\"Background\" data-aid=\"GALLERY_IMAGE0_RENDERED\" role=\"img\"><div c ...  c1-c c1-a7 c1-a8 c1-a9 c1-aa c1-ab c1-ac c1-ad c1-ae c1-af c1-ag c1-ah c1-ai c1-aj c1-ak c1-al c1-am c1-an c1-ao c1-ap c1-aq c1-ar c1-d c1-e c1-f c1-g\" data-lazybg=\"true\" data-ux=\"Block\"></div></div>"
          },
          {
            "ruleID": "87",
            "what": "This DIV (role=img) does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\" alt=\"\" data-ux=\"Background\" data-aid=\"GALLERY_IMAGE1_RENDERED\" role=\"img\"><div c ...  c1-c c1-as c1-at c1-au c1-av c1-aw c1-ax c1-ay c1-az c1-b0 c1-b1 c1-b2 c1-b3 c1-b4 c1-b5 c1-b6 c1-b7 c1-b8 c1-b9 c1-ba c1-bb c1-bc c1-d c1-e c1-f c1-g\" data-lazybg=\"true\" data-ux=\"Block\"></div></div>"
          },
          {
            "ruleID": "87",
            "what": "This DIV (role=img) does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\" alt=\"\" data-ux=\"Background\" data-aid=\"GALLERY_IMAGE6_RENDERED\" role=\"img\"><div c ...  c1-c c1-be c1-bf c1-bg c1-bh c1-bi c1-bj c1-bk c1-bl c1-bm c1-bn c1-bo c1-bp c1-bq c1-br c1-bs c1-bt c1-bu c1-bv c1-bw c1-bx c1-by c1-d c1-e c1-f c1-g\" data-lazybg=\"true\" data-ux=\"Block\"></div></div>"
          },
          {
            "ruleID": "87",
            "what": "This DIV (role=img) does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-cv c1-71 c1-cd c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Background\" data-aid=\"COUNTDOWN_IMAGE_RENDERED\" role=\"img\"><div class=\"x-el x-el-div d-n ...  c1-c c1-cw c1-cx c1-cy c1-cz c1-d0 c1-d1 c1-d2 c1-d3 c1-d4 c1-d5 c1-d6 c1-d7 c1-d8 c1-d9 c1-da c1-db c1-dc c1-dd c1-de c1-df c1-dg c1-d c1-e c1-f c1-g\" data-lazybg=\"true\" data-ux=\"Block\"></div></div>"
          },
          {
            "ruleID": "89",
            "what": "This img element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_REN ... 5,h:500,cg:true\" src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\">"
          },
          {
            "ruleID": "89",
            "what": "This img element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\" data-aid=\"CONTENT_IMAGE1_RENDERED\" data-ux=\"Image\" data-srcsetlaz ... srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" data-lazyimg=\"true\">"
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of 'n-31586', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-31586\" data-aid=\"HEADER_WIDGET\"  ... v></div><div class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-31 c1-1b c1-1e c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Block\"></div></div><div class=\"x-el x-el-div c1-1 c1-2 c1-18 c1-19 c1-1a c1-1b c1-1c c1-32 c"
          },
          {
            "ruleID": "94",
            "what": "This IMG has an id attribute of 'n-31586', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c ... jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\">"
          },
          {
            "ruleID": "94",
            "what": "This IMG has an id attribute of 'n-31586', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c ... jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\">"
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of 'f5ba4798-d484-444c-9402-0a30dec9282e', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)"
            },
            "excerpt": "<div class=\"widget widget-video widget-video-video-1\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1- ... nt\"><div class=\"x-el x-el-div c1-1 c1-2 c1-s c1-80 c1-58 c1-z c1-81 c1-28 c1-26 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"EmbedContainer\"></div></div></div></div></div></div></section></div></div></div>"
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of 'f5ba4798-d484-444c-9402-0a30dec9282e', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" role=\"region\" data-ux=\"Widget\"><div><sect ... \"Element\"><div class=\"x-el x-el-div c1-1 c1-2 c1-s c1-80 c1-58 c1-z c1-81 c1-28 c1-26 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"EmbedContainer\"></div></div></div></div></div></div></section></div></div>"
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of 'ee7bc56c-4f17-4da3-a0fb-4d031c8dff95', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)"
            },
            "excerpt": "<div class=\"widget widget-content widget-content-content-6\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1 ... ss=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Element\"><img class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-"
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of 'ee7bc56c-4f17-4da3-a0fb-4d031c8dff95', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" role=\"region\" data-ux=\"Widget\"><div><sect ... g c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\" data-aid=\"CONTENT_IMAGE1_RENDERED\" data-ux=\"Image\" data-srcsetlazy=\"//img1.wsimg.com/iste"
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of 'fb9a0131-841b-4ac4-91f3-3b7f809beac2', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)"
            },
            "excerpt": "<div class=\"widget widget-gallery widget-gallery-gallery-3\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1 ... sel-slide-fade\" data-index=\"2\" style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\"><div></div></li><li class=\"carousel-slide "
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of 'fb9a0131-841b-4ac4-91f3-3b7f809beac2', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" role=\"region\" data-ux=\"Widget\"><div><sect ... overflow-x:hidden;min-width:100%;padding-bottom:56.25%\"><div></div></li><li class=\"carousel-slide carousel-slide-fade carousel-slide-loading\" data-index=\"3\" style=\"margin-left:0px;width:100%;transitio"
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of '7dd0f636-67c4-430c-94a0-2ab5a090b5e4', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)"
            },
            "excerpt": "<div class=\"widget widget-social widget-social-social-1\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d  ... 0c0 1.139-.4 2.108-1.198 2.906-.798.799-1.767 1.198-2.906 1.198-1.139 0-2.108-.4-2.906-1.198-.799-.798-1.198-1.767-1.198-2.906 0-1.139.4-2.108 1.198-2.906.798-.799 1.767-1.198 2.906-1.198 1.139 0 2.10"
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of '7dd0f636-67c4-430c-94a0-2ab5a090b5e4', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" role=\"region\" data-ux=\"Widget\"><div><sect ... 798-1.198-1.767-1.198-2.906 0-1.139.4-2.108 1.198-2.906.798-.799 1.767-1.198 2.906-1.198 1.139 0 2.108.4 2.906 1.198.799.798 1.198 1.767 1.198 2.906zm1.125-4.27c0 .263-.094.489-.281.676a.923.923 0 0 1"
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of '3dc923af-07c0-4c0d-abdd-a67a2805ba43', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)"
            },
            "excerpt": "<div class=\"widget widget-subscribe widget-subscribe-subscribe-1\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b  ... -7l c1-4 c1-34 c1-35 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-3n c1-fd c1-7v c1-2o c1-2q c1-em c1-en c1-fe c1-"
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of '3dc923af-07c0-4c0d-abdd-a67a2805ba43', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" role=\"region\" data-ux=\"Widget\"><div><sec ...  c1-7q c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-3n c1-fd c1-7v c1-2o c1-2q c1-em c1-en c1-fe c1-7w c1-3t c1-3u c1-3v c1-3w\" data-typography=\"ButtonAlpha\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-tccl="
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of 'e94a5ac7-2717-4096-b9da-1e1bc94dcbbe', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(8)"
            },
            "excerpt": "<div class=\"widget widget-footer widget-footer-footer-1\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\"><div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d  ...  c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><g fill=\"#E1306C\"><path d=\"M14.667 12a2.57 2.57 0 0 0-.7"
          },
          {
            "ruleID": "94",
            "what": "This DIV has an id attribute of 'e94a5ac7-2717-4096-b9da-1e1bc94dcbbe', which is not unique in the same DOM",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(8)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" role=\"contentinfo\" data-ux=\"Widget\"><div> ... 0px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><g fill=\"#E1306C\"><path d=\"M14.667 12a2.57 2.57 0 0 0-.782-1.885A2.57 2.57 0 0 0 12 9.333a2.57 2.57 0 0 0-1.885.782A2.57 2.57 0 0 0 9.333 12c0 .736.26 1.36"
          },
          {
            "ruleID": "123",
            "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40\" widt ...  14.313L15.47 12h-2.22v-1.5c0-.633.31-1.25 1.304-1.25h1.008V7.281s-.915-.156-1.79-.156c-1.828 0-3.022 1.107-3.022 3.113V12H8.719v2.313h2.031v5.59c.828.13 1.672.13 2.5 0v-5.59h1.864z\"></path></g></svg>"
          },
          {
            "ruleID": "123",
            "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)"
            },
            "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40\" widt ... 563 1.292-3.354.791-.792 1.91-1.222 3.354-1.292C9.309 4.017 10.41 4 12 4s2.691.017 3.302.052c1.445.07 2.563.5 3.354 1.292.792.791 1.222 1.91 1.292 3.354.035.611.052 1.712.052 3.302z\"></path></g></svg>"
          },
          {
            "ruleID": "123",
            "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)"
            },
            "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><g> ...  14.313L15.47 12h-2.22v-1.5c0-.633.31-1.25 1.304-1.25h1.008V7.281s-.915-.156-1.79-.156c-1.828 0-3.022 1.107-3.022 3.113V12H8.719v2.313h2.031v5.59c.828.13 1.672.13 2.5 0v-5.59h1.864z\"></path></g></svg>"
          },
          {
            "ruleID": "123",
            "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)"
            },
            "excerpt": "<svg class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"IconSocial\" height=\"40px\" width=\"40px\" fill=\"currentColor\" viewbox=\"0 0 24 24\"><g  ... 563 1.292-3.354.791-.792 1.91-1.222 3.354-1.292C9.309 4.017 10.41 4 12 4s2.691.017 3.302.052c1.445.07 2.563.5 3.354 1.292.792.791 1.222 1.91 1.292 3.354.035.611.052 1.712.052 3.302z\"></path></g></svg>"
          },
          {
            "ruleID": "224",
            "what": "This button element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)"
            },
            "excerpt": "<button class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1- ... or\" viewbox=\"0 0 24 24\"><path d=\"M15.836 19.774c.335.294.84.04.84-.423l.02-14.813c.001-.447-.48-.698-.81-.425l-8.693 7.204a.56.56 0 0 0-.01.836l8.653 7.621z\" fill-rule=\"evenodd\"></path></svg></button>"
          },
          {
            "ruleID": "224",
            "what": "This button element does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)"
            },
            "excerpt": "<button class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1- ... Color\" viewbox=\"0 0 24 24\"><path d=\"M7.861 4.125c-.335-.293-.84-.039-.84.424L7 19.362c0 .446.481.697.811.424l8.693-7.203a.56.56 0 0 0 .011-.836L7.861 4.125z\" fill-rule=\"evenodd\"></path></svg></button>"
          },
          {
            "ruleID": "1010",
            "what": "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" role=\"region\" data-ux=\"Widget\"><div><sect ... \"Element\"><div class=\"x-el x-el-div c1-1 c1-2 c1-s c1-80 c1-58 c1-z c1-81 c1-28 c1-26 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"EmbedContainer\"></div></div></div></div></div></div></section></div></div>"
          },
          {
            "ruleID": "1010",
            "what": "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" role=\"region\" data-ux=\"Widget\"><div><sect ... g c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\" data-aid=\"CONTENT_IMAGE1_RENDERED\" data-ux=\"Image\" data-srcsetlazy=\"//img1.wsimg.com/iste"
          },
          {
            "ruleID": "1010",
            "what": "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" role=\"region\" data-ux=\"Widget\"><div><sect ... overflow-x:hidden;min-width:100%;padding-bottom:56.25%\"><div></div></li><li class=\"carousel-slide carousel-slide-fade carousel-slide-loading\" data-index=\"3\" style=\"margin-left:0px;width:100%;transitio"
          },
          {
            "ruleID": "1010",
            "what": "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" role=\"region\" data-ux=\"Widget\"><div><sect ... 798-1.198-1.767-1.198-2.906 0-1.139.4-2.108 1.198-2.906.798-.799 1.767-1.198 2.906-1.198 1.139 0 2.108.4 2.906 1.198.799.798 1.198 1.767 1.198 2.906zm1.125-4.27c0 .263-.094.489-.281.676a.923.923 0 0 1"
          },
          {
            "ruleID": "1010",
            "what": "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container\" role=\"region\" data-ux=\"WidgetBanner\"><div><section class=\"x-el x-el-sect ... -ee c1-ef c1-eg\" data-typography=\"DetailsBeta\" data-ux=\"ClockLabel\"><span class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\" data-ux=\"Element\">Days</span><span class=\"x-el"
          },
          {
            "ruleID": "1010",
            "what": "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)>*:nth-child(1)"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" role=\"region\" data-ux=\"Widget\"><div><sec ...  c1-7q c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-3n c1-fd c1-7v c1-2o c1-2q c1-em c1-en c1-fe c1-7w c1-3t c1-3u c1-3v c1-3w\" data-typography=\"ButtonAlpha\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-tccl="
          }
        ]
      },
      "endTime": 1687102193186
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687102193186,
      "endTime": 1687102193717
    },
    {
      "type": "url",
      "which": "https://essayliforassembly.com/",
      "what": "Candidate Bill Essayli (R)",
      "startTime": 1687102193718,
      "result": {
        "url": "https://essayliforassembly.com/"
      },
      "endTime": 1687102194149
    },
    {
      "type": "test",
      "which": "htmlcs",
      "startTime": 1687102194149,
      "url": "https://essayliforassembly.com/",
      "what": "HTML CodeSniffer WCAG 2.1 AA ruleset",
      "result": {
        "Error": {
          "AAA.1_1_1.H37": {
            "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.": [
              {
                "tagName": "img",
                "id": "",
                "code": "<img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" src=\"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=\" srcset=\"//img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 451w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 768w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1024w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1280w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1536w\" sizes=\"(min-width: 451px) and (max-width: 767px) 767px, (min-width: 768px) and (max-width: 1023px) 1023px, (min-width: 1024px) and (max-width: 1279px) 1279px, (min-width: 1280px) and (max-width: 1535px) 1535px, (min-width: 1536px) 1536px\" data-srcsetlazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:800,h:800,cg:true 2x, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:1200,h:1200,cg:true 3x\" data-ux=\"Image\" data-aid=\"CONTENT_IMAGE1_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\">"
              },
              {
                "tagName": "img",
                "id": "",
                "code": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:405,h:500,cg:true\" data-ux=\"Image\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\">"
              }
            ]
          },
          "AAA.1_3_1_AAA.G141": {
            "The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.": [
              {
                "tagName": "h4",
                "id": "",
                "code": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">...</h4>"
              }
            ],
            "The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.": [
              {
                "tagName": "h4",
                "id": "",
                "code": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\">...</h4>"
              }
            ]
          },
          "AAA.1_4_6.G17.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #595959.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span>...</span>"
              }
            ],
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.48:1. Recommendation:  change text colour to #595959.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span>...</span>"
              }
            ],
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.52:1. Recommendation:  change text colour to #525252.": [
              {
                "tagName": "span",
                "id": "",
                "code": "<span>...</span>"
              }
            ]
          },
          "AAA.1_4_6.G18.Fail": {
            "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #767676.": [
              {
                "tagName": "h2",
                "id": "",
                "code": "<h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_COMPLETE_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">...</h2>"
              }
            ]
          },
          "AAA.4_1_1.F77": {
            "Duplicate id attribute value \"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" found on the web page.": [
              {
                "tagName": "div",
                "id": "#3dc923af-07c0-4c0d-abdd-a67a2805ba43",
                "code": "<div data-ux=\"Widget\" role=\"region\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
              }
            ],
            "Duplicate id attribute value \"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" found on the web page.": [
              {
                "tagName": "div",
                "id": "#7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
                "code": "<div data-ux=\"Widget\" role=\"region\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
              }
            ],
            "Duplicate id attribute value \"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" found on the web page.": [
              {
                "tagName": "div",
                "id": "#e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
                "code": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
              }
            ],
            "Duplicate id attribute value \"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" found on the web page.": [
              {
                "tagName": "div",
                "id": "#ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
                "code": "<div data-ux=\"Widget\" role=\"region\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
              }
            ],
            "Duplicate id attribute value \"f5ba4798-d484-444c-9402-0a30dec9282e\" found on the web page.": [
              {
                "tagName": "div",
                "id": "#f5ba4798-d484-444c-9402-0a30dec9282e",
                "code": "<div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
              }
            ],
            "Duplicate id attribute value \"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" found on the web page.": [
              {
                "tagName": "div",
                "id": "#fb9a0131-841b-4ac4-91f3-3b7f809beac2",
                "code": "<div data-ux=\"Widget\" role=\"region\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
              }
            ],
            "Duplicate id attribute value \"n-31586\" found on the web page.": [
              {
                "tagName": "img",
                "id": "#n-31586",
                "code": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/ll, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" alt=\"Bill Essayli for Assembly\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\">"
              }
            ]
          },
          "AAA.4_1_2.H91.Button.Name": {
            "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.": [
              {
                "tagName": "button",
                "id": "",
                "code": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\">...</button>"
              },
              {
                "tagName": "button",
                "id": "",
                "code": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\">...</button>"
              }
            ]
          }
        },
        "Warning": {
          "AAA.1_3_1.H48": {
            "If this element contains a navigation section, it is recommended that it be marked up as a list.": [
              {
                "tagName": "div",
                "id": "",
                "code": "<div data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1f c1-ce c1-cf c1-fg c1-4b c1-7g c1-cg c1-ch c1-4p c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
              },
              {
                "tagName": "div",
                "id": "",
                "code": "<div data-ux=\"Block\" data-aid=\"SOCIAL_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1f c1-ce c1-cf c1-25 c1-27 c1-7g c1-cg c1-ch c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
              }
            ]
          },
          "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
            "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [
              {
                "tagName": "div",
                "id": "#3e75f09e-ed23-4572-ba11-0ec47110e72c-banner",
                "code": "<div data-ux=\"Group\" data-aid=\"FOOTER_COOKIE_BANNER_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-banner\" class=\"x-el x-el-div c1-1 c1-2 c1-4y c1-cd c1-fl c1-4 c1-fm c1-4n c1-ei c1-48 c1-4i c1-fn c1-fo c1-fp c1-fq c1-1c c1-y c1-32 c1-x c1-2b c1-35 c1-2c c1-34 c1-29 c1-b c1-c c1-fr c1-fs c1-ft c1-fu c1-eo c1-fv c1-fw c1-d c1-e c1-f c1-g\">...</div>"
              },
              {
                "tagName": "div",
                "id": "#n-31586-navId-mobile",
                "code": "<div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-31586-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-4x c1-4y c1-4z c1-4 c1-50 c1-4i c1-51 c1-52 c1-53 c1-54 c1-55 c1-56 c1-57 c1-58 c1-19 c1-59 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
              }
            ]
          },
          "AAA.1_4_3_F24.F24.FGColour": {
            "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [
              {
                "tagName": "a",
                "id": "#3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
                "code": "<a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-4 c1-4c c1-4d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">...</a>"
              },
              {
                "tagName": "button",
                "id": "",
                "code": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-button c1-3i c1-3j c1-7l c1-4 c1-34 c1-35 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-3n c1-fd c1-7v c1-2o c1-2q c1-em c1-en c1-fe c1-7w c1-3t c1-3u c1-3v c1-3w\">...</button>"
              }
            ]
          },
          "AAA.1_4_6.G17.Abs": {
            "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.": [
              {
                "tagName": "label",
                "id": "",
                "code": "<label data-ux=\"InputFloatLabelLabel\" for=\"input31622\" data-typography=\"BodyAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-1i c1-1s c1-1t c1-4e c1-f9 c1-fa c1-fb c1-fc c1-b c1-el c1-c c1-3o c1-d c1-e c1-f c1-g\">...</label>"
              }
            ]
          },
          "AAA.3_2_5.H83.3": {
            "Check that this link's link text contains information indicating that the link will open in a new window.": [
              {
                "tagName": "a",
                "id": "",
                "code": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31623.click,click\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31624.click,click\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31619.click,click\">...</a>"
              },
              {
                "tagName": "a",
                "id": "",
                "code": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31620.click,click\">...</a>"
              }
            ]
          },
          "AAA.4_1_2.H91.A.NoHref": {
            "Anchor elements should not be used for defining in-page link targets. If not using the ID for other purposes (such as CSS or scripting), consider moving it to a parent element.": [
              {
                "tagName": "a",
                "id": "#3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
                "code": "<a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-4 c1-4c c1-4d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">...</a>"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          14,
          0,
          0,
          17
        ],
        "instances": [
          {
            "ruleID": "AAA.1_3_1.H48",
            "what": "If this element contains a navigation section, it is recommended that it be marked up as a list.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1f c1-ce c1-cf c1-fg c1-4b c1-7g c1-cg c1-ch c1-4p c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
          },
          {
            "ruleID": "AAA.1_3_1.H48",
            "what": "If this element contains a navigation section, it is recommended that it be marked up as a list.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-ux=\"Block\" data-aid=\"SOCIAL_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1f c1-ce c1-cf c1-25 c1-27 c1-7g c1-cg c1-ch c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-banner",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-ux=\"Group\" data-aid=\"FOOTER_COOKIE_BANNER_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-banner\" class=\"x-el x-el-div c1-1 c1-2 c1-4y c1-cd c1-fl c1-4 c1-fm c1-4n c1-ei c1-48 c1-4i c1-fn c1-fo c1-fp c1-fq c1-1c c1-y c1-32 c1-x c1-2b c1-35 c1-2c c1-34 c1-29 c1-b c1-c c1-fr c1-fs c1-ft c1-fu c1-eo c1-fv c1-fw c1-d c1-e c1-f c1-g\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206",
            "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n-31586-navId-mobile",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-31586-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-4x c1-4y c1-4z c1-4 c1-50 c1-4i c1-51 c1-52 c1-53 c1-54 c1-55 c1-56 c1-57 c1-58 c1-19 c1-59 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
          },
          {
            "ruleID": "AAA.1_4_3_F24.F24.FGColour",
            "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572 ...  c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_3_F24.F24.FGColour",
            "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisin ... 3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">...</a>"
          },
          {
            "ruleID": "AAA.1_4_3_F24.F24.FGColour",
            "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,clic ... 1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-3n c1-fd c1-7v c1-2o c1-2q c1-em c1-en c1-fe c1-7w c1-3t c1-3u c1-3v c1-3w\">...</button>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Abs",
            "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.",
            "ordinalSeverity": 0,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<label data-ux=\"InputFloatLabelLabel\" for=\"input31622\" data-typography=\"BodyAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-1i c1-1s c1-1t c1-4e c1-f9 c1-fa c1-fb c1-fc c1-b c1-el c1-c c1-3o c1-d c1-e c1-f c1-g\">...</label>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisin ... 3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-ty ... \"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31623.click,click\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data ... \"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31624.click,click\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-ty ... x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31619.click,click\">...</a>"
          },
          {
            "ruleID": "AAA.3_2_5.H83.3",
            "what": "Check that this link's link text contains information indicating that the link will open in a new window.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data ... x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31620.click,click\">...</a>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.A.NoHref",
            "what": "Anchor elements should not be used for defining in-page link targets. If not using the ID for other purposes (such as CSS or scripting), consider moving it to a parent element.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572 ...  c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">...</a>"
          },
          {
            "ruleID": "AAA.1_1_1.H37",
            "what": "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400 ... h:1200,cg:true 3x\" data-ux=\"Image\" data-aid=\"CONTENT_IMAGE1_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "AAA.1_1_1.H37",
            "what": "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" srcset=\"//im ... ta-aid=\"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.",
            "ordinalSeverity": 3,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">...</h4>"
          },
          {
            "ruleID": "AAA.1_3_1_AAA.G141",
            "what": "The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.",
            "ordinalSeverity": 3,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\">...</h4>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #595959.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span>...</span>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.48:1. Recommendation:  change text colour to #595959.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span>...</span>"
          },
          {
            "ruleID": "AAA.1_4_6.G17.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.52:1. Recommendation:  change text colour to #525252.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<span>...</span>"
          },
          {
            "ruleID": "AAA.1_4_6.G18.Fail",
            "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #767676.",
            "ordinalSeverity": 3,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_COMPLETE_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">...</h2>"
          },
          {
            "ruleID": "AAA.4_1_1.F77",
            "what": "Duplicate id attribute value \"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" found on the web page.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
          },
          {
            "ruleID": "AAA.4_1_1.F77",
            "what": "Duplicate id attribute value \"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" found on the web page.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
          },
          {
            "ruleID": "AAA.4_1_1.F77",
            "what": "Duplicate id attribute value \"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" found on the web page.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
          },
          {
            "ruleID": "AAA.4_1_1.F77",
            "what": "Duplicate id attribute value \"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" found on the web page.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
          },
          {
            "ruleID": "AAA.4_1_1.F77",
            "what": "Duplicate id attribute value \"f5ba4798-d484-444c-9402-0a30dec9282e\" found on the web page.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
          },
          {
            "ruleID": "AAA.4_1_1.F77",
            "what": "Duplicate id attribute value \"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" found on the web page.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">...</div>"
          },
          {
            "ruleID": "AAA.4_1_1.F77",
            "what": "Duplicate id attribute value \"n-31586\" found on the web page.",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b5 ...  c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "AAA.4_1_2.H91.Button.Name",
            "what": "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\">...</button>"
          },
          {
            "ruleID": "AAA.4_1_2.H91.Button.Name",
            "what": "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "",
              "spec": ""
            },
            "excerpt": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\">...</button>"
          }
        ]
      },
      "endTime": 1687102194320
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687102194320,
      "endTime": 1687102194810
    },
    {
      "type": "url",
      "which": "https://essayliforassembly.com/",
      "what": "Candidate Bill Essayli (R)",
      "startTime": 1687102194810,
      "result": {
        "url": "https://essayliforassembly.com/"
      },
      "endTime": 1687102195198
    },
    {
      "type": "test",
      "which": "ibm",
      "withItems": true,
      "withNewContent": false,
      "startTime": 1687102195198,
      "url": "https://essayliforassembly.com/",
      "what": "IBM Accessibility Checker",
      "result": {
        "totals": {
          "violation": 54,
          "recommendation": 31,
          "ignored": 0
        },
        "items": [
          {
            "ruleId": "input_label_exists",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[2]",
              "aria": "/document[1]/region[3]/button[2]"
            },
            "message": "Form control element <button> has no associated label",
            "bounds": {
              "left": 748,
              "top": 2497,
              "height": 44,
              "width": 28
            },
            "snippet": "<button class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" data-ux=\"CarouselButtonNext\">",
            "level": "violation"
          },
          {
            "ruleId": "input_label_exists",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[1]",
              "aria": "/document[1]/region[3]/button[1]"
            },
            "message": "Form control element <button> has no associated label",
            "bounds": {
              "left": 24,
              "top": 2497,
              "height": 44,
              "width": 28
            },
            "snippet": "<button class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" data-ux=\"CarouselButtonPrevious\">",
            "level": "violation"
          },
          {
            "ruleId": "input_label_before",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/input[1]",
              "aria": "/document[1]/region[6]/form[1]/textbox[1]"
            },
            "message": "Label text is located after its associated text input or <select> element",
            "bounds": {
              "left": 91,
              "top": 3257,
              "height": 56,
              "width": 453
            },
            "snippet": "<input class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1-f0 c1-f1 c1-f2 c1-f3 c1-f4 c1-f5 c1-f6 c1-f7 c1-f8 c1-eo c1-ep c1-d c1-e c1-f c1-g\" data-typography=\"BodyAlpha\" value=\"\" id=\"input31622\" data-ux=\"InputFloatLabel\" aria-multiline=\"false\" role=\"textbox\" type=\"text\">",
            "level": "violation"
          },
          {
            "ruleId": "img_alt_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/span[1]/img[1]",
              "aria": "/document[1]/region[2]/img[1]"
            },
            "message": "The image has neither an alt atttribute nor an ARIA label or title",
            "bounds": {
              "left": 91,
              "top": 1237,
              "height": 619,
              "width": 619
            },
            "snippet": "<img class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\" data-aid=\"CONTENT_IMAGE1_RENDERED\" data-ux=\"Image\" data-srcsetlazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:800,h:800,cg:true 2x, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:1200,h:1200,cg:true 3x\" sizes=\"(min-width: 451px) and (max-width: 767px) 767px, (min-width: 768px) and (max-width: 1023px) 1023px, (min-width: 1024px) and (max-width: 1279px) 1279px, (min-width: 1280px) and (max-width: 1535px) 1535px, (min-width: 1536px) 1536px\" srcset=\"//img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 451w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 768w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1024w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1280w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1536w\" src=\"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" data-lazyimg=\"true\">",
            "level": "violation"
          },
          {
            "ruleId": "img_alt_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/figure[1]/img[1]",
              "aria": "/document[1]/main[1]/figure[1]/img[1]"
            },
            "message": "The image has neither an alt atttribute nor an ARIA label or title",
            "bounds": {
              "left": 24,
              "top": 147,
              "height": 465,
              "width": 376
            },
            "snippet": "<img class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" data-ux=\"Image\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:405,h:500,cg:true\" src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[8]/div[1]",
              "aria": "/document[1]/contentinfo[1]"
            },
            "message": "The <div> element has the id \"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" that is already in use",
            "bounds": {
              "left": 0,
              "top": 3357,
              "height": 279,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" role=\"contentinfo\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]",
              "aria": "/document[1]/region[6]"
            },
            "message": "The <div> element has the id \"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" that is already in use",
            "bounds": {
              "left": 0,
              "top": 3108,
              "height": 250,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]",
              "aria": "/document[1]/region[4]"
            },
            "message": "The <div> element has the id \"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" that is already in use",
            "bounds": {
              "left": 0,
              "top": 2771,
              "height": 128,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]",
              "aria": "/document[1]/region[3]"
            },
            "message": "The <div> element has the id \"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" that is already in use",
            "bounds": {
              "left": 0,
              "top": 2268,
              "height": 503,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]",
              "aria": "/document[1]/region[2]"
            },
            "message": "The <div> element has the id \"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" that is already in use",
            "bounds": {
              "left": 0,
              "top": 1197,
              "height": 1071,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]",
              "aria": "/document[1]/region[1]"
            },
            "message": "The <div> element has the id \"f5ba4798-d484-444c-9402-0a30dec9282e\" that is already in use",
            "bounds": {
              "left": 0,
              "top": 670,
              "height": 527,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "element_id_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/img[1]",
              "aria": "/document[1]/main[1]/navigation[2]/link[1]/img[1]"
            },
            "message": "The <img> element has the id \"n-31586\" that is already in use",
            "bounds": {
              "left": 197,
              "top": 24,
              "height": 80,
              "width": 408
            },
            "snippet": "<img class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\" id=\"n-31586\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" data-ux=\"ImageLogo\" alt=\"Bill Essayli for Assembly\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/ll, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_role_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[7]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[7]"
            },
            "message": "The ARIA role 'menuitem' is not valid for the element <li>",
            "bounds": {
              "left": -1936,
              "top": 460,
              "height": 62,
              "width": 736
            },
            "snippet": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_role_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[6]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[6]"
            },
            "message": "The ARIA role 'menuitem' is not valid for the element <li>",
            "bounds": {
              "left": -1936,
              "top": 398,
              "height": 62,
              "width": 736
            },
            "snippet": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_role_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[5]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[5]"
            },
            "message": "The ARIA role 'menuitem' is not valid for the element <li>",
            "bounds": {
              "left": -1936,
              "top": 336,
              "height": 62,
              "width": 736
            },
            "snippet": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_role_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[4]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[4]"
            },
            "message": "The ARIA role 'menuitem' is not valid for the element <li>",
            "bounds": {
              "left": -1936,
              "top": 274,
              "height": 62,
              "width": 736
            },
            "snippet": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_role_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[3]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[3]"
            },
            "message": "The ARIA role 'menuitem' is not valid for the element <li>",
            "bounds": {
              "left": -1936,
              "top": 212,
              "height": 62,
              "width": 736
            },
            "snippet": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_role_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[2]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[2]"
            },
            "message": "The ARIA role 'menuitem' is not valid for the element <li>",
            "bounds": {
              "left": -1936,
              "top": 150,
              "height": 62,
              "width": 736
            },
            "snippet": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_role_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[1]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[1]"
            },
            "message": "The ARIA role 'menuitem' is not valid for the element <li>",
            "bounds": {
              "left": -1936,
              "top": 88,
              "height": 62,
              "width": 736
            },
            "snippet": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_region_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]",
              "aria": "/document[1]/region[6]"
            },
            "message": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'",
            "bounds": {
              "left": 0,
              "top": 3108,
              "height": 250,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_region_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]/div[1]",
              "aria": "/document[1]/region[5]"
            },
            "message": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'",
            "bounds": {
              "left": 0,
              "top": 2899,
              "height": 209,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container\" role=\"region\" data-ux=\"WidgetBanner\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_region_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]",
              "aria": "/document[1]/region[4]"
            },
            "message": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'",
            "bounds": {
              "left": 0,
              "top": 2771,
              "height": 128,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_region_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]",
              "aria": "/document[1]/region[3]"
            },
            "message": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'",
            "bounds": {
              "left": 0,
              "top": 2268,
              "height": 503,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_region_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]",
              "aria": "/document[1]/region[2]"
            },
            "message": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'",
            "bounds": {
              "left": 0,
              "top": 1197,
              "height": 1071,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_region_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]",
              "aria": "/document[1]/region[1]"
            },
            "message": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'",
            "bounds": {
              "left": 0,
              "top": 670,
              "height": 527,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_region_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]",
              "aria": "/document[1]/region[6]"
            },
            "message": "Multiple elements with \"region\" role do not have unique labels",
            "bounds": {
              "left": 0,
              "top": 3108,
              "height": 250,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_region_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]/div[1]",
              "aria": "/document[1]/region[5]"
            },
            "message": "Multiple elements with \"region\" role do not have unique labels",
            "bounds": {
              "left": 0,
              "top": 2899,
              "height": 209,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container\" role=\"region\" data-ux=\"WidgetBanner\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_region_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]",
              "aria": "/document[1]/region[4]"
            },
            "message": "Multiple elements with \"region\" role do not have unique labels",
            "bounds": {
              "left": 0,
              "top": 2771,
              "height": 128,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_region_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]",
              "aria": "/document[1]/region[3]"
            },
            "message": "Multiple elements with \"region\" role do not have unique labels",
            "bounds": {
              "left": 0,
              "top": 2268,
              "height": 503,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_region_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]",
              "aria": "/document[1]/region[2]"
            },
            "message": "Multiple elements with \"region\" role do not have unique labels",
            "bounds": {
              "left": 0,
              "top": 1197,
              "height": 1071,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_region_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]",
              "aria": "/document[1]/region[1]"
            },
            "message": "Multiple elements with \"region\" role do not have unique labels",
            "bounds": {
              "left": 0,
              "top": 670,
              "height": 527,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_parent_required",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[7]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[7]"
            },
            "message": "The element with role \"menuitem\" is not contained in or owned by an element with one of the following roles: \"group, menu, menubar\"",
            "bounds": {
              "left": -1936,
              "top": 460,
              "height": 62,
              "width": 736
            },
            "snippet": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_parent_required",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[6]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[6]"
            },
            "message": "The element with role \"menuitem\" is not contained in or owned by an element with one of the following roles: \"group, menu, menubar\"",
            "bounds": {
              "left": -1936,
              "top": 398,
              "height": 62,
              "width": 736
            },
            "snippet": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_parent_required",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[5]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[5]"
            },
            "message": "The element with role \"menuitem\" is not contained in or owned by an element with one of the following roles: \"group, menu, menubar\"",
            "bounds": {
              "left": -1936,
              "top": 336,
              "height": 62,
              "width": 736
            },
            "snippet": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_parent_required",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[4]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[4]"
            },
            "message": "The element with role \"menuitem\" is not contained in or owned by an element with one of the following roles: \"group, menu, menubar\"",
            "bounds": {
              "left": -1936,
              "top": 274,
              "height": 62,
              "width": 736
            },
            "snippet": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_parent_required",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[3]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[3]"
            },
            "message": "The element with role \"menuitem\" is not contained in or owned by an element with one of the following roles: \"group, menu, menubar\"",
            "bounds": {
              "left": -1936,
              "top": 212,
              "height": 62,
              "width": 736
            },
            "snippet": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_parent_required",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[2]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[2]"
            },
            "message": "The element with role \"menuitem\" is not contained in or owned by an element with one of the following roles: \"group, menu, menubar\"",
            "bounds": {
              "left": -1936,
              "top": 150,
              "height": 62,
              "width": 736
            },
            "snippet": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_parent_required",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[1]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[1]"
            },
            "message": "The element with role \"menuitem\" is not contained in or owned by an element with one of the following roles: \"group, menu, menubar\"",
            "bounds": {
              "left": -1936,
              "top": 88,
              "height": 62,
              "width": 736
            },
            "snippet": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_navigation_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]"
            },
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "bounds": {
              "left": -1968,
              "top": 0,
              "height": 600,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div c1-1 c1-2 c1-4x c1-4y c1-4z c1-4 c1-50 c1-4i c1-51 c1-52 c1-53 c1-54 c1-55 c1-56 c1-57 c1-58 c1-19 c1-59 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-31586-navId-mobile\" data-ux=\"NavigationDrawer\" role=\"navigation\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_navigation_label_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]",
              "aria": "/document[1]/main[1]/navigation[2]"
            },
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "bounds": {
              "left": 24,
              "top": 0,
              "height": 128,
              "width": 752
            },
            "snippet": "<nav class=\"x-el x-el-nav c1-1 c1-2 c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Block\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]",
              "aria": "/document[1]/region[6]"
            },
            "message": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 0,
              "top": 3108,
              "height": 250,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]/div[1]",
              "aria": "/document[1]/region[5]"
            },
            "message": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 0,
              "top": 2899,
              "height": 209,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container\" role=\"region\" data-ux=\"WidgetBanner\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]",
              "aria": "/document[1]/region[4]"
            },
            "message": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 0,
              "top": 2771,
              "height": 128,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]",
              "aria": "/document[1]/region[3]"
            },
            "message": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 0,
              "top": 2268,
              "height": 503,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]",
              "aria": "/document[1]/region[2]"
            },
            "message": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 0,
              "top": 1197,
              "height": 1071,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]",
              "aria": "/document[1]/region[1]"
            },
            "message": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 0,
              "top": 670,
              "height": 527,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" role=\"region\" data-ux=\"Widget\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_landmark_name_unique",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]",
              "aria": "/document[1]/main[1]/navigation[2]"
            },
            "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "bounds": {
              "left": 24,
              "top": 0,
              "height": 128,
              "width": 752
            },
            "snippet": "<nav class=\"x-el x-el-nav c1-1 c1-2 c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Block\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_img_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]",
              "aria": "/document[1]/region[5]/img[1]"
            },
            "message": "Element with \"img\" role has no label or an empty label",
            "bounds": {
              "left": 0,
              "top": 2899,
              "height": 209,
              "width": 800
            },
            "snippet": "<div class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-cv c1-71 c1-cd c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Background\" data-aid=\"COUNTDOWN_IMAGE_RENDERED\" role=\"img\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_img_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/div[1]",
              "aria": "/document[1]/region[3]/list[1]/listitem[7]/img[1]"
            },
            "message": "Element with \"img\" role has no label or an empty label",
            "bounds": {
              "left": 24,
              "top": 2308,
              "height": 423,
              "width": 752
            },
            "snippet": "<div class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\" alt=\"\" data-ux=\"Background\" data-aid=\"GALLERY_IMAGE6_RENDERED\" role=\"img\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_img_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]",
              "aria": "/document[1]/region[3]/list[1]/listitem[2]/img[1]"
            },
            "message": "Element with \"img\" role has no label or an empty label",
            "bounds": {
              "left": 24,
              "top": 2308,
              "height": 423,
              "width": 752
            },
            "snippet": "<div class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\" alt=\"\" data-ux=\"Background\" data-aid=\"GALLERY_IMAGE1_RENDERED\" role=\"img\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_img_labelled",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]",
              "aria": "/document[1]/region[3]/list[1]/listitem[1]/img[1]"
            },
            "message": "Element with \"img\" role has no label or an empty label",
            "bounds": {
              "left": 24,
              "top": 2308,
              "height": 423,
              "width": 752
            },
            "snippet": "<div class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\" alt=\"\" data-ux=\"Background\" data-aid=\"GALLERY_IMAGE0_RENDERED\" role=\"img\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[9]/div[1]/h4[1]",
              "aria": "/document[1]/heading[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 400,
              "top": 353,
              "height": 36,
              "width": 352
            },
            "snippet": "<h4 class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\" data-typography=\"HeadingDelta\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-ux=\"Heading\" aria-level=\"4\" role=\"heading\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[9]/div[1]/div[2]/a[1]",
              "aria": "/document[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 400,
              "top": 508,
              "height": 40,
              "width": 352
            },
            "snippet": "<a data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-4 c1-4c c1-4d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-typography=\"ButtonAlpha\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-accept\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" href=\"\" shadow=\"NONE\" decoration=\"NONE\" shape=\"SQUARE\" fill=\"SOLID\" color=\"HIGHCONTRAST\" data-ux=\"ButtonPrimary\" data-ux-btn=\"primary\">",
            "level": "violation"
          },
          {
            "ruleId": "aria_content_in_landmark",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[9]/div[1]/div[1]/p[1]",
              "aria": "/document[1]/paragraph[1]"
            },
            "message": "Content is not within a landmark element",
            "bounds": {
              "left": 400,
              "top": 388,
              "height": 96,
              "width": 352
            },
            "snippet": "<p style=\"margin:0\">",
            "level": "violation"
          },
          {
            "ruleId": "figure_label_exists",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/figure[1]",
              "aria": "/document[1]/main[1]/figure[1]"
            },
            "message": "The <figure> element does not have an associated label",
            "bounds": {
              "left": 24,
              "top": 147,
              "height": 465,
              "width": 376
            },
            "snippet": "<figure class=\"x-el x-el-figure c1-1 c1-2 c1-s c1-1i c1-2b c1-35 c1-2c c1-34 c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"WrapperImage\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/head[1]/meta[2]",
              "aria": "/document[1]"
            },
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "bounds": {
              "left": 0,
              "top": 0,
              "height": 0,
              "width": 0
            },
            "snippet": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[9]/div[1]/div[2]/a[1]",
              "aria": "/document[1]"
            },
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "bounds": {
              "left": 400,
              "top": 508,
              "height": 40,
              "width": 352
            },
            "snippet": "<a data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-4 c1-4c c1-4d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-typography=\"ButtonAlpha\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-accept\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" href=\"\" shadow=\"NONE\" decoration=\"NONE\" shape=\"SQUARE\" fill=\"SOLID\" color=\"HIGHCONTRAST\" data-ux=\"ButtonPrimary\" data-ux-btn=\"primary\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/button[1]",
              "aria": "/document[1]/region[6]/form[1]/button[1]"
            },
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "bounds": {
              "left": 568,
              "top": 3257,
              "height": 56,
              "width": 142
            },
            "snippet": "<button class=\"x-el x-el-button c1-3i c1-3j c1-7l c1-4 c1-34 c1-35 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-3n c1-fd c1-7v c1-2o c1-2q c1-em c1-en c1-fe c1-7w c1-3t c1-3u c1-3v c1-3w\" data-typography=\"ButtonAlpha\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" type=\"submit\" shadow=\"NONE\" decoration=\"NONE\" shape=\"SQUARE\" fill=\"SOLID\" color=\"HIGHCONTRAST\" data-ux=\"ButtonPrimary\" data-ux-btn=\"primary\">",
            "level": "recommendation"
          },
          {
            "ruleId": "element_attribute_deprecated",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/a[1]",
              "aria": "/document[1]/main[1]/link[1]"
            },
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "bounds": {
              "left": 518,
              "top": 534,
              "height": 56,
              "width": 141
            },
            "snippet": "<a class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\" data-typography=\"ButtonAlpha\" data-tccl=\"ux2.header.cta_button.click,click\" target=\"_blank\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" data-aid=\"HEADER_CTA_BTN\" shadow=\"NONE\" decoration=\"NONE\" shape=\"SQUARE\" fill=\"SOLID\" color=\"HIGHCONTRAST\" data-ux=\"ButtonPrimary\" data-ux-btn=\"primary\" rel=\"noopener\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[9]/div[1]/h4[1]",
              "aria": "/document[1]/heading[1]"
            },
            "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h4>",
            "bounds": {
              "left": 400,
              "top": 353,
              "height": 36,
              "width": 352
            },
            "snippet": "<h4 class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\" data-typography=\"HeadingDelta\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-ux=\"Heading\" aria-level=\"4\" role=\"heading\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/hr[1]",
              "aria": "/document[1]/contentinfo[1]/separator[2]"
            },
            "message": "The explicitly-assigned ARIA role \"separator\" is redundant with the implicit role of the element <hr>",
            "bounds": {
              "left": 375,
              "top": 3555,
              "height": 1,
              "width": 50
            },
            "snippet": "<hr class=\"x-el x-el-hr c1-1 c1-2 c1-fj c1-et c1-ey c1-2b c1-t c1-fk c1-v c1-w c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"HR\" role=\"separator\" aria-hidden=\"true\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/a[2]",
              "aria": "/document[1]/contentinfo[1]/link[2]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": 400,
              "top": 3413,
              "height": 40,
              "width": 40
            },
            "snippet": "<a data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31624.click,click\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"https://www.instagram.com/billessayli/\" aria-label=\"Instagram Social Link\" data-aid=\"FOOTER_INSTAGRAM_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/contentinfo[1]/link[1]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": 360,
              "top": 3413,
              "height": 40,
              "width": 40
            },
            "snippet": "<a data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31623.click,click\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"https://www.facebook.com/billessayli/\" aria-label=\"Facebook Social Link\" data-aid=\"FOOTER_FACEBOOK_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/section[1]/div[1]/h2[1]",
              "aria": "/document[1]/region[6]/heading[1]"
            },
            "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h2>",
            "bounds": {
              "left": 24,
              "top": 3144,
              "height": 38,
              "width": 752
            },
            "snippet": "<h2 class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-ej c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-ek c1-5h c1-5i c1-5j\" data-typography=\"HeadingGamma\" data-aid=\"SECTION_TITLE_REND\" data-ux=\"SectionBannerHeading\" aria-level=\"2\" role=\"heading\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/input[1]",
              "aria": "/document[1]/region[6]/form[1]/textbox[1]"
            },
            "message": "The explicitly-assigned ARIA role \"textbox\" is redundant with the implicit role of the element <input>",
            "bounds": {
              "left": 91,
              "top": 3257,
              "height": 56,
              "width": 453
            },
            "snippet": "<input class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1-f0 c1-f1 c1-f2 c1-f3 c1-f4 c1-f5 c1-f6 c1-f7 c1-f8 c1-eo c1-ep c1-d c1-e c1-f c1-g\" data-typography=\"BodyAlpha\" value=\"\" id=\"input31622\" data-ux=\"InputFloatLabel\" aria-multiline=\"false\" role=\"textbox\" type=\"text\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/h2[1]",
              "aria": "/document[1]/region[5]/heading[2]"
            },
            "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h2>",
            "bounds": {
              "left": 91,
              "top": 2939,
              "height": 38,
              "width": 619
            },
            "snippet": "<h2 class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\" data-typography=\"HeadingGamma\" data-aid=\"COUNTDOWN_COMPLETE_HEADLINE_RENDERED\" data-ux=\"SectionBannerHeading\" aria-level=\"2\" role=\"heading\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/a[2]",
              "aria": "/document[1]/region[4]/link[2]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": 400,
              "top": 2811,
              "height": 48,
              "width": 72
            },
            "snippet": "<a data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31620.click,click\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"https://www.instagram.com/billessayli/\" aria-label=\"Instagram Social Link\" data-aid=\"SOCIAL_INSTAGRAM_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/a[1]",
              "aria": "/document[1]/region[4]/link[1]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": 328,
              "top": 2811,
              "height": 48,
              "width": 72
            },
            "snippet": "<a data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31619.click,click\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"https://www.facebook.com/billessayli/\" aria-label=\"Facebook Social Link\" data-aid=\"SOCIAL_FACEBOOK_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/h4[1]",
              "aria": "/document[1]/region[2]/heading[1]"
            },
            "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h4>",
            "bounds": {
              "left": 256,
              "top": 1888,
              "height": 46,
              "width": 290
            },
            "snippet": "<h4 class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\" data-font-scaled=\"true\" data-typography=\"HeadingAlpha\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-ux=\"ContentHeading\" aria-level=\"4\" role=\"heading\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/h1[1]",
              "aria": "/document[1]/main[1]/heading[1]"
            },
            "message": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h1>",
            "bounds": {
              "left": 440,
              "top": 168,
              "height": 264,
              "width": 296
            },
            "snippet": "<h1 data-last-size=\"44px\" class=\"x-el x-el-h1 c1-6q c1-2 c1-1s c1-1t c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-1i c1-z c1-4 c1-s c1-1j c1-3m c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\" data-typography=\"HeadingAlpha\" id=\"dynamic-tagline-31618\" data-aid=\"HEADER_TAGLINE_RENDERED\" data-ux=\"Tagline\" aria-level=\"1\" role=\"heading\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[7]/a[1]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[7]/link[1]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": -1936,
              "top": 460,
              "height": 62,
              "width": 736
            },
            "snippet": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31616.click,click\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-typography=\"NavBeta\" href=\"/donate\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[6]/a[1]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[6]/link[1]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": -1936,
              "top": 398,
              "height": 62,
              "width": 736
            },
            "snippet": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31615.click,click\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-typography=\"NavBeta\" href=\"/contact-us\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[5]/a[1]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[5]/link[1]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": -1936,
              "top": 336,
              "height": 62,
              "width": 736
            },
            "snippet": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31614.click,click\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-typography=\"NavBeta\" href=\"/media\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[4]/a[1]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[4]/link[1]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": -1936,
              "top": 274,
              "height": 62,
              "width": 736
            },
            "snippet": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31613.click,click\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-typography=\"NavBeta\" href=\"/endorsements\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[3]/a[1]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[3]/link[1]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": -1936,
              "top": 212,
              "height": 62,
              "width": 736
            },
            "snippet": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31612.click,click\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-typography=\"NavBeta\" href=\"/campaign-updates\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[2]/a[1]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[2]/link[1]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": -1936,
              "top": 150,
              "height": 62,
              "width": 736
            },
            "snippet": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31611.click,click\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-typography=\"NavBeta\" href=\"/meet-bill\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[1]/a[1]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]/menuitem[1]/link[1]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": -1936,
              "top": 88,
              "height": 62,
              "width": 736
            },
            "snippet": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.31610.click,click\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-5w c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-typography=\"NavBeta\" href=\"/\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" target=\"\" data-ux=\"NavigationDrawerLinkActive\" aria-haspopup=\"menu\" role=\"link\" rel=\"\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_role_redundant",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]",
              "aria": "/document[1]/main[1]/navigation[2]/link[1]"
            },
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "bounds": {
              "left": 137,
              "top": 24,
              "height": 80,
              "width": 527
            },
            "snippet": "<a data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31609.click,click\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"/\" title=\"Bill Essayli for Assembly\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-ux=\"Link\" aria-haspopup=\"menu\" role=\"link\" rel=\"\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_child_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]"
            },
            "message": "The element with role \"list\" owns the child element with the role \"menuitem\" that is not one of the allowed role(s): \"listitem\"",
            "bounds": {
              "left": -1936,
              "top": 88,
              "height": 434,
              "width": 736
            },
            "snippet": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-31586-navListId-mobile\" data-ux=\"NavigationDrawerList\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_child_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]"
            },
            "message": "The element with role \"list\" owns the child element with the role \"menuitem\" that is not one of the allowed role(s): \"listitem\"",
            "bounds": {
              "left": -1936,
              "top": 88,
              "height": 434,
              "width": 736
            },
            "snippet": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-31586-navListId-mobile\" data-ux=\"NavigationDrawerList\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_child_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]"
            },
            "message": "The element with role \"list\" owns the child element with the role \"menuitem\" that is not one of the allowed role(s): \"listitem\"",
            "bounds": {
              "left": -1936,
              "top": 88,
              "height": 434,
              "width": 736
            },
            "snippet": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-31586-navListId-mobile\" data-ux=\"NavigationDrawerList\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_child_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]"
            },
            "message": "The element with role \"list\" owns the child element with the role \"menuitem\" that is not one of the allowed role(s): \"listitem\"",
            "bounds": {
              "left": -1936,
              "top": 88,
              "height": 434,
              "width": 736
            },
            "snippet": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-31586-navListId-mobile\" data-ux=\"NavigationDrawerList\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_child_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]"
            },
            "message": "The element with role \"list\" owns the child element with the role \"menuitem\" that is not one of the allowed role(s): \"listitem\"",
            "bounds": {
              "left": -1936,
              "top": 88,
              "height": 434,
              "width": 736
            },
            "snippet": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-31586-navListId-mobile\" data-ux=\"NavigationDrawerList\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_child_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]"
            },
            "message": "The element with role \"list\" owns the child element with the role \"menuitem\" that is not one of the allowed role(s): \"listitem\"",
            "bounds": {
              "left": -1936,
              "top": 88,
              "height": 434,
              "width": 736
            },
            "snippet": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-31586-navListId-mobile\" data-ux=\"NavigationDrawerList\">",
            "level": "recommendation"
          },
          {
            "ruleId": "aria_child_valid",
            "path": {
              "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]",
              "aria": "/document[1]/main[1]/navigation[2]/navigation[1]/list[1]"
            },
            "message": "The element with role \"list\" owns the child element with the role \"menuitem\" that is not one of the allowed role(s): \"listitem\"",
            "bounds": {
              "left": -1936,
              "top": 88,
              "height": 434,
              "width": 736
            },
            "snippet": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-31586-navListId-mobile\" data-ux=\"NavigationDrawerList\">",
            "level": "recommendation"
          }
        ],
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          31,
          0,
          54
        ],
        "instances": [
          {
            "ruleID": "input_label_exists",
            "what": "Form control element <button> has no associated label",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[2]"
            },
            "excerpt": "<button class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" data-ux=\"CarouselButtonNext\">"
          },
          {
            "ruleID": "input_label_exists",
            "what": "Form control element <button> has no associated label",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[1]"
            },
            "excerpt": "<button class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" data-ux=\"CarouselButtonPrevious\">"
          },
          {
            "ruleID": "input_label_before",
            "what": "Label text is located after its associated text input or <select> element",
            "ordinalSeverity": 3,
            "tagName": "INPUT",
            "id": "input31622",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/input[1]"
            },
            "excerpt": "<input class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1-f0 c1-f1 c1-f2 c1-f3 c1-f4 c1-f5 c1-f6 c1-f7 c1-f8 c1-eo c1-ep c1-d c1-e c1-f c1-g\" data-typography=\"BodyAlpha\" value=\"\" id=\"input31622\" data-ux=\"InputFloatLabel\" aria-multiline=\"false\" role=\"textbox\" type=\"text\">"
          },
          {
            "ruleID": "img_alt_valid",
            "what": "The image has neither an alt atttribute nor an ARIA label or title",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/span[1]/img[1]"
            },
            "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\" data-aid=\"CONTENT_IMAGE1_RENDERED\" data-ux=\"Image\" data-srcsetlaz ... srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" data-lazyimg=\"true\">"
          },
          {
            "ruleID": "img_alt_valid",
            "what": "The image has neither an alt atttribute nor an ARIA label or title",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/figure[1]/img[1]"
            },
            "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\" data-ht=\"Inset\" data-aid=\"BACKGROUND_IMAGE_REN ... 5,h:500,cg:true\" src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" that is already in use",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[8]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" role=\"contentinfo\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" that is already in use",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" that is already in use",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" that is already in use",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" that is already in use",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <div> element has the id \"f5ba4798-d484-444c-9402-0a30dec9282e\" that is already in use",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "element_id_unique",
            "what": "The <img> element has the id \"n-31586\" that is already in use",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]/div[1]/img[1]"
            },
            "excerpt": "<img class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c ... jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\">"
          },
          {
            "ruleID": "aria_role_valid",
            "what": "The ARIA role 'menuitem' is not valid for the element <li>",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[7]"
            },
            "excerpt": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">"
          },
          {
            "ruleID": "aria_role_valid",
            "what": "The ARIA role 'menuitem' is not valid for the element <li>",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[6]"
            },
            "excerpt": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">"
          },
          {
            "ruleID": "aria_role_valid",
            "what": "The ARIA role 'menuitem' is not valid for the element <li>",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[5]"
            },
            "excerpt": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">"
          },
          {
            "ruleID": "aria_role_valid",
            "what": "The ARIA role 'menuitem' is not valid for the element <li>",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[4]"
            },
            "excerpt": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">"
          },
          {
            "ruleID": "aria_role_valid",
            "what": "The ARIA role 'menuitem' is not valid for the element <li>",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[3]"
            },
            "excerpt": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">"
          },
          {
            "ruleID": "aria_role_valid",
            "what": "The ARIA role 'menuitem' is not valid for the element <li>",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[2]"
            },
            "excerpt": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">"
          },
          {
            "ruleID": "aria_role_valid",
            "what": "The ARIA role 'menuitem' is not valid for the element <li>",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[1]"
            },
            "excerpt": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">"
          },
          {
            "ruleID": "aria_region_labelled",
            "what": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_region_labelled",
            "what": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container\" role=\"region\" data-ux=\"WidgetBanner\">"
          },
          {
            "ruleID": "aria_region_labelled",
            "what": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_region_labelled",
            "what": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_region_labelled",
            "what": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_region_labelled",
            "what": "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_region_label_unique",
            "what": "Multiple elements with \"region\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_region_label_unique",
            "what": "Multiple elements with \"region\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container\" role=\"region\" data-ux=\"WidgetBanner\">"
          },
          {
            "ruleID": "aria_region_label_unique",
            "what": "Multiple elements with \"region\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_region_label_unique",
            "what": "Multiple elements with \"region\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_region_label_unique",
            "what": "Multiple elements with \"region\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_region_label_unique",
            "what": "Multiple elements with \"region\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_parent_required",
            "what": "The element with role \"menuitem\" is not contained in or owned by an element with one of the following roles: \"group, menu, menubar\"",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[7]"
            },
            "excerpt": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">"
          },
          {
            "ruleID": "aria_parent_required",
            "what": "The element with role \"menuitem\" is not contained in or owned by an element with one of the following roles: \"group, menu, menubar\"",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[6]"
            },
            "excerpt": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">"
          },
          {
            "ruleID": "aria_parent_required",
            "what": "The element with role \"menuitem\" is not contained in or owned by an element with one of the following roles: \"group, menu, menubar\"",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[5]"
            },
            "excerpt": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">"
          },
          {
            "ruleID": "aria_parent_required",
            "what": "The element with role \"menuitem\" is not contained in or owned by an element with one of the following roles: \"group, menu, menubar\"",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[4]"
            },
            "excerpt": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">"
          },
          {
            "ruleID": "aria_parent_required",
            "what": "The element with role \"menuitem\" is not contained in or owned by an element with one of the following roles: \"group, menu, menubar\"",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[3]"
            },
            "excerpt": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">"
          },
          {
            "ruleID": "aria_parent_required",
            "what": "The element with role \"menuitem\" is not contained in or owned by an element with one of the following roles: \"group, menu, menubar\"",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[2]"
            },
            "excerpt": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">"
          },
          {
            "ruleID": "aria_parent_required",
            "what": "The element with role \"menuitem\" is not contained in or owned by an element with one of the following roles: \"group, menu, menubar\"",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[1]"
            },
            "excerpt": "<li class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\" data-ux=\"NavigationDrawerListItem\" role=\"menuitem\">"
          },
          {
            "ruleID": "aria_navigation_label_unique",
            "what": "Multiple elements with \"navigation\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "n-31586-navId-mobile",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]"
            },
            "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-4x c1-4y c1-4z c1-4 c1-50 c1-4i c1-51 c1-52 c1-53 c1-54 c1-55 c1-56 c1-57 c1-58 c1-19 c1-59 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-31586-navId-mobile\" data-ux=\"NavigationDrawer\" role=\"navigation\">"
          },
          {
            "ruleID": "aria_navigation_label_unique",
            "what": "Multiple elements with \"navigation\" role do not have unique labels",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]"
            },
            "excerpt": "<nav class=\"x-el x-el-nav c1-1 c1-2 c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Block\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container\" role=\"region\" data-ux=\"WidgetBanner\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[2]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" role=\"region\" data-ux=\"Widget\">"
          },
          {
            "ruleID": "aria_landmark_name_unique",
            "what": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
            "ordinalSeverity": 3,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]"
            },
            "excerpt": "<nav class=\"x-el x-el-nav c1-1 c1-2 c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Block\">"
          },
          {
            "ruleID": "aria_img_labelled",
            "what": "Element with \"img\" role has no label or an empty label",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-cv c1-71 c1-cd c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"Background\" data-aid=\"COUNTDOWN_IMAGE_RENDERED\" role=\"img\">"
          },
          {
            "ruleID": "aria_img_labelled",
            "what": "Element with \"img\" role has no label or an empty label",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\" alt=\"\" data-ux=\"Background\" data-aid=\"GALLERY_IMAGE6_RENDERED\" role=\"img\">"
          },
          {
            "ruleID": "aria_img_labelled",
            "what": "Element with \"img\" role has no label or an empty label",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\" alt=\"\" data-ux=\"Background\" data-aid=\"GALLERY_IMAGE1_RENDERED\" role=\"img\">"
          },
          {
            "ruleID": "aria_img_labelled",
            "what": "Element with \"img\" role has no label or an empty label",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]"
            },
            "excerpt": "<div class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\" alt=\"\" data-ux=\"Background\" data-aid=\"GALLERY_IMAGE0_RENDERED\" role=\"img\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[9]/div[1]/h4[1]"
            },
            "excerpt": "<h4 class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\" data-typography=\"HeadingDelta\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-ux=\"Heading\" aria-level=\"4\" role=\"heading\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[9]/div[1]/div[2]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1- ... a11-0ec47110e72c-accept\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" href=\"\" shadow=\"NONE\" decoration=\"NONE\" shape=\"SQUARE\" fill=\"SOLID\" color=\"HIGHCONTRAST\" data-ux=\"ButtonPrimary\" data-ux-btn=\"primary\">"
          },
          {
            "ruleID": "aria_content_in_landmark",
            "what": "Content is not within a landmark element",
            "ordinalSeverity": 3,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[9]/div[1]/div[1]/p[1]"
            },
            "excerpt": "<p style=\"margin:0\">"
          },
          {
            "ruleID": "figure_label_exists",
            "what": "The <figure> element does not have an associated label",
            "ordinalSeverity": 1,
            "tagName": "FIGURE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[1]/figure[1]"
            },
            "excerpt": "<figure class=\"x-el x-el-figure c1-1 c1-2 c1-s c1-1i c1-2b c1-35 c1-2c c1-34 c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"WrapperImage\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/head[1]/meta[2]"
            },
            "excerpt": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[9]/div[1]/div[2]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1- ... a11-0ec47110e72c-accept\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" href=\"\" shadow=\"NONE\" decoration=\"NONE\" shape=\"SQUARE\" fill=\"SOLID\" color=\"HIGHCONTRAST\" data-ux=\"ButtonPrimary\" data-ux-btn=\"primary\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/button[1]"
            },
            "excerpt": "<button class=\"x-el x-el-button c1-3i c1-3j c1-7l c1-4 c1-34 c1-35 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-3n ... END\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" type=\"submit\" shadow=\"NONE\" decoration=\"NONE\" shape=\"SQUARE\" fill=\"SOLID\" color=\"HIGHCONTRAST\" data-ux=\"ButtonPrimary\" data-ux-btn=\"primary\">"
          },
          {
            "ruleID": "element_attribute_deprecated",
            "what": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/a[1]"
            },
            "excerpt": "<a class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c ... ingconnections.com/c/Essayli24\" data-aid=\"HEADER_CTA_BTN\" shadow=\"NONE\" decoration=\"NONE\" shape=\"SQUARE\" fill=\"SOLID\" color=\"HIGHCONTRAST\" data-ux=\"ButtonPrimary\" data-ux-btn=\"primary\" rel=\"noopener\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h4>",
            "ordinalSeverity": 1,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[9]/div[1]/h4[1]"
            },
            "excerpt": "<h4 class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\" data-typography=\"HeadingDelta\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-ux=\"Heading\" aria-level=\"4\" role=\"heading\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"separator\" is redundant with the implicit role of the element <hr>",
            "ordinalSeverity": 1,
            "tagName": "HR",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/hr[1]"
            },
            "excerpt": "<hr class=\"x-el x-el-hr c1-1 c1-2 c1-fj c1-et c1-ey c1-2b c1-t c1-fk c1-v c1-w c1-b c1-c c1-d c1-e c1-f c1-g\" data-ux=\"HR\" role=\"separator\" aria-hidden=\"true\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/a[2]"
            },
            "excerpt": "<a data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31624.click,click\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g ... Alpha\" href=\"https://www.instagram.com/billessayli/\" aria-label=\"Instagram Social Link\" data-aid=\"FOOTER_INSTAGRAM_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31623.click,click\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g ... inkAlpha\" href=\"https://www.facebook.com/billessayli/\" aria-label=\"Facebook Social Link\" data-aid=\"FOOTER_FACEBOOK_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h2>",
            "ordinalSeverity": 1,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/section[1]/div[1]/h2[1]"
            },
            "excerpt": "<h2 class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-ej c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-ek c1-5h c1-5i c1-5j\" data-typography=\"HeadingGamma\" data-aid=\"SECTION_TITLE_REND\" data-ux=\"SectionBannerHeading\" aria-level=\"2\" role=\"heading\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"textbox\" is redundant with the implicit role of the element <input>",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "input31622",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/section[1]/div[1]/div[1]/span[1]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/input[1]"
            },
            "excerpt": "<input class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1-f0 c1-f1 c1-f2 c1-f3 c1-f4 c1-f5 c1-f6 c1-f7 c1-f8 c1-eo c1-ep c1-d c1-e c1-f c1-g\" data-typography=\"BodyAlpha\" value=\"\" id=\"input31622\" data-ux=\"InputFloatLabel\" aria-multiline=\"false\" role=\"textbox\" type=\"text\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h2>",
            "ordinalSeverity": 1,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/h2[1]"
            },
            "excerpt": "<h2 class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\" data-typography=\"HeadingGamma\" data-aid=\"COUNTDOWN_COMPLETE_HEADLINE_RENDERED\" data-ux=\"SectionBannerHeading\" aria-level=\"2\" role=\"heading\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/a[2]"
            },
            "excerpt": "<a data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31620.click,click\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1- ... Alpha\" href=\"https://www.instagram.com/billessayli/\" aria-label=\"Instagram Social Link\" data-aid=\"SOCIAL_INSTAGRAM_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31619.click,click\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1- ... inkAlpha\" href=\"https://www.facebook.com/billessayli/\" aria-label=\"Facebook Social Link\" data-aid=\"SOCIAL_FACEBOOK_LINK\" target=\"_blank\" data-ux=\"Link\" aria-haspopup=\"true\" role=\"link\" rel=\"noopener\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h4>",
            "ordinalSeverity": 1,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/h4[1]"
            },
            "excerpt": "<h4 class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\" data-font-scaled=\"true\" data-typography=\"HeadingAlpha\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-ux=\"ContentHeading\" aria-level=\"4\" role=\"heading\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h1>",
            "ordinalSeverity": 1,
            "tagName": "H1",
            "id": "dynamic-tagline-31618",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/h1[1]"
            },
            "excerpt": "<h1 data-last-size=\"44px\" class=\"x-el x-el-h1 c1-6q c1-2 c1-1s c1-1t c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-1i c1-z c1-4 c1-s c1-1j c1-3m c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\" data-typography=\"HeadingAlpha\" id=\"dynamic-tagline-31618\" data-aid=\"HEADER_TAGLINE_RENDERED\" data-ux=\"Tagline\" aria-level=\"1\" role=\"heading\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[7]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31616.click,click\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4 ... vBeta\" href=\"/donate\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[6]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31615.click,click\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4 ... a\" href=\"/contact-us\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[5]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31614.click,click\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4 ... avBeta\" href=\"/media\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31613.click,click\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4 ...  href=\"/endorsements\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31612.click,click\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4 ... f=\"/campaign-updates\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31611.click,click\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4 ... ta\" href=\"/meet-bill\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" target=\"\" data-ux=\"NavigationDrawerLink\" aria-haspopup=\"false\" role=\"link\" rel=\"\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]/li[1]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.31610.click,click\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s ... avBeta\" href=\"/\" data-close=\"true\" data-edit-interactive=\"true\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" target=\"\" data-ux=\"NavigationDrawerLinkActive\" aria-haspopup=\"menu\" role=\"link\" rel=\"\">"
          },
          {
            "ruleID": "aria_role_redundant",
            "what": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]"
            },
            "excerpt": "<a data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31609.click,click\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-2 ... -24 c1-d c1-e c1-f c1-g\" data-typography=\"LinkAlpha\" href=\"/\" title=\"Bill Essayli for Assembly\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-ux=\"Link\" aria-haspopup=\"menu\" role=\"link\" rel=\"\">"
          },
          {
            "ruleID": "aria_child_valid",
            "what": "The element with role \"list\" owns the child element with the role \"menuitem\" that is not one of the allowed role(s): \"listitem\"",
            "ordinalSeverity": 1,
            "tagName": "UL",
            "id": "n-31586-navListId-mobile",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]"
            },
            "excerpt": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-31586-navListId-mobile\" data-ux=\"NavigationDrawerList\">"
          },
          {
            "ruleID": "aria_child_valid",
            "what": "The element with role \"list\" owns the child element with the role \"menuitem\" that is not one of the allowed role(s): \"listitem\"",
            "ordinalSeverity": 1,
            "tagName": "UL",
            "id": "n-31586-navListId-mobile",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]"
            },
            "excerpt": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-31586-navListId-mobile\" data-ux=\"NavigationDrawerList\">"
          },
          {
            "ruleID": "aria_child_valid",
            "what": "The element with role \"list\" owns the child element with the role \"menuitem\" that is not one of the allowed role(s): \"listitem\"",
            "ordinalSeverity": 1,
            "tagName": "UL",
            "id": "n-31586-navListId-mobile",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]"
            },
            "excerpt": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-31586-navListId-mobile\" data-ux=\"NavigationDrawerList\">"
          },
          {
            "ruleID": "aria_child_valid",
            "what": "The element with role \"list\" owns the child element with the role \"menuitem\" that is not one of the allowed role(s): \"listitem\"",
            "ordinalSeverity": 1,
            "tagName": "UL",
            "id": "n-31586-navListId-mobile",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]"
            },
            "excerpt": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-31586-navListId-mobile\" data-ux=\"NavigationDrawerList\">"
          },
          {
            "ruleID": "aria_child_valid",
            "what": "The element with role \"list\" owns the child element with the role \"menuitem\" that is not one of the allowed role(s): \"listitem\"",
            "ordinalSeverity": 1,
            "tagName": "UL",
            "id": "n-31586-navListId-mobile",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]"
            },
            "excerpt": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-31586-navListId-mobile\" data-ux=\"NavigationDrawerList\">"
          },
          {
            "ruleID": "aria_child_valid",
            "what": "The element with role \"list\" owns the child element with the role \"menuitem\" that is not one of the allowed role(s): \"listitem\"",
            "ordinalSeverity": 1,
            "tagName": "UL",
            "id": "n-31586-navListId-mobile",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]"
            },
            "excerpt": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-31586-navListId-mobile\" data-ux=\"NavigationDrawerList\">"
          },
          {
            "ruleID": "aria_child_valid",
            "what": "The element with role \"list\" owns the child element with the role \"menuitem\" that is not one of the allowed role(s): \"listitem\"",
            "ordinalSeverity": 1,
            "tagName": "UL",
            "id": "n-31586-navListId-mobile",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[2]/div[2]/div[2]/ul[1]"
            },
            "excerpt": "<ul class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c1-f c1-g\" id=\"n-31586-navListId-mobile\" data-ux=\"NavigationDrawerList\">"
          }
        ]
      },
      "endTime": 1687102197912
    },
    {
      "type": "launch",
      "which": "chromium",
      "startTime": 1687102197912,
      "endTime": 1687102198409
    },
    {
      "type": "url",
      "which": "https://essayliforassembly.com/",
      "what": "Candidate Bill Essayli (R)",
      "startTime": 1687102198409,
      "result": {
        "url": "https://essayliforassembly.com/"
      },
      "endTime": 1687102198834
    },
    {
      "type": "test",
      "which": "nuVal",
      "startTime": 1687102198835,
      "url": "https://essayliforassembly.com/",
      "what": "Nu Html Checker",
      "result": {
        "pageContent": {
          "messages": [
            {
              "type": "error",
              "lastLine": 712,
              "lastColumn": 1968,
              "firstColumn": 1966,
              "message": "CSS: object: Parse Error.",
              "extract": " -object]:0px}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 3
            },
            {
              "type": "error",
              "lastLine": 712,
              "lastColumn": 2562,
              "firstColumn": 2559,
              "message": "CSS: margin-bottom: none is not a margin-bottom value.",
              "extract": "in-bottom:none}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 712,
              "lastColumn": 8383,
              "firstColumn": 8380,
              "message": "CSS: padding-left: none is not a padding-left value.",
              "extract": "ding-left:none}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 712,
              "lastColumn": 8412,
              "firstColumn": 8409,
              "message": "CSS: padding-right: none is not a padding-right value.",
              "extract": "ing-right:none}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 712,
              "lastColumn": 9991,
              "firstColumn": 9988,
              "message": "CSS: padding-top: none is not a padding-top value.",
              "extract": "dding-top:none}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 2389,
              "firstColumn": 1986,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31588.click,click\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 404
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 3342,
              "firstColumn": 2509,
              "message": "Duplicate ID n-31586.",
              "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/ll, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" alt=\"Bill Essayli for Assembly\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\"></div>",
              "hiliteStart": 10,
              "hiliteLength": 834
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 786,
              "firstColumn": 558,
              "subType": "warning",
              "message": "The first occurrence of ID n-31586 was here.",
              "extract": "header-9\"><div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-31586\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 229
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 3862,
              "firstColumn": 3722,
              "subType": "warning",
              "message": "The navigation role is unnecessary for element nav.",
              "extract": "1-f c1-g\"><nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-z c1-33 c1-b c1-c c1-d c1-e c1-f c1-g\"><ul da",
              "hiliteStart": 10,
              "hiliteLength": 141
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 4607,
              "firstColumn": 4199,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3l c1-b c1-3m c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.31591.click,click\">Home</",
              "hiliteStart": 10,
              "hiliteLength": 409
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 4607,
              "firstColumn": 4199,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3l c1-b c1-3m c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.31591.click,click\">Home</",
              "hiliteStart": 10,
              "hiliteLength": 409
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 5228,
              "firstColumn": 4791,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31592.click,click\">Meet B",
              "hiliteStart": 10,
              "hiliteLength": 438
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 5228,
              "firstColumn": 4791,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31592.click,click\">Meet B",
              "hiliteStart": 10,
              "hiliteLength": 438
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 5861,
              "firstColumn": 5417,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" href=\"/campaign-updates\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31593.click,click\">Campai",
              "hiliteStart": 10,
              "hiliteLength": 445
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 5861,
              "firstColumn": 5417,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" href=\"/campaign-updates\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31593.click,click\">Campai",
              "hiliteStart": 10,
              "hiliteLength": 445
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 6497,
              "firstColumn": 6057,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31594.click,click\">Endors",
              "hiliteStart": 10,
              "hiliteLength": 441
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 6497,
              "firstColumn": 6057,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31594.click,click\">Endors",
              "hiliteStart": 10,
              "hiliteLength": 441
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 7122,
              "firstColumn": 6689,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31595.click,click\">Media<",
              "hiliteStart": 10,
              "hiliteLength": 434
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 7122,
              "firstColumn": 6689,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31595.click,click\">Media<",
              "hiliteStart": 10,
              "hiliteLength": 434
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 7745,
              "firstColumn": 7307,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" href=\"/contact-us\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31596.click,click\">Contac",
              "hiliteStart": 10,
              "hiliteLength": 439
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 7745,
              "firstColumn": 7307,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" href=\"/contact-us\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31596.click,click\">Contac",
              "hiliteStart": 10,
              "hiliteLength": 439
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 8369,
              "firstColumn": 7935,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31597.click,click\">Donate",
              "hiliteStart": 10,
              "hiliteLength": 435
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 8369,
              "firstColumn": 7935,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31597.click,click\">Donate",
              "hiliteStart": 10,
              "hiliteLength": 435
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 10367,
              "firstColumn": 9909,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4p c1-4q c1-4r c1-b c1-4s c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.31600.click,click\">Home</",
              "hiliteStart": 10,
              "hiliteLength": 459
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 10367,
              "firstColumn": 9909,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4p c1-4q c1-4r c1-b c1-4s c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.31600.click,click\">Home</",
              "hiliteStart": 10,
              "hiliteLength": 459
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 10956,
              "firstColumn": 10511,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31601.click,click\">Meet B",
              "hiliteStart": 10,
              "hiliteLength": 446
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 10956,
              "firstColumn": 10511,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31601.click,click\">Meet B",
              "hiliteStart": 10,
              "hiliteLength": 446
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 11557,
              "firstColumn": 11105,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/campaign-updates\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31602.click,click\">Campai",
              "hiliteStart": 10,
              "hiliteLength": 453
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 11557,
              "firstColumn": 11105,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/campaign-updates\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31602.click,click\">Campai",
              "hiliteStart": 10,
              "hiliteLength": 453
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 12161,
              "firstColumn": 11713,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31603.click,click\">Endors",
              "hiliteStart": 10,
              "hiliteLength": 449
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 12161,
              "firstColumn": 11713,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31603.click,click\">Endors",
              "hiliteStart": 10,
              "hiliteLength": 449
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 12754,
              "firstColumn": 12313,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31604.click,click\">Media<",
              "hiliteStart": 10,
              "hiliteLength": 442
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 12754,
              "firstColumn": 12313,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31604.click,click\">Media<",
              "hiliteStart": 10,
              "hiliteLength": 442
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 13345,
              "firstColumn": 12899,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/contact-us\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31605.click,click\">Contac",
              "hiliteStart": 10,
              "hiliteLength": 447
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 13345,
              "firstColumn": 12899,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/contact-us\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31605.click,click\">Contac",
              "hiliteStart": 10,
              "hiliteLength": 447
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 13937,
              "firstColumn": 13495,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31606.click,click\">Donate",
              "hiliteStart": 10,
              "hiliteLength": 443
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 13937,
              "firstColumn": 13495,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31606.click,click\">Donate",
              "hiliteStart": 10,
              "hiliteLength": 443
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 15066,
              "firstColumn": 14513,
              "message": "Attribute toggleid not allowed on element a at this point.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31607\" aria-expanded=\"false\" toggleid=\"n-31586-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-19 c1-1v c1-1b c1-1d c1-1w c1-1x c1-1y c1-1z c1-3m c1-b c1-c c1-22 c1-23 c1-24 c1-d c1-4u c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.31608.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 554
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 15066,
              "firstColumn": 14513,
              "message": "Attribute icon not allowed on element a at this point.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31607\" aria-expanded=\"false\" toggleid=\"n-31586-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-19 c1-1v c1-1b c1-1d c1-1w c1-1x c1-1y c1-1z c1-3m c1-b c1-c c1-22 c1-23 c1-24 c1-d c1-4u c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.31608.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 554
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 16095,
              "firstColumn": 15692,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31609.click,click\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 404
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 17048,
              "firstColumn": 16215,
              "message": "Duplicate ID n-31586.",
              "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/ll, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" alt=\"Bill Essayli for Assembly\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\"></div>",
              "hiliteStart": 10,
              "hiliteLength": 834
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 786,
              "firstColumn": 558,
              "subType": "warning",
              "message": "The first occurrence of ID n-31586 was here.",
              "extract": "header-9\"><div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-31586\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 229
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 18965,
              "firstColumn": 18802,
              "message": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
              "extract": "1-f c1-g\"><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 19439,
              "firstColumn": 18966,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-5w c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.31610.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 474
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 19439,
              "firstColumn": 18966,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-5w c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.31610.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 474
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 19629,
              "firstColumn": 19466,
              "message": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
              "extract": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 20108,
              "firstColumn": 19630,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/meet-bill\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31611.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 479
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 20108,
              "firstColumn": 19630,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/meet-bill\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31611.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 479
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 20303,
              "firstColumn": 20140,
              "message": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
              "extract": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 20789,
              "firstColumn": 20304,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/campaign-updates\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31612.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 486
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 20789,
              "firstColumn": 20304,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/campaign-updates\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31612.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 486
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 20991,
              "firstColumn": 20828,
              "message": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
              "extract": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 21473,
              "firstColumn": 20992,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31613.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 482
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 21473,
              "firstColumn": 20992,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31613.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 482
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 21671,
              "firstColumn": 21508,
              "message": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
              "extract": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 22146,
              "firstColumn": 21672,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/media\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31614.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 475
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 22146,
              "firstColumn": 21672,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/media\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31614.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 475
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 22337,
              "firstColumn": 22174,
              "message": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
              "extract": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 22817,
              "firstColumn": 22338,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31615.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 480
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 22817,
              "firstColumn": 22338,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31615.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 480
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 23013,
              "firstColumn": 22850,
              "message": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
              "extract": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 23489,
              "firstColumn": 23014,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/donate\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31616.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 476
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 23489,
              "firstColumn": 23014,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/donate\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31616.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 476
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 24787,
              "firstColumn": 24191,
              "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
              "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:405,h:500,cg:true\" data-ux=\"Image\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\"></figu",
              "hiliteStart": 10,
              "hiliteLength": 597
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 25883,
              "firstColumn": 25570,
              "subType": "warning",
              "message": "The heading role is unnecessary for element h1.",
              "extract": " style=\"\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"Tagline\" data-aid=\"HEADER_TAGLINE_RENDERED\" id=\"dynamic-tagline-31618\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-6q c1-2 c1-1s c1-1t c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-1i c1-z c1-4 c1-s c1-1j c1-3m c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\" data-last-size=\"44px\">It's t",
              "hiliteStart": 10,
              "hiliteLength": 314
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 26300,
              "firstColumn": 25936,
              "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
              "extract": "mento</h1><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-6t c1-1j c1-3m c1-3o c1-6u c1-6v c1-6w c1-6x\" style=\"display: none;\">It's t",
              "hiliteStart": 10,
              "hiliteLength": 365
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 26718,
              "firstColumn": 26355,
              "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
              "extract": "nto</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-5f c1-1j c1-3m c1-3o c1-5g c1-5h c1-5i c1-5j\" style=\"display: none;\">It's t",
              "hiliteStart": 10,
              "hiliteLength": 364
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 27135,
              "firstColumn": 26773,
              "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
              "extract": "nto</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-5v c1-1j c1-3m c1-3o c1-5x c1-5z c1-60 c1-61\" style=\"display: none;\">It's t",
              "hiliteStart": 10,
              "hiliteLength": 363
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 27496,
              "firstColumn": 27202,
              "message": "Attribute fontscalemultiplier not allowed on element div at this point.",
              "extract": "div></div><div data-ux=\"HeroText\" data-aid=\"HEADER_TAGLINE2_RENDERED\" fontscalemultiplier=\"1.12\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-6r c1-72 c1-73 c1-74 c1-75 c1-1i c1-4 c1-6n c1-v c1-w c1-b c1-39 c1-76 c1-3o c1-77 c1-78 c1-79 c1-7a x-rt\"><p sty",
              "hiliteStart": 10,
              "hiliteLength": 295
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 28297,
              "firstColumn": 27755,
              "message": "Attribute color not allowed on element a at this point.",
              "extract": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE",
              "hiliteStart": 10,
              "hiliteLength": 543
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 28297,
              "firstColumn": 27755,
              "message": "Attribute fill not allowed on element a at this point.",
              "extract": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE",
              "hiliteStart": 10,
              "hiliteLength": 543
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 28297,
              "firstColumn": 27755,
              "message": "Attribute decoration not allowed on element a at this point.",
              "extract": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE",
              "hiliteStart": 10,
              "hiliteLength": 543
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 28297,
              "firstColumn": 27755,
              "message": "Attribute shadow not allowed on element a at this point.",
              "extract": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE",
              "hiliteStart": 10,
              "hiliteLength": 543
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 28297,
              "firstColumn": 27755,
              "message": "The shape attribute on the a element is obsolete. Use area instead of a for image maps.",
              "extract": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE",
              "hiliteStart": 10,
              "hiliteLength": 543
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 28671,
              "firstColumn": 28482,
              "message": "Duplicate ID f5ba4798-d484-444c-9402-0a30dec9282e.",
              "extract": "-video-1\"><div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 190
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 28481,
              "firstColumn": 28386,
              "subType": "warning",
              "message": "The first occurrence of ID f5ba4798-d484-444c-9402-0a30dec9282e was here.",
              "extract": "div></div><div id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"widget widget-video widget-video-video-1\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 96
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 29318,
              "firstColumn": 29020,
              "message": "Attribute poster not allowed on element div at this point.",
              "extract": "1-f c1-g\"><div data-ux=\"Video\" poster=\"https://i.vimeocdn.com/video/1339407161-ad4a2b584885add7c749379c9092b6778d8fbd11a1af211171ffb0e5556c5e7c-d_1920x1080?r=pad\" hashcode=\"16cdb413f0\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4 c1-b c1-c c1-7x c1-7y c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 299
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 29318,
              "firstColumn": 29020,
              "message": "Attribute hashcode not allowed on element div at this point.",
              "extract": "1-f c1-g\"><div data-ux=\"Video\" poster=\"https://i.vimeocdn.com/video/1339407161-ad4a2b584885add7c749379c9092b6778d8fbd11a1af211171ffb0e5556c5e7c-d_1920x1080?r=pad\" hashcode=\"16cdb413f0\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4 c1-b c1-c c1-7x c1-7y c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 299
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 28795,
              "firstColumn": 28678,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 118
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 29998,
              "firstColumn": 29809,
              "message": "Duplicate ID ee7bc56c-4f17-4da3-a0fb-4d031c8dff95.",
              "extract": "ontent-6\"><div data-ux=\"Widget\" role=\"region\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 190
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 29808,
              "firstColumn": 29707,
              "subType": "warning",
              "message": "The first occurrence of ID ee7bc56c-4f17-4da3-a0fb-4d031c8dff95 was here.",
              "extract": "div></div><div id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"widget widget-content widget-content-content-6\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 102
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 31097,
              "firstColumn": 30818,
              "subType": "warning",
              "message": "The heading role is unnecessary for element h4.",
              "extract": "1-f c1-g\"><h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">Meet B",
              "hiliteStart": 10,
              "hiliteLength": 280
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 31588,
              "firstColumn": 31120,
              "message": "Attribute alignment not allowed on element div at this point.",
              "extract": "sayli</h4><div data-ux=\"ContentText\" alignment=\"center\" data-aid=\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\" fontscalemultiplier=\"1.26\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-6b c1-b c1-4m c1-9l c1-3o c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s x-rt\"><p sty",
              "hiliteStart": 10,
              "hiliteLength": 469
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 31588,
              "firstColumn": 31120,
              "message": "Attribute fontscalemultiplier not allowed on element div at this point.",
              "extract": "sayli</h4><div data-ux=\"ContentText\" alignment=\"center\" data-aid=\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\" fontscalemultiplier=\"1.26\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-6b c1-b c1-4m c1-9l c1-3o c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s x-rt\"><p sty",
              "hiliteStart": 10,
              "hiliteLength": 469
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 34434,
              "firstColumn": 32596,
              "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
              "extract": "1-f c1-g\"><img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" src=\"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=\" srcset=\"//img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 451w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 768w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1024w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1280w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1536w\" sizes=\"(min-width: 451px) and (max-width: 767px) 767px, (min-width: 768px) and (max-width: 1023px) 1023px, (min-width: 1024px) and (max-width: 1279px) 1279px, (min-width: 1280px) and (max-width: 1535px) 1535px, (min-width: 1536px) 1536px\" data-srcsetlazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:800,h:800,cg:true 2x, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:1200,h:1200,cg:true 3x\" data-ux=\"Image\" data-aid=\"CONTENT_IMAGE1_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\"></span",
              "hiliteStart": 10,
              "hiliteLength": 1839
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 34787,
              "firstColumn": 34598,
              "message": "Duplicate ID fb9a0131-841b-4ac4-91f3-3b7f809beac2.",
              "extract": "allery-3\"><div data-ux=\"Widget\" role=\"region\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 190
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 34597,
              "firstColumn": 34496,
              "subType": "warning",
              "message": "The first occurrence of ID fb9a0131-841b-4ac4-91f3-3b7f809beac2 was here.",
              "extract": "div></div><div id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"widget widget-gallery widget-gallery-gallery-3\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 102
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 36316,
              "firstColumn": 36123,
              "message": "Attribute alt not allowed on element div at this point.",
              "extract": "ide-fade\"><div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 194
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 36981,
              "firstColumn": 36788,
              "message": "Attribute alt not allowed on element div at this point.",
              "extract": "ide-fade\"><div role=\"img\" data-aid=\"GALLERY_IMAGE1_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 194
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 38490,
              "firstColumn": 38297,
              "message": "Attribute alt not allowed on element div at this point.",
              "extract": "ide-fade\"><div role=\"img\" data-aid=\"GALLERY_IMAGE6_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 194
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 34911,
              "firstColumn": 34794,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 118
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 40575,
              "firstColumn": 40386,
              "message": "Duplicate ID 7dd0f636-67c4-430c-94a0-2ab5a090b5e4.",
              "extract": "social-1\"><div data-ux=\"Widget\" role=\"region\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 190
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 40385,
              "firstColumn": 40287,
              "subType": "warning",
              "message": "The first occurrence of ID 7dd0f636-67c4-430c-94a0-2ab5a090b5e4 was here.",
              "extract": "div></div><div id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"widget widget-social widget-social-social-1\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 99
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 41436,
              "firstColumn": 41016,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31619.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 421
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 42581,
              "firstColumn": 42158,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31620.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 424
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 40699,
              "firstColumn": 40582,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 118
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 46980,
              "firstColumn": 46710,
              "subType": "warning",
              "message": "The heading role is unnecessary for element h2.",
              "extract": "1-f c1-g\"><h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_RUNNING_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">Get Ou",
              "hiliteStart": 10,
              "hiliteLength": 271
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 51243,
              "firstColumn": 50972,
              "subType": "warning",
              "message": "The heading role is unnecessary for element h2.",
              "extract": "1-f c1-g\"><h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_COMPLETE_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">Thank ",
              "hiliteStart": 10,
              "hiliteLength": 272
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 51929,
              "firstColumn": 51739,
              "message": "Duplicate ID 3dc923af-07c0-4c0d-abdd-a67a2805ba43.",
              "extract": "scribe-1\"><div data-ux=\"Widget\" role=\"region\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 191
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 51738,
              "firstColumn": 51631,
              "subType": "warning",
              "message": "The first occurrence of ID 3dc923af-07c0-4c0d-abdd-a67a2805ba43 was here.",
              "extract": "div></div><div id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 108
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 52450,
              "firstColumn": 52191,
              "subType": "warning",
              "message": "The heading role is unnecessary for element h2.",
              "extract": "-17 c1-g\"><h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-ej c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-ek c1-5h c1-5i c1-5j\">Get In",
              "hiliteStart": 10,
              "hiliteLength": 260
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 52841,
              "firstColumn": 52651,
              "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
              "extract": "1-f c1-g\"><div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 191
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 54152,
              "firstColumn": 53792,
              "subType": "warning",
              "message": "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.",
              "extract": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1-f0 c1-f1 c1-f2 c1-f3 c1-f4 c1-f5 c1-f6 c1-f7 c1-f8 c1-eo c1-ep c1-d c1-e c1-f c1-g\"><label",
              "hiliteStart": 10,
              "hiliteLength": 361
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 55309,
              "firstColumn": 55115,
              "message": "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.",
              "extract": "footer-1\"><div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 195
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 55114,
              "firstColumn": 55016,
              "subType": "warning",
              "message": "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.",
              "extract": "div></div><div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 99
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 55835,
              "firstColumn": 55680,
              "subType": "warning",
              "message": "The separator role is unnecessary for element hr.",
              "extract": "-17 c1-g\"><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"DividerHR\" class=\"x-el x-el-hr c1-1 c1-2 c1-ff c1-et c1-ey c1-2b c1-2c c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
              "hiliteStart": 10,
              "hiliteLength": 156
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 56667,
              "firstColumn": 56248,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31623.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 420
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 57761,
              "firstColumn": 57339,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31624.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 423
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 60896,
              "firstColumn": 60738,
              "subType": "warning",
              "message": "The separator role is unnecessary for element hr.",
              "extract": "</p></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-fj c1-et c1-ey c1-2b c1-t c1-fk c1-v c1-w c1-b c1-c c1-d c1-e c1-f c1-g\"><p dat",
              "hiliteStart": 10,
              "hiliteLength": 159
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 55435,
              "firstColumn": 55316,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-52 c1-6c c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 120
            },
            {
              "type": "info",
              "lastLine": 864,
              "lastColumn": 61867,
              "firstColumn": 61618,
              "subType": "warning",
              "message": "The heading role is unnecessary for element h4.",
              "extract": "1-f c1-g\"><h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\">This w",
              "hiliteStart": 10,
              "hiliteLength": 250
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 63014,
              "firstColumn": 62412,
              "message": "Attribute color not allowed on element a at this point.",
              "extract": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-4 c1-4c c1-4d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept",
              "hiliteStart": 10,
              "hiliteLength": 603
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 63014,
              "firstColumn": 62412,
              "message": "Attribute fill not allowed on element a at this point.",
              "extract": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-4 c1-4c c1-4d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept",
              "hiliteStart": 10,
              "hiliteLength": 603
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 63014,
              "firstColumn": 62412,
              "message": "Attribute decoration not allowed on element a at this point.",
              "extract": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-4 c1-4c c1-4d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept",
              "hiliteStart": 10,
              "hiliteLength": 603
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 63014,
              "firstColumn": 62412,
              "message": "Attribute shadow not allowed on element a at this point.",
              "extract": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-4 c1-4c c1-4d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept",
              "hiliteStart": 10,
              "hiliteLength": 603
            },
            {
              "type": "error",
              "lastLine": 864,
              "lastColumn": 63014,
              "firstColumn": 62412,
              "message": "The shape attribute on the a element is obsolete. Use area instead of a for image maps.",
              "extract": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-4 c1-4c c1-4d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept",
              "hiliteStart": 10,
              "hiliteLength": 603
            },
            {
              "type": "info",
              "lastLine": 865,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "iv></div>\n<script type=\"text/javascript\">\"Inter",
              "hiliteStart": 10,
              "hiliteLength": 31
            },
            {
              "type": "info",
              "lastLine": 868,
              "lastColumn": 222,
              "firstColumn": 135,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "></script><script type=\"text/javascript\" src=\"//img1.wsimg.com/traffic-assets/js/tccl-tti.min.js\"></scri",
              "hiliteStart": 10,
              "hiliteLength": 88
            }
          ]
        },
        "rawPage": {
          "messages": [
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 63,
              "firstColumn": 41,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "US\"><head><meta charSet=\"utf-8\"/><meta ",
              "hiliteStart": 10,
              "hiliteLength": 23
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 117,
              "firstColumn": 64,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta ",
              "hiliteStart": 10,
              "hiliteLength": 54
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 186,
              "firstColumn": 118,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "IE=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><title",
              "hiliteStart": 10,
              "hiliteLength": 69
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 283,
              "firstColumn": 227,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ly</title><meta name=\"author\" content=\"Bill Essayli for Assembly\"/><meta ",
              "hiliteStart": 10,
              "hiliteLength": 57
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 375,
              "firstColumn": 284,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ssembly\"/><meta name=\"generator\" content=\"Starfield Technologies; Go Daddy Website Builder 8.0.0000\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 92
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 426,
              "firstColumn": 376,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ".0.0000\"/><link rel=\"manifest\" href=\"/manifest.webmanifest\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 51
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 594,
              "firstColumn": 427,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "anifest\"/><link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:57,h:57,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 168
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 762,
              "firstColumn": 595,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ",h:57,m\"/><link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:60,h:60,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 168
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 930,
              "firstColumn": 763,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ",h:60,m\"/><link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:72,h:72,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 168
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 1102,
              "firstColumn": 931,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": ",h:72,m\"/><link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:114,h:114,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 172
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 1274,
              "firstColumn": 1103,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "h:114,m\"/><link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:120,h:120,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 172
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 1446,
              "firstColumn": 1275,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "h:120,m\"/><link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:144,h:144,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 172
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 1618,
              "firstColumn": 1447,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "h:144,m\"/><link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:152,h:152,m\"/><link ",
              "hiliteStart": 10,
              "hiliteLength": 172
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 1790,
              "firstColumn": 1619,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "h:152,m\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:180,h:180,m\"/><meta ",
              "hiliteStart": 10,
              "hiliteLength": 172
            },
            {
              "type": "info",
              "lastLine": 1,
              "lastColumn": 1857,
              "firstColumn": 1791,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "h:180,m\"/><meta property=\"og:url\" content=\"https://essayliforassembly.com/\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 67
            },
            {
              "type": "info",
              "lastLine": 2,
              "lastColumn": 67,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "y.com/\"/>\n<meta property=\"og:site_name\" content=\"Bill Essayli for Assembly\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 67
            },
            {
              "type": "info",
              "lastLine": 3,
              "lastColumn": 63,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "sembly\"/>\n<meta property=\"og:title\" content=\"Bill Essayli for Assembly\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 63
            },
            {
              "type": "info",
              "lastLine": 4,
              "lastColumn": 105,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "sembly\"/>\n<meta property=\"og:description\" content=\"Join Bill&#39;s campaign for a brighter future in California!\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 105
            },
            {
              "type": "info",
              "lastLine": 5,
              "lastColumn": 44,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ornia!\"/>\n<meta property=\"og:type\" content=\"website\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 44
            },
            {
              "type": "info",
              "lastLine": 6,
              "lastColumn": 165,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ebsite\"/>\n<meta property=\"og:image\" content=\"https://img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 165
            },
            {
              "type": "info",
              "lastLine": 7,
              "lastColumn": 44,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "01.jpg\"/>\n<meta property=\"og:locale\" content=\"en_US\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 44
            },
            {
              "type": "info",
              "lastLine": 8,
              "lastColumn": 45,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "\"en_US\"/>\n<meta name=\"twitter:card\" content=\"summary\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 45
            },
            {
              "type": "info",
              "lastLine": 9,
              "lastColumn": 64,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "ummary\"/>\n<meta name=\"twitter:title\" content=\"Bill Essayli for Assembly\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 64
            },
            {
              "type": "info",
              "lastLine": 10,
              "lastColumn": 96,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "sembly\"/>\n<meta name=\"twitter:description\" content=\"It&#39;s time to restore common sense in Sacramento\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 96
            },
            {
              "type": "info",
              "lastLine": 11,
              "lastColumn": 166,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "amento\"/>\n<meta name=\"twitter:image\" content=\"https://img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 166
            },
            {
              "type": "info",
              "lastLine": 12,
              "lastColumn": 68,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "01.jpg\"/>\n<meta name=\"twitter:image:alt\" content=\"Bill Essayli for Assembly\"/>\n<meta",
              "hiliteStart": 10,
              "hiliteLength": 68
            },
            {
              "type": "info",
              "lastLine": 13,
              "lastColumn": 44,
              "firstColumn": 1,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "sembly\"/>\n<meta name=\"theme-color\" content=\"#06254b\"/><style",
              "hiliteStart": 10,
              "hiliteLength": 44
            },
            {
              "type": "error",
              "lastLine": 121,
              "lastColumn": 1968,
              "firstColumn": 1966,
              "message": "CSS: object: Parse Error.",
              "extract": " -object]:0px}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 3
            },
            {
              "type": "error",
              "lastLine": 121,
              "lastColumn": 2562,
              "firstColumn": 2559,
              "message": "CSS: margin-bottom: none is not a margin-bottom value.",
              "extract": "in-bottom:none}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 121,
              "lastColumn": 8383,
              "firstColumn": 8380,
              "message": "CSS: padding-left: none is not a padding-left value.",
              "extract": "ding-left:none}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 121,
              "lastColumn": 8412,
              "firstColumn": 8409,
              "message": "CSS: padding-right: none is not a padding-right value.",
              "extract": "ing-right:none}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "error",
              "lastLine": 121,
              "lastColumn": 9991,
              "firstColumn": 9988,
              "message": "CSS: padding-top: none is not a padding-top value.",
              "extract": "dding-top:none}.x .c",
              "hiliteStart": 10,
              "hiliteLength": 4
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 2389,
              "firstColumn": 1986,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31588.click,click\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 404
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 3343,
              "firstColumn": 2509,
              "message": "Duplicate ID n-31586.",
              "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcSet=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/ll, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" alt=\"Bill Essayli for Assembly\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\"/></div>",
              "hiliteStart": 10,
              "hiliteLength": 835
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 786,
              "firstColumn": 558,
              "subType": "warning",
              "message": "The first occurrence of ID n-31586 was here.",
              "extract": "header-9\"><div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-31586\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 229
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 3343,
              "firstColumn": 2509,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcSet=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/ll, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" alt=\"Bill Essayli for Assembly\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\"/></div>",
              "hiliteStart": 10,
              "hiliteLength": 835
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 3863,
              "firstColumn": 3723,
              "subType": "warning",
              "message": "The navigation role is unnecessary for element nav.",
              "extract": "1-f c1-g\"><nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-z c1-33 c1-b c1-c c1-d c1-e c1-f c1-g\"><ul da",
              "hiliteStart": 10,
              "hiliteLength": 141
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 4608,
              "firstColumn": 4200,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3l c1-b c1-3m c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.31591.click,click\">Home</",
              "hiliteStart": 10,
              "hiliteLength": 409
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 4608,
              "firstColumn": 4200,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3l c1-b c1-3m c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.31591.click,click\">Home</",
              "hiliteStart": 10,
              "hiliteLength": 409
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 5229,
              "firstColumn": 4792,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31592.click,click\">Meet B",
              "hiliteStart": 10,
              "hiliteLength": 438
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 5229,
              "firstColumn": 4792,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31592.click,click\">Meet B",
              "hiliteStart": 10,
              "hiliteLength": 438
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 5862,
              "firstColumn": 5418,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" href=\"/campaign-updates\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31593.click,click\">Campai",
              "hiliteStart": 10,
              "hiliteLength": 445
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 5862,
              "firstColumn": 5418,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" href=\"/campaign-updates\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31593.click,click\">Campai",
              "hiliteStart": 10,
              "hiliteLength": 445
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 6498,
              "firstColumn": 6058,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31594.click,click\">Endors",
              "hiliteStart": 10,
              "hiliteLength": 441
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 6498,
              "firstColumn": 6058,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31594.click,click\">Endors",
              "hiliteStart": 10,
              "hiliteLength": 441
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 7123,
              "firstColumn": 6690,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31595.click,click\">Media<",
              "hiliteStart": 10,
              "hiliteLength": 434
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 7123,
              "firstColumn": 6690,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31595.click,click\">Media<",
              "hiliteStart": 10,
              "hiliteLength": 434
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 7746,
              "firstColumn": 7308,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" href=\"/contact-us\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31596.click,click\">Contac",
              "hiliteStart": 10,
              "hiliteLength": 439
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 7746,
              "firstColumn": 7308,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" href=\"/contact-us\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31596.click,click\">Contac",
              "hiliteStart": 10,
              "hiliteLength": 439
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 8370,
              "firstColumn": 7936,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31597.click,click\">Donate",
              "hiliteStart": 10,
              "hiliteLength": 435
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 8370,
              "firstColumn": 7936,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31597.click,click\">Donate",
              "hiliteStart": 10,
              "hiliteLength": 435
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 10368,
              "firstColumn": 9910,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4p c1-4q c1-4r c1-b c1-4s c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.31600.click,click\">Home</",
              "hiliteStart": 10,
              "hiliteLength": 459
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 10368,
              "firstColumn": 9910,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4p c1-4q c1-4r c1-b c1-4s c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.31600.click,click\">Home</",
              "hiliteStart": 10,
              "hiliteLength": 459
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 10957,
              "firstColumn": 10512,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31601.click,click\">Meet B",
              "hiliteStart": 10,
              "hiliteLength": 446
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 10957,
              "firstColumn": 10512,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31601.click,click\">Meet B",
              "hiliteStart": 10,
              "hiliteLength": 446
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 11558,
              "firstColumn": 11106,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/campaign-updates\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31602.click,click\">Campai",
              "hiliteStart": 10,
              "hiliteLength": 453
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 11558,
              "firstColumn": 11106,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/campaign-updates\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31602.click,click\">Campai",
              "hiliteStart": 10,
              "hiliteLength": 453
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 12162,
              "firstColumn": 11714,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31603.click,click\">Endors",
              "hiliteStart": 10,
              "hiliteLength": 449
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 12162,
              "firstColumn": 11714,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31603.click,click\">Endors",
              "hiliteStart": 10,
              "hiliteLength": 449
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 12755,
              "firstColumn": 12314,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31604.click,click\">Media<",
              "hiliteStart": 10,
              "hiliteLength": 442
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 12755,
              "firstColumn": 12314,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31604.click,click\">Media<",
              "hiliteStart": 10,
              "hiliteLength": 442
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 13346,
              "firstColumn": 12900,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/contact-us\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31605.click,click\">Contac",
              "hiliteStart": 10,
              "hiliteLength": 447
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 13346,
              "firstColumn": 12900,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/contact-us\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31605.click,click\">Contac",
              "hiliteStart": 10,
              "hiliteLength": 447
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 13938,
              "firstColumn": 13496,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31606.click,click\">Donate",
              "hiliteStart": 10,
              "hiliteLength": 443
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 13938,
              "firstColumn": 13496,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31606.click,click\">Donate",
              "hiliteStart": 10,
              "hiliteLength": 443
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 15067,
              "firstColumn": 14514,
              "message": "Attribute toggleid not allowed on element a at this point.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31607\" aria-expanded=\"false\" toggleId=\"n-31586-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-19 c1-1v c1-1b c1-1d c1-1w c1-1x c1-1y c1-1z c1-3m c1-b c1-c c1-22 c1-23 c1-24 c1-d c1-4u c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.31608.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 554
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 15067,
              "firstColumn": 14514,
              "message": "Attribute icon not allowed on element a at this point.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31607\" aria-expanded=\"false\" toggleId=\"n-31586-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-19 c1-1v c1-1b c1-1d c1-1w c1-1x c1-1y c1-1z c1-3m c1-b c1-c c1-22 c1-23 c1-24 c1-d c1-4u c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.31608.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 554
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 16096,
              "firstColumn": 15693,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31609.click,click\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 404
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 17050,
              "firstColumn": 16216,
              "message": "Duplicate ID n-31586.",
              "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcSet=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/ll, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" alt=\"Bill Essayli for Assembly\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\"/></div>",
              "hiliteStart": 10,
              "hiliteLength": 835
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 786,
              "firstColumn": 558,
              "subType": "warning",
              "message": "The first occurrence of ID n-31586 was here.",
              "extract": "header-9\"><div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-31586\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 229
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 17050,
              "firstColumn": 16216,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcSet=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/ll, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" alt=\"Bill Essayli for Assembly\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\"/></div>",
              "hiliteStart": 10,
              "hiliteLength": 835
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 18967,
              "firstColumn": 18804,
              "message": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
              "extract": "1-f c1-g\"><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 19441,
              "firstColumn": 18968,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-5w c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.31610.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 474
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 19441,
              "firstColumn": 18968,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-5w c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.31610.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 474
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 19631,
              "firstColumn": 19468,
              "message": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
              "extract": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 20110,
              "firstColumn": 19632,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/meet-bill\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31611.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 479
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 20110,
              "firstColumn": 19632,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/meet-bill\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31611.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 479
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 20305,
              "firstColumn": 20142,
              "message": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
              "extract": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 20791,
              "firstColumn": 20306,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/campaign-updates\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31612.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 486
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 20791,
              "firstColumn": 20306,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/campaign-updates\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31612.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 486
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 20993,
              "firstColumn": 20830,
              "message": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
              "extract": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 21475,
              "firstColumn": 20994,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31613.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 482
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 21475,
              "firstColumn": 20994,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31613.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 482
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 21673,
              "firstColumn": 21510,
              "message": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
              "extract": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 22148,
              "firstColumn": 21674,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/media\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31614.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 475
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 22148,
              "firstColumn": 21674,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/media\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31614.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 475
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 22339,
              "firstColumn": 22176,
              "message": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
              "extract": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 22819,
              "firstColumn": 22340,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31615.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 480
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 22819,
              "firstColumn": 22340,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31615.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 480
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 23015,
              "firstColumn": 22852,
              "message": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
              "extract": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel",
              "hiliteStart": 10,
              "hiliteLength": 164
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 23491,
              "firstColumn": 23016,
              "message": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/donate\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31616.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 476
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 23491,
              "firstColumn": 23016,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/donate\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31616.click,click\"><span>",
              "hiliteStart": 10,
              "hiliteLength": 476
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 24790,
              "firstColumn": 24193,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" srcSet=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:405,h:500,cg:true\" data-ux=\"Image\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\"/></figu",
              "hiliteStart": 10,
              "hiliteLength": 598
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 24790,
              "firstColumn": 24193,
              "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
              "extract": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" srcSet=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:405,h:500,cg:true\" data-ux=\"Image\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\"/></figu",
              "hiliteStart": 10,
              "hiliteLength": 598
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 25855,
              "firstColumn": 25564,
              "subType": "warning",
              "message": "The heading role is unnecessary for element h1.",
              "extract": "1-f c1-g\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"Tagline\" data-aid=\"HEADER_TAGLINE_RENDERED\" id=\"dynamic-tagline-31618\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-6q c1-2 c1-1s c1-1t c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-1i c1-z c1-4 c1-s c1-1j c1-3m c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">It&#x2",
              "hiliteStart": 10,
              "hiliteLength": 292
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 26254,
              "firstColumn": 25913,
              "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
              "extract": "mento</h1><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-6t c1-1j c1-3m c1-3o c1-6u c1-6v c1-6w c1-6x\">It&#x2",
              "hiliteStart": 10,
              "hiliteLength": 342
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 26654,
              "firstColumn": 26314,
              "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
              "extract": "nto</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-5f c1-1j c1-3m c1-3o c1-5g c1-5h c1-5i c1-5j\">It&#x2",
              "hiliteStart": 10,
              "hiliteLength": 341
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 27053,
              "firstColumn": 26714,
              "message": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
              "extract": "nto</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-5v c1-1j c1-3m c1-3o c1-5x c1-5z c1-60 c1-61\">It&#x2",
              "hiliteStart": 10,
              "hiliteLength": 340
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 27419,
              "firstColumn": 27125,
              "message": "Attribute fontscalemultiplier not allowed on element div at this point.",
              "extract": "div></div><div data-ux=\"HeroText\" data-aid=\"HEADER_TAGLINE2_RENDERED\" fontScaleMultiplier=\"1.12\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-6r c1-72 c1-73 c1-74 c1-75 c1-1i c1-4 c1-6n c1-v c1-w c1-b c1-39 c1-76 c1-3o c1-77 c1-78 c1-79 c1-7a x-rt\"><p sty",
              "hiliteStart": 10,
              "hiliteLength": 295
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 28220,
              "firstColumn": 27678,
              "message": "Attribute color not allowed on element a at this point.",
              "extract": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE",
              "hiliteStart": 10,
              "hiliteLength": 543
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 28220,
              "firstColumn": 27678,
              "message": "Attribute fill not allowed on element a at this point.",
              "extract": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE",
              "hiliteStart": 10,
              "hiliteLength": 543
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 28220,
              "firstColumn": 27678,
              "message": "Attribute decoration not allowed on element a at this point.",
              "extract": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE",
              "hiliteStart": 10,
              "hiliteLength": 543
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 28220,
              "firstColumn": 27678,
              "message": "Attribute shadow not allowed on element a at this point.",
              "extract": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE",
              "hiliteStart": 10,
              "hiliteLength": 543
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 28220,
              "firstColumn": 27678,
              "message": "The shape attribute on the a element is obsolete. Use area instead of a for image maps.",
              "extract": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE",
              "hiliteStart": 10,
              "hiliteLength": 543
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 28594,
              "firstColumn": 28405,
              "message": "Duplicate ID f5ba4798-d484-444c-9402-0a30dec9282e.",
              "extract": "-video-1\"><div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 190
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 28404,
              "firstColumn": 28309,
              "subType": "warning",
              "message": "The first occurrence of ID f5ba4798-d484-444c-9402-0a30dec9282e was here.",
              "extract": "div></div><div id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"widget widget-video widget-video-video-1\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 96
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 29241,
              "firstColumn": 28943,
              "message": "Attribute poster not allowed on element div at this point.",
              "extract": "1-f c1-g\"><div data-ux=\"Video\" poster=\"https://i.vimeocdn.com/video/1339407161-ad4a2b584885add7c749379c9092b6778d8fbd11a1af211171ffb0e5556c5e7c-d_1920x1080?r=pad\" hashcode=\"16cdb413f0\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4 c1-b c1-c c1-7x c1-7y c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 299
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 29241,
              "firstColumn": 28943,
              "message": "Attribute hashcode not allowed on element div at this point.",
              "extract": "1-f c1-g\"><div data-ux=\"Video\" poster=\"https://i.vimeocdn.com/video/1339407161-ad4a2b584885add7c749379c9092b6778d8fbd11a1af211171ffb0e5556c5e7c-d_1920x1080?r=pad\" hashcode=\"16cdb413f0\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4 c1-b c1-c c1-7x c1-7y c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 299
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 28718,
              "firstColumn": 28601,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 118
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 29921,
              "firstColumn": 29732,
              "message": "Duplicate ID ee7bc56c-4f17-4da3-a0fb-4d031c8dff95.",
              "extract": "ontent-6\"><div data-ux=\"Widget\" role=\"region\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 190
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 29731,
              "firstColumn": 29630,
              "subType": "warning",
              "message": "The first occurrence of ID ee7bc56c-4f17-4da3-a0fb-4d031c8dff95 was here.",
              "extract": "div></div><div id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"widget widget-content widget-content-content-6\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 102
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 31020,
              "firstColumn": 30741,
              "subType": "warning",
              "message": "The heading role is unnecessary for element h4.",
              "extract": "1-f c1-g\"><h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">Meet B",
              "hiliteStart": 10,
              "hiliteLength": 280
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 31511,
              "firstColumn": 31043,
              "message": "Attribute alignment not allowed on element div at this point.",
              "extract": "sayli</h4><div data-ux=\"ContentText\" alignment=\"center\" data-aid=\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\" fontScaleMultiplier=\"1.26\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-6b c1-b c1-4m c1-9l c1-3o c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s x-rt\"><p sty",
              "hiliteStart": 10,
              "hiliteLength": 469
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 31511,
              "firstColumn": 31043,
              "message": "Attribute fontscalemultiplier not allowed on element div at this point.",
              "extract": "sayli</h4><div data-ux=\"ContentText\" alignment=\"center\" data-aid=\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\" fontScaleMultiplier=\"1.26\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-6b c1-b c1-4m c1-9l c1-3o c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s x-rt\"><p sty",
              "hiliteStart": 10,
              "hiliteLength": 469
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 34358,
              "firstColumn": 32519,
              "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
              "extract": "1-f c1-g\"><img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" src=\"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=\" srcSet=\"//img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 451w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 768w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1024w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1280w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1536w\" sizes=\"(min-width: 451px) and (max-width: 767px) 767px, (min-width: 768px) and (max-width: 1023px) 1023px, (min-width: 1024px) and (max-width: 1279px) 1279px, (min-width: 1280px) and (max-width: 1535px) 1535px, (min-width: 1536px) 1536px\" data-srcsetlazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:800,h:800,cg:true 2x, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:1200,h:1200,cg:true 3x\" data-ux=\"Image\" data-aid=\"CONTENT_IMAGE1_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\"/></span",
              "hiliteStart": 10,
              "hiliteLength": 1840
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 34358,
              "firstColumn": 32519,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "1-f c1-g\"><img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" src=\"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=\" srcSet=\"//img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 451w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 768w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1024w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1280w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1536w\" sizes=\"(min-width: 451px) and (max-width: 767px) 767px, (min-width: 768px) and (max-width: 1023px) 1023px, (min-width: 1024px) and (max-width: 1279px) 1279px, (min-width: 1280px) and (max-width: 1535px) 1535px, (min-width: 1536px) 1536px\" data-srcsetlazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:800,h:800,cg:true 2x, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:1200,h:1200,cg:true 3x\" data-ux=\"Image\" data-aid=\"CONTENT_IMAGE1_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\"/></span",
              "hiliteStart": 10,
              "hiliteLength": 1840
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 34711,
              "firstColumn": 34522,
              "message": "Duplicate ID fb9a0131-841b-4ac4-91f3-3b7f809beac2.",
              "extract": "allery-3\"><div data-ux=\"Widget\" role=\"region\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 190
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 34521,
              "firstColumn": 34420,
              "subType": "warning",
              "message": "The first occurrence of ID fb9a0131-841b-4ac4-91f3-3b7f809beac2 was here.",
              "extract": "div></div><div id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"widget widget-gallery widget-gallery-gallery-3\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 102
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 36240,
              "firstColumn": 36047,
              "message": "Attribute alt not allowed on element div at this point.",
              "extract": "ide-fade\"><div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 194
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 36905,
              "firstColumn": 36712,
              "message": "Attribute alt not allowed on element div at this point.",
              "extract": "ide-fade\"><div role=\"img\" data-aid=\"GALLERY_IMAGE1_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 194
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 38414,
              "firstColumn": 38221,
              "message": "Attribute alt not allowed on element div at this point.",
              "extract": "ide-fade\"><div role=\"img\" data-aid=\"GALLERY_IMAGE6_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 194
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 34835,
              "firstColumn": 34718,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 118
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 40499,
              "firstColumn": 40310,
              "message": "Duplicate ID 7dd0f636-67c4-430c-94a0-2ab5a090b5e4.",
              "extract": "social-1\"><div data-ux=\"Widget\" role=\"region\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 190
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 40309,
              "firstColumn": 40211,
              "subType": "warning",
              "message": "The first occurrence of ID 7dd0f636-67c4-430c-94a0-2ab5a090b5e4 was here.",
              "extract": "div></div><div id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"widget widget-social widget-social-social-1\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 99
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 41360,
              "firstColumn": 40940,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31619.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 421
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 42505,
              "firstColumn": 42082,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31620.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 424
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 40623,
              "firstColumn": 40506,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 118
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 46956,
              "firstColumn": 46686,
              "subType": "warning",
              "message": "The heading role is unnecessary for element h2.",
              "extract": "1-f c1-g\"><h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_RUNNING_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">Get",
              "hiliteStart": 10,
              "hiliteLength": 271
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 51226,
              "firstColumn": 50955,
              "subType": "warning",
              "message": "The heading role is unnecessary for element h2.",
              "extract": "1-f c1-g\"><h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_COMPLETE_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">Thank ",
              "hiliteStart": 10,
              "hiliteLength": 272
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 51912,
              "firstColumn": 51722,
              "message": "Duplicate ID 3dc923af-07c0-4c0d-abdd-a67a2805ba43.",
              "extract": "scribe-1\"><div data-ux=\"Widget\" role=\"region\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 191
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 51721,
              "firstColumn": 51614,
              "subType": "warning",
              "message": "The first occurrence of ID 3dc923af-07c0-4c0d-abdd-a67a2805ba43 was here.",
              "extract": "div></div><div id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 108
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 52433,
              "firstColumn": 52174,
              "subType": "warning",
              "message": "The heading role is unnecessary for element h2.",
              "extract": "-17 c1-g\"><h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-ej c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-ek c1-5h c1-5i c1-5j\">Get In",
              "hiliteStart": 10,
              "hiliteLength": 260
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 52824,
              "firstColumn": 52634,
              "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
              "extract": "1-f c1-g\"><div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 191
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 54136,
              "firstColumn": 53775,
              "subType": "warning",
              "message": "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.",
              "extract": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1-f0 c1-f1 c1-f2 c1-f3 c1-f4 c1-f5 c1-f6 c1-f7 c1-f8 c1-eo c1-ep c1-d c1-e c1-f c1-g\"/><label",
              "hiliteStart": 10,
              "hiliteLength": 362
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 54136,
              "firstColumn": 53775,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1-f0 c1-f1 c1-f2 c1-f3 c1-f4 c1-f5 c1-f6 c1-f7 c1-f8 c1-eo c1-ep c1-d c1-e c1-f c1-g\"/><label",
              "hiliteStart": 10,
              "hiliteLength": 362
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 55293,
              "firstColumn": 55099,
              "message": "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.",
              "extract": "footer-1\"><div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> ",
              "hiliteStart": 10,
              "hiliteLength": 195
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 55098,
              "firstColumn": 55000,
              "subType": "warning",
              "message": "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.",
              "extract": "div></div><div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 99
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 55820,
              "firstColumn": 55664,
              "subType": "warning",
              "message": "The separator role is unnecessary for element hr.",
              "extract": "-17 c1-g\"><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"DividerHR\" class=\"x-el x-el-hr c1-1 c1-2 c1-ff c1-et c1-ey c1-2b c1-2c c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\"/></div>",
              "hiliteStart": 10,
              "hiliteLength": 157
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 55820,
              "firstColumn": 55664,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "-17 c1-g\"><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"DividerHR\" class=\"x-el x-el-hr c1-1 c1-2 c1-ff c1-et c1-ey c1-2b c1-2c c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\"/></div>",
              "hiliteStart": 10,
              "hiliteLength": 157
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 56652,
              "firstColumn": 56233,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31623.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 420
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 57746,
              "firstColumn": 57324,
              "subType": "warning",
              "message": "The link role is unnecessary for element a with attribute href.",
              "extract": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31624.click,click\"><svg v",
              "hiliteStart": 10,
              "hiliteLength": 423
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 60882,
              "firstColumn": 60723,
              "subType": "warning",
              "message": "The separator role is unnecessary for element hr.",
              "extract": "</p></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-fj c1-et c1-ey c1-2b c1-t c1-fk c1-v c1-w c1-b c1-c c1-d c1-e c1-f c1-g\"/><p dat",
              "hiliteStart": 10,
              "hiliteLength": 160
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 60882,
              "firstColumn": 60723,
              "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
              "extract": "</p></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-fj c1-et c1-ey c1-2b c1-t c1-fk c1-v c1-w c1-b c1-c c1-d c1-e c1-f c1-g\"/><p dat",
              "hiliteStart": 10,
              "hiliteLength": 160
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 55419,
              "firstColumn": 55300,
              "subType": "warning",
              "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
              "extract": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-52 c1-6c c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d",
              "hiliteStart": 10,
              "hiliteLength": 120
            },
            {
              "type": "info",
              "lastLine": 273,
              "lastColumn": 61853,
              "firstColumn": 61604,
              "subType": "warning",
              "message": "The heading role is unnecessary for element h4.",
              "extract": "1-f c1-g\"><h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\">This w",
              "hiliteStart": 10,
              "hiliteLength": 250
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 63000,
              "firstColumn": 62398,
              "message": "Attribute color not allowed on element a at this point.",
              "extract": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-4 c1-4c c1-4d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept",
              "hiliteStart": 10,
              "hiliteLength": 603
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 63000,
              "firstColumn": 62398,
              "message": "Attribute fill not allowed on element a at this point.",
              "extract": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-4 c1-4c c1-4d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept",
              "hiliteStart": 10,
              "hiliteLength": 603
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 63000,
              "firstColumn": 62398,
              "message": "Attribute decoration not allowed on element a at this point.",
              "extract": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-4 c1-4c c1-4d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept",
              "hiliteStart": 10,
              "hiliteLength": 603
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 63000,
              "firstColumn": 62398,
              "message": "Attribute shadow not allowed on element a at this point.",
              "extract": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-4 c1-4c c1-4d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept",
              "hiliteStart": 10,
              "hiliteLength": 603
            },
            {
              "type": "error",
              "lastLine": 273,
              "lastColumn": 63000,
              "firstColumn": 62398,
              "message": "The shape attribute on the a element is obsolete. Use area instead of a for image maps.",
              "extract": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-4 c1-4c c1-4d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept",
              "hiliteStart": 10,
              "hiliteLength": 603
            },
            {
              "type": "info",
              "lastLine": 274,
              "lastColumn": 31,
              "firstColumn": 1,
              "subType": "warning",
              "message": "The type attribute is unnecessary for JavaScript resources.",
              "extract": "iv></div>\n<script type=\"text/javascript\">\"Inter",
              "hiliteStart": 10,
              "hiliteLength": 31
            }
          ]
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          101,
          0,
          134,
          0
        ],
        "instances": [
          {
            "ruleID": "CSS: object: Parse Error.",
            "what": "CSS: object: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "712"
            },
            "excerpt": " -object]:0px}.x .c"
          },
          {
            "ruleID": "CSS: margin-bottom: none is not a margin-bottom value.",
            "what": "CSS: margin-bottom: none is not a margin-bottom value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "712"
            },
            "excerpt": "in-bottom:none}.x .c"
          },
          {
            "ruleID": "CSS: padding-left: none is not a padding-left value.",
            "what": "CSS: padding-left: none is not a padding-left value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "712"
            },
            "excerpt": "ding-left:none}.x .c"
          },
          {
            "ruleID": "CSS: padding-right: none is not a padding-right value.",
            "what": "CSS: padding-right: none is not a padding-right value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "712"
            },
            "excerpt": "ing-right:none}.x .c"
          },
          {
            "ruleID": "CSS: padding-top: none is not a padding-top value.",
            "what": "CSS: padding-top: none is not a padding-top value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "712"
            },
            "excerpt": "dding-top:none}.x .c"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el  ... 1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31588.click,click\"><div d"
          },
          {
            "ruleID": "Duplicate ID n-31586.",
            "what": "Duplicate ID n-31586.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff4 ...  c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "The first occurrence of ID n-31586 was here.",
            "what": "The first occurrence of ID n-31586 was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "header-9\"><div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-31586\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "The navigation role is unnecessary for element nav.",
            "what": "The navigation role is unnecessary for element nav.",
            "ordinalSeverity": 0,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-z c1-33 c1-b c1-c c1-d c1-e c1-f c1-g\"><ul da"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" ...  c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3l c1-b c1-3m c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.31591.click,click\">Home</"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" ...  c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3l c1-b c1-3m c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.31591.click,click\">Home</"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" href=\"/meet-bill\" data-typography=\"NavAl ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31592.click,click\">Meet B"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" href=\"/meet-bill\" data-typography=\"NavAl ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31592.click,click\">Meet B"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" href=\"/campaign-updates\" data-typography ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31593.click,click\">Campai"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" href=\"/campaign-updates\" data-typography ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31593.click,click\">Campai"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"Na ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31594.click,click\">Endors"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"Na ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31594.click,click\">Endors"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" href=\"/media\" data-typography=\"NavAlpha\" ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31595.click,click\">Media<"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" href=\"/media\" data-typography=\"NavAlpha\" ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31595.click,click\">Media<"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" href=\"/contact-us\" data-typography=\"NavA ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31596.click,click\">Contac"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" href=\"/contact-us\" data-typography=\"NavA ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31596.click,click\">Contac"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" href=\"/donate\" data-typography=\"NavAlpha ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31597.click,click\">Donate"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" href=\"/donate\" data-typography=\"NavAlpha ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31597.click,click\">Donate"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590 ... c1-1s c1-1t c1-1i c1-1v c1-4p c1-4q c1-4r c1-b c1-4s c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.31600.click,click\">Home</"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590 ... c1-1s c1-1t c1-1i c1-1v c1-4p c1-4q c1-4r c1-b c1-4s c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.31600.click,click\">Home</"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31601.click,click\">Meet B"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31601.click,click\">Meet B"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31602.click,click\">Campai"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31602.click,click\">Campai"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31603.click,click\">Endors"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31603.click,click\">Endors"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31604.click,click\">Media<"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31604.click,click\">Media<"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31605.click,click\">Contac"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31605.click,click\">Contac"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31606.click,click\">Donate"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31606.click,click\">Donate"
          },
          {
            "ruleID": "Attribute toggleid not allowed on element a at this point.",
            "what": "Attribute toggleid not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "31607",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31607\" aria-expanded=\"false\" toggleid=\"n-31586-navId-mobile\" icon=\"hamburger\" data-edit-inte ... c1-1t c1-19 c1-1v c1-1b c1-1d c1-1w c1-1x c1-1y c1-1z c1-3m c1-b c1-c c1-22 c1-23 c1-24 c1-d c1-4u c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.31608.click,click\"><svg v"
          },
          {
            "ruleID": "Attribute icon not allowed on element a at this point.",
            "what": "Attribute icon not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "31607",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31607\" aria-expanded=\"false\" toggleid=\"n-31586-navId-mobile\" icon=\"hamburger\" data-edit-inte ... c1-1t c1-19 c1-1v c1-1b c1-1d c1-1w c1-1x c1-1y c1-1z c1-3m c1-b c1-c c1-22 c1-23 c1-24 c1-d c1-4u c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.31608.click,click\"><svg v"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el  ... 1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31609.click,click\"><div d"
          },
          {
            "ruleID": "Duplicate ID n-31586.",
            "what": "Duplicate ID n-31586.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff4 ...  c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "The first occurrence of ID n-31586 was here.",
            "what": "The first occurrence of ID n-31586 was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "header-9\"><div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-31586\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "what": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href ... v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-5w c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.31610.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href ... v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-5w c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.31610.click,click\"><span>"
          },
          {
            "ruleID": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "what": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/me ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31611.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/me ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31611.click,click\"><span>"
          },
          {
            "ruleID": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "what": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/ca ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31612.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/ca ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31612.click,click\"><span>"
          },
          {
            "ruleID": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "what": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/en ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31613.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/en ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31613.click,click\"><span>"
          },
          {
            "ruleID": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "what": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/me ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31614.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/me ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31614.click,click\"><span>"
          },
          {
            "ruleID": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "what": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/co ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31615.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/co ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31615.click,click\"><span>"
          },
          {
            "ruleID": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "what": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/do ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31616.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/do ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31616.click,click\"><span>"
          },
          {
            "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" sr ... =\"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\"></figu"
          },
          {
            "ruleID": "The heading role is unnecessary for element h1.",
            "what": "The heading role is unnecessary for element h1.",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "dynamic-tagline-31618",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": " style=\"\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"Tagline\" data-aid=\"HEADER_TAGLINE_RENDERED\" id=\"dynamic-tagline-31618\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-6q c1-2 c1-1s c1-1t c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-1i c1-z c1-4 c1-s c1-1j c1-3m c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\" data-last-size=\"44px\">It's t"
          },
          {
            "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "mento</h1><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-6t c1-1j c1-3m c1-3o c1-6u c1-6v c1-6w c1-6x\" style=\"display: none;\">It's t"
          },
          {
            "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "nto</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-5f c1-1j c1-3m c1-3o c1-5g c1-5h c1-5i c1-5j\" style=\"display: none;\">It's t"
          },
          {
            "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "nto</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-5v c1-1j c1-3m c1-3o c1-5x c1-5z c1-60 c1-61\" style=\"display: none;\">It's t"
          },
          {
            "ruleID": "Attribute fontscalemultiplier not allowed on element div at this point.",
            "what": "Attribute fontscalemultiplier not allowed on element div at this point.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "div></div><div data-ux=\"HeroText\" data-aid=\"HEADER_TAGLINE2_RENDERED\" fontscalemultiplier=\"1.12\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-6r c1-72 c1-73 c1-74 c1-75 c1-1i c1-4 c1-6n c1-v c1-w c1-b c1-39 c1-76 c1-3o c1-77 c1-78 c1-79 c1-7a x-rt\"><p sty"
          },
          {
            "ruleID": "Attribute color not allowed on element a at this point.",
            "what": "Attribute color not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.e ... -3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE"
          },
          {
            "ruleID": "Attribute fill not allowed on element a at this point.",
            "what": "Attribute fill not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.e ... -3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE"
          },
          {
            "ruleID": "Attribute decoration not allowed on element a at this point.",
            "what": "Attribute decoration not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.e ... -3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE"
          },
          {
            "ruleID": "Attribute shadow not allowed on element a at this point.",
            "what": "Attribute shadow not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.e ... -3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE"
          },
          {
            "ruleID": "The shape attribute on the a element is obsolete. Use area instead of a for image maps.",
            "what": "The shape attribute on the a element is obsolete. Use area instead of a for image maps.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.e ... -3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE"
          },
          {
            "ruleID": "Duplicate ID f5ba4798-d484-444c-9402-0a30dec9282e.",
            "what": "Duplicate ID f5ba4798-d484-444c-9402-0a30dec9282e.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "-video-1\"><div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "The first occurrence of ID f5ba4798-d484-444c-9402-0a30dec9282e was here.",
            "what": "The first occurrence of ID f5ba4798-d484-444c-9402-0a30dec9282e was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "div></div><div id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"widget widget-video widget-video-video-1\"><div d"
          },
          {
            "ruleID": "Attribute poster not allowed on element div at this point.",
            "what": "Attribute poster not allowed on element div at this point.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><div data-ux=\"Video\" poster=\"https://i.vimeocdn.com/video/1339407161-ad4a2b584885add7c749379c9092b6778d8fbd11a1af211171ffb0e5556c5e7c-d_1920x1080?r=pad\" hashcode=\"16cdb413f0\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4 c1-b c1-c c1-7x c1-7y c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "Attribute hashcode not allowed on element div at this point.",
            "what": "Attribute hashcode not allowed on element div at this point.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><div data-ux=\"Video\" poster=\"https://i.vimeocdn.com/video/1339407161-ad4a2b584885add7c749379c9092b6778d8fbd11a1af211171ffb0e5556c5e7c-d_1920x1080?r=pad\" hashcode=\"16cdb413f0\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4 c1-b c1-c c1-7x c1-7y c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "Duplicate ID ee7bc56c-4f17-4da3-a0fb-4d031c8dff95.",
            "what": "Duplicate ID ee7bc56c-4f17-4da3-a0fb-4d031c8dff95.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "ontent-6\"><div data-ux=\"Widget\" role=\"region\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "The first occurrence of ID ee7bc56c-4f17-4da3-a0fb-4d031c8dff95 was here.",
            "what": "The first occurrence of ID ee7bc56c-4f17-4da3-a0fb-4d031c8dff95 was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "div></div><div id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"widget widget-content widget-content-content-6\"><div d"
          },
          {
            "ruleID": "The heading role is unnecessary for element h4.",
            "what": "The heading role is unnecessary for element h4.",
            "ordinalSeverity": 0,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">Meet B"
          },
          {
            "ruleID": "Attribute alignment not allowed on element div at this point.",
            "what": "Attribute alignment not allowed on element div at this point.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "sayli</h4><div data-ux=\"ContentText\" alignment=\"center\" data-aid=\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\" fontscalemultiplier=\"1.26\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c ... 91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-6b c1-b c1-4m c1-9l c1-3o c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s x-rt\"><p sty"
          },
          {
            "ruleID": "Attribute fontscalemultiplier not allowed on element div at this point.",
            "what": "Attribute fontscalemultiplier not allowed on element div at this point.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "sayli</h4><div data-ux=\"ContentText\" alignment=\"center\" data-aid=\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\" fontscalemultiplier=\"1.26\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c ... 91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-6b c1-b c1-4m c1-9l c1-3o c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s x-rt\"><p sty"
          },
          {
            "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w ... ,cg:true 3x\" data-ux=\"Image\" data-aid=\"CONTENT_IMAGE1_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\"></span"
          },
          {
            "ruleID": "Duplicate ID fb9a0131-841b-4ac4-91f3-3b7f809beac2.",
            "what": "Duplicate ID fb9a0131-841b-4ac4-91f3-3b7f809beac2.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "allery-3\"><div data-ux=\"Widget\" role=\"region\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "The first occurrence of ID fb9a0131-841b-4ac4-91f3-3b7f809beac2 was here.",
            "what": "The first occurrence of ID fb9a0131-841b-4ac4-91f3-3b7f809beac2 was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "div></div><div id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"widget widget-gallery widget-gallery-gallery-3\"><div d"
          },
          {
            "ruleID": "Attribute alt not allowed on element div at this point.",
            "what": "Attribute alt not allowed on element div at this point.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "ide-fade\"><div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "Attribute alt not allowed on element div at this point.",
            "what": "Attribute alt not allowed on element div at this point.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "ide-fade\"><div role=\"img\" data-aid=\"GALLERY_IMAGE1_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "Attribute alt not allowed on element div at this point.",
            "what": "Attribute alt not allowed on element div at this point.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "ide-fade\"><div role=\"img\" data-aid=\"GALLERY_IMAGE6_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "Duplicate ID 7dd0f636-67c4-430c-94a0-2ab5a090b5e4.",
            "what": "Duplicate ID 7dd0f636-67c4-430c-94a0-2ab5a090b5e4.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "social-1\"><div data-ux=\"Widget\" role=\"region\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "The first occurrence of ID 7dd0f636-67c4-430c-94a0-2ab5a090b5e4 was here.",
            "what": "The first occurrence of ID 7dd0f636-67c4-430c-94a0-2ab5a090b5e4 was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "div></div><div id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"widget widget-social widget-social-social-1\"><div d"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli ... \"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31619.click,click\"><svg v"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessa ... \"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31620.click,click\"><svg v"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "The heading role is unnecessary for element h2.",
            "what": "The heading role is unnecessary for element h2.",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_RUNNING_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">Get Ou"
          },
          {
            "ruleID": "The heading role is unnecessary for element h2.",
            "what": "The heading role is unnecessary for element h2.",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_COMPLETE_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">Thank "
          },
          {
            "ruleID": "Duplicate ID 3dc923af-07c0-4c0d-abdd-a67a2805ba43.",
            "what": "Duplicate ID 3dc923af-07c0-4c0d-abdd-a67a2805ba43.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "scribe-1\"><div data-ux=\"Widget\" role=\"region\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "The first occurrence of ID 3dc923af-07c0-4c0d-abdd-a67a2805ba43 was here.",
            "what": "The first occurrence of ID 3dc923af-07c0-4c0d-abdd-a67a2805ba43 was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "div></div><div id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"><div d"
          },
          {
            "ruleID": "The heading role is unnecessary for element h2.",
            "what": "The heading role is unnecessary for element h2.",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "-17 c1-g\"><h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-ej c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-ek c1-5h c1-5i c1-5j\">Get In"
          },
          {
            "ruleID": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
            "what": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.",
            "what": "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.",
            "ordinalSeverity": 0,
            "tagName": "INPUT",
            "id": "input31622",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1-f0 c1-f1 c1-f2 c1-f3 c1-f4 c1-f5 c1-f6 c1-f7 c1-f8 c1-eo c1-ep c1-d c1-e c1-f c1-g\"><label"
          },
          {
            "ruleID": "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.",
            "what": "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "footer-1\"><div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.",
            "what": "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "div></div><div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"><div d"
          },
          {
            "ruleID": "The separator role is unnecessary for element hr.",
            "what": "The separator role is unnecessary for element hr.",
            "ordinalSeverity": 0,
            "tagName": "HR",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "-17 c1-g\"><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"DividerHR\" class=\"x-el x-el-hr c1-1 c1-2 c1-ff c1-et c1-ey c1-2b c1-2c c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli ... =\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31623.click,click\"><svg v"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessa ... =\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31624.click,click\"><svg v"
          },
          {
            "ruleID": "The separator role is unnecessary for element hr.",
            "what": "The separator role is unnecessary for element hr.",
            "ordinalSeverity": 0,
            "tagName": "HR",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "</p></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-fj c1-et c1-ey c1-2b c1-t c1-fk c1-v c1-w c1-b c1-c c1-d c1-e c1-f c1-g\"><p dat"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-52 c1-6c c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "The heading role is unnecessary for element h4.",
            "what": "The heading role is unnecessary for element h4.",
            "ordinalSeverity": 0,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\">This w"
          },
          {
            "ruleID": "Attribute color not allowed on element a at this point.",
            "what": "Attribute color not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e ... d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept"
          },
          {
            "ruleID": "Attribute fill not allowed on element a at this point.",
            "what": "Attribute fill not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e ... d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept"
          },
          {
            "ruleID": "Attribute decoration not allowed on element a at this point.",
            "what": "Attribute decoration not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e ... d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept"
          },
          {
            "ruleID": "Attribute shadow not allowed on element a at this point.",
            "what": "Attribute shadow not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e ... d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept"
          },
          {
            "ruleID": "The shape attribute on the a element is obsolete. Use area instead of a for image maps.",
            "what": "The shape attribute on the a element is obsolete. Use area instead of a for image maps.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "864"
            },
            "excerpt": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e ... d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "865"
            },
            "excerpt": "iv></div> <script type=\"text/javascript\">\"Inter"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "line",
              "spec": "868"
            },
            "excerpt": "></script><script type=\"text/javascript\" src=\"//img1.wsimg.com/traffic-assets/js/tccl-tti.min.js\"></scri"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "HEAD",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "US\"><head><meta charSet=\"utf-8\"/><meta "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "=\"utf-8\"/><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/><meta "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "IE=edge\"/><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/><title"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "ly</title><meta name=\"author\" content=\"Bill Essayli for Assembly\"/><meta "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "ssembly\"/><meta name=\"generator\" content=\"Starfield Technologies; Go Daddy Website Builder 8.0.0000\"/><link "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": ".0.0000\"/><link rel=\"manifest\" href=\"/manifest.webmanifest\"/><link "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "anifest\"/><link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:57,h:57,m\"/><link "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": ",h:57,m\"/><link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:60,h:60,m\"/><link "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": ",h:60,m\"/><link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:72,h:72,m\"/><link "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": ",h:72,m\"/><link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:114,h:114,m\"/><link "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "h:114,m\"/><link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:120,h:120,m\"/><link "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "h:120,m\"/><link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:144,h:144,m\"/><link "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "h:144,m\"/><link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:152,h:152,m\"/><link "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "LINK",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "h:152,m\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:180,h:180,m\"/><meta "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "1"
            },
            "excerpt": "h:180,m\"/><meta property=\"og:url\" content=\"https://essayliforassembly.com/\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "2"
            },
            "excerpt": "y.com/\"/> <meta property=\"og:site_name\" content=\"Bill Essayli for Assembly\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "3"
            },
            "excerpt": "sembly\"/> <meta property=\"og:title\" content=\"Bill Essayli for Assembly\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "4"
            },
            "excerpt": "sembly\"/> <meta property=\"og:description\" content=\"Join Bill&#39;s campaign for a brighter future in California!\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "5"
            },
            "excerpt": "ornia!\"/> <meta property=\"og:type\" content=\"website\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "6"
            },
            "excerpt": "ebsite\"/> <meta property=\"og:image\" content=\"https://img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "7"
            },
            "excerpt": "01.jpg\"/> <meta property=\"og:locale\" content=\"en_US\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "8"
            },
            "excerpt": "\"en_US\"/> <meta name=\"twitter:card\" content=\"summary\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "9"
            },
            "excerpt": "ummary\"/> <meta name=\"twitter:title\" content=\"Bill Essayli for Assembly\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "10"
            },
            "excerpt": "sembly\"/> <meta name=\"twitter:description\" content=\"It&#39;s time to restore common sense in Sacramento\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "11"
            },
            "excerpt": "amento\"/> <meta name=\"twitter:image\" content=\"https://img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "12"
            },
            "excerpt": "01.jpg\"/> <meta name=\"twitter:image:alt\" content=\"Bill Essayli for Assembly\"/> <meta"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "META",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "13"
            },
            "excerpt": "sembly\"/> <meta name=\"theme-color\" content=\"#06254b\"/><style"
          },
          {
            "ruleID": "CSS: object: Parse Error.",
            "what": "CSS: object: Parse Error.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "121"
            },
            "excerpt": " -object]:0px}.x .c"
          },
          {
            "ruleID": "CSS: margin-bottom: none is not a margin-bottom value.",
            "what": "CSS: margin-bottom: none is not a margin-bottom value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "121"
            },
            "excerpt": "in-bottom:none}.x .c"
          },
          {
            "ruleID": "CSS: padding-left: none is not a padding-left value.",
            "what": "CSS: padding-left: none is not a padding-left value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "121"
            },
            "excerpt": "ding-left:none}.x .c"
          },
          {
            "ruleID": "CSS: padding-right: none is not a padding-right value.",
            "what": "CSS: padding-right: none is not a padding-right value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "121"
            },
            "excerpt": "ing-right:none}.x .c"
          },
          {
            "ruleID": "CSS: padding-top: none is not a padding-top value.",
            "what": "CSS: padding-top: none is not a padding-top value.",
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "121"
            },
            "excerpt": "dding-top:none}.x .c"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el  ... 1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31588.click,click\"><div d"
          },
          {
            "ruleID": "Duplicate ID n-31586.",
            "what": "Duplicate ID n-31586.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "n-31586",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcSet=\"//img1.wsimg.com/isteam/ip/373b12da-ff4 ... c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\"/></div>"
          },
          {
            "ruleID": "The first occurrence of ID n-31586 was here.",
            "what": "The first occurrence of ID n-31586 was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n-31586",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "header-9\"><div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-31586\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "n-31586",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcSet=\"//img1.wsimg.com/isteam/ip/373b12da-ff4 ... c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\"/></div>"
          },
          {
            "ruleID": "The navigation role is unnecessary for element nav.",
            "what": "The navigation role is unnecessary for element nav.",
            "ordinalSeverity": 0,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-z c1-33 c1-b c1-c c1-d c1-e c1-f c1-g\"><ul da"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" ...  c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3l c1-b c1-3m c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.31591.click,click\">Home</"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" ...  c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3l c1-b c1-3m c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.31591.click,click\">Home</"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" href=\"/meet-bill\" data-typography=\"NavAl ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31592.click,click\">Meet B"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" href=\"/meet-bill\" data-typography=\"NavAl ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31592.click,click\">Meet B"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" href=\"/campaign-updates\" data-typography ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31593.click,click\">Campai"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" href=\"/campaign-updates\" data-typography ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31593.click,click\">Campai"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"Na ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31594.click,click\">Endors"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"Na ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31594.click,click\">Endors"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" href=\"/media\" data-typography=\"NavAlpha\" ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31595.click,click\">Media<"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" href=\"/media\" data-typography=\"NavAlpha\" ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31595.click,click\">Media<"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" href=\"/contact-us\" data-typography=\"NavA ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31596.click,click\">Contac"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" href=\"/contact-us\" data-typography=\"NavA ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31596.click,click\">Contac"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" href=\"/donate\" data-typography=\"NavAlpha ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31597.click,click\">Donate"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" href=\"/donate\" data-typography=\"NavAlpha ... c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31597.click,click\">Donate"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590 ... c1-1s c1-1t c1-1i c1-1v c1-4p c1-4q c1-4r c1-b c1-4s c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.31600.click,click\">Home</"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590 ... c1-1s c1-1t c1-1i c1-1v c1-4p c1-4q c1-4r c1-b c1-4s c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.31600.click,click\">Home</"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31601.click,click\">Meet B"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31601.click,click\">Meet B"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31602.click,click\">Campai"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31602.click,click\">Campai"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31603.click,click\">Endors"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31603.click,click\">Endors"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31604.click,click\">Media<"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31604.click,click\">Media<"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31605.click,click\">Contac"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31605.click,click\">Contac"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31606.click,click\">Donate"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" hre ... 1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31606.click,click\">Donate"
          },
          {
            "ruleID": "Attribute toggleid not allowed on element a at this point.",
            "what": "Attribute toggleid not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "31607",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31607\" aria-expanded=\"false\" toggleId=\"n-31586-navId-mobile\" icon=\"hamburger\" data-edit-inte ... c1-1t c1-19 c1-1v c1-1b c1-1d c1-1w c1-1x c1-1y c1-1z c1-3m c1-b c1-c c1-22 c1-23 c1-24 c1-d c1-4u c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.31608.click,click\"><svg v"
          },
          {
            "ruleID": "Attribute icon not allowed on element a at this point.",
            "what": "Attribute icon not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "31607",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31607\" aria-expanded=\"false\" toggleId=\"n-31586-navId-mobile\" icon=\"hamburger\" data-edit-inte ... c1-1t c1-19 c1-1v c1-1b c1-1d c1-1w c1-1x c1-1y c1-1z c1-3m c1-b c1-c c1-22 c1-23 c1-24 c1-d c1-4u c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.31608.click,click\"><svg v"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el  ... 1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31609.click,click\"><div d"
          },
          {
            "ruleID": "Duplicate ID n-31586.",
            "what": "Duplicate ID n-31586.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "n-31586",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcSet=\"//img1.wsimg.com/isteam/ip/373b12da-ff4 ... c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\"/></div>"
          },
          {
            "ruleID": "The first occurrence of ID n-31586 was here.",
            "what": "The first occurrence of ID n-31586 was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n-31586",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "header-9\"><div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-31586\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "n-31586",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcSet=\"//img1.wsimg.com/isteam/ip/373b12da-ff4 ... c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 c1-b c1-c c1-2k c1-2l c1-2m c1-2n c1-2o c1-2p c1-2q c1-2r c1-2s c1-2t c1-2u c1-2v c1-2w c1-2x c1-d c1-2y c1-2z c1-30 c1-e c1-f c1-g\"/></div>"
          },
          {
            "ruleID": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "what": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href ... v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-5w c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.31610.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href ... v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-5w c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.31610.click,click\"><span>"
          },
          {
            "ruleID": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "what": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/me ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31611.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/me ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31611.click,click\"><span>"
          },
          {
            "ruleID": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "what": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/ca ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31612.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/ca ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31612.click,click\"><span>"
          },
          {
            "ruleID": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "what": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/en ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31613.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/en ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31613.click,click\"><span>"
          },
          {
            "ruleID": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "what": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/me ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31614.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/me ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31614.click,click\"><span>"
          },
          {
            "ruleID": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "what": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/co ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31615.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/co ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31615.click,click\"><span>"
          },
          {
            "ruleID": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "what": "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "></a></li><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel"
          },
          {
            "ruleID": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "what": "Bad value  for attribute target on element a: Browsing context name must be at least one character long.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/do ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31616.click,click\"><span>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/do ...  c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31616.click,click\"><span>"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" sr ... \"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\"/></figu"
          },
          {
            "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" sr ... \"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\"/></figu"
          },
          {
            "ruleID": "The heading role is unnecessary for element h1.",
            "what": "The heading role is unnecessary for element h1.",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "dynamic-tagline-31618",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"Tagline\" data-aid=\"HEADER_TAGLINE_RENDERED\" id=\"dynamic-tagline-31618\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-6q c1-2 c1-1s c1-1t c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-1i c1-z c1-4 c1-s c1-1j c1-3m c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">It&#x2"
          },
          {
            "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "mento</h1><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-6t c1-1j c1-3m c1-3o c1-6u c1-6v c1-6w c1-6x\">It&#x2"
          },
          {
            "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "nto</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-5f c1-1j c1-3m c1-3o c1-5g c1-5h c1-5i c1-5j\">It&#x2"
          },
          {
            "ruleID": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "what": "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "nto</span><span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-5v c1-1j c1-3m c1-3o c1-5x c1-5z c1-60 c1-61\">It&#x2"
          },
          {
            "ruleID": "Attribute fontscalemultiplier not allowed on element div at this point.",
            "what": "Attribute fontscalemultiplier not allowed on element div at this point.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "div></div><div data-ux=\"HeroText\" data-aid=\"HEADER_TAGLINE2_RENDERED\" fontScaleMultiplier=\"1.12\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-6r c1-72 c1-73 c1-74 c1-75 c1-1i c1-4 c1-6n c1-v c1-w c1-b c1-39 c1-76 c1-3o c1-77 c1-78 c1-79 c1-7a x-rt\"><p sty"
          },
          {
            "ruleID": "Attribute color not allowed on element a at this point.",
            "what": "Attribute color not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.e ... -3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE"
          },
          {
            "ruleID": "Attribute fill not allowed on element a at this point.",
            "what": "Attribute fill not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.e ... -3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE"
          },
          {
            "ruleID": "Attribute decoration not allowed on element a at this point.",
            "what": "Attribute decoration not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.e ... -3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE"
          },
          {
            "ruleID": "Attribute shadow not allowed on element a at this point.",
            "what": "Attribute shadow not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.e ... -3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE"
          },
          {
            "ruleID": "The shape attribute on the a element is obsolete. Use area instead of a for image maps.",
            "what": "The shape attribute on the a element is obsolete. Use area instead of a for image maps.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "dth:100%\"><a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.e ... -3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE"
          },
          {
            "ruleID": "Duplicate ID f5ba4798-d484-444c-9402-0a30dec9282e.",
            "what": "Duplicate ID f5ba4798-d484-444c-9402-0a30dec9282e.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "-video-1\"><div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "The first occurrence of ID f5ba4798-d484-444c-9402-0a30dec9282e was here.",
            "what": "The first occurrence of ID f5ba4798-d484-444c-9402-0a30dec9282e was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "div></div><div id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"widget widget-video widget-video-video-1\"><div d"
          },
          {
            "ruleID": "Attribute poster not allowed on element div at this point.",
            "what": "Attribute poster not allowed on element div at this point.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><div data-ux=\"Video\" poster=\"https://i.vimeocdn.com/video/1339407161-ad4a2b584885add7c749379c9092b6778d8fbd11a1af211171ffb0e5556c5e7c-d_1920x1080?r=pad\" hashcode=\"16cdb413f0\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4 c1-b c1-c c1-7x c1-7y c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "Attribute hashcode not allowed on element div at this point.",
            "what": "Attribute hashcode not allowed on element div at this point.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><div data-ux=\"Video\" poster=\"https://i.vimeocdn.com/video/1339407161-ad4a2b584885add7c749379c9092b6778d8fbd11a1af211171ffb0e5556c5e7c-d_1920x1080?r=pad\" hashcode=\"16cdb413f0\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4 c1-b c1-c c1-7x c1-7y c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "Duplicate ID ee7bc56c-4f17-4da3-a0fb-4d031c8dff95.",
            "what": "Duplicate ID ee7bc56c-4f17-4da3-a0fb-4d031c8dff95.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "ontent-6\"><div data-ux=\"Widget\" role=\"region\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "The first occurrence of ID ee7bc56c-4f17-4da3-a0fb-4d031c8dff95 was here.",
            "what": "The first occurrence of ID ee7bc56c-4f17-4da3-a0fb-4d031c8dff95 was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "div></div><div id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"widget widget-content widget-content-content-6\"><div d"
          },
          {
            "ruleID": "The heading role is unnecessary for element h4.",
            "what": "The heading role is unnecessary for element h4.",
            "ordinalSeverity": 0,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">Meet B"
          },
          {
            "ruleID": "Attribute alignment not allowed on element div at this point.",
            "what": "Attribute alignment not allowed on element div at this point.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "sayli</h4><div data-ux=\"ContentText\" alignment=\"center\" data-aid=\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\" fontScaleMultiplier=\"1.26\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c ... 91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-6b c1-b c1-4m c1-9l c1-3o c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s x-rt\"><p sty"
          },
          {
            "ruleID": "Attribute fontscalemultiplier not allowed on element div at this point.",
            "what": "Attribute fontscalemultiplier not allowed on element div at this point.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "sayli</h4><div data-ux=\"ContentText\" alignment=\"center\" data-aid=\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\" fontScaleMultiplier=\"1.26\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c ... 91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-6b c1-b c1-4m c1-9l c1-3o c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s x-rt\"><p sty"
          },
          {
            "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w ... cg:true 3x\" data-ux=\"Image\" data-aid=\"CONTENT_IMAGE1_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\"/></span"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w ... cg:true 3x\" data-ux=\"Image\" data-aid=\"CONTENT_IMAGE1_RENDERED\" class=\"x-el x-el-img c1-1 c1-2 c1-4 c1-z c1-v c1-w c1-2b c1-5n c1-2d c1-9y c1-1i c1-48 c1-b c1-c c1-9z c1-d c1-a0 c1-e c1-f c1-g\"/></span"
          },
          {
            "ruleID": "Duplicate ID fb9a0131-841b-4ac4-91f3-3b7f809beac2.",
            "what": "Duplicate ID fb9a0131-841b-4ac4-91f3-3b7f809beac2.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "allery-3\"><div data-ux=\"Widget\" role=\"region\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "The first occurrence of ID fb9a0131-841b-4ac4-91f3-3b7f809beac2 was here.",
            "what": "The first occurrence of ID fb9a0131-841b-4ac4-91f3-3b7f809beac2 was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "div></div><div id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"widget widget-gallery widget-gallery-gallery-3\"><div d"
          },
          {
            "ruleID": "Attribute alt not allowed on element div at this point.",
            "what": "Attribute alt not allowed on element div at this point.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "ide-fade\"><div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "Attribute alt not allowed on element div at this point.",
            "what": "Attribute alt not allowed on element div at this point.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "ide-fade\"><div role=\"img\" data-aid=\"GALLERY_IMAGE1_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "Attribute alt not allowed on element div at this point.",
            "what": "Attribute alt not allowed on element div at this point.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "ide-fade\"><div role=\"img\" data-aid=\"GALLERY_IMAGE6_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "Duplicate ID 7dd0f636-67c4-430c-94a0-2ab5a090b5e4.",
            "what": "Duplicate ID 7dd0f636-67c4-430c-94a0-2ab5a090b5e4.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "social-1\"><div data-ux=\"Widget\" role=\"region\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "The first occurrence of ID 7dd0f636-67c4-430c-94a0-2ab5a090b5e4 was here.",
            "what": "The first occurrence of ID 7dd0f636-67c4-430c-94a0-2ab5a090b5e4 was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "div></div><div id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"widget widget-social widget-social-social-1\"><div d"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli ... \"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31619.click,click\"><svg v"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessa ... \"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31620.click,click\"><svg v"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "The heading role is unnecessary for element h2.",
            "what": "The heading role is unnecessary for element h2.",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_RUNNING_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">Get"
          },
          {
            "ruleID": "The heading role is unnecessary for element h2.",
            "what": "The heading role is unnecessary for element h2.",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_COMPLETE_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">Thank "
          },
          {
            "ruleID": "Duplicate ID 3dc923af-07c0-4c0d-abdd-a67a2805ba43.",
            "what": "Duplicate ID 3dc923af-07c0-4c0d-abdd-a67a2805ba43.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "scribe-1\"><div data-ux=\"Widget\" role=\"region\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "The first occurrence of ID 3dc923af-07c0-4c0d-abdd-a67a2805ba43 was here.",
            "what": "The first occurrence of ID 3dc923af-07c0-4c0d-abdd-a67a2805ba43 was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "div></div><div id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"><div d"
          },
          {
            "ruleID": "The heading role is unnecessary for element h2.",
            "what": "The heading role is unnecessary for element h2.",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "-17 c1-g\"><h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-ej c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-ek c1-5h c1-5i c1-5j\">Get In"
          },
          {
            "ruleID": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
            "what": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.",
            "what": "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.",
            "ordinalSeverity": 0,
            "tagName": "INPUT",
            "id": "input31622",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1-f0 c1-f1 c1-f2 c1-f3 c1-f4 c1-f5 c1-f6 c1-f7 c1-f8 c1-eo c1-ep c1-d c1-e c1-f c1-g\"/><label"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "INPUT",
            "id": "input31622",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1-f0 c1-f1 c1-f2 c1-f3 c1-f4 c1-f5 c1-f6 c1-f7 c1-f8 c1-eo c1-ep c1-d c1-e c1-f c1-g\"/><label"
          },
          {
            "ruleID": "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.",
            "what": "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "footer-1\"><div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"><div> "
          },
          {
            "ruleID": "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.",
            "what": "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "div></div><div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"><div d"
          },
          {
            "ruleID": "The separator role is unnecessary for element hr.",
            "what": "The separator role is unnecessary for element hr.",
            "ordinalSeverity": 0,
            "tagName": "HR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "-17 c1-g\"><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"DividerHR\" class=\"x-el x-el-hr c1-1 c1-2 c1-ff c1-et c1-ey c1-2b c1-2c c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\"/></div>"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "HR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "-17 c1-g\"><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"DividerHR\" class=\"x-el x-el-hr c1-1 c1-2 c1-ff c1-et c1-ey c1-2b c1-2c c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\"/></div>"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli ... =\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31623.click,click\"><svg v"
          },
          {
            "ruleID": "The link role is unnecessary for element a with attribute href.",
            "what": "The link role is unnecessary for element a with attribute href.",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "</svg></a><a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessa ... =\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31624.click,click\"><svg v"
          },
          {
            "ruleID": "The separator role is unnecessary for element hr.",
            "what": "The separator role is unnecessary for element hr.",
            "ordinalSeverity": 0,
            "tagName": "HR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "</p></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-fj c1-et c1-ey c1-2b c1-t c1-fk c1-v c1-w c1-b c1-c c1-d c1-e c1-f c1-g\"/><p dat"
          },
          {
            "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.",
            "ordinalSeverity": -1,
            "tagName": "HR",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "</p></div><hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-fj c1-et c1-ey c1-2b c1-t c1-fk c1-v c1-w c1-b c1-c c1-d c1-e c1-f c1-g\"/><p dat"
          },
          {
            "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "-g\"><div> <section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-52 c1-6c c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"><div d"
          },
          {
            "ruleID": "The heading role is unnecessary for element h4.",
            "what": "The heading role is unnecessary for element h4.",
            "ordinalSeverity": 0,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\">This w"
          },
          {
            "ruleID": "Attribute color not allowed on element a at this point.",
            "what": "Attribute color not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e ... d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept"
          },
          {
            "ruleID": "Attribute fill not allowed on element a at this point.",
            "what": "Attribute fill not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e ... d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept"
          },
          {
            "ruleID": "Attribute decoration not allowed on element a at this point.",
            "what": "Attribute decoration not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e ... d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept"
          },
          {
            "ruleID": "Attribute shadow not allowed on element a at this point.",
            "what": "Attribute shadow not allowed on element a at this point.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e ... d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept"
          },
          {
            "ruleID": "The shape attribute on the a element is obsolete. Use area instead of a for image maps.",
            "what": "The shape attribute on the a element is obsolete. Use area instead of a for image maps.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "273"
            },
            "excerpt": "1-f c1-g\"><a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e ... d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept"
          },
          {
            "ruleID": "The type attribute is unnecessary for JavaScript resources.",
            "what": "The type attribute is unnecessary for JavaScript resources.",
            "ordinalSeverity": 0,
            "tagName": "SCRIPT",
            "id": "",
            "location": {
              "doc": "source",
              "type": "line",
              "spec": "274"
            },
            "excerpt": "iv></div> <script type=\"text/javascript\">\"Inter"
          }
        ]
      },
      "endTime": 1687102200502
    },
    {
      "type": "test",
      "which": "qualWeb",
      "withNewContent": false,
      "startTime": 1687102200502,
      "url": "https://essayliforassembly.com/",
      "what": "QualWeb",
      "result": {
        "type": "evaluation",
        "system": {
          "name": "QualWeb",
          "description": "QualWeb is an automatic accessibility evaluator for webpages.",
          "version": "3.0.0",
          "homepage": "http://www.qualweb.di.fc.ul.pt/",
          "date": "2023-06-18 15:30:01",
          "hash": "e7cde8d5db9a6fbce36ac04eb685c31c1020f1dc7c7962e4f832e43f54d49771a5812272e2283e0406e4c5d01a6eb25e9461e777d9ceccb622da05b660a37164",
          "page": {
            "viewport": {
              "mobile": false,
              "landscape": true,
              "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/100.0.4889.0 Safari/537.36",
              "resolution": {
                "width": 1366,
                "height": 768
              }
            }
          }
        },
        "metadata": {
          "passed": 36,
          "warning": 13,
          "failed": 9,
          "inapplicable": 67
        },
        "modules": {
          "act-rules": {
            "type": "act-rules",
            "metadata": {
              "passed": 16,
              "warning": 8,
              "failed": 4,
              "inapplicable": 39
            },
            "assertions": {
              "QW-ACT-R63": {
                "name": "Document has a landmark with non-repeated content",
                "code": "QW-ACT-R63",
                "mapping": "b40fd1",
                "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/b40fd1",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en-US\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R64": {
                "name": "Document has heading for non-repeated content",
                "code": "QW-ACT-R64",
                "mapping": "047fe0",
                "description": "This rule checks that the non-repeated content contains a heading",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "H69"
                  ],
                  "url": "https://act-rules.github.io/rules/047fe0",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en-US\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R73": {
                "name": "Block of repeated content is collapsible",
                "code": "QW-ACT-R73",
                "mapping": "3e12e1",
                "description": "This rule checks that repeated blocks of content are collapsible.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "SCR28"
                  ],
                  "url": "https://act-rules.github.io/rules/3e12e1",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en-US\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R74": {
                "name": "Document has an instrument to move focus to non-repeated content",
                "code": "QW-ACT-R74",
                "mapping": "ye5d6e",
                "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [],
                  "related": [
                    "G1",
                    "G123",
                    "G124"
                  ],
                  "url": "https://act-rules.github.io/rules/ye5d6e",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.",
                    "resultCode": "W2",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en-US\"><head></head><body></body></html>",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R11": {
                "name": "Button has accessible name",
                "code": "QW-ACT-R11",
                "mapping": "97a4e1",
                "description": "This rule checks that each button element has an accessible name.",
                "metadata": {
                  "target": {
                    "element": [
                      "button",
                      "input"
                    ],
                    "attributes": [
                      "role='button'"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "4.1.2",
                      "level": "A",
                      "principle": "Robust",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/97a4e1",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 1,
                  "warning": 0,
                  "failed": 2,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target doesn't have an accessible name, or it's empty ('')."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\"><path fill-rule=\"evenodd\" d=\"M15.836 19.774c.335.294.84.04.84-.423l.02-14.813c.001-.447-.48-.698-.81-.425l-8.693 7.204a.56.56 0 0 0-.01.836l8.653 7.621z\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > div:nt …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name, or it's empty ('').",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\"><svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\"><path fill-rule=\"evenodd\" d=\"M7.861 4.125c-.335-.293-.84-.039-.84.424L7 19.362c0 .446.481.697.811.424l8.693-7.203a.56.56 0 0 0 .011-.836L7.861 4.125z\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > div:nth-chil …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)",
                        "accessibleName": ""
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R18": {
                "name": "`id` attribute value is unique",
                "code": "QW-ACT-R18",
                "mapping": "3ea0c8",
                "description": "This rule checks that all id attribute values on a single page are unique.",
                "metadata": {
                  "target": {
                    "element": "*"
                  },
                  "success-criteria": [
                    {
                      "name": "4.1.1",
                      "level": "A",
                      "principle": "Robust",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/parsing.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#parsing"
                    }
                  ],
                  "related": [
                    "H93"
                  ],
                  "url": "https://act-rules.github.io/rules/3ea0c8",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 32,
                  "warning": 0,
                  "failed": 7,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Several elements have the same `id` attribute."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-31586\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      },
                      {
                        "htmlCode": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/ll, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" alt=\"Bill Essayli for Assembly\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
                      },
                      {
                        "htmlCode": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/ll, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" alt=\"Bill Essayli for Assembly\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"widget widget-video widget-video-video-1\">   </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      },
                      {
                        "htmlCode": "<div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">   </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"widget widget-content widget-content-content-6\"> Meet Bill EssayliBill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficking, identity theft and white-collar fraud. Today, Bill is a partner in the successful Essayli &amp; Brown LLP law firm.&nbsp;Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp;  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      },
                      {
                        "htmlCode": "<div data-ux=\"Widget\" role=\"region\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Meet Bill EssayliBill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficking, identity theft and white-collar fraud. Today, Bill is a partner in the successful Essayli &amp; Brown LLP law firm.&nbsp;Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp;  </d …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"widget widget-gallery widget-gallery-gallery-3\">   </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4)"
                      },
                      {
                        "htmlCode": "<div data-ux=\"Widget\" role=\"region\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">   </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"widget widget-social widget-social-social-1\">   </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5)"
                      },
                      {
                        "htmlCode": "<div data-ux=\"Widget\" role=\"region\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">   </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"> Get Involved!Stay informed with the latest news and updates from the campaign trail.  Email* Sign up  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7)"
                      },
                      {
                        "htmlCode": "<div data-ux=\"Widget\" role=\"region\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Get Involved!Stay informed with the latest news and updates from the campaign trail.  Email* Sign up  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Several elements have the same `id` attribute.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"> Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.Paid for by essayli for assembly 2024 - FPPC 1457485  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8)"
                      },
                      {
                        "htmlCode": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.Paid for by essayli for assembly 2024 - FPPC 1457485  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R62": {
                "name": "Element in sequential focus order has visible focus",
                "code": "QW-ACT-R62",
                "mapping": "oj04fd",
                "description": "This rule checks that each element in sequential focus order has some visible focus indication.",
                "metadata": {
                  "target": {
                    "element": "*"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.7",
                      "level": "AA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#focus-visible"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/oj04fd",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 18,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check if the element has some visible focus indication"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31588.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3l c1-b c1-3m c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.31591.click,click\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31592.click,click\">Meet Bill</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" href=\"/campaign-updates\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31593.click,click\">Campaign Updates</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31594.click,click\">Endorsements</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31595.click,click\">Media</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" href=\"/contact-us\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31596.click,click\">Contact Us</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31597.click,click\">Donate</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\"></button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\"></button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31619.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31620.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1-f0 c1-f1 c1-f2 c1-f3 c1-f4 c1-f5 c1-f6 c1-f7 c1-f8 c1-eo c1-ep c1-d c1-e c1-f c1-g\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-button c1-3i c1-3j c1-7l c1-4 c1-34 c1-35 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-3n c1-fd c1-7v c1-2o c1-2q c1-em c1-en c1-fe c1-7w c1-3t c1-3u c1-3v c1-3w\">Sign up</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > button:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31623.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31624.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if the element has some visible focus indication",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-4 c1-4c c1-4d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R41": {
                "name": "Error message describes invalid form field value",
                "code": "QW-ACT-R41",
                "mapping": "36b590",
                "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
                "metadata": {
                  "target": {
                    "element": [
                      "input",
                      "select",
                      "textarea",
                      "*[role]"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "3.3.1",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/TR/WCAG21/#error-identification",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#error-identification"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/36b590",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that text error messages provided, identify the cause of the error or how to fix the error."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1-f0 c1-f1 c1-f2 c1-f3 c1-f4 c1-f5 c1-f6 c1-f7 c1-f8 c1-eo c1-ep c1-d c1-e c1-f c1-g\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R17": {
                "name": "Image has accessible name",
                "code": "QW-ACT-R17",
                "mapping": "23a2a8",
                "description": "This rule checks that each image that is not marked as decorative, has an accessible name.",
                "metadata": {
                  "target": {
                    "element": "img"
                  },
                  "success-criteria": [
                    {
                      "name": "1.1.1",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#non-text-content"
                    }
                  ],
                  "related": [
                    "G94",
                    "G95"
                  ],
                  "url": "https://act-rules.github.io/rules/23a2a8",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 1,
                  "warning": 0,
                  "failed": 6,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target doesn't have an accessible name."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:405,h:500,cg:true\" data-ux=\"Image\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" src=\"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=\" srcset=\"//img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 451w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 768w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1024w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.p …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div role=\"img\" data-aid=\"GALLERY_IMAGE1_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div role=\"img\" data-aid=\"GALLERY_IMAGE6_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target doesn't have an accessible name.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div role=\"img\" data-aid=\"COUNTDOWN_IMAGE_RENDERED\" data-ux=\"Background\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-cv c1-71 c1-cd c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R76": {
                "name": "Text has enhanced contrast",
                "code": "QW-ACT-R76",
                "mapping": "09o5cg",
                "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
                "metadata": {
                  "target": {
                    "element": "*"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.6",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced"
                    }
                  ],
                  "related": [
                    "G17",
                    "G18"
                  ],
                  "url": "https://act-rules.github.io/rules/09o5cg",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 9,
                  "warning": 0,
                  "failed": 3,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Element has contrast ratio lower than minimum."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span>Join Bill's campaign for a brighter future in California!</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span>Bill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficking, identity theft and white-collar fraud. Today, Bill is a partner in the successful Essayli &amp; Brown LLP law firm.&nbsp;</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Element has contrast ratio lower than minimum.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span>Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp;</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(3) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R75": {
                "name": "Bypass Blocks of Repeated Content",
                "code": "QW-ACT-R75",
                "mapping": "cf77f2",
                "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.",
                "metadata": {
                  "target": {
                    "element": "html"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks"
                    }
                  ],
                  "related": [
                    "G1",
                    "G123",
                    "G124",
                    "H69",
                    "SCR28"
                  ],
                  "url": "https://act-rules.github.io/rules/cf77f2",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "The rule can't tell because of the rule QW-ACT-R63"
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "The rule can't tell because of the rule QW-ACT-R63",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<html lang=\"en-US\"><head></head><body>Bill Essayli for Assembly\n\n\n\n\n\n\n\n\n\n\n\n/* cyrillic */\n@font-face {\n  font-family: 'Playfair Display';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://img1.wsimg.com/gfonts/s/playfairdisplay/v30/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');\n  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* vietnamese */\n@font-face {\n  font-family: 'Playfair Display';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://img1.wsimg.com/gfonts/s/playfairdisplay/v30/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');\n  unicode-range: U+0102-0103, U+0110-0111, U+01 …",
                        "pointer": "html"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-ACT-R40": {
                "name": "Zoomed text node is not clipped with CSS overflow",
                "code": "QW-ACT-R40",
                "mapping": "59br37",
                "description": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
                "metadata": {
                  "target": {
                    "element": "*:text()"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.4",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html",
                      "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text"
                    }
                  ],
                  "related": [],
                  "url": "https://act-rules.github.io/rules/59br37",
                  "type": [
                    "ACTRule",
                    "TestCase"
                  ],
                  "a11yReq": [],
                  "passed": 0,
                  "warning": 24,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check if each ancestor or the text node is not clipped by overflow."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3l c1-b c1-3m c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.31591.click,click\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31592.click,click\">Meet Bill</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" href=\"/campaign-updates\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31593.click,click\">Campaign Updates</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31594.click,click\">Endorsements</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31595.click,click\">Media</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" href=\"/contact-us\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31596.click,click\">Contact Us</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31597.click,click\">Donate</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"Tagline\" data-aid=\"HEADER_TAGLINE_RENDERED\" id=\"dynamic-tagline-31618\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-6q c1-2 c1-1s c1-1t c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-1i c1-z c1-4 c1-s c1-1j c1-3m c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\" data-last-size=\"44px\">It's time to restore common sense in Sacramento</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>Join Bill's campaign for a brighter future in California!</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">Meet Bill Essayli</h4>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>Bill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficking, identity theft and white-collar fraud. Today, Bill is a partner in the successful Essayli &amp; Brown LLP law firm.&nbsp;</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp;</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(3) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_COMPLETE_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">Thank you!</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>Voting serves all of us. Thank you for your commitment.&nbsp;</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-ej c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-ek c1-5h c1-5i c1-5j\">Get Involved!</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-6r c1-1g c1-b c1-el c1-c c1-3o c1-d c1-e c1-f c1-g\">Stay informed with the latest news and updates from the campaign trail. </p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<label data-ux=\"InputFloatLabelLabel\" for=\"input31622\" data-typography=\"BodyAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-1i c1-1s c1-1t c1-4e c1-f9 c1-fa c1-fb c1-fc c1-b c1-el c1-c c1-3o c1-d c1-e c1-f c1-g\">Email*</label>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > label:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-button c1-3i c1-3j c1-7l c1-4 c1-34 c1-35 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-3n c1-fd c1-7v c1-2o c1-2q c1-em c1-en c1-fe c1-7w c1-3t c1-3u c1-3v c1-3w\">Sign up</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > button:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>Paid for by essayli for assembly 2024 - FPPC 1457485</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(3) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\">This website uses cookies.</h4>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > h4:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<span>We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check if each ancestor or the text node is not clipped by overflow.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-4 c1-4c c1-4d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "wcag-techniques": {
            "type": "wcag-techniques",
            "metadata": {
              "passed": 8,
              "warning": 4,
              "failed": 3,
              "inapplicable": 19
            },
            "assertions": {
              "QW-WCAG-T9": {
                "name": "Organizing a page using headings",
                "code": "QW-WCAG-T9",
                "mapping": "G141",
                "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order",
                "metadata": {
                  "target": {
                    "element": [
                      "h1",
                      "h2",
                      "h3",
                      "h4",
                      "h5",
                      "h6"
                    ],
                    "attributes": "role='heading'"
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    },
                    {
                      "name": "2.4.10",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings"
                    }
                  ],
                  "related": [
                    "G91",
                    "H30"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141",
                  "passed": 0,
                  "warning": 1,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Please verify that headers are used to divide the page correctly."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Please verify that headers are used to divide the page correctly.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<body class=\"x  x-fonts-playfair-display\"> HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE      Meet Bill EssayliBill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Be …",
                        "pointer": "html > body:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T23": {
                "name": "Adding a link at the top of each page that goes directly to the main content area",
                "code": "QW-WCAG-T23",
                "mapping": "G1",
                "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.",
                "metadata": {
                  "target": {
                    "element": "body"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.1",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks"
                    }
                  ],
                  "related": [
                    "G123",
                    "G124"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1",
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The first focusable control on the Web page does not links to local content."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The first focusable control on the Web page does not links to local content.",
                    "resultCode": "F3",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31588.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T20": {
                "name": "Supplementing link text with the title attribute",
                "code": "QW-WCAG-T20",
                "mapping": "H33",
                "description": "Supplementing link text with the title attribute",
                "metadata": {
                  "target": {
                    "element": "a"
                  },
                  "success-criteria": [
                    {
                      "name": "2.4.4",
                      "level": "A",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context"
                    },
                    {
                      "name": "2.4.9",
                      "level": "AAA",
                      "principle": "Operable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only"
                    }
                  ],
                  "related": [
                    "C7",
                    "H30"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H33",
                  "passed": 0,
                  "warning": 2,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Please verify that the element's title attribute describes correctly the link."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Please verify that the element's title attribute describes correctly the link.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31588.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Please verify that the element's title attribute describes correctly the link.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31609.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T17": {
                "name": "Positioning labels to maximize predictability of relationships",
                "code": "QW-WCAG-T17",
                "mapping": "G162",
                "description": "This technique checks the correct position of labels in forms",
                "metadata": {
                  "target": {
                    "element": "form"
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    },
                    {
                      "name": "3.3.2",
                      "level": "A",
                      "principle": "Understandable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/labels-or-instructions"
                    }
                  ],
                  "related": [
                    "H44",
                    "H71",
                    "H65",
                    "G131",
                    "G167"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G162.html",
                  "passed": 0,
                  "warning": 0,
                  "failed": 1,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The form field has incorrect positioned label."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The form field has incorrect positioned label.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1-f0 c1-f1 c1-f2 c1-f3 c1-f4 c1-f5 c1-f6 c1-f7 c1-f8 c1-eo c1-ep c1-d c1-e c1-f c1-g\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T32": {
                "name": "Using ol, ul and dl for lists or groups of links",
                "code": "QW-WCAG-T32",
                "mapping": "H48",
                "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
                "metadata": {
                  "target": {
                    "element": [
                      "li",
                      "dd",
                      "dt"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships"
                    }
                  ],
                  "related": [
                    "H40"
                  ],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48",
                  "passed": 0,
                  "warning": 4,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul data-ux=\"List\" id=\"nav-31589\" class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-s c1-25 c1-26 c1-27 c1-28 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"white-space: nowrap;\"><li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3l c1-b c1-3m c1-3n c1-3o c1-3p c1-3q c1-3r …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-31590\" class=\"x-el x-el-ul c1-1 c1-2 c1-48 c1-49 c1-3 c1-4a c1-4b c1-4c c1-4d c1-4e c1-4f c1-4g c1-3e c1-4h c1-4i c1-10 c1-4j c1-b c1-c c1-4k c1-4l c1-d c1-e c1-f c1-g\"><li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4p c1-4q c1-4r c1-b c1-4s c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1- …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul data-ux=\"NavigationDrawerList\" id=\"n-31586-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c1-f c1-g\"><li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\"><a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<ul class=\"carousel-track\" style=\"line-height:0\"><li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"0\" class=\"carousel-slide carousel-slide-selected carousel-slide-fade\"><div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child( …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T8": {
                "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives",
                "code": "QW-WCAG-T8",
                "mapping": "F30",
                "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
                "metadata": {
                  "target": {
                    "attributes": "alt"
                  },
                  "success-criteria": [
                    {
                      "name": "1.1.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content"
                    },
                    {
                      "name": "1.2.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded"
                    }
                  ],
                  "related": [],
                  "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30",
                  "passed": 0,
                  "warning": 2,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Text alternative needs manual verification."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/ll, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" alt=\"Bill Essayli for Assembly\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Text alternative needs manual verification.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/ll, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" alt=\"Bill Essayli for Assembly\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-WCAG-T28": {
                "name": "Using `percent, em, names` for font sizes",
                "code": "QW-WCAG-T28",
                "mapping": "C121314",
                "description": "This technique checks that all font-size attribute uses percent, em or names.",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "font-size"
                  },
                  "success-criteria": [
                    {
                      "name": "1.4.4",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html"
                    },
                    {
                      "name": "1.4.5",
                      "level": "AA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-text-presentation.html"
                    },
                    {
                      "name": "1.4.8",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-visual-presentation.html"
                    },
                    {
                      "name": "1.4.9",
                      "level": "AAA",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/GL/UNDERSTANDING-WCAG20/visual-audio-contrast-text-images.html"
                    }
                  ],
                  "related": [
                    "C12",
                    "C13",
                    "C14"
                  ],
                  "url": {
                    "C12": "https://www.w3.org/WAI/WCAG21/Techniques/css/C12",
                    "C13": "https://www.w3.org/WAI/WCAG21/Techniques/css/C13",
                    "C14": "https://www.w3.org/WAI/WCAG21/Techniques/css/C14"
                  },
                  "passed": 0,
                  "warning": 0,
                  "failed": 222,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "This test target has a font-size css property using an absolute unit value with the important flag."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Page\" id=\"page-31585\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-4 c1-5 c1-6 c1-7 c1-8 c1-9 c1-a c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE      Meet Bill EssayliBill Essayli previously served as an Assistant Unite …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div page-inner c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE      Meet Bill EssayliBill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-31586\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<section data-ux=\"Section\" data-aid=\"HEADER_SECTION\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-j c1-b c1-c c1-k c1-l c1-m c1-n c1-o c1-p c1-q c1-r c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE</section>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-t c1-b c1-c c1-u c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"ContainerFluid\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-s c1-b c1-c c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-b c1-c c1-d c1-11 c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<nav data-ux=\"Container\" class=\"x-el x-el-nav c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-4 c1-12 c1-13 c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</nav>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-18 c1-19 c1-1a c1-1b c1-1c c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1d c1-1e c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1f c1-1g c1-1h c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" data-aid=\"HEADER_LOGO_RENDERED\" class=\"x-el x-el-div c1-1i c1-1j c1-1k c1-c c1-1l c1-1m c1-1n c1-1o c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31588.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-25 c1-26 c1-27 c1-28 c1-29 c1-b c1-c c1-d c1-2a c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/ll, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" alt=\"Bill Essayli for Assembly\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-31 c1-1b c1-1e c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-18 c1-19 c1-1a c1-1b c1-1c c1-32 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" id=\"navBar-31587\" class=\"x-el x-el-div c1-1 c1-2 c1-18 c1-19 c1-1f c1-b c1-c c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-z c1-33 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</nav>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<ul data-ux=\"List\" id=\"nav-31589\" class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-s c1-25 c1-26 c1-27 c1-28 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"white-space: nowrap;\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</ul>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Home</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3l c1-b c1-3m c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.31591.click,click\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Meet Bill</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31592.click,click\">Meet Bill</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Campaign Updates</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" href=\"/campaign-updates\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31593.click,click\">Campaign Updates</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Endorsements</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31594.click,click\">Endorsements</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Media</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31595.click,click\">Media</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Contact Us</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" href=\"/contact-us\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31596.click,click\">Contact Us</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Donate</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31597.click,click\">Donate</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g\" style=\"visibility: hidden; display: none;\">MoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Element\" id=\"bs-1\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">More</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-31590\" class=\"x-el x-el-ul c1-1 c1-2 c1-48 c1-49 c1-3 c1-4a c1-4b c1-4c c1-4d c1-4e c1-4f c1-4g c1-3e c1-4h c1-4i c1-10 c1-4j c1-b c1-c c1-4k c1-4l c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</ul>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Home</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4p c1-4q c1-4r c1-b c1-4s c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.31600.click,click\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Meet Bill</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31601.click,click\">Meet Bill</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Campaign Updates</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/campaign-updates\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31602.click,click\">Campaign Updates</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Endorsements</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31603.click,click\">Endorsements</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Media</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(5)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31604.click,click\">Media</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Contact Us</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(6)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/contact-us\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31605.click,click\">Contact Us</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(6) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Donate</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(7)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31606.click,click\">Donate</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(7) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-b c1-c c1-d c1-4u c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</nav>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4 c1-19 c1-1a c1-1b c1-1c c1-32 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4v c1-25 c1-26 c1-27 c1-28 c1-29 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Element\" id=\"bs-2\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31607\" aria-expanded=\"false\" toggleid=\"n-31586-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Hamburger Site Navigation Icon\" href=\"#\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-19 c1-1v c1-1b c1-1d c1-1w c1-1x c1-1y c1-1z c1-3m c1-b c1-c c1-22 c1-23 c1-24 c1-d c1-4u c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.31608.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconHamburger\" class=\"x-el x-el-svg c1-1 c1-2 c1-21 c1-1i c1-3c c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4w c1-1g c1-19 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" data-aid=\"HEADER_LOGO_RENDERED\" class=\"x-el x-el-div c1-1i c1-1j c1-1k c1-c c1-1l c1-1m c1-1n c1-1o c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31609.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-25 c1-26 c1-27 c1-28 c1-29 c1-b c1-c c1-d c1-2a c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:383,h:75,cg:true,m/cr=w:383,h:75/qt=q:100/ll, //img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=w:694,h:136,cg:true,m/cr=w:694,h:136/qt=q:100/ll 2x\" alt=\"Bill Essayli for Assembly\" data-ux=\"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4v c1-25 c1-26 c1-27 c1-28 c1-29 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-31586-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-4x c1-4y c1-4z c1-4 c1-50 c1-4i c1-51 c1-52 c1-53 c1-54 c1-55 c1-56 c1-57 c1-58 c1-19 c1-59 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-x c1-y c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"NavigationDrawerCloseIcon\" data-edit-interactive=\"true\" data-close=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-5a c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-1v c1-5b c1-5c c1-4e c1-5d c1-5e c1-5f c1-b c1-23 c1-5g c1-5h c1-5i c1-5j\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "28px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"NavigationDrawerContainer\" id=\"n-31586-navContainerId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-3d c1-5k c1-z c1-4i c1-5l c1-4 c1-5m c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1d c1-1b c1-5n c1-59 c1-5o c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" id=\"n-31586-navLinksContentId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<ul data-ux=\"NavigationDrawerList\" id=\"n-31586-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</ul>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">Home</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-5w c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.31610.click,click\">Home</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">Meet Bill</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/meet-bill\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31611.click,click\">Meet Bill</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">Campaign Updates</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/campaign-updates\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31612.click,click\">Campaign Updates</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">Endorsements</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31613.click,click\">Endorsements</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">Media</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(5)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/media\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31614.click,click\">Media</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">Contact Us</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(6)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31615.click,click\">Contact Us</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">Donate</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(7)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/donate\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31616.click,click\">Donate</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-3k c1-d c1-4u c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-25 c1-27 c1-2b c1-2c c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">It's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-b c1-c c1-62 c1-63 c1-64 c1-d c1-e c1-f c1-g\">It's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-19 c1-1f c1-1b c1-58 c1-b c1-c c1-65 c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<figure data-ux=\"WrapperImage\" class=\"x-el x-el-figure c1-1 c1-2 c1-s c1-1i c1-2b c1-35 c1-2c c1-34 c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\"></figure>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=w:405,h:500,cg:true\" data-ux=\"Image\" data-aid=\"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Hero\" class=\"x-el x-el-div c1-1 c1-2 c1-1g c1-19 c1-59 c1-6b c1-1f c1-1b c1-x c1-y c1-52 c1-6c c1-4x c1-b c1-c c1-14 c1-6d c1-6e c1-6f c1-6g c1-6h c1-6i c1-d c1-6j c1-6k c1-6l c1-e c1-f c1-g\">It's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-59 c1-1f c1-1b c1-50 c1-4 c1-b c1-c c1-6m c1-d c1-e c1-f c1-g\">It's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-6n c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\">It's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-34 c1-35 c1-28 c1-26 c1-z c1-6o c1-25 c1-27 c1-2b c1-2c c1-29 c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">It's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in Sacramento</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Element\" id=\"tagline-container-31617\" class=\"x-el x-el-div c1-1 c1-2 c1-1s c1-1t c1-6p c1-3k c1-s c1-z c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"\">It's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in Sacramento</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"Tagline\" data-aid=\"HEADER_TAGLINE_RENDERED\" id=\"dynamic-tagline-31618\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-6q c1-2 c1-1s c1-1t c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-1i c1-z c1-4 c1-s c1-1j c1-3m c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\" data-last-size=\"44px\">It's time to restore common sense in Sacramento</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "44px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-6t c1-1j c1-3m c1-3o c1-6u c1-6v c1-6w c1-6x\" style=\"display: none;\">It's time to restore common sense in Sacramento</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "32px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-5f c1-1j c1-3m c1-3o c1-5g c1-5h c1-5i c1-5j\" style=\"display: none;\">It's time to restore common sense in Sacramento</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "28px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c1-2 c1-6y c1-6z c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-5v c1-1j c1-3m c1-3o c1-5x c1-5z c1-60 c1-61\" style=\"display: none;\">It's time to restore common sense in Sacramento</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"HeroText\" data-aid=\"HEADER_TAGLINE2_RENDERED\" fontscalemultiplier=\"1.12\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-6r c1-72 c1-73 c1-74 c1-75 c1-1i c1-4 c1-6n c1-v c1-w c1-b c1-39 c1-76 c1-3o c1-77 c1-78 c1-79 c1-7a x-rt\">Join Bill's campaign for a brighter future in California!</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "18px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4 c1-19 c1-7g c1-7h c1-7i c1-1f c1-7j c1-b c1-c c1-7k c1-d c1-e c1-f c1-g\">DONATE</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-tccl=\"ux2.header.cta_button.click,click\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">   </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"></section>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Video\" poster=\"https://i.vimeocdn.com/video/1339407161-ad4a2b584885add7c749379c9092b6778d8fbd11a1af211171ffb0e5556c5e7c-d_1920x1080?r=pad\" hashcode=\"16cdb413f0\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4 c1-b c1-c c1-7x c1-7y c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-58 c1-7z c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Element\" id=\"bs-3\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"EmbedContainer\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-80 c1-58 c1-z c1-81 c1-28 c1-26 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Widget\" role=\"region\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Meet Bill EssayliBill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficking, identity theft and white-collar fraud. Today, Bill is a partner in the successful Essayli &amp; Brown LLP law firm.&nbsp;Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp;  </d …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">Meet Bill EssayliBill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficking, identity theft and white-collar fraud. Today, Bill is a partner in the successful Essayli &amp; Brown LLP law firm.&nbsp;Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp;</section>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">Meet Bill EssayliBill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficking, identity theft and white-collar fraud. Today, Bill is a partner in the successful Essayli &amp; Brown LLP law firm.&nbsp;Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp;</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-4n c1-1f c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\">Meet Bill EssayliBill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficking, identity theft and white-collar fraud. Today, Bill is a partner in the successful Essayli &amp; Brown LLP law firm.&nbsp;Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp;</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-8b c1-z c1-25 c1-8c c1-27 c1-8d c1-8e c1-b c1-c c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-d c1-8l c1-8m c1-8n c1-e c1-f c1-g\">Meet Bill EssayliBill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficking, identity theft and white-collar fraud. Today, Bill is a partner in the successful Essayli &amp; Brown LLP law firm.&nbsp;Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nb …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"ContentBasic\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-19 c1-59 c1-4 c1-8o c1-1b c1-1g c1-8p c1-8q c1-b c1-c c1-8r c1-8s c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Meet Bill EssayliBill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficking, identity theft and white-collar fraud. Today, Bill is a partner in the successful Essayli &amp; Brown LLP law firm.&nbsp;Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp;</ …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">Meet Bill Essayli</h4>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "32px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"ContentText\" alignment=\"center\" data-aid=\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\" fontscalemultiplier=\"1.26\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-8t c1-8u c1-8v c1-8w c1-8x c1-8y c1-8z c1-90 c1-91 c1-92 c1-93 c1-94 c1-95 c1-96 c1-97 c1-98 c1-99 c1-9a c1-9b c1-9c c1-9d c1-9e c1-9f c1-9g c1-9h c1-9i c1-9j c1-9k c1-6b c1-b c1-4m c1-9l c1-3o c1-9m c1-9n c1-9o c1-9p c1-9q c1-9r c1-9s x-rt\">Bill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficki …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "20px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-8b c1-z c1-25 c1-8c c1-27 c1-8d c1-9t c1-1g c1-b c1-c c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-d c1-9u c1-9v c1-9w c1-9x c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1g c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"></span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400,cg:true\" src=\"data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=\" srcset=\"//img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 451w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 768w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1024w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.p …",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > img:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Widget\" role=\"region\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">   </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"></section>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Element\" id=\"bs-4\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-8b c1-z c1-25 c1-8c c1-27 c1-8d c1-b c1-c c1-8h c1-8i c1-8j c1-8k c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Carousel\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-a7 c1-a8 c1-a9 c1-aa c1-ab c1-ac c1-ad c1-ae c1-af c1-ag c1-ah c1-ai c1-aj c1-ak c1-al c1-am c1-an c1-ao c1-ap c1-aq c1-ar c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div role=\"img\" data-aid=\"GALLERY_IMAGE1_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-as c1-at c1-au c1-av c1-aw c1-ax c1-ay c1-az c1-b0 c1-b1 c1-b2 c1-b3 c1-b4 c1-b5 c1-b6 c1-b7 c1-b8 c1-b9 c1-ba c1-bb c1-bc c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div role=\"img\" data-aid=\"GALLERY_IMAGE6_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-bd c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-be c1-bf c1-bg c1-bh c1-bi c1-bj c1-bk c1-bl c1-bm c1-bn c1-bo c1-bp c1-bq c1-br c1-bs c1-bt c1-bu c1-bv c1-bw c1-bx c1-by c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-bz c1-c0 c1-b c1-c c1-c1 c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\"></button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\"></button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Widget\" role=\"region\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">   </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"></section>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-25 c1-27 c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" data-aid=\"SOCIAL_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1f c1-ce c1-cf c1-25 c1-27 c1-7g c1-cg c1-ch c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31619.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40\" height=\"40\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31620.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40\" height=\"40\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"WidgetBanner\" role=\"region\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container\" class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g\"> Get Out the Vote!Together, we can secure a better future for California!00DaysDays00HrsHours00MinsMinutes00SecsSecondsThank you!Voting serves all of us. Thank you for your commitment.&nbsp;  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<section data-ux=\"SectionBanner\" class=\"x-el x-el-section c1-1 c1-2 c1-2h c1-h c1-i c1-s c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">Get Out the Vote!Together, we can secure a better future for California!00DaysDays00HrsHours00MinsMinutes00SecsSecondsThank you!Voting serves all of us. Thank you for your commitment.&nbsp;</section>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div role=\"img\" data-aid=\"COUNTDOWN_IMAGE_RENDERED\" data-ux=\"Background\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-cv c1-71 c1-cd c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-cw c1-cx c1-cy c1-cz c1-d0 c1-d1 c1-d2 c1-d3 c1-d4 c1-d5 c1-d6 c1-d7 c1-d8 c1-d9 c1-da c1-db c1-dc c1-dd c1-de c1-df c1-dg c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-s c1-c5 c1-1g c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">Get Out the Vote!Together, we can secure a better future for California!00DaysDays00HrsHours00MinsMinutes00SecsSecondsThank you!Voting serves all of us. Thank you for your commitment.&nbsp;</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\">Get Out the Vote!Together, we can secure a better future for California!00DaysDays00HrsHours00MinsMinutes00SecsSecondsThank you!Voting serves all of us. Thank you for your commitment.&nbsp;</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-dh c1-z c1-25 c1-8c c1-27 c1-8d c1-b c1-c c1-di c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-d c1-dj c1-8l c1-8m c1-e c1-f c1-g\">Get Out the Vote!Together, we can secure a better future for California!00DaysDays00HrsHours00MinsMinutes00SecsSecondsThank you!Voting serves all of us. Thank you for your commitment.&nbsp;</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Running\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Get Out the Vote!Together, we can secure a better future for California!00DaysDays00HrsHours00MinsMinutes00SecsSeconds</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_RUNNING_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">Get Out the Vote!</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "28px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"TextMajor\" data-aid=\"COUNTDOWN_RUNNING_DESCRIPTION_RENDERED\" data-typography=\"BodyBeta\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-dl c1-2b c1-5n c1-dm c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61 x-rt\">Together, we can secure a better future for California!</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<strong class=\"x-el x-el-span c1-1p c1-1q c1-b c1-7b c1-45 c1-5w c1-7c\">Together, we can secure a better future for California!</strong>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > strong:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "inherit"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Clock\" aria-label=\"Countdown\" role=\"timer\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621ContainerCountdown\" class=\"x-el x-el-div c1-1 c1-2 c1-dn c1-1g c1-do c1-dp c1-dq c1-dr c1-b c1-c c1-ds c1-d c1-e c1-f c1-g\">00DaysDays00HrsHours00MinsMinutes00SecsSeconds</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"ClockBlock\" class=\"x-el x-el-div c1-1 c1-2 c1-dt c1-b c1-c c1-du c1-dv c1-dw c1-dx c1-dy c1-d c1-e c1-f c1-g\">00DaysDays</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"ClockValue\" data-attr=\"countdown-days\" data-typography=\"DataAlpha\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-dz c1-5f c1-5w c1-e0 c1-e1 c1-e2 c1-e3 c1-e4 c1-e5 c1-e6 c1-e7 c1-e8 c1-e9 c1-5g c1-5h c1-5i c1-5j\">00</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "28px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p data-ux=\"ClockLabel\" data-typography=\"DetailsBeta\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-3k c1-b c1-7r c1-ea c1-3o c1-eb c1-ec c1-ed c1-ee c1-ef c1-eg\">DaysDays</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">Days</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-eh c1-ed c1-ee c1-ef c1-eg\">Days</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(2) > span:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"ClockBlock\" class=\"x-el x-el-div c1-1 c1-2 c1-dt c1-b c1-c c1-du c1-dv c1-dw c1-dx c1-dy c1-d c1-e c1-f c1-g\">00HrsHours</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"ClockValue\" data-attr=\"countdown-hours\" data-typography=\"DataAlpha\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-dz c1-5f c1-5w c1-e0 c1-e1 c1-e2 c1-e3 c1-e4 c1-e5 c1-e6 c1-e7 c1-e8 c1-e9 c1-5g c1-5h c1-5i c1-5j\">00</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "28px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p data-ux=\"ClockLabel\" data-typography=\"DetailsBeta\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-3k c1-b c1-7r c1-ea c1-3o c1-eb c1-ec c1-ed c1-ee c1-ef c1-eg\">HrsHours</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > p:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">Hrs</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > p:nth-child(2) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-eh c1-ed c1-ee c1-ef c1-eg\">Hours</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > p:nth-child(2) > span:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"ClockBlock\" class=\"x-el x-el-div c1-1 c1-2 c1-dt c1-b c1-c c1-du c1-dv c1-dw c1-dx c1-dy c1-d c1-e c1-f c1-g\">00MinsMinutes</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"ClockValue\" data-attr=\"countdown-minutes\" data-typography=\"DataAlpha\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-dz c1-5f c1-5w c1-e0 c1-e1 c1-e2 c1-e3 c1-e4 c1-e5 c1-e6 c1-e7 c1-e8 c1-e9 c1-5g c1-5h c1-5i c1-5j\">00</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "28px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p data-ux=\"ClockLabel\" data-typography=\"DetailsBeta\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-3k c1-b c1-7r c1-ea c1-3o c1-eb c1-ec c1-ed c1-ee c1-ef c1-eg\">MinsMinutes</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > p:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">Mins</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > p:nth-child(2) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-eh c1-ed c1-ee c1-ef c1-eg\">Minutes</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > p:nth-child(2) > span:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"ClockBlock\" class=\"x-el x-el-div c1-1 c1-2 c1-dt c1-b c1-c c1-du c1-dv c1-dw c1-dx c1-dy c1-d c1-e c1-f c1-g\">00SecsSeconds</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"ClockValue\" data-attr=\"countdown-seconds\" data-typography=\"DataAlpha\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-dz c1-5f c1-5w c1-e0 c1-e1 c1-e2 c1-e3 c1-e4 c1-e5 c1-e6 c1-e7 c1-e8 c1-e9 c1-5g c1-5h c1-5i c1-5j\">00</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "28px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p data-ux=\"ClockLabel\" data-typography=\"DetailsBeta\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-3k c1-b c1-7r c1-ea c1-3o c1-eb c1-ec c1-ed c1-ee c1-ef c1-eg\">SecsSeconds</p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > p:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">Secs</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > p:nth-child(2) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-eh c1-ed c1-ee c1-ef c1-eg\">Seconds</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > p:nth-child(2) > span:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Complete\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Thank you!Voting serves all of us. Thank you for your commitment.&nbsp;</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_COMPLETE_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">Thank you!</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "28px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"TextMajor\" data-aid=\"COUNTDOWN_COMPLETE_DESCRIPTION_RENDERED\" data-typography=\"BodyBeta\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-dl c1-2b c1-5n c1-dm c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61 x-rt\">Voting serves all of us. Thank you for your commitment.&nbsp;</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Widget\" role=\"region\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Get Involved!Stay informed with the latest news and updates from the campaign trail.  Email* Sign up  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-ei c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">Get Involved!Stay informed with the latest news and updates from the campaign trail.  Email* Sign up</section>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">Get Involved!Stay informed with the latest news and updates from the campaign trail.  Email* Sign up</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-ej c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-ek c1-5h c1-5i c1-5j\">Get Involved!</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "28px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Element\" id=\"bs-5\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Stay informed with the latest news and updates from the campaign trail.  Email* Sign up</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Stay informed with the latest news and updates from the campaign trail.  Email* Sign up</span>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\">Stay informed with the latest news and updates from the campaign trail.  Email* Sign up</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-dh c1-z c1-25 c1-8c c1-27 c1-8d c1-b c1-c c1-di c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-d c1-dj c1-8l c1-8m c1-e c1-f c1-g\">Stay informed with the latest news and updates from the campaign trail.  Email* Sign up</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-6r c1-1g c1-b c1-el c1-c c1-3o c1-d c1-e c1-f c1-g\">Stay informed with the latest news and updates from the campaign trail. </p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<form aria-live=\"polite\" data-ux=\"InputGroup\" class=\"x-el x-el-form x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-2c c1-b c1-c c1-d c1-e c1-f c1-g\"> Email* Sign up</form>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-59 c1-b c1-c c1-63 c1-d c1-e c1-f c1-g\"> Email* Sign up</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-6b c1-t c1-b c1-c c1-em c1-en c1-d c1-e c1-f c1-g\"> Email* </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"InputFloatLabel\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-2h c1-4 c1-b c1-c c1-eo c1-ep c1-d c1-e c1-f c1-g\">Email*</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1-f0 c1-f1 c1-f2 c1-f3 c1-f4 c1-f5 c1-f6 c1-f7 c1-f8 c1-eo c1-ep c1-d c1-e c1-f c1-g\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<label data-ux=\"InputFloatLabelLabel\" for=\"input31622\" data-typography=\"BodyAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-1i c1-1s c1-1t c1-4e c1-f9 c1-fa c1-fb c1-fc c1-b c1-el c1-c c1-3o c1-d c1-e c1-f c1-g\">Email*</label>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > label:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,click\" data-aid=\"SUBSCRIBE_SUBMIT_BUTTON_REND\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-button c1-3i c1-3j c1-7l c1-4 c1-34 c1-35 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-3n c1-fd c1-7v c1-2o c1-2q c1-em c1-en c1-fe c1-7w c1-3t c1-3u c1-3v c1-3w\">Sign up</button>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > button:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "14px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.Paid for by essayli for assembly 2024 - FPPC 1457485  </div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-52 c1-6c c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.Paid for by essayli for assembly 2024 - FPPC 1457485</section>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Divider\" class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-1c c1-32 c1-10 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<hr aria-hidden=\"true\" role=\"separator\" data-ux=\"DividerHR\" class=\"x-el x-el-hr c1-1 c1-2 c1-ff c1-et c1-ey c1-2b c1-2c c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > hr:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.Paid for by essayli for assembly 2024 - FPPC 1457485</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Layout\" class=\"x-el x-el-div c1-1 c1-2 c1-1g c1-b c1-c c1-d c1-e c1-f c1-g\">Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.Paid for by essayli for assembly 2024 - FPPC 1457485</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1f c1-ce c1-cf c1-fg c1-4b c1-7g c1-cg c1-ch c1-4p c1-b c1-c c1-d c1-e c1-f c1-g\"></div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31623.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31624.click,click\"></a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"FooterDetails\" data-aid=\"FOOTER_COPYRIGHT_RENDERED\" data-typography=\"DetailsGamma\" class=\"x-el c1-fh c1-3j c1-1s c1-1t c1-4r c1-2b c1-t c1-b c1-fi c1-ea c1-3o c1-ed c1-ee c1-ef c1-eg x-rt\">Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.Paid for by essayli for assembly 2024 - FPPC 1457485</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-fj c1-et c1-ey c1-2b c1-t c1-fk c1-v c1-w c1-b c1-c c1-d c1-e c1-f c1-g\">",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > hr:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<p data-ux=\"FooterDetails\" data-aid=\"FOOTER_POWERED_BY_RENDERED\" data-typography=\"DetailsGamma\" class=\"x-el x-el-p c1-fh c1-3j c1-1s c1-1t c1-4r c1-2b c1-2c c1-b c1-fi c1-ea c1-3o c1-ed c1-ee c1-ef c1-eg\"></p>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(4)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Group\" data-aid=\"FOOTER_COOKIE_BANNER_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-banner\" class=\"x-el x-el-div c1-1 c1-2 c1-4y c1-cd c1-fl c1-4 c1-fm c1-4n c1-ei c1-48 c1-4i c1-fn c1-fo c1-fp c1-fq c1-1c c1-y c1-32 c1-x c1-2b c1-35 c1-2c c1-34 c1-29 c1-b c1-c c1-fr c1-fs c1-ft c1-fu c1-eo c1-fv c1-fw c1-d c1-e c1-f c1-g\" style=\"transform: translateY(-500px);\">This website uses cookies.We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.Accept</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\">This website uses cookies.</h4>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > h4:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "22px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Text\" data-aid=\"FOOTER_COOKIE_MESSAGE_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-fy c1-4i c1-b c1-el c1-c c1-3o c1-fz c1-d c1-e c1-f c1-g x-rt\">We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(2)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1a c1-b c1-c c1-d c1-e c1-f c1-g\">Accept</div>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(3)"
                      }
                    ],
                    "attributes": [
                      "16px"
                    ]
                  },
                  {
                    "verdict": "failed",
                    "description": "This test target has a font-size css property using an absolute unit value with the important flag.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-accept\" data-typography=\"ButtonAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-7l c1-19 c1-59 c1-1f c1-1v c1-g0 c1-g1 c1-g2 c1-g3 c1-6b c1-7m c1-1b c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-4 c1-4c c1-4d c1-g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept</a>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)"
                      }
                    ],
                    "attributes": [
                      "12px"
                    ]
                  }
                ]
              }
            }
          },
          "best-practices": {
            "type": "best-practices",
            "metadata": {
              "passed": 12,
              "warning": 1,
              "failed": 2,
              "inapplicable": 9
            },
            "assertions": {
              "QW-BP1": {
                "name": "Using h1-h6 to identify headings",
                "code": "QW-BP1",
                "mapping": "H42",
                "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
                "metadata": {
                  "target": {
                    "element": [
                      "h1",
                      "h2",
                      "h3",
                      "h4",
                      "h5",
                      "h6"
                    ]
                  },
                  "success-criteria": [
                    {
                      "name": "1.3.1",
                      "level": "A",
                      "principle": "Perceivable",
                      "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html"
                    }
                  ],
                  "related": [
                    "H69",
                    "G141",
                    "F2",
                    "F43"
                  ],
                  "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html",
                  "passed": 0,
                  "warning": 5,
                  "failed": 0,
                  "inapplicable": 0,
                  "outcome": "warning",
                  "description": "Check that heading markup is used when content is a heading."
                },
                "results": [
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"Tagline\" data-aid=\"HEADER_TAGLINE_RENDERED\" id=\"dynamic-tagline-31618\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-6q c1-2 c1-1s c1-1t c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-1i c1-z c1-4 c1-s c1-1j c1-3m c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\" data-last-size=\"44px\">It's time to restore common sense in Sacramento</h1>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">Meet Bill Essayli</h4>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_COMPLETE_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">Thank you!</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-ej c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-ek c1-5h c1-5i c1-5j\">Get Involved!</h2>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "warning",
                    "description": "Check that heading markup is used when content is a heading.",
                    "resultCode": "W1",
                    "elements": [
                      {
                        "htmlCode": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\">This website uses cookies.</h4>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > h4:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-BP15": {
                "name": "At least one width attribute of an HTML element is expressed in absolute values",
                "code": "QW-BP15",
                "description": "At least one width attribute of an HTML element is expressed in absolute values",
                "metadata": {
                  "target": {
                    "element": "*",
                    "attributes": "width"
                  },
                  "passed": 0,
                  "warning": 0,
                  "failed": 6,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "The test target `width` attribute uses absolute units."
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40\" height=\"40\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40\" height=\"40\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "The test target `width` attribute uses absolute units.",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              },
              "QW-BP23": {
                "name": "Listitems are used semantically",
                "code": "QW-BP23",
                "description": "Ensures <li> elements are used semantically",
                "metadata": {
                  "target": {
                    "element": "li"
                  },
                  "passed": 22,
                  "warning": 0,
                  "failed": 7,
                  "inapplicable": 0,
                  "outcome": "failed",
                  "description": "Listitem is not used semantically not used semantically"
                },
                "results": [
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Home</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(1)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Meet Bill</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(2)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Campaign Updates</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(3)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Endorsements</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(4)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Media</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(5)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Contact Us</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(6)"
                      }
                    ],
                    "attributes": []
                  },
                  {
                    "verdict": "failed",
                    "description": "Listitem is not used semantically not used semantically",
                    "resultCode": "F1",
                    "elements": [
                      {
                        "htmlCode": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Donate</li>",
                        "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(7)"
                      }
                    ],
                    "attributes": []
                  }
                ]
              }
            }
          },
          "counter": {
            "type": "counter",
            "data": {
              "roles": {
                "link": 38,
                "document": 1,
                "main": 1,
                "region": 14,
                "navigation": 4,
                "img": 8,
                "list": 3,
                "listitem": 15,
                "button": 5,
                "graphics-document": 9,
                "menu": 1,
                "menuitem": 14,
                "figure": 1,
                "heading": 9,
                "timer": 1,
                "form": 1,
                "textbox": 1,
                "contentinfo": 1,
                "separator": 2
              },
              "tags": {
                "html": 1,
                "head": 1,
                "meta": 18,
                "title": 1,
                "link": 9,
                "style": 13,
                "script": 34,
                "body": 1,
                "div": 137,
                "section": 8,
                "nav": 3,
                "a": 31,
                "img": 4,
                "ul": 4,
                "li": 29,
                "span": 41,
                "svg": 9,
                "path": 11,
                "figure": 1,
                "h1": 1,
                "p": 16,
                "h4": 2,
                "br": 2,
                "button": 3,
                "g": 4,
                "h2": 3,
                "strong": 1,
                "form": 1,
                "input": 1,
                "label": 1,
                "hr": 2
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          14,
          61,
          224,
          26
        ],
        "instances": [
          {
            "ruleID": "QW-ACT-R63",
            "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R64",
            "what": "This rule checks that the non-repeated content contains a heading",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R73",
            "what": "This rule checks that repeated blocks of content are collapsible.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R74",
            "what": "This rule checks that there is an instrument to move focus to non-repeated content in the page.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>"
          },
          {
            "ruleID": "QW-ACT-R11",
            "what": "This rule checks that each button element has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)"
            },
            "excerpt": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c ... enodd\" d=\"M15.836 19.774c.335.294.84.04.84-.423l.02-14.813c.001-.447-.48-.698-.81-.425l-8.693 7.204a.56.56 0 0 0-.01.836l8.653 7.621z\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > div:nt …"
          },
          {
            "ruleID": "QW-ACT-R11",
            "what": "This rule checks that each button element has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)"
            },
            "excerpt": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c ... dd\" d=\"M7.861 4.125c-.335-.293-.84-.039-.84.424L7 19.362c0 .446.481.697.811.424l8.693-7.203a.56.56 0 0 0 .011-.836L7.861 4.125z\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > div:nth-chil …"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-31586\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1 ... o restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE </div>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b5 ... \"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 …"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b5 ... \"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 …"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"widget widget-video widget-video-video-1\"> </div>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> </div>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"widget widget-content widget-content-content-6\"> Meet Bill EssayliBill Essayli previously served as an Assistant United States Attorney as well as ... tner in the successful Essayli &amp; Brown LLP law firm.&nbsp;Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp; </div>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Meet Bill ... rtner in the successful Essayli &amp; Brown LLP law firm.&nbsp;Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp; </d …"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4)"
            },
            "excerpt": "<div id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"widget widget-gallery widget-gallery-gallery-3\"> </div>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> </div>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5)"
            },
            "excerpt": "<div id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"widget widget-social widget-social-social-1\"> </div>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> </div>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7)"
            },
            "excerpt": "<div id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"widget widget-subscribe widget-subscribe-subscribe-1\"> Get Involved!Stay informed with the latest news and updates from the campaign trail. Email* Sign up </div>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Get Involved!Stay informed with the latest news and updates from the campaign trail. Email* Sign up </div>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8)"
            },
            "excerpt": "<div id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"widget widget-footer widget-footer-footer-1\"> Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.Paid for by essayli for assembly 2024 - FPPC 1457485 </div>"
          },
          {
            "ruleID": "QW-ACT-R18",
            "what": "This rule checks that all id attribute values on a single page are unique.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.Paid for by essayli for assembly 2024 - FPPC 1457485 </div>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1- ...  c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31588.click,click\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x- ... 1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3l c1-b c1-3m c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.31591.click,click\">Home</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class ... 1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31592.click,click\">Meet Bill</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" href=\"/campaign-updates\" data-typography=\"NavAlpha ... -3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31593.click,click\">Campaign Updates</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" cl ... v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31594.click,click\">Endorsements</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x- ... 3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31595.click,click\">Media</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" href=\"/contact-us\" data-typography=\"NavAlpha\" clas ... -1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31596.click,click\">Contact Us</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x ... k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31597.click,click\">Donate</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisin ... c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE</a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)"
            },
            "excerpt": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\"></button>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)"
            },
            "excerpt": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\"></button>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-ty ... s=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31619.click,click\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data ... s=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31620.click,click\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "input31622",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1-f0 c1-f1 c1-f2 c1-f3 c1-f4 c1-f5 c1-f6 c1-f7 c1-f8 c1-eo c1-ep c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > button:nth-child(2)"
            },
            "excerpt": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,clic ...  c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-3n c1-fd c1-7v c1-2o c1-2q c1-em c1-en c1-fe c1-7w c1-3t c1-3u c1-3v c1-3w\">Sign up</button>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-ty ... ss=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31623.click,click\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data ... ss=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31624.click,click\"></a>"
          },
          {
            "ruleID": "QW-ACT-R62",
            "what": "This rule checks that each element in sequential focus order has some visible focus indication.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572 ... -g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept</a>"
          },
          {
            "ruleID": "QW-ACT-R41",
            "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.",
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "input31622",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1-f0 c1-f1 c1-f2 c1-f3 c1-f4 c1-f5 c1-f6 c1-f7 c1-f8 c1-eo c1-ep c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "QW-ACT-R17",
            "what": "This rule checks that each image that is not marked as decorative, has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" srcset=\"//im ... ta-aid=\"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "QW-ACT-R17",
            "what": "This rule checks that each image that is not marked as decorative, has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400 ... :1/ll=n:true 768w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1024w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.p …"
          },
          {
            "ruleID": "QW-ACT-R17",
            "what": "This rule checks that each image that is not marked as decorative, has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-ACT-R17",
            "what": "This rule checks that each image that is not marked as decorative, has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div role=\"img\" data-aid=\"GALLERY_IMAGE1_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-ACT-R17",
            "what": "This rule checks that each image that is not marked as decorative, has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > div:nth-child(1)"
            },
            "excerpt": "<div role=\"img\" data-aid=\"GALLERY_IMAGE6_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-ACT-R17",
            "what": "This rule checks that each image that is not marked as decorative, has an accessible name.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div role=\"img\" data-aid=\"COUNTDOWN_IMAGE_RENDERED\" data-ux=\"Background\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-cv c1-71 c1-cd c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span>Join Bill's campaign for a brighter future in California!</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span>Bill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficking, identity theft and white-collar fraud. Today, Bill is a partner in the successful Essayli &amp; Brown LLP law firm.&nbsp;</span>"
          },
          {
            "ruleID": "QW-ACT-R76",
            "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(3) > span:nth-child(1)"
            },
            "excerpt": "<span>Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp;</span>"
          },
          {
            "ruleID": "QW-ACT-R75",
            "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.",
            "ordinalSeverity": 1,
            "tagName": "HTML",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html"
            },
            "excerpt": "<html lang=\"en-US\"><head></head><body>Bill Essayli for Assembly /* cyrillic */ @font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 400; font-display: swap; src: url(https:// ... ight: 400; font-display: swap; src: url(https://img1.wsimg.com/gfonts/s/playfairdisplay/v30/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+01 …"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x- ... 1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3l c1-b c1-3m c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.31591.click,click\">Home</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class ... 1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31592.click,click\">Meet Bill</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" href=\"/campaign-updates\" data-typography=\"NavAlpha ... -3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31593.click,click\">Campaign Updates</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" cl ... v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31594.click,click\">Endorsements</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x- ... 3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31595.click,click\">Media</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" href=\"/contact-us\" data-typography=\"NavAlpha\" clas ... -1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31596.click,click\">Contact Us</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x ... k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31597.click,click\">Donate</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "H1",
            "id": "dynamic-tagline-31618",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"Tagline\" data-aid=\"HEADER_TAGLINE_RENDERED\" id=\"dynamic-tagline-31618\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-6q c1-2 c1-1s c1-1t c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-1i c1-z c1-4 c1-s c1-1j c1-3m c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\" data-last-size=\"44px\">It's time to restore common sense in Sacramento</h1>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span>Join Bill's campaign for a brighter future in California!</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisin ... c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE</a>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)"
            },
            "excerpt": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">Meet Bill Essayli</h4>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span>Bill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficking, identity theft and white-collar fraud. Today, Bill is a partner in the successful Essayli &amp; Brown LLP law firm.&nbsp;</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(3) > span:nth-child(1)"
            },
            "excerpt": "<span>Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp;</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)"
            },
            "excerpt": "<h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_COMPLETE_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">Thank you!</h2>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span>Voting serves all of us. Thank you for your commitment.&nbsp;</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-ej c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-ek c1-5h c1-5i c1-5j\">Get Involved!</h2>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-6r c1-1g c1-b c1-el c1-c c1-3o c1-d c1-e c1-f c1-g\">Stay informed with the latest news and updates from the campaign trail. </p>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > label:nth-child(2)"
            },
            "excerpt": "<label data-ux=\"InputFloatLabelLabel\" for=\"input31622\" data-typography=\"BodyAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-1i c1-1s c1-1t c1-4e c1-f9 c1-fa c1-fb c1-fc c1-b c1-el c1-c c1-3o c1-d c1-e c1-f c1-g\">Email*</label>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > button:nth-child(2)"
            },
            "excerpt": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,clic ...  c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-3n c1-fd c1-7v c1-2o c1-2q c1-em c1-en c1-fe c1-7w c1-3t c1-3u c1-3v c1-3w\">Sign up</button>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span>Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(3) > span:nth-child(1)"
            },
            "excerpt": "<span>Paid for by essayli for assembly 2024 - FPPC 1457485</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > h4:nth-child(1)"
            },
            "excerpt": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\">This website uses cookies.</h4>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span>We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.</span>"
          },
          {
            "ruleID": "QW-ACT-R40",
            "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572 ... -g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept</a>"
          },
          {
            "ruleID": "QW-WCAG-T9",
            "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order",
            "ordinalSeverity": 0,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2)"
            },
            "excerpt": "<body class=\"x x-fonts-playfair-display\"> HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateHomeMeet BillCampaign UpdatesE ... sayliBill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Be …"
          },
          {
            "ruleID": "QW-WCAG-T23",
            "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1- ...  c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31588.click,click\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T20",
            "what": "Supplementing link text with the title attribute",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1- ...  c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31588.click,click\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T20",
            "what": "Supplementing link text with the title attribute",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1- ...  c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31609.click,click\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T17",
            "what": "This technique checks the correct position of labels in forms",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "input31622",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1-f0 c1-f1 c1-f2 c1-f3 c1-f4 c1-f5 c1-f6 c1-f7 c1-f8 c1-eo c1-ep c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "nav-31589",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)"
            },
            "excerpt": "<ul data-ux=\"List\" id=\"nav-31589\" class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-s c1-25 c1-26 c1-27 c1-28 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"white-space: nowrap;\"><li d ... c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3l c1-b c1-3m c1-3n c1-3o c1-3p c1-3q c1-3r …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "more-31590",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2)"
            },
            "excerpt": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-31590\" class=\"x-el x-el-ul c1-1 c1-2 c1-48 c1-49 c1-3 c1-4a c1-4b c1-4c c1-4d c1-4e c1-4f c1-4g c1-3e c1-4h c1-4i c1-10 c1-4j c1-b c1-c c1-4k c1-4l c1-d c1- ... ue\" aria-labelledby=\"more-31590\" href=\"/\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4p c1-4q c1-4r c1-b c1-4s c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1- …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "n-31586-navListId-mobile",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1)"
            },
            "excerpt": "<ul data-ux=\"NavigationDrawerList\" id=\"n-31586-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c ... 616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data-typography=\"NavBeta\" class=\"x-el x-el-a c1-5t c1-3j c1-1r c1-1s c1-1t c1-19 c1-1v c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b …"
          },
          {
            "ruleID": "QW-WCAG-T32",
            "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)"
            },
            "excerpt": "<ul class=\"carousel-track\" style=\"line-height:0\"><li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-width:100%;padding-bottom:56.25%\" data-index=\"0\" class ... ild(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child( …"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b5 ... \"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 …"
          },
          {
            "ruleID": "QW-WCAG-T8",
            "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content",
            "ordinalSeverity": 0,
            "tagName": "IMG",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b5 ... \"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 …"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "page-31585",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Page\" id=\"page-31585\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-4 c1-5 c1-6 c1-7 c1-8 c1-9 c1-a c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> HomeMeet BillCam ... ense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE Meet Bill EssayliBill Essayli previously served as an Assistant Unite …"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div page-inner c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsemen ...  a brighter future in California!DONATE Meet Bill EssayliBill Essayli previously served as an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor …"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Header\" role=\"main\" data-aid=\"HEADER_WIDGET\" id=\"n-31586\" class=\"x-el x-el-div x-el x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1 ... o restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
            },
            "excerpt": "<section data-ux=\"Section\" data-aid=\"HEADER_SECTION\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-j c1-b c1-c c1-k c1-l c1-m c1-n c1-o c1-p c1-q c1-r c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign ... estore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE</section>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-t c1-b c1-c c1-u c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorse ... to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"ContainerFluid\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-s c1-b c1-c c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-10 c1-b c1-c c1-d c1-11 c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1)"
            },
            "excerpt": "<nav data-ux=\"Container\" class=\"x-el x-el-nav c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-4 c1-12 c1-13 c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</nav>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-18 c1-19 c1-1a c1-1b c1-1c c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1d c1-1e c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1f c1-1g c1-1h c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" data-aid=\"HEADER_LOGO_RENDERED\" class=\"x-el x-el-div c1-1i c1-1j c1-1k c1-c c1-1l c1-1m c1-1n c1-1o c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1- ...  c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31588.click,click\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-25 c1-26 c1-27 c1-28 c1-29 c1-b c1-c c1-d c1-2a c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b5 ... \"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 …"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-31 c1-1b c1-1e c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-18 c1-19 c1-1a c1-1b c1-1c c1-32 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "navBar-31587",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" id=\"navBar-31587\" class=\"x-el x-el-div c1-1 c1-2 c1-18 c1-19 c1-1f c1-b c1-c c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1)"
            },
            "excerpt": "<nav data-ux=\"Nav\" data-aid=\"HEADER_NAV_RENDERED\" role=\"navigation\" class=\"x-el x-el-nav c1-1 c1-2 c1-z c1-33 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</nav>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "UL",
            "id": "nav-31589",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)"
            },
            "excerpt": "<ul data-ux=\"List\" id=\"nav-31589\" class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-s c1-25 c1-26 c1-27 c1-28 c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"white-space: nowrap;\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonateMoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</ul>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1)"
            },
            "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Home</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" href=\"/\" data-typography=\"NavAlpha\" class=\"x- ... 1-3j c1-1r c1-1s c1-1t c1-3k c1-1v c1-3l c1-b c1-3m c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Active.31591.click,click\">Home</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2)"
            },
            "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Meet Bill</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class ... 1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31592.click,click\">Meet Bill</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3)"
            },
            "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Campaign Updates</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" href=\"/campaign-updates\" data-typography=\"NavAlpha ... -3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31593.click,click\">Campaign Updates</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4)"
            },
            "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Endorsements</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" href=\"/endorsements\" data-typography=\"NavAlpha\" cl ... v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31594.click,click\">Endorsements</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5)"
            },
            "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Media</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x- ... 3k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31595.click,click\">Media</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6)"
            },
            "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Contact Us</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" href=\"/contact-us\" data-typography=\"NavAlpha\" clas ... -1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31596.click,click\">Contact Us</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7)"
            },
            "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g visible\" style=\"visibility: visible;\">Donate</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x ... k c1-1v c1-3x c1-3y c1-3z c1-40 c1-41 c1-42 c1-43 c1-44 c1-b c1-3m c1-3n c1-3o c1-23 c1-3s c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.Default.Link.Default.31597.click,click\">Donate</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8)"
            },
            "excerpt": "<li data-ux=\"ListItemInline\" class=\"x-el x-el-li nav-item c1-1 c1-2 c1-39 c1-34 c1-3a c1-1i c1-3b c1-3c c1-3d c1-3e c1-s c1-3f c1-b c1-c c1-3g c1-3h c1-d c1-e c1-f c1-g\" style=\"visibility: hidden; display: none;\">MoreHomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "bs-1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Element\" id=\"bs-1\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">More</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "UL",
            "id": "more-31590",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2)"
            },
            "excerpt": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-31590\" class=\"x-el x-el-ul c1-1 c1-2 c1-48 c1-49 c1-3 c1-4a c1-4b c1-4c c1-4d c1-4e c1-4f c1-4g c1-3e c1-4h c1-4i c1-10 c1-4j c1-b c1-c c1-4k c1-4l c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</ul>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(1)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Home</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavMoreMenuLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/\" ... -1s c1-1t c1-1i c1-1v c1-4p c1-4q c1-4r c1-b c1-4s c1-3n c1-3o c1-3p c1-3q c1-3r c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Active.31600.click,click\">Home</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(2)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Meet Bill</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/meet-b ... -3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31601.click,click\">Meet Bill</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(3)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Campaign Updates</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/campai ... 1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31602.click,click\">Campaign Updates</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(4)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Endorsements</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/endors ...  c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31603.click,click\">Endorsements</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(5)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Media</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/media\" ... i c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31604.click,click\">Media</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(6)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Contact Us</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(6) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/contac ... 3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31605.click,click\">Contact Us</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(7)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Donate</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(7) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/donate ...  c1-3j c1-1r c1-1s c1-1t c1-1i c1-1v c1-4q c1-4p c1-4r c1-b c1-4s c1-3n c1-3o c1-23 c1-4t c1-3t c1-3u c1-3v c1-3w\" data-tccl=\"ux2.HEADER.header9.Nav.MoreMenu.Link.Default.31606.click,click\">Donate</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-b c1-c c1-d c1-4u c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1)"
            },
            "excerpt": "<nav data-ux=\"Block\" class=\"x-el x-el-nav c1-1 c1-2 c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</nav>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4 c1-19 c1-1a c1-1b c1-1c c1-32 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4v c1-25 c1-26 c1-27 c1-28 c1-29 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "bs-2",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Element\" id=\"bs-2\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "31607",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31607\" aria-expanded=\"false\" toggleid=\"n-31586-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"t ... s c1-1t c1-19 c1-1v c1-1b c1-1d c1-1w c1-1x c1-1y c1-1z c1-3m c1-b c1-c c1-22 c1-23 c1-24 c1-d c1-4u c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Section.Default.Link.Dropdown.31608.click,click\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconHamburger\" class=\"x-el x-el-svg c1-1 c1-2 c1-21 c1-1i c1-3c c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4w c1-1g c1-19 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" data-aid=\"HEADER_LOGO_RENDERED\" class=\"x-el x-el-div c1-1i c1-1j c1-1k c1-c c1-1l c1-1m c1-1n c1-1o c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1- ...  c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x c1-1y c1-1z c1-z c1-20 c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.HEADER.header9.Logo.Default.Link.Default.31609.click,click\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-25 c1-26 c1-27 c1-28 c1-29 c1-b c1-c c1-d c1-2a c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "n-31586",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/Bill_Essayli_FullName_Logo_CMYK.jpg/:/rs=h:75,cg:true,m/qt=q:100/ll\" srcset=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b5 ... \"ImageLogo\" data-aid=\"HEADER_LOGO_IMAGE_RENDERED\" id=\"n-31586\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-2e c1-2f c1-2g c1-2h c1-2i c1-25 c1-26 c1-27 c1-28 c1-2j c1-29 …"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4v c1-25 c1-26 c1-27 c1-28 c1-29 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "n-31586-navId-mobile",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div role=\"navigation\" data-ux=\"NavigationDrawer\" id=\"n-31586-navId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-4x c1-4y c1-4z c1-4 c1-50 c1-4i c1-51 c1-52 c1-53 c1-54 c1-55 c1-56 c1-57 c1-58 c1-19 c1-59 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-x c1-y c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"NavigationDrawerCloseIcon\" data-edit-interactive=\"true\" data-close=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-5a c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-1v c1-5b c1-5c c1-4e c1-5d c1-5e c1-5f c1-b c1-23 c1-5g c1-5h c1-5i c1-5j\"></svg>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "n-31586-navContainerId-mobile",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"NavigationDrawerContainer\" id=\"n-31586-navContainerId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-3d c1-5k c1-z c1-4i c1-5l c1-4 c1-5m c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1d c1-1b c1-5n c1-59 c1-5o c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "n-31586-navLinksContentId-mobile",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Block\" id=\"n-31586-navLinksContentId-mobile\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "UL",
            "id": "n-31586-navListId-mobile",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1)"
            },
            "excerpt": "<ul data-ux=\"NavigationDrawerList\" id=\"n-31586-navListId-mobile\" class=\"x-el x-el-ul c1-1 c1-2 c1-2b c1-2c c1-34 c1-35 c1-36 c1-37 c1-38 c1-27 c1-4n c1-25 c1-28 c1-26 c1-1s c1-1t c1-b c1-c c1-d c1-e c1-f c1-g\">HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate</ul>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">Home</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"NavigationDrawerLinkActive\" target=\"\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/\" data- ... c1-4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-5w c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Active.31610.click,click\">Home</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">Meet Bill</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/meet-bill\" d ... c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31611.click,click\">Meet Bill</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">Campaign Updates</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/campaign-upd ... 1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31612.click,click\">Campaign Updates</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(4)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">Endorsements</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/endorsements ... 4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31613.click,click\">Endorsements</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(5)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">Media</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/media\" data- ... -4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31614.click,click\">Media</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(6)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">Contact Us</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/contact-us\"  ... 1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31615.click,click\">Contact Us</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(7)"
            },
            "excerpt": "<li role=\"menuitem\" data-ux=\"NavigationDrawerListItem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-5p c1-5q c1-5r c1-b c1-c c1-4o c1-5s c1-d c1-e c1-f c1-g\">Donate</li>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavigationDrawerLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" data-close=\"true\" href=\"/donate\" data ... 4a c1-4b c1-x c1-y c1-1b c1-5u c1-1a c1-b c1-4s c1-5v c1-3o c1-23 c1-24 c1-5x c1-5y c1-5z c1-60 c1-61\" data-tccl=\"ux2.HEADER.header9.NavigationDrawer.Default.Link.Default.31616.click,click\">Donate</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-3k c1-d c1-4u c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-25 c1-27 c1-2b c1-2c c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">It's time to restore common sense in Sac ... to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-b c1-c c1-62 c1-63 c1-64 c1-d c1-e c1-f c1-g\">It's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-19 c1-1f c1-1b c1-58 c1-b c1-c c1-65 c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "FIGURE",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1)"
            },
            "excerpt": "<figure data-ux=\"WrapperImage\" class=\"x-el x-el-figure c1-1 c1-2 c1-s c1-1i c1-2b c1-35 c1-2c c1-34 c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\"></figure>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img src=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/EssayliHeadshot%20-%20Primary%20-%20Small%20copy-0001.jpg/:/cr=t:0%25,l:0%25,w:100%25,h:100%25/rs=h:1000,cg:true\" srcset=\"//im ... ta-aid=\"BACKGROUND_IMAGE_RENDERED\" data-ht=\"Inset\" class=\"x-el x-el-img c1-1 c1-2 c1-20 c1-z c1-v c1-w c1-2b c1-2c c1-2d c1-66 c1-2j c1-b c1-c c1-67 c1-1l c1-68 c1-14 c1-69 c1-6a c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Hero\" class=\"x-el x-el-div c1-1 c1-2 c1-1g c1-19 c1-59 c1-6b c1-1f c1-1b c1-x c1-y c1-52 c1-6c c1-4x c1-b c1-c c1-14 c1-6d c1-6e c1-6f c1-6g c1-6h c1-6i c1-d c1-6j c1-6k c1-6l c1-e c1-f  ... to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-59 c1-1f c1-1b c1-50 c1-4 c1-b c1-c c1-6m c1-d c1-e c1-f c1-g\">It's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-6n c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\">It's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoJoin Bill's campaign for a brighter future in California!DONATE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-34 c1-35 c1-28 c1-26 c1-z c1-6o c1-25 c1-27 c1-2b c1-2c c1-29 c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">It's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in Sacramento</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "tagline-container-31617",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Element\" id=\"tagline-container-31617\" class=\"x-el x-el-div c1-1 c1-2 c1-1s c1-1t c1-6p c1-3k c1-s c1-z c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"\">It's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in SacramentoIt's time to restore common sense in Sacramento</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H1",
            "id": "dynamic-tagline-31618",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"Tagline\" data-aid=\"HEADER_TAGLINE_RENDERED\" id=\"dynamic-tagline-31618\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-6q c1-2 c1-1s c1-1t c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-1i c1-z c1-4 c1-s c1-1j c1-3m c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\" data-last-size=\"44px\">It's time to restore common sense in Sacramento</h1>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2)"
            },
            "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xxlarge\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q ... 1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-6t c1-1j c1-3m c1-3o c1-6u c1-6v c1-6w c1-6x\" style=\"display: none;\">It's time to restore common sense in Sacramento</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(3)"
            },
            "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"xlarge\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q  ... 1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-5f c1-1j c1-3m c1-3o c1-5g c1-5h c1-5i c1-5j\" style=\"display: none;\">It's time to restore common sense in Sacramento</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(4)"
            },
            "excerpt": "<span role=\"heading\" aria-level=\"NaN\" data-ux=\"scaler\" data-size=\"large\" data-scaler-id=\"scaler-tagline-container-31617\" aria-hidden=\"true\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-span c1-6q c ... 1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-10 c1-z c1-3f c1-4e c1-20 c1-70 c1-71 c1-5v c1-1j c1-3m c1-3o c1-5x c1-5z c1-60 c1-61\" style=\"display: none;\">It's time to restore common sense in Sacramento</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"HeroText\" data-aid=\"HEADER_TAGLINE2_RENDERED\" fontscalemultiplier=\"1.12\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-6r c1-72 c1-73 c1-74 c1-75 c1-1i c1-4 c1-6n c1-v c1-w c1-b c1-39 c1-76 c1-3o c1-77 c1-78 c1-79 c1-7a x-rt\">Join Bill's campaign for a brighter future in California!</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-4 c1-19 c1-7g c1-7h c1-7i c1-1f c1-7j c1-b c1-c c1-7k c1-d c1-e c1-f c1-g\">DONATE</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisin ... c1-7l c1-20 c1-1v c1-7m c1-7n c1-1b c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-7r c1-7s c1-b c1-5w c1-7t c1-3n c1-7u c1-7v c1-7w c1-3t c1-3u c1-3v c1-3w\">DONATE</a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "f5ba4798-d484-444c-9402-0a30dec9282e",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"f5ba4798-d484-444c-9402-0a30dec9282e\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
            },
            "excerpt": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"></section>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Video\" poster=\"https://i.vimeocdn.com/video/1339407161-ad4a2b584885add7c749379c9092b6778d8fbd11a1af211171ffb0e5556c5e7c-d_1920x1080?r=pad\" hashcode=\"16cdb413f0\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-4 c1-b c1-c c1-7x c1-7y c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-58 c1-7z c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "bs-3",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Element\" id=\"bs-3\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"EmbedContainer\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-80 c1-58 c1-z c1-81 c1-28 c1-26 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Meet Bill ... rtner in the successful Essayli &amp; Brown LLP law firm.&nbsp;Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp; </d …"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
            },
            "excerpt": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">Meet Bill EssayliBill Essayli previously served as an Assistant United States Atto ... r in the successful Essayli &amp; Brown LLP law firm.&nbsp;Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp;</section>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">Meet Bill EssayliBill Essayli previously served as an Assistant  ... rtner in the successful Essayli &amp; Brown LLP law firm.&nbsp;Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp;</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-4n c1-1f c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\">Meet Bill EssayliBill Essayli prev ... rtner in the successful Essayli &amp; Brown LLP law firm.&nbsp;Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp;</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-8b c1-z c1-25 c1-8c c1-27 c1-8d c1-8e c1-b c1-c c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-d c1-8l c1-8m c1-8n c1-e c1-f c1-g\">M ... is a partner in the successful Essayli &amp; Brown LLP law firm.&nbsp;Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nb …"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"ContentBasic\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-19 c1-59 c1-4 c1-8o c1-1b c1-1g c1-8p c1-8q c1-b c1-c c1-8r c1-8s c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Meet B ... partner in the successful Essayli &amp; Brown LLP law firm.&nbsp;Bill is the proud son of Lebanese-American immigrants and has lived in Riverside County for the better part of three decades.&nbsp;</ …"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)"
            },
            "excerpt": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">Meet Bill Essayli</h4>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"ContentText\" alignment=\"center\" data-aid=\"CONTENT_MEDIA_DESCRIPTION1_RENDERED\" fontscalemultiplier=\"1.26\" data-typography=\"BodyAlpha\" data-font-scaled=\"true\" class=\"x-el c1-1 c1-2 c1-1s  ...  an Assistant United States Attorney as well as a Riverside County Deputy District Attorney. As a prosecutor, Bill worked on cases that included the 2015 San Bernardino terror attack, drug trafficki …"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-8b c1-z c1-25 c1-8c c1-27 c1-8d c1-9t c1-1g c1-b c1-c c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-d c1-9u c1-9v c1-9w c1-9x c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-1g c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1)"
            },
            "excerpt": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"></span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1) > img:nth-child(1)"
            },
            "excerpt": "<img data-lazyimg=\"true\" data-srclazy=\"//img1.wsimg.com/isteam/ip/373b12da-ff40-4983-8b55-60de7bf595bd/BE%20with%20Mother%20and%20Daughter.jpg/:/cr=t:18.94%25,l:0%25,w:100%25,h:66.76%25/rs=w:400,h:400 ... :1/ll=n:true 768w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.png/:/rs=w:400,h:400,cg:true,m,i:true/qt=q:1/ll=n:true 1024w, //img1.wsimg.com/isteam/ip/static/transparent_placeholder.p …"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "fb9a0131-841b-4ac4-91f3-3b7f809beac2",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
            },
            "excerpt": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"></section>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "bs-4",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Element\" id=\"bs-4\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-8b c1-z c1-25 c1-8c c1-27 c1-8d c1-b c1-c c1-8h c1-8i c1-8j c1-8k c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Carousel\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-a7 c1-a8 c1-a9 c1-aa c1-ab c1-ac c1-ad c1-ae c1-af c1-ag c1-ah c1-ai c1-aj c1-ak c1-al c1-am c1-an c1-ao c1-ap c1-aq c1-ar c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div role=\"img\" data-aid=\"GALLERY_IMAGE1_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-a3 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-as c1-at c1-au c1-av c1-aw c1-ax c1-ay c1-az c1-b0 c1-b1 c1-b2 c1-b3 c1-b4 c1-b5 c1-b6 c1-b7 c1-b8 c1-b9 c1-ba c1-bb c1-bc c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > div:nth-child(1)"
            },
            "excerpt": "<div role=\"img\" data-aid=\"GALLERY_IMAGE6_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-71 c1-a2 c1-58 c1-2c c1-50 c1-4 c1-bd c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-bd c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-be c1-bf c1-bg c1-bh c1-bi c1-bj c1-bk c1-bl c1-bm c1-bn c1-bo c1-bp c1-bq c1-br c1-bs c1-bt c1-bu c1-bv c1-bw c1-bx c1-by c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-bz c1-c0 c1-b c1-c c1-c1 c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)"
            },
            "excerpt": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\"></button>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\"></svg>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)"
            },
            "excerpt": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca c1-cb c1-cc c1-3u c1-3v c1-3w\"></button>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\"></svg>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
            },
            "excerpt": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\"></section>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-25 c1-27 c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" data-aid=\"SOCIAL_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1f c1-ce c1-cf c1-25 c1-27 c1-7g c1-cg c1-ch c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-ty ... s=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31619.click,click\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40\" height=\"40\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\"></svg>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data ... s=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.SOCIAL.social1.Section.Default.Link.Default.31620.click,click\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40\" height=\"40\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\"></svg>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"WidgetBanner\" role=\"region\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container\" class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g\"> Get Out the Vote!Together, we can secure a better future for California!00DaysDays00HrsHours00MinsMinutes00SecsSecondsThank you!Voting serves all of us. Thank you for your commitment.&nbsp; </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
            },
            "excerpt": "<section data-ux=\"SectionBanner\" class=\"x-el x-el-section c1-1 c1-2 c1-2h c1-h c1-i c1-s c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">Get Out the Vote!Together, we can secure a better future for California!00DaysDays00HrsHours00MinsMinutes00SecsSecondsThank you!Voting serves all of us. Thank you for your commitment.&nbsp;</section>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div role=\"img\" data-aid=\"COUNTDOWN_IMAGE_RENDERED\" data-ux=\"Background\" class=\"x-el x-el-div c1-1 c1-2 c1-a1 c1-4z c1-cv c1-71 c1-cd c1-4e c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" data-lazybg=\"true\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-a3 c1-a4 c1-a5 c1-a6 c1-7t c1-b c1-c c1-cw c1-cx c1-cy c1-cz c1-d0 c1-d1 c1-d2 c1-d3 c1-d4 c1-d5 c1-d6 c1-d7 c1-d8 c1-d9 c1-da c1-db c1-dc c1-dd c1-de c1-df c1-dg c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-s c1-c5 c1-1g c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">Get Out the Vote!Together, we can secure a better future for California!00DaysDays00HrsHours00MinsMinutes00SecsSecondsThank you!Voting serves all of us. Thank you for your commitment.&nbsp;</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Grid\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\">Get Out the Vote!Together, we can secure a better future for California!00DaysDays00HrsHours00MinsMinutes00SecsSecondsThank you!Voting serves all of us. Thank you for your commitment.&nbsp;</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-dh c1-z c1-25 c1-8c c1-27 c1-8d c1-b c1-c c1-di c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-d c1-dj c1-8l c1-8m c1-e c1-f c1-g\">Get Out the Vote!Together, we can secure a better future for California!00DaysDays00HrsHours00MinsMinutes00SecsSecondsThank you!Voting serves all of us. Thank you for your commitment.&nbsp;</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "bf464898-fa62-499e-96dd-6c2f68dcfa8231621Running",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Running\" class=\"x-el x-el-div d-none c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Get Out the Vote!Together, we can secure a better future for California!00DaysDays00HrsHours00MinsMinutes00SecsSeconds</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_RUNNING_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">Get Out the Vote!</h2>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"TextMajor\" data-aid=\"COUNTDOWN_RUNNING_DESCRIPTION_RENDERED\" data-typography=\"BodyBeta\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-dl c1-2b c1-5n c1-dm c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61 x-rt\">Together, we can secure a better future for California!</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "STRONG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > strong:nth-child(1)"
            },
            "excerpt": "<strong class=\"x-el x-el-span c1-1p c1-1q c1-b c1-7b c1-45 c1-5w c1-7c\">Together, we can secure a better future for California!</strong>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "bf464898-fa62-499e-96dd-6c2f68dcfa8231621ContainerCountdown",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div data-ux=\"Clock\" aria-label=\"Countdown\" role=\"timer\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621ContainerCountdown\" class=\"x-el x-el-div c1-1 c1-2 c1-dn c1-1g c1-do c1-dp c1-dq c1-dr c1-b c1-c c1-ds c1-d c1-e c1-f c1-g\">00DaysDays00HrsHours00MinsMinutes00SecsSeconds</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"ClockBlock\" class=\"x-el x-el-div c1-1 c1-2 c1-dt c1-b c1-c c1-du c1-dv c1-dw c1-dx c1-dy c1-d c1-e c1-f c1-g\">00DaysDays</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"ClockValue\" data-attr=\"countdown-days\" data-typography=\"DataAlpha\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-dz c1-5f c1-5w c1-e0 c1-e1 c1-e2 c1-e3 c1-e4 c1-e5 c1-e6 c1-e7 c1-e8 c1-e9 c1-5g c1-5h c1-5i c1-5j\">00</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(2)"
            },
            "excerpt": "<p data-ux=\"ClockLabel\" data-typography=\"DetailsBeta\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-3k c1-b c1-7r c1-ea c1-3o c1-eb c1-ec c1-ed c1-ee c1-ef c1-eg\">DaysDays</p>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1)"
            },
            "excerpt": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">Days</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(2) > span:nth-child(2)"
            },
            "excerpt": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-eh c1-ed c1-ee c1-ef c1-eg\">Days</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"ClockBlock\" class=\"x-el x-el-div c1-1 c1-2 c1-dt c1-b c1-c c1-du c1-dv c1-dw c1-dx c1-dy c1-d c1-e c1-f c1-g\">00HrsHours</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"ClockValue\" data-attr=\"countdown-hours\" data-typography=\"DataAlpha\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-dz c1-5f c1-5w c1-e0 c1-e1 c1-e2 c1-e3 c1-e4 c1-e5 c1-e6 c1-e7 c1-e8 c1-e9 c1-5g c1-5h c1-5i c1-5j\">00</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > p:nth-child(2)"
            },
            "excerpt": "<p data-ux=\"ClockLabel\" data-typography=\"DetailsBeta\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-3k c1-b c1-7r c1-ea c1-3o c1-eb c1-ec c1-ed c1-ee c1-ef c1-eg\">HrsHours</p>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > p:nth-child(2) > span:nth-child(1)"
            },
            "excerpt": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">Hrs</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > p:nth-child(2) > span:nth-child(2)"
            },
            "excerpt": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-eh c1-ed c1-ee c1-ef c1-eg\">Hours</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3)"
            },
            "excerpt": "<div data-ux=\"ClockBlock\" class=\"x-el x-el-div c1-1 c1-2 c1-dt c1-b c1-c c1-du c1-dv c1-dw c1-dx c1-dy c1-d c1-e c1-f c1-g\">00MinsMinutes</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"ClockValue\" data-attr=\"countdown-minutes\" data-typography=\"DataAlpha\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-dz c1-5f c1-5w c1-e0 c1-e1 c1-e2 c1-e3 c1-e4 c1-e5 c1-e6 c1-e7 c1-e8 c1-e9 c1-5g c1-5h c1-5i c1-5j\">00</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > p:nth-child(2)"
            },
            "excerpt": "<p data-ux=\"ClockLabel\" data-typography=\"DetailsBeta\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-3k c1-b c1-7r c1-ea c1-3o c1-eb c1-ec c1-ed c1-ee c1-ef c1-eg\">MinsMinutes</p>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > p:nth-child(2) > span:nth-child(1)"
            },
            "excerpt": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">Mins</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > p:nth-child(2) > span:nth-child(2)"
            },
            "excerpt": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-eh c1-ed c1-ee c1-ef c1-eg\">Minutes</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4)"
            },
            "excerpt": "<div data-ux=\"ClockBlock\" class=\"x-el x-el-div c1-1 c1-2 c1-dt c1-b c1-c c1-du c1-dv c1-dw c1-dx c1-dy c1-d c1-e c1-f c1-g\">00SecsSeconds</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"ClockValue\" data-attr=\"countdown-seconds\" data-typography=\"DataAlpha\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-dz c1-5f c1-5w c1-e0 c1-e1 c1-e2 c1-e3 c1-e4 c1-e5 c1-e6 c1-e7 c1-e8 c1-e9 c1-5g c1-5h c1-5i c1-5j\">00</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > p:nth-child(2)"
            },
            "excerpt": "<p data-ux=\"ClockLabel\" data-typography=\"DetailsBeta\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-3k c1-b c1-7r c1-ea c1-3o c1-eb c1-ec c1-ed c1-ee c1-ef c1-eg\">SecsSeconds</p>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > p:nth-child(2) > span:nth-child(1)"
            },
            "excerpt": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-2m c1-ed c1-ee c1-ef c1-eg\">Secs</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > p:nth-child(2) > span:nth-child(2)"
            },
            "excerpt": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-10 c1-b c1-ea c1-eh c1-ed c1-ee c1-ef c1-eg\">Seconds</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "bf464898-fa62-499e-96dd-6c2f68dcfa8231621Complete",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Block\" id=\"bf464898-fa62-499e-96dd-6c2f68dcfa8231621Complete\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Thank you!Voting serves all of us. Thank you for your commitment.&nbsp;</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)"
            },
            "excerpt": "<h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_COMPLETE_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">Thank you!</h2>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"TextMajor\" data-aid=\"COUNTDOWN_COMPLETE_DESCRIPTION_RENDERED\" data-typography=\"BodyBeta\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-dl c1-2b c1-5n c1-dm c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61 x-rt\">Voting serves all of us. Thank you for your commitment.&nbsp;</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "3dc923af-07c0-4c0d-abdd-a67a2805ba43",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"region\" id=\"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-ei c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Get Involved!Stay informed with the latest news and updates from the campaign trail. Email* Sign up </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
            },
            "excerpt": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-ei c1-h c1-i c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">Get Involved!Stay informed with the latest news and updates from the campaign trail. Email* Sign up</section>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">Get Involved!Stay informed with the latest news and updates from the campaign trail. Email* Sign up</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-ej c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-ek c1-5h c1-5i c1-5j\">Get Involved!</h2>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "bs-5",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Element\" id=\"bs-5\" class=\"x-el x-el-div c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Stay informed with the latest news and updates from the campaign trail. Email* Sign up</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1)"
            },
            "excerpt": "<span data-ux=\"Element\" class=\"x-el x-el-span c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\">Stay informed with the latest news and updates from the campaign trail. Email* Sign up</span>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Grid\" data-aid=\"SUBSCRIBE_INNER_FORM_REND\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-82 c1-83 c1-7g c1-2b c1-84 c1-2c c1-85 c1-b c1-c c1-86 c1-87 c1-88 c1-89 c1-d c1-e c1-f c1-g\">Stay informed with the latest news and updates from the campaign trail. Email* Sign up</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"GridCell\" class=\"x-el x-el-div c1-1 c1-2 c1-82 c1-6b c1-8a c1-dh c1-z c1-25 c1-8c c1-27 c1-8d c1-b c1-c c1-di c1-8f c1-8g c1-8h c1-8i c1-8j c1-8k c1-d c1-dj c1-8l c1-8m c1-e c1-f c1-g\">Stay informed with the latest news and updates from the campaign trail. Email* Sign up</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)"
            },
            "excerpt": "<p data-ux=\"Text\" data-aid=\"FORM_DESC_REND\" data-typography=\"BodyAlpha\" class=\"x-el x-el-p c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-6r c1-1g c1-b c1-el c1-c c1-3o c1-d c1-e c1-f c1-g\">Stay informed with the latest news and updates from the campaign trail. </p>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "FORM",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2)"
            },
            "excerpt": "<form aria-live=\"polite\" data-ux=\"InputGroup\" class=\"x-el x-el-form x-el c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-2c c1-b c1-c c1-d c1-e c1-f c1-g\"> Email* Sign up</form>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-59 c1-b c1-c c1-63 c1-d c1-e c1-f c1-g\"> Email* Sign up</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-6b c1-t c1-b c1-c c1-em c1-en c1-d c1-e c1-f c1-g\"> Email* </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"InputFloatLabel\" class=\"x-el x-el-div c1-1 c1-2 c1-s c1-2h c1-4 c1-b c1-c c1-eo c1-ep c1-d c1-e c1-f c1-g\">Email*</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "input31622",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)"
            },
            "excerpt": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" value=\"\" data-typography=\"BodyAlpha\" class=\"x-el x-el-input c1-1 c1-2 c1-2h c1-eq c1-4 c1-er c1-es c1-et c1-eu c1-ev c1-7p c1-ew c1-ex c1-48 c1-ey c1-b c1-el c1-c c1-3o c1-ez c1-f0 c1-f1 c1-f2 c1-f3 c1-f4 c1-f5 c1-f6 c1-f7 c1-f8 c1-eo c1-ep c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "LABEL",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > label:nth-child(2)"
            },
            "excerpt": "<label data-ux=\"InputFloatLabelLabel\" for=\"input31622\" data-typography=\"BodyAlpha\" class=\"x-el x-el-label c1-1 c1-2 c1-1i c1-1s c1-1t c1-4e c1-f9 c1-fa c1-fb c1-fc c1-b c1-el c1-c c1-3o c1-d c1-e c1-f c1-g\">Email*</label>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(2) > div:nth-child(1) > button:nth-child(2)"
            },
            "excerpt": "<button data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" type=\"submit\" data-tccl=\"ux2.gem-subscribe.submit_form.click,clic ...  c1-1f c1-1g c1-1r c1-1t c1-1s c1-s c1-z c1-3d c1-5k c1-7o c1-7p c1-7q c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-3n c1-fd c1-7v c1-2o c1-2q c1-em c1-en c1-fe c1-7w c1-3t c1-3u c1-3v c1-3w\">Sign up</button>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "e94a5ac7-2717-4096-b9da-1e1bc94dcbbe",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Widget\" role=\"contentinfo\" id=\"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" class=\"x-el x-el-div x-el c1-1 c1-2 c1-3 c1-b c1-c c1-d c1-e c1-f c1-g c1-1 c1-2 c1-b c1-c c1-d c1-e c1-f c1-g\"> Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.Paid for by essayli for assembly 2024 - FPPC 1457485 </div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SECTION",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1)"
            },
            "excerpt": "<section data-ux=\"Section\" class=\"x-el x-el-section c1-1 c1-2 c1-3 c1-52 c1-6c c1-b c1-c c1-q c1-r c1-d c1-e c1-f c1-g\">Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.Paid for by essayli for assembly 2024 - FPPC 1457485</section>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Divider\" class=\"x-el x-el-div c1-1 c1-2 c1-3 c1-1c c1-32 c1-10 c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "HR",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > hr:nth-child(1)"
            },
            "excerpt": "<hr aria-hidden=\"true\" role=\"separator\" data-ux=\"DividerHR\" class=\"x-el x-el-hr c1-1 c1-2 c1-ff c1-et c1-ey c1-2b c1-2c c1-4 c1-b c1-c c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Container\" class=\"x-el x-el-div c1-1 c1-2 c1-v c1-w c1-x c1-y c1-z c1-b c1-c c1-14 c1-d c1-15 c1-e c1-16 c1-f c1-17 c1-g\">Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.Paid for by essayli for assembly 2024 - FPPC 1457485</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Layout\" class=\"x-el x-el-div c1-1 c1-2 c1-1g c1-b c1-c c1-d c1-e c1-f c1-g\">Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.Paid for by essayli for assembly 2024 - FPPC 1457485</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Block\" data-aid=\"FOOTER_SOCIAL_LINKS\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1f c1-ce c1-cf c1-fg c1-4b c1-7g c1-cg c1-ch c1-4p c1-b c1-c c1-d c1-e c1-f c1-g\"></div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-ty ... ss=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31623.click,click\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data ... ss=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-ci c1-b c1-21 c1-c c1-22 c1-23 c1-24 c1-d c1-e c1-f c1-g\" data-tccl=\"ux2.FOOTER.footer1.Layout.Default.Link.Default.31624.click,click\"></a>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"FooterDetails\" data-aid=\"FOOTER_COPYRIGHT_RENDERED\" data-typography=\"DetailsGamma\" class=\"x-el c1-fh c1-3j c1-1s c1-1t c1-4r c1-2b c1-t c1-b c1-fi c1-ea c1-3o c1-ed c1-ee c1-ef c1-eg x-rt\">Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.Paid for by essayli for assembly 2024 - FPPC 1457485</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "HR",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > hr:nth-child(3)"
            },
            "excerpt": "<hr aria-hidden=\"true\" role=\"separator\" data-ux=\"HR\" class=\"x-el x-el-hr c1-1 c1-2 c1-fj c1-et c1-ey c1-2b c1-t c1-fk c1-v c1-w c1-b c1-c c1-d c1-e c1-f c1-g\">"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(4)"
            },
            "excerpt": "<p data-ux=\"FooterDetails\" data-aid=\"FOOTER_POWERED_BY_RENDERED\" data-typography=\"DetailsGamma\" class=\"x-el x-el-p c1-fh c1-3j c1-1s c1-1t c1-4r c1-2b c1-2c c1-b c1-fi c1-ea c1-3o c1-ed c1-ee c1-ef c1-eg\"></p>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-banner",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1)"
            },
            "excerpt": "<div data-ux=\"Group\" data-aid=\"FOOTER_COOKIE_BANNER_RENDERED\" id=\"3e75f09e-ed23-4572-ba11-0ec47110e72c-banner\" class=\"x-el x-el-div c1-1 c1-2 c1-4y c1-cd c1-fl c1-4 c1-fm c1-4n c1-ei c1-48 c1-4i c1-fn ... website uses cookies.We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.Accept</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > h4:nth-child(1)"
            },
            "excerpt": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\">This website uses cookies.</h4>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(2)"
            },
            "excerpt": "<div data-ux=\"Text\" data-aid=\"FOOTER_COOKIE_MESSAGE_RENDERED\" data-typography=\"BodyAlpha\" class=\"x-el c1-1 c1-2 c1-1s c1-1t c1-4r c1-2b c1-2c c1-fy c1-4i c1-b c1-el c1-c c1-3o c1-fz c1-d c1-e c1-f c1-g x-rt\">We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(3)"
            },
            "excerpt": "<div data-ux=\"Block\" class=\"x-el x-el-div c1-1 c1-2 c1-19 c1-1a c1-b c1-c c1-d c1-e c1-f c1-g\">Accept</div>"
          },
          {
            "ruleID": "QW-WCAG-T28",
            "what": "This technique checks that all font-size attribute uses percent, em or names.",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)"
            },
            "excerpt": "<a data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" href=\"\" data-aid=\"FOOTER_COOKIE_CLOSE_RENDERED\" id=\"3e75f09e-ed23-4572 ... -g4 c1-3r c1-g5 c1-48 c1-dz c1-3 c1-b c1-5w c1-7t c1-ea c1-fd c1-7v c1-g6 c1-7w c1-ed c1-ee c1-ef c1-eg\" data-tccl=\"ux2.COOKIE_BANNER.cookie1.Group.Default.Button.Primary.31625.click,click\">Accept</a>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H1",
            "id": "dynamic-tagline-31618",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)"
            },
            "excerpt": "<h1 role=\"heading\" aria-level=\"1\" data-ux=\"Tagline\" data-aid=\"HEADER_TAGLINE_RENDERED\" id=\"dynamic-tagline-31618\" data-typography=\"HeadingAlpha\" class=\"x-el x-el-h1 c1-6q c1-2 c1-1s c1-1t c1-6p c1-v c1-w c1-2b c1-6r c1-6s c1-1i c1-z c1-4 c1-s c1-1j c1-3m c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\" data-last-size=\"44px\">It's time to restore common sense in Sacramento</h1>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)"
            },
            "excerpt": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"ContentHeading\" data-aid=\"CONTENT_MEDIA_HEADLINE1_RENDERED\" data-typography=\"HeadingAlpha\" data-font-scaled=\"true\" class=\"x-el x-el-h4 c1-6q c1-2 c1-1s c1-1t c1-6p c1-34 c1-35 c1-2b c1-2c c1-1j c1-4s c1-6t c1-3o c1-6u c1-6v c1-6w c1-6x\">Meet Bill Essayli</h4>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)"
            },
            "excerpt": "<h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"COUNTDOWN_COMPLETE_HEADLINE_RENDERED\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-5h c1-5i c1-5j\">Thank you!</h2>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > h2:nth-child(1)"
            },
            "excerpt": "<h2 role=\"heading\" aria-level=\"2\" data-ux=\"SectionBannerHeading\" data-aid=\"SECTION_TITLE_REND\" data-typography=\"HeadingGamma\" class=\"x-el x-el-h2 c1-dk c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-ej c1-5n c1-1g c1-1j c1-7r c1-5f c1-3o c1-5g c1-ek c1-5h c1-5i c1-5j\">Get Involved!</h2>"
          },
          {
            "ruleID": "QW-BP1",
            "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content",
            "ordinalSeverity": 0,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > div:nth-child(1) > h4:nth-child(1)"
            },
            "excerpt": "<h4 role=\"heading\" aria-level=\"4\" data-ux=\"Heading\" data-aid=\"FOOTER_COOKIE_TITLE_RENDERED\" data-typography=\"HeadingDelta\" class=\"x-el x-el-h4 c1-fx c1-2 c1-1s c1-1t c1-dl c1-34 c1-35 c1-2b c1-2c c1-7p c1-b c1-7r c1-5v c1-3o c1-5x c1-5z c1-60 c1-61\">This website uses cookies.</h4>"
          },
          {
            "ruleID": "QW-BP15",
            "what": "At least one width attribute of an HTML element is expressed in absolute values",
            "ordinalSeverity": 1,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\"></svg>"
          },
          {
            "ruleID": "QW-BP15",
            "what": "At least one width attribute of an HTML element is expressed in absolute values",
            "ordinalSeverity": 1,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"28\" height=\"28\" data-ux=\"Icon\" data-edit-interactive=\"true\" class=\"x-el x-el-svg c1-1 c1-2 c1-45 c1-1i c1-2d c1-b c1-3n c1-3t c1-3u c1-3v c1-3w\"></svg>"
          },
          {
            "ruleID": "QW-BP15",
            "what": "At least one width attribute of an HTML element is expressed in absolute values",
            "ordinalSeverity": 1,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40\" height=\"40\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\"></svg>"
          },
          {
            "ruleID": "QW-BP15",
            "what": "At least one width attribute of an HTML element is expressed in absolute values",
            "ordinalSeverity": 1,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40\" height=\"40\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-cj c1-ck c1-4p c1-b c1-c c1-cl c1-cm c1-d c1-cn c1-co c1-cp c1-cq c1-cr c1-cs c1-ct c1-cu c1-e c1-f c1-g\"></svg>"
          },
          {
            "ruleID": "QW-BP15",
            "what": "At least one width attribute of an HTML element is expressed in absolute values",
            "ordinalSeverity": 1,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>"
          },
          {
            "ruleID": "QW-BP15",
            "what": "At least one width attribute of an HTML element is expressed in absolute values",
            "ordinalSeverity": 1,
            "tagName": "SVG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1)"
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"IconSocial\" class=\"x-el x-el-svg c1-1 c1-2 c1-4s c1-1i c1-2d c1-43 c1-42 c1-44 c1-41 c1-b c1-c c1-d c1-e c1-f c1-g\"></svg>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(1)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Home</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(2)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Meet Bill</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(3)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Campaign Updates</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(4)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Endorsements</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(5)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Media</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(6)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Contact Us</li>"
          },
          {
            "ruleID": "QW-BP23",
            "what": "Ensures <li> elements are used semantically",
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > ul:nth-child(2) > li:nth-child(7)"
            },
            "excerpt": "<li data-ux=\"ListItem\" role=\"menuitem\" class=\"x-el x-el-li c1-1 c1-2 c1-4m c1-2c c1-3k c1-4n c1-b c1-c c1-4o c1-d c1-e c1-f c1-g\">Donate</li>"
          }
        ]
      },
      "endTime": 1687102202248
    },
    {
      "type": "test",
      "which": "tenon",
      "id": "a",
      "startTime": 1687102202248,
      "url": "https://essayliforassembly.com/",
      "what": "Tenon",
      "result": {
        "status": 200,
        "message": "OK",
        "code": "success",
        "info": "Success",
        "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success",
        "responseExecTime": "0.072",
        "responseTime": "2023-06-18T15:30:01.733Z",
        "data": {
          "apiErrors": [],
          "documentSize": 1112919,
          "metadata": null,
          "resultSummary": {
            "tests": {
              "total": 180,
              "passing": 171,
              "failing": 9
            },
            "issues": {
              "totalErrors": 22,
              "totalWarnings": 6,
              "totalIssues": 28
            },
            "issuesByLevel": {
              "A": {
                "count": 21,
                "pct": 75
              },
              "AA": {
                "count": 10,
                "pct": 35.71
              },
              "AAA": {
                "count": 28,
                "pct": 100
              }
            },
            "density": {
              "errorDensity": 2,
              "warningDensity": 1,
              "allDensity": 3
            }
          },
          "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490",
          "responseID": "906c03b3-7484-4d92-b6cb-fcd58a03527b",
          "docID": "92912b58-6df3-4a4d-849a-92453361c10a",
          "sourceHash": "b80e29dd08ecbd1b2c58dcf337147ddd",
          "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=906c03b3-7484-4d92-b6cb-fcd58a03527b",
          "resultSet": [
            {
              "tID": 73,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link text is uninformative.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "The text in this link is too generic to be helpful for users.  Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4332,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavLinkDropdown\" data-toggle-ignore=\"true\" id=\"1\" aria-expanded=\"false\" data-aid=\"NAV_MORE\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c2-9 c2-a c2-b c2-c c",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[8]/div[1]/span[1]/a[1]",
              "issueID": "14b32ad87474513d3833a5649bf65a9d",
              "signature": "9942c92cbddc28b234fd2dc6de8d12fa",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=14b32ad87474513d3833a5649bf65a9d"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 415,
                  "y": 56
                },
                "bottom-right": {
                  "x": 609,
                  "y": 78
                },
                "height": 22,
                "width": 194
              },
              "position": {
                "line": 4331,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x ",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/div[2]/div[1]/a[1]",
              "issueID": "9c54fcd6cba0971721a0b30bf1908970",
              "signature": "7666a06187ef5e6e8d6b8fce892e696f",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=9c54fcd6cba0971721a0b30bf1908970"
            },
            {
              "tID": 79,
              "bpID": 106,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)"
              ],
              "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.",
              "errorDescription": "This link is already labeled by its text.  The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 5367,
                "column": 5796
              },
              "errorSnippet": "&lt;a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x ",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]",
              "issueID": "325896c54c643a3ac4b0d4f5718284cf",
              "signature": "75a4f93de893f562d47c3f87e58f697f",
              "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=325896c54c643a3ac4b0d4f5718284cf"
            },
            {
              "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": 0,
                  "y": -8
                },
                "bottom-right": {
                  "x": 0,
                  "y": -8
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4332,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class=\"x-el x-el-a ",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[8]/ul[1]/li[2]/a[1]",
              "issueID": "63f691af8d4aec718b0cc0f21515dec0",
              "signature": "642e586c88a3f04708d1daf537557b17",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=63f691af8d4aec718b0cc0f21515dec0"
            },
            {
              "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": 0,
                  "y": -8
                },
                "bottom-right": {
                  "x": 0,
                  "y": -8
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4332,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/campaign-updates\" data-typography=\"NavAlpha\" class=\"x-el ",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[8]/ul[1]/li[3]/a[1]",
              "issueID": "a69a23020365e6c7288e15f223f974ec",
              "signature": "0af7120a38c2b111c721e5c26bbda0f7",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=a69a23020365e6c7288e15f223f974ec"
            },
            {
              "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": 0,
                  "y": -8
                },
                "bottom-right": {
                  "x": 0,
                  "y": -8
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4332,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[8]/ul[1]/li[4]/a[1]",
              "issueID": "e5a1ae26b3895e4f8121b80d5ef2c9f4",
              "signature": "964d7bb4487cebf0673112494c870ae6",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=e5a1ae26b3895e4f8121b80d5ef2c9f4"
            },
            {
              "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": 0,
                  "y": -8
                },
                "bottom-right": {
                  "x": 0,
                  "y": -8
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4332,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[8]/ul[1]/li[5]/a[1]",
              "issueID": "70287d2870b6ee95173d2c0b6610827b",
              "signature": "519fea6f6abf16ac6f5200012583c8c4",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=70287d2870b6ee95173d2c0b6610827b"
            },
            {
              "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": 0,
                  "y": -8
                },
                "bottom-right": {
                  "x": 0,
                  "y": -8
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4360,
                "column": 416
              },
              "errorSnippet": "&lt;a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/contact-us\" data-typography=\"NavAlpha\" class=\"x-el x-el-a",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[8]/ul[1]/li[6]/a[1]",
              "issueID": "dae50a48638ab2738940bb45ae6c7343",
              "signature": "f21bf8662073ff2b337d21fded53c85e",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=dae50a48638ab2738940bb45ae6c7343"
            },
            {
              "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": 0,
                  "y": -8
                },
                "bottom-right": {
                  "x": 0,
                  "y": -8
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4362,
                "column": 1090
              },
              "errorSnippet": "&lt;a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[8]/ul[1]/li[7]/a[1]",
              "issueID": "501e6a7102a723be6926b2c865820786",
              "signature": "84ce56e6e77de06ab616ec2bf06ede63",
              "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=501e6a7102a723be6926b2c865820786"
            },
            {
              "tID": 144,
              "bpID": 14,
              "priority": 91,
              "level": [
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This content's line height is insufficent to properly display the computed element font size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation"
              ],
              "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.",
              "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 3131.72
                },
                "height": 3131.72,
                "width": 1024
              },
              "position": {
                "line": 6367,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"x x-fonts-playfair-display\"&gt;&lt;div id=\"layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd\" class=\"layout layout-layout layout-layout-layout-27 locale-en-US lang-en\"&gt;&lt;div data-ux=\"Page\" id=\"page-31585\" class=\"x-el x-el-div x-",
              "xpath": "/html/body",
              "issueID": "20266c1f4c96f1e0cc9b28f166bace07",
              "signature": "b19d9ab64360890fc0772f6f8ae6933d",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=20266c1f4c96f1e0cc9b28f166bace07"
            },
            {
              "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": 508,
                  "y": 43
                },
                "bottom-right": {
                  "x": 896,
                  "y": 215
                },
                "height": 172,
                "width": 388
              },
              "position": {
                "line": 12037,
                "column": 0
              },
              "errorSnippet": "&lt;div data-ux=\"Element\" id=\"tagline-container-31617\" class=\"x-el x-el-div c1-1 c1-2 c1-1s c1-1t c1-6p c1-3k c1-s c1-z c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"\"&gt;&lt;h1 role=\"heading\" aria-level=\"1\" data-ux=\"Tagline\" data-aid=\"HEADER_TAGLINE_RENDERED\" i",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]",
              "issueID": "a07311849dc0811b2252697e936308dc",
              "signature": "c871e00636b12d38c2df06c481c17e15",
              "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=a07311849dc0811b2252697e936308dc"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 0,
                  "y": 0
                },
                "height": 0,
                "width": 0
              },
              "position": {
                "line": 4380,
                "column": 79
              },
              "errorSnippet": "&lt;a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31607\" aria-expanded=\"false\" toggleid=\"n-31586-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Ham",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/a[1]",
              "issueID": "63abf79f3668f64772f9c82054a980d7",
              "signature": "e55dedd83360722b08eea7dd3ba5f7da",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=63abf79f3668f64772f9c82054a980d7"
            },
            {
              "tID": 152,
              "bpID": 211,
              "priority": 88,
              "level": [
                "A",
                "AA",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "This actionable element is smaller than the minimum required size.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size"
              ],
              "resultTitle": "Ensure content is legible.",
              "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 241.25
                },
                "bottom-right": {
                  "x": 28,
                  "y": 269.25
                },
                "height": 28,
                "width": 28
              },
              "position": {
                "line": 12037,
                "column": 0
              },
              "errorSnippet": "&lt;button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[1]",
              "issueID": "931d737a20fd67b88050ab43ec725e8b",
              "signature": "388921abb0e1dbce8960c12729871d47",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=931d737a20fd67b88050ab43ec725e8b"
            },
            {
              "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": 900,
                  "y": 241.25
                },
                "bottom-right": {
                  "x": 928,
                  "y": 269.25
                },
                "height": 28,
                "width": 28
              },
              "position": {
                "line": 12037,
                "column": 0
              },
              "errorSnippet": "&lt;button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[2]",
              "issueID": "534bc8796cf2642aff5aa3a70e94bd4c",
              "signature": "49f551ebf04f08dc561571d75ec08a34",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=534bc8796cf2642aff5aa3a70e94bd4c"
            },
            {
              "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": 472,
                  "y": 2908.71875
                },
                "bottom-right": {
                  "x": 512,
                  "y": 2948.71875
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 8324,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/a[1]",
              "issueID": "197b42a091462000f1d8ef242c77b32d",
              "signature": "d111f3c1838be8fef9edcc9b7eeada22",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=197b42a091462000f1d8ef242c77b32d"
            },
            {
              "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": 512,
                  "y": 2908.71875
                },
                "bottom-right": {
                  "x": 552,
                  "y": 2948.71875
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 8325,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/a[2]",
              "issueID": "c77bb7b1a96cffe0c04482b793e6087c",
              "signature": "d58426eb225f38aae0d5cfbb5f0c1513",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=c77bb7b1a96cffe0c04482b793e6087c"
            },
            {
              "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": 44,
                  "y": 2972.71875
                },
                "bottom-right": {
                  "x": 980,
                  "y": 3026.71875
                },
                "height": 54,
                "width": 936
              },
              "position": {
                "line": 12037,
                "column": 0
              },
              "errorSnippet": "&lt;div data-ux=\"FooterDetails\" data-aid=\"FOOTER_COPYRIGHT_RENDERED\" data-typography=\"DetailsGamma\" class=\"x-el c1-fh c1-3j c1-1s c1-1t c1-4r c1-2b c1-t c1-b c1-fi c1-ea c1-3o c1-ed c1-ee c1-ef c1-eg x-rt\"&gt;&lt;p style=\"margin:0\"&gt;&lt;span&gt;Copyrig",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]",
              "issueID": "ebb7f9233288009a6f07fd7698d0b39a",
              "signature": "732124b4e76ea436c565c7648a3e507d",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=ebb7f9233288009a6f07fd7698d0b39a"
            },
            {
              "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": 44,
                  "y": 2972.71875
                },
                "bottom-right": {
                  "x": 980,
                  "y": 2990.71875
                },
                "height": 18,
                "width": 936
              },
              "position": {
                "line": 12037,
                "column": 0
              },
              "errorSnippet": "&lt;p style=\"margin:0\"&gt;&lt;span&gt;Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.&lt;/span&gt;&lt;/p&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/p[1]",
              "issueID": "b652d4a34ea69f79a187cf9e091e8010",
              "signature": "9d119f365d35adb36b37ffb3e3c1cd89",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=b652d4a34ea69f79a187cf9e091e8010"
            },
            {
              "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": 273.625,
                  "y": 2972.71875
                },
                "bottom-right": {
                  "x": 749.625,
                  "y": 2989.71875
                },
                "height": 17,
                "width": 476
              },
              "position": {
                "line": 12037,
                "column": 0
              },
              "errorSnippet": "&lt;span&gt;Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.&lt;/span&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/p[1]/span[1]",
              "issueID": "13b73767c3d4ef747321227f3ea38ea2",
              "signature": "dc988a2d2ec877fc5820bab5d3cbc54a",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=13b73767c3d4ef747321227f3ea38ea2"
            },
            {
              "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": 44,
                  "y": 3008.71875
                },
                "bottom-right": {
                  "x": 980,
                  "y": 3026.71875
                },
                "height": 18,
                "width": 936
              },
              "position": {
                "line": 12037,
                "column": 0
              },
              "errorSnippet": "&lt;p style=\"margin:0\"&gt;&lt;span&gt;Paid for by essayli for assembly 2024 - FPPC 1457485&lt;/span&gt;&lt;/p&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/p[3]",
              "issueID": "ffbfd2c268fea07163d4b0cfbd5c0253",
              "signature": "e03acbecfb9612e6c1d512b2986d1146",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=ffbfd2c268fea07163d4b0cfbd5c0253"
            },
            {
              "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": 322.09375,
                  "y": 3008.71875
                },
                "bottom-right": {
                  "x": 702.09375,
                  "y": 3025.71875
                },
                "height": 17,
                "width": 380
              },
              "position": {
                "line": 12037,
                "column": 0
              },
              "errorSnippet": "&lt;span&gt;Paid for by essayli for assembly 2024 - FPPC 1457485&lt;/span&gt;",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/p[3]/span[1]",
              "issueID": "2239946679f666fa6363d2a52f6f3d8d",
              "signature": "e948d7acd7cedf5428aa970e99b30671",
              "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=2239946679f666fa6363d2a52f6f3d8d"
            },
            {
              "tID": 155,
              "bpID": 143,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 60,
              "errorTitle": "These headings are not structured in a hierarchical manner.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings"
              ],
              "resultTitle": "Make sure that headings are in the right order for the content.",
              "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": 1024,
                  "y": 3131.72
                },
                "height": 3131.72,
                "width": 1024
              },
              "position": {
                "line": 6367,
                "column": 60
              },
              "errorSnippet": "&lt;body class=\"x x-fonts-playfair-display\"&gt;&lt;div id=\"layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd\" class=\"layout layout-layout layout-layout-layout-27 locale-en-US lang-en\"&gt;&lt;div data-ux=\"Page\" id=\"page-31585\" class=\"x-el x-el-div x-",
              "xpath": "/html/body",
              "issueID": "1059d4237e5acc3ea03599f6ae83d6d4",
              "signature": "a9eb5daa93e6d70860e48632e340298a",
              "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=1059d4237e5acc3ea03599f6ae83d6d4"
            },
            {
              "tID": 190,
              "bpID": 73,
              "priority": 100,
              "level": [
                "A",
                "AAA"
              ],
              "certainty": 100,
              "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
              "standards": [
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard",
                "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)"
              ],
              "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.",
              "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute.  As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.",
              "viewPortLocation": {
                "top-left": {
                  "x": 0,
                  "y": 0
                },
                "bottom-right": {
                  "x": -32,
                  "y": -32
                },
                "height": -32,
                "width": -32
              },
              "position": {
                "line": 8025,
                "column": 0
              },
              "errorSnippet": "&lt;ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-31590\" class=\"x-el x-el-ul c1-1 c1-2 c1-48 c1-49 c1-3 c1-4a c1-4b c1-4c c1-4d c1-4e c1-4f c1-4g c1-3e c1-4h c1-4i c1-10 c1-4j c1-b c1-c c1-4k c1-4l c1-d c1-e c1-f c1-g\" style=\"\"&gt;&lt;li data-ux=\"ListItem\" ",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[8]/ul[1]",
              "issueID": "9f070dc60decd579c472d3952f7200dd",
              "signature": "de1acbb0ffa464bf786d873c8e4e9524",
              "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=9f070dc60decd579c472d3952f7200dd"
            },
            {
              "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": 632,
                  "y": 301
                },
                "bottom-right": {
                  "x": 707.984,
                  "y": 341
                },
                "height": 40,
                "width": 75.98400000000001
              },
              "position": {
                "line": 7965,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/a[1]",
              "issueID": "becf44dd2115779f6192ff74d48e03d7",
              "signature": "2923c53678a61c3778b09a70d85e3e75",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=becf44dd2115779f6192ff74d48e03d7"
            },
            {
              "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": 416,
                  "y": 2295.71875
                },
                "bottom-right": {
                  "x": 512,
                  "y": 2351.71875
                },
                "height": 56,
                "width": 96
              },
              "position": {
                "line": 7965,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/a[1]",
              "issueID": "4b3dabc9cb7c32ec8e8299b1469adae6",
              "signature": "0a4f27b2ff574fe2d6780c0f3cf4ab11",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=4b3dabc9cb7c32ec8e8299b1469adae6"
            },
            {
              "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": 512,
                  "y": 2295.71875
                },
                "bottom-right": {
                  "x": 608,
                  "y": 2351.71875
                },
                "height": 56,
                "width": 96
              },
              "position": {
                "line": 8324,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/a[2]",
              "issueID": "3f44685e943e52ede555218196e9cad5",
              "signature": "5842f636c510322a04e083b857ec0cd0",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=3f44685e943e52ede555218196e9cad5"
            },
            {
              "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": 472,
                  "y": 2908.71875
                },
                "bottom-right": {
                  "x": 512,
                  "y": 2948.71875
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 8324,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/a[1]",
              "issueID": "cfabb8feaa9ceaa86154fd0628f16964",
              "signature": "3252377a7635492e31f07aa3a836b0c1",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=cfabb8feaa9ceaa86154fd0628f16964"
            },
            {
              "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": 512,
                  "y": 2908.71875
                },
                "bottom-right": {
                  "x": 552,
                  "y": 2948.71875
                },
                "height": 40,
                "width": 40
              },
              "position": {
                "line": 8325,
                "column": 0
              },
              "errorSnippet": "&lt;a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1",
              "xpath": "/html/body/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/a[2]",
              "issueID": "2cf4aafa22aee757845d380028d0152c",
              "signature": "e10ae4083681f29a4e023737c109464d",
              "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=2cf4aafa22aee757845d380028d0152c"
            }
          ],
          "log": []
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          0,
          0,
          6,
          22
        ],
        "instances": [
          {
            "ruleID": "73",
            "what": "This link text is uninformative.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "1",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[8]/div[1]/span[1]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"NavLinkDropdown\" data-toggle-ignore=\"true\" id=\"1\" aria-expanded=\"false\" data-aid=\"NAV_MORE\" data-edit-interactive=\"true\" href=\"#\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c2-9 c2-a c2-b c2-c c"
          },
          {
            "ruleID": "79",
            "what": "This link has a `title` attribute that is the same as the text inside the link.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/div[2]/div[1]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x "
          },
          {
            "ruleID": "79",
            "what": "This link has a `title` attribute that is the same as the text inside the link.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe616309ce5\" title=\"Bill Essayli for Assembly\" href=\"/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q c1-1r c1-1s c1-1t c1-1u c1-1v c1-1w c1-1x "
          },
          {
            "ruleID": "98",
            "what": "These links have the same text but different destinations.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[8]/ul[1]/li[2]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"3d981d0a-a242-4e99-ae09-e1ffdbf965ef\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/meet-bill\" data-typography=\"NavAlpha\" class=\"x-el x-el-a "
          },
          {
            "ruleID": "98",
            "what": "These links have the same text but different destinations.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[8]/ul[1]/li[3]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"279f07c0-86e0-47ef-845c-ace2cf822dce\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/campaign-updates\" data-typography=\"NavAlpha\" class=\"x-el "
          },
          {
            "ruleID": "98",
            "what": "These links have the same text but different destinations.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[8]/ul[1]/li[4]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"7d2b009b-6547-4139-8dd4-6fd15f494145\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/endorsements\" data-typography=\"NavAlpha\" class=\"x-el x-el"
          },
          {
            "ruleID": "98",
            "what": "These links have the same text but different destinations.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[8]/ul[1]/li[5]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"88d4b19f-fa70-4577-862d-4b4c248df600\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/media\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-3"
          },
          {
            "ruleID": "98",
            "what": "These links have the same text but different destinations.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[8]/ul[1]/li[6]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"a31b278f-b0ae-4e2b-8a59-f33c6a6aea85\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/contact-us\" data-typography=\"NavAlpha\" class=\"x-el x-el-a"
          },
          {
            "ruleID": "98",
            "what": "These links have the same text but different destinations.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[8]/ul[1]/li[7]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"false\" data-ux=\"NavMoreMenuLink\" target=\"\" data-page=\"132bf3d7-796d-431b-9ce8-9234219fd619\" data-edit-interactive=\"true\" aria-labelledby=\"more-31590\" href=\"/donate\" data-typography=\"NavAlpha\" class=\"x-el x-el-a c1-"
          },
          {
            "ruleID": "144",
            "what": "This content's line height is insufficent to properly display the computed element font size.",
            "ordinalSeverity": 3,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body class=\"x x-fonts-playfair-display\"><div id=\"layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd\" class=\"layout layout-layout layout-layout-layout-27 locale-en-US lang-en\"><div data-ux=\"Page\" id=\"page-31585\" class=\"x-el x-el-div x-"
          },
          {
            "ruleID": "144",
            "what": "This content's line height is insufficent to properly display the computed element font size.",
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "tagline-container-31617",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]"
            },
            "excerpt": "<div data-ux=\"Element\" id=\"tagline-container-31617\" class=\"x-el x-el-div c1-1 c1-2 c1-1s c1-1t c1-6p c1-3k c1-s c1-z c1-b c1-c c1-d c1-e c1-f c1-g\" style=\"\"><h1 role=\"heading\" aria-level=\"1\" data-ux=\"Tagline\" data-aid=\"HEADER_TAGLINE_RENDERED\" i"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "31607",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[2]/nav[1]/div[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31607\" aria-expanded=\"false\" toggleid=\"n-31586-navId-mobile\" icon=\"hamburger\" data-edit-interactive=\"true\" data-aid=\"HAMBURGER_MENU_LINK\" aria-label=\"Ham"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[1]"
            },
            "excerpt": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-71 c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[2]"
            },
            "excerpt": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c1-1 c1-2 c1-cd c1-1w c1-1x c1-1y c1-1z c1-7o c1-7p c1-28 c1-26 c1-c2 c1-48 c1-7r c1-3n c1-c3 c1-c4 c1-4e c1-c5 c1-c6 c1-b c1-c7 c1-c8 c1-3t c1-c9 c1-ca"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q"
          },
          {
            "ruleID": "152",
            "what": "This actionable element is smaller than the minimum required size.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/a[2]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]"
            },
            "excerpt": "<div data-ux=\"FooterDetails\" data-aid=\"FOOTER_COPYRIGHT_RENDERED\" data-typography=\"DetailsGamma\" class=\"x-el c1-fh c1-3j c1-1s c1-1t c1-4r c1-2b c1-t c1-b c1-fi c1-ea c1-3o c1-ed c1-ee c1-ef c1-eg x-rt\"><p style=\"margin:0\"><span>Copyrig"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/p[1]"
            },
            "excerpt": "<p style=\"margin:0\"><span>Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.</span></p>"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/p[1]/span[1]"
            },
            "excerpt": "<span>Copyright © 2022 Bill Essayli for Assembly - All Rights Reserved.</span>"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "P",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/p[3]"
            },
            "excerpt": "<p style=\"margin:0\"><span>Paid for by essayli for assembly 2024 - FPPC 1457485</span></p>"
          },
          {
            "ruleID": "153",
            "what": "This long string of text is in all caps.",
            "ordinalSeverity": 2,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/p[3]/span[1]"
            },
            "excerpt": "<span>Paid for by essayli for assembly 2024 - FPPC 1457485</span>"
          },
          {
            "ruleID": "155",
            "what": "These headings are not structured in a hierarchical manner.",
            "ordinalSeverity": 2,
            "tagName": "BODY",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body"
            },
            "excerpt": "<body class=\"x x-fonts-playfair-display\"><div id=\"layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd\" class=\"layout layout-layout layout-layout-layout-27 locale-en-US lang-en\"><div data-ux=\"Page\" id=\"page-31585\" class=\"x-el x-el-div x-"
          },
          {
            "ruleID": "190",
            "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.",
            "ordinalSeverity": 3,
            "tagName": "UL",
            "id": "more-31590",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/nav[1]/div[2]/div[1]/nav[1]/ul[1]/li[8]/ul[1]"
            },
            "excerpt": "<ul data-ux=\"Dropdown\" role=\"menu\" id=\"more-31590\" class=\"x-el x-el-ul c1-1 c1-2 c1-48 c1-49 c1-3 c1-4a c1-4b c1-4c c1-4d c1-4e c1-4f c1-4g c1-3e c1-4h c1-4i c1-10 c1-4j c1-b c1-c c1-4k c1-4l c1-d c1-e c1-f c1-g\" style=\"\"><li data-ux=\"ListItem\" "
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[3]/div[1]/a[1]"
            },
            "excerpt": "<a rel=\"noopener\" data-ux-btn=\"primary\" data-ux=\"ButtonPrimary\" color=\"HIGHCONTRAST\" fill=\"SOLID\" shape=\"SQUARE\" decoration=\"NONE\" shadow=\"NONE\" data-aid=\"HEADER_CTA_BTN\" href=\"https://www.efundraisingconnections.com/c/Essayli24\" target=\"_blank\" data-"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/section[1]/div[1]/div[1]/a[2]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/a[1]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_FACEBOOK_LINK\" aria-label=\"Facebook Social Link\" href=\"https://www.facebook.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1-1q"
          },
          {
            "ruleID": "218",
            "what": "This link opens in a new window without user control.",
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "xpath",
              "spec": "/html/body/div[1]/div[1]/div[1]/div[8]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/a[2]"
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_INSTAGRAM_LINK\" aria-label=\"Instagram Social Link\" href=\"https://www.instagram.com/billessayli/\" data-typography=\"LinkAlpha\" class=\"x-el x-el-a c1-1p c1"
          }
        ]
      },
      "endTime": 1687102202718
    },
    {
      "type": "test",
      "which": "testaro",
      "withItems": true,
      "rules": [
        "n",
        "motion"
      ],
      "startTime": 1687102202718,
      "url": "https://essayliforassembly.com/",
      "what": "Testaro",
      "result": {
        "rules": {
          "allHidden": {
            "what": "page that is entirely or mostly hidden",
            "data": {
              "hidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "reallyHidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "display": {
                "document": "block",
                "body": "block",
                "main": "block"
              },
              "visHidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "ariaHidden": {
                "document": false,
                "body": false,
                "main": false
              },
              "tagName": {
                "document": "HTML",
                "body": "BODY",
                "main": "DIV"
              },
              "id": {
                "body": "",
                "main": "n-31586"
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "autocomplete": {
            "what": "name and email inputs without autocomplete attributes",
            "data": {
              "total": 1,
              "items": [
                [
                  "email",
                  "",
                  "Email*; #input31622"
                ]
              ]
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "autocomplete",
                "what": "Input is missing the required autocomplete attribute with value email",
                "ordinalSeverity": 2,
                "tagName": "INPUT",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Email*; #input31622"
              }
            ]
          },
          "bulk": {
            "what": "large count of visible elements",
            "data": {
              "visibleElements": 188
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "docType": {
            "what": "document without a doctype property",
            "data": {
              "docHasType": true
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "dupAtt": {
            "what": "elements with duplicate attributes",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "embAc": {
            "what": "active elements embedded in links or buttons",
            "data": {
              "totals": {
                "links": 0,
                "buttons": 0,
                "inputs": 0,
                "selects": 0
              },
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "filter": {
            "what": "filter styles on elements",
            "data": {
              "totals": {
                "styledElements": 0,
                "impactedElements": 0
              },
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "focAll": {
            "what": "discrepancies between focusable and Tab-focused elements",
            "data": {
              "tabFocusables": 18,
              "tabFocused": 22,
              "discrepancy": 4
            },
            "totals": [
              0,
              0,
              4,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "focAll",
                "what": "Some focusable elements are not Tab-focusable or vice versa",
                "count": 4,
                "ordinalSeverity": 2,
                "tagName": "",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "focInd": {
            "what": "missing and nonstandard focus indicators",
            "data": {
              "totals": {
                "total": 18,
                "types": {
                  "missing": {
                    "total": 2,
                    "tagNames": {
                      "BUTTON": 2
                    }
                  },
                  "nonoutline": {
                    "total": 1,
                    "tagNames": {
                      "INPUT": 1
                    }
                  },
                  "outline": {
                    "total": 15,
                    "meanDelay": 21,
                    "tagNames": {
                      "A": 14,
                      "BUTTON": 1
                    }
                  }
                }
              },
              "items": {
                "missing": [
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-butto"
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c"
                  }
                ],
                "nonoutline": [
                  {
                    "tagName": "INPUT",
                    "id": "input31622",
                    "text": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" v"
                  }
                ],
                "outline": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe6163",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Meet Bill",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Campaign Updates",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Media",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact Us",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "DONATE",
                    "delay": 102
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_F",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_I",
                    "delay": 0
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Sign up",
                    "delay": 100
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_I",
                    "delay": 0
                  },
                  {
                    "tagName": "A",
                    "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
                    "text": "Accept",
                    "delay": 101
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              1,
              2
            ],
            "standardInstances": [
              {
                "ruleID": "focInd",
                "what": "INPUT element has a non-outline focus indicator",
                "ordinalSeverity": 2,
                "tagName": "INPUT",
                "id": "input31622",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" v"
              },
              {
                "ruleID": "focInd",
                "what": "BUTTON element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-butto"
              },
              {
                "ruleID": "focInd",
                "what": "BUTTON element has no focus indicator",
                "ordinalSeverity": 3,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c"
              }
            ]
          },
          "focOp": {
            "what": "discrepancies between focusability and operability",
            "data": {
              "totals": {
                "total": 37,
                "types": {
                  "onlyFocusable": {
                    "total": 0,
                    "tagNames": {}
                  },
                  "onlyOperable": {
                    "total": 2,
                    "tagNames": {
                      "svg": 2
                    }
                  },
                  "focusableAndOperable": {
                    "total": 35,
                    "tagNames": {
                      "A": 31,
                      "BUTTON": 3,
                      "INPUT": 1
                    }
                  }
                }
              },
              "items": {
                "onlyFocusable": [],
                "onlyOperable": [
                  {
                    "tagName": "svg",
                    "id": "",
                    "text": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "svg",
                    "id": "",
                    "text": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"NavigationDrawerClo",
                    "byTag": false,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ],
                "focusableAndOperable": [
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe6163",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Meet Bill",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Campaign Updates",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Media",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact Us",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "1",
                    "text": "More",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Meet Bill",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Campaign Updates",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Media",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact Us",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "31607",
                    "text": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe6163",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Home",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Meet Bill",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Campaign Updates",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Endorsements",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Media",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Contact Us",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "Donate",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "DONATE",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-butto",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_F",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_I",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "INPUT",
                    "id": "input31622",
                    "text": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" v",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": false
                  },
                  {
                    "tagName": "BUTTON",
                    "id": "",
                    "text": "Sign up",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_I",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  },
                  {
                    "tagName": "A",
                    "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
                    "text": "Accept",
                    "byTag": true,
                    "byOnClick": false,
                    "byPointer": true
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              0,
              2
            ],
            "standardInstances": [
              {
                "ruleID": "focOp",
                "complaint": "svg element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "svg",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-"
              },
              {
                "ruleID": "focOp",
                "complaint": "svg element is operable but not focusable",
                "ordinalSeverity": 3,
                "tagName": "svg",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"NavigationDrawerClo"
              }
            ]
          },
          "focVis": {
            "what": "links that are invisible when focused",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "hover": {
            "what": "hover-caused content changes",
            "data": {
              "totals": {
                "triggers": 31,
                "triggerSample": 18,
                "impactTriggers": 2,
                "additions": 0,
                "removals": 0,
                "opacityChanges": 16,
                "opacityImpact": 8,
                "unhoverables": 3,
                "noCursors": 0,
                "badCursors": 0,
                "noIndicators": 0,
                "badIndicators": 2
              },
              "items": {
                "impactTriggers": [
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "<div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div ",
                    "additions": 0,
                    "removals": 0,
                    "opacityChanges": 10,
                    "opacityImpact": 5
                  }
                ],
                "unhoverables": [
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "<div></div>"
                  }
                ],
                "noCursors": [],
                "badCursors": [],
                "noIndicators": [],
                "badIndicators": [
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "<div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div "
                  }
                ]
              }
            },
            "totals": [
              8,
              16,
              2,
              5
            ],
            "standardInstances": [
              {
                "ruleID": "hover",
                "what": "Hovering over element has unexpected effects",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div "
              },
              {
                "ruleID": "hover",
                "what": "Operable element cannot be hovered over",
                "ordinalSeverity": 3,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div></div>"
              },
              {
                "ruleID": "hover",
                "what": "List item changes when hovered over",
                "ordinalSeverity": 2,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div "
              }
            ]
          },
          "labClash": {
            "what": "labeling inconsistencies",
            "data": {
              "totals": {
                "mislabeled": 0,
                "unlabeled": 2,
                "wellLabeled": 2
              },
              "items": {
                "mislabeled": [],
                "unlabeled": [
                  {
                    "index": 0,
                    "tagName": "BUTTON",
                    "type": "submit",
                    "texts": {},
                    "content": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-butto"
                  },
                  {
                    "index": 1,
                    "tagName": "BUTTON",
                    "type": "submit",
                    "texts": {},
                    "content": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c"
                  }
                ],
                "wellLabeled": [
                  {
                    "index": 2,
                    "tagName": "INPUT",
                    "type": "text",
                    "labelType": "label",
                    "texts": {
                      "label": [
                        "Email*"
                      ]
                    }
                  },
                  {
                    "index": 3,
                    "tagName": "BUTTON",
                    "type": "submit",
                    "texts": {
                      "content": "Sign up"
                    }
                  }
                ]
              }
            },
            "totals": [
              0,
              0,
              0,
              2
            ],
            "standardInstances": [
              {
                "ruleID": "labClash",
                "what": "Element BUTTON is unlabeled",
                "ordinalSeverity": 3,
                "tagName": "BUTTON",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "BUTTON: <button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-butto"
              },
              {
                "ruleID": "labClash",
                "what": "Element BUTTON is unlabeled",
                "ordinalSeverity": 3,
                "tagName": "BUTTON",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "BUTTON: <button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c"
              }
            ]
          },
          "linkTo": {
            "what": "links without destinations",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "linkUl": {
            "what": "missing underlines on inline links",
            "data": {
              "totals": {
                "links": 31,
                "adjacent": {
                  "total": 17,
                  "underlined": 0,
                  "underlinedPercent": 0
                }
              },
              "items": {
                "underlined": [],
                "notUnderlined": [
                  {
                    "id": "",
                    "text": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe6163"
                  },
                  {
                    "id": "",
                    "text": "Home"
                  },
                  {
                    "id": "",
                    "text": "Meet Bill"
                  },
                  {
                    "id": "",
                    "text": "Campaign Updates"
                  },
                  {
                    "id": "",
                    "text": "Endorsements"
                  },
                  {
                    "id": "",
                    "text": "Media"
                  },
                  {
                    "id": "",
                    "text": "Contact Us"
                  },
                  {
                    "id": "",
                    "text": "Donate"
                  },
                  {
                    "id": "1",
                    "text": "More"
                  },
                  {
                    "id": "31607",
                    "text": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31"
                  },
                  {
                    "id": "",
                    "text": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe6163"
                  },
                  {
                    "id": "",
                    "text": "DONATE"
                  },
                  {
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_F"
                  },
                  {
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_I"
                  },
                  {
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F"
                  },
                  {
                    "id": "",
                    "text": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_I"
                  },
                  {
                    "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
                    "text": "Accept"
                  }
                ]
              }
            },
            "totals": [
              0,
              17,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe6163"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Meet Bill"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Campaign Updates"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorsements"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Media"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact Us"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Donate"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "1",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "More"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "31607",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe6163"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "DONATE"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_F"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_I"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_I"
              },
              {
                "ruleID": "linkUl",
                "what": "Link is inline but has no underline",
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Accept"
              }
            ]
          },
          "menuNav": {
            "what": "nonstandard keyboard navigation between focusable menu items",
            "data": {
              "totals": {
                "navigations": {
                  "all": {
                    "total": 35,
                    "correct": 7,
                    "incorrect": 28
                  },
                  "specific": {
                    "tab": {
                      "total": 7,
                      "correct": 7,
                      "incorrect": 0
                    },
                    "left": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "right": {
                      "total": 0,
                      "correct": 0,
                      "incorrect": 0
                    },
                    "up": {
                      "total": 7,
                      "correct": 0,
                      "incorrect": 7
                    },
                    "down": {
                      "total": 7,
                      "correct": 0,
                      "incorrect": 7
                    },
                    "home": {
                      "total": 7,
                      "correct": 0,
                      "incorrect": 7
                    },
                    "end": {
                      "total": 7,
                      "correct": 0,
                      "incorrect": 7
                    }
                  }
                },
                "menuItems": {
                  "total": 7,
                  "correct": 0,
                  "incorrect": 7
                },
                "menus": {
                  "total": 1,
                  "correct": 0,
                  "incorrect": 1
                }
              },
              "menuItems": {
                "incorrect": [
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Home",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Meet Bill",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Campaign Updates",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Endorsements",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Media",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Contact Us",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home",
                      "End"
                    ]
                  },
                  {
                    "tagName": "LI",
                    "id": "",
                    "text": "Donate",
                    "navigationErrors": [
                      "ArrowUp",
                      "ArrowDown",
                      "Home",
                      "End"
                    ]
                  }
                ],
                "correct": []
              }
            },
            "totals": [
              28,
              7,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
                "count": 4,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Home"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
                "count": 4,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Meet Bill"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
                "count": 4,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Campaign Updates"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
                "count": 4,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Endorsements"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
                "count": 4,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Media"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
                "count": 4,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Contact Us"
              },
              {
                "ruleID": "menuNav",
                "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
                "count": 4,
                "ordinalSeverity": 1,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Donate"
              }
            ]
          },
          "miniText": {
            "what": "text smaller than 11 pixels",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "nonTable": {
            "what": "table elements used for layout",
            "data": {
              "total": 0,
              "items": []
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "radioSet": {
            "what": "radio buttons not grouped into standard field sets",
            "data": {
              "totals": {
                "total": 0,
                "inSet": 0,
                "percent": "N.A."
              },
              "items": {
                "inSet": [],
                "notInSet": []
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "role": {
            "what": "invalid and native-replacing explicit roles",
            "data": {
              "roleElements": 71,
              "badRoleElements": 8,
              "redundantRoleElements": 37,
              "tagNames": {
                "DIV": {
                  "main": {
                    "bad": 1,
                    "redundant": 0
                  },
                  "navigation": {
                    "bad": 1,
                    "redundant": 0
                  },
                  "contentinfo": {
                    "bad": 1,
                    "redundant": 0
                  }
                },
                "A": {
                  "link": {
                    "bad": 0,
                    "redundant": 27
                  },
                  "button": {
                    "bad": 2,
                    "redundant": 0
                  }
                },
                "NAV": {
                  "navigation": {
                    "bad": 0,
                    "redundant": 1
                  }
                },
                "H1": {
                  "heading": {
                    "bad": 0,
                    "redundant": 1
                  }
                },
                "SPAN": {
                  "heading": {
                    "bad": 3,
                    "redundant": 0
                  }
                },
                "H4": {
                  "heading": {
                    "bad": 0,
                    "redundant": 2
                  }
                },
                "H2": {
                  "heading": {
                    "bad": 0,
                    "redundant": 3
                  }
                },
                "INPUT": {
                  "textbox": {
                    "bad": 0,
                    "redundant": 1
                  }
                },
                "HR": {
                  "separator": {
                    "bad": 0,
                    "redundant": 2
                  }
                }
              }
            },
            "totals": [
              0,
              37,
              0,
              8
            ],
            "standardInstances": [
              {
                "ruleID": "role",
                "what": "DIV elements have invalid or native-replaceable explicit role main (count: 1)",
                "count": 1,
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "DIV elements have invalid or native-replaceable explicit role navigation (count: 1)",
                "count": 1,
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "DIV elements have invalid or native-replaceable explicit role contentinfo (count: 1)",
                "count": 1,
                "ordinalSeverity": 3,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "A elements have redundant explicit role link (count: 27)",
                "count": 27,
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "A elements have invalid or native-replaceable explicit role button (count: 2)",
                "count": 2,
                "ordinalSeverity": 3,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "NAV elements have redundant explicit role navigation (count: 1)",
                "count": 1,
                "ordinalSeverity": 1,
                "tagName": "NAV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "H1 elements have redundant explicit role heading (count: 1)",
                "count": 1,
                "ordinalSeverity": 1,
                "tagName": "H1",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "SPAN elements have invalid or native-replaceable explicit role heading (count: 3)",
                "count": 3,
                "ordinalSeverity": 3,
                "tagName": "SPAN",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "H4 elements have redundant explicit role heading (count: 2)",
                "count": 2,
                "ordinalSeverity": 1,
                "tagName": "H4",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "H2 elements have redundant explicit role heading (count: 3)",
                "count": 3,
                "ordinalSeverity": 1,
                "tagName": "H2",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "INPUT elements have redundant explicit role textbox (count: 1)",
                "count": 1,
                "ordinalSeverity": 1,
                "tagName": "INPUT",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "role",
                "what": "HR elements have redundant explicit role separator (count: 2)",
                "count": 2,
                "ordinalSeverity": 1,
                "tagName": "HR",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "styleDiff": {
            "what": "style inconsistencies",
            "data": {
              "mainStyles": [
                "fontStyle",
                "fontWeight",
                "opacity",
                "textDecorationLine",
                "textDecorationStyle",
                "textDecorationThickness"
              ],
              "buttonStyles": [
                "borderStyle",
                "borderWidth",
                "height",
                "lineHeight",
                "maxHeight",
                "maxWidth",
                "minHeight",
                "minWidth",
                "outlineOffset",
                "outlineStyle",
                "outlineWidth"
              ],
              "headingStyles": [
                "color",
                "fontSize"
              ],
              "listLinkStyles": [
                "color",
                "fontSize",
                "lineHeight"
              ],
              "totals": {
                "button": {
                  "total": 3,
                  "subtotals": [
                    2,
                    1
                  ]
                },
                "adjacentLink": {
                  "total": 17,
                  "subtotals": [
                    15,
                    2
                  ]
                },
                "listLink": {
                  "total": 14,
                  "subtotals": [
                    7,
                    6,
                    1
                  ]
                },
                "h1": {
                  "total": 1
                },
                "h2": {
                  "total": 3
                },
                "h4": {
                  "total": 2,
                  "subtotals": [
                    1,
                    1
                  ]
                }
              },
              "items": {
                "button": {
                  "fontWeight": {
                    "400": [
                      "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-butto",
                      "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c"
                    ],
                    "700": [
                      "Sign up"
                    ]
                  },
                  "height": {
                    "44px": [
                      "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-butto",
                      "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c"
                    ],
                    "56px": [
                      "Sign up"
                    ]
                  },
                  "maxWidth": {
                    "none": [
                      "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-butto",
                      "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c"
                    ],
                    "30%": [
                      "Sign up"
                    ]
                  },
                  "minHeight": {
                    "0px": [
                      "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-butto",
                      "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c"
                    ],
                    "56px": [
                      "Sign up"
                    ]
                  },
                  "minWidth": {
                    "0px": [
                      "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-butto",
                      "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c"
                    ],
                    "auto": [
                      "Sign up"
                    ]
                  }
                },
                "adjacentLink": {
                  "fontWeight": {
                    "400": [
                      "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe6163",
                      "Home",
                      "Meet Bill",
                      "Campaign Updates",
                      "Endorsements",
                      "Media",
                      "Contact Us",
                      "Donate",
                      "More",
                      "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31",
                      "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe6163",
                      "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_F",
                      "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_I",
                      "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F",
                      "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_I"
                    ],
                    "700": [
                      "DONATE",
                      "Accept"
                    ]
                  }
                },
                "listLink": {
                  "fontWeight": {
                    "400": [
                      "Home",
                      "Meet Bill",
                      "Campaign Updates",
                      "Endorsements",
                      "Media",
                      "Contact Us",
                      "Donate",
                      "Meet Bill",
                      "Campaign Updates",
                      "Endorsements",
                      "Media",
                      "Contact Us",
                      "Donate"
                    ],
                    "700": [
                      "Home"
                    ]
                  },
                  "fontSize": {
                    "14px": [
                      "Home",
                      "Meet Bill",
                      "Campaign Updates",
                      "Endorsements",
                      "Media",
                      "Contact Us",
                      "Donate"
                    ],
                    "22px": [
                      "Home",
                      "Meet Bill",
                      "Campaign Updates",
                      "Endorsements",
                      "Media",
                      "Contact Us",
                      "Donate"
                    ]
                  },
                  "lineHeight": {
                    "21px": [
                      "Home",
                      "Meet Bill",
                      "Campaign Updates",
                      "Endorsements",
                      "Media",
                      "Contact Us",
                      "Donate"
                    ],
                    "normal": [
                      "Home",
                      "Meet Bill",
                      "Campaign Updates",
                      "Endorsements",
                      "Media",
                      "Contact Us",
                      "Donate"
                    ]
                  }
                },
                "h4": {
                  "color": {
                    "rgb(27, 27, 27)": [
                      "Meet Bill Essayli"
                    ],
                    "rgb(255, 255, 255)": [
                      "This website uses cookies."
                    ]
                  },
                  "fontSize": {
                    "44px": [
                      "Meet Bill Essayli"
                    ],
                    "22px": [
                      "This website uses cookies."
                    ]
                  }
                }
              }
            },
            "totals": [
              1,
              2,
              1,
              1
            ],
            "standardInstances": [
              {
                "ruleID": "styleDiff",
                "what": "In-line links have 2 different styles",
                "count": 1,
                "ordinalSeverity": 0,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "styleDiff",
                "what": "Links in columns have 3 different styles",
                "count": 2,
                "ordinalSeverity": 1,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "styleDiff",
                "what": "Buttons have 2 different styles",
                "count": 1,
                "ordinalSeverity": 2,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              },
              {
                "ruleID": "styleDiff",
                "what": "Level-4 headings have 2 different styles",
                "count": 1,
                "ordinalSeverity": 3,
                "tagName": "H4",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": ""
              }
            ]
          },
          "tabNav": {
            "what": "nonstandard keyboard navigation between elements with the tab role",
            "data": {
              "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": []
              }
            },
            "totals": [
              0,
              0,
              0,
              0
            ],
            "standardInstances": []
          },
          "titledEl": {
            "what": "title attributes on inappropriate elements",
            "data": {
              "total": 1,
              "items": [
                {
                  "tagName": "A",
                  "id": "",
                  "text": "",
                  "title": "Bill Essayli for Assembly"
                }
              ]
            },
            "totals": [
              0,
              0,
              1,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "titledEl",
                "what": "A element has a title attribute",
                "ordinalSeverity": 2,
                "tagName": "A",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "A (): Bill Essayli for Assembly"
              }
            ]
          },
          "zIndex": {
            "what": "non-default Z indexes",
            "data": {
              "totals": {
                "total": 7,
                "tagNames": {
                  "UL": 1,
                  "DIV": 3,
                  "LI": 1,
                  "BUTTON": 2
                }
              },
              "items": [
                {
                  "tagName": "UL",
                  "id": "more-31590",
                  "text": "HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate"
                },
                {
                  "tagName": "DIV",
                  "id": "n-31586-navId-mobile",
                  "text": "HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate"
                },
                {
                  "tagName": "LI",
                  "id": "",
                  "text": "<li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-wid"
                },
                {
                  "tagName": "BUTTON",
                  "id": "",
                  "text": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-butto"
                },
                {
                  "tagName": "BUTTON",
                  "id": "",
                  "text": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c"
                },
                {
                  "tagName": "DIV",
                  "id": "",
                  "text": "Get Out the Vote!Together, we can secure a better future for California!00DaysDays00HrsHours00MinsMi"
                },
                {
                  "tagName": "DIV",
                  "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-banner",
                  "text": "This website uses cookies.We use cookies to analyze website traffic and optimize your website experi"
                }
              ]
            },
            "totals": [
              7,
              0,
              0,
              0
            ],
            "standardInstances": [
              {
                "ruleID": "zIndex",
                "what": "UL element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "UL",
                "id": "more-31590",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "n-31586-navId-mobile",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate"
              },
              {
                "ruleID": "zIndex",
                "what": "LI element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "LI",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-wid"
              },
              {
                "ruleID": "zIndex",
                "what": "BUTTON element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-butto"
              },
              {
                "ruleID": "zIndex",
                "what": "BUTTON element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "BUTTON",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "Get Out the Vote!Together, we can secure a better future for California!00DaysDays00HrsHours00MinsMi"
              },
              {
                "ruleID": "zIndex",
                "what": "DIV element has a non-default Z index",
                "ordinalSeverity": 0,
                "tagName": "DIV",
                "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-banner",
                "location": {
                  "doc": "",
                  "type": "",
                  "spec": ""
                },
                "excerpt": "This website uses cookies.We use cookies to analyze website traffic and optimize your website experi"
              }
            ]
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          44,
          79,
          11,
          20
        ],
        "instances": [
          {
            "ruleID": "autocomplete",
            "what": "Input is missing the required autocomplete attribute with value email",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Email*; #input31622"
          },
          {
            "ruleID": "focAll",
            "what": "Some focusable elements are not Tab-focusable or vice versa",
            "count": 4,
            "ordinalSeverity": 2,
            "tagName": "",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "focInd",
            "what": "INPUT element has a non-outline focus indicator",
            "ordinalSeverity": 2,
            "tagName": "INPUT",
            "id": "input31622",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<input type=\"text\" role=\"textbox\" aria-multiline=\"false\" data-ux=\"InputFloatLabel\" id=\"input31622\" v"
          },
          {
            "ruleID": "focInd",
            "what": "BUTTON element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-butto"
          },
          {
            "ruleID": "focInd",
            "what": "BUTTON element has no focus indicator",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c"
          },
          {
            "ruleID": "focOp",
            "complaint": "svg element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "svg",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"16\" height=\"16\" data-ux=\"Icon\" class=\"x-el x-el-"
          },
          {
            "ruleID": "focOp",
            "complaint": "svg element is operable but not focusable",
            "ordinalSeverity": 3,
            "tagName": "svg",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<svg viewBox=\"0 0 24 24\" fill=\"currentColor\" width=\"40px\" height=\"40px\" data-ux=\"NavigationDrawerClo"
          },
          {
            "ruleID": "hover",
            "what": "Hovering over element has unexpected effects",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div "
          },
          {
            "ruleID": "hover",
            "what": "Operable element cannot be hovered over",
            "ordinalSeverity": 3,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div></div>"
          },
          {
            "ruleID": "hover",
            "what": "List item changes when hovered over",
            "ordinalSeverity": 2,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<div role=\"img\" data-aid=\"GALLERY_IMAGE0_RENDERED\" data-ux=\"Background\" alt=\"\" class=\"x-el x-el-div "
          },
          {
            "ruleID": "labClash",
            "what": "Element BUTTON is unlabeled",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "BUTTON: <button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-butto"
          },
          {
            "ruleID": "labClash",
            "what": "Element BUTTON is unlabeled",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "BUTTON: <button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe6163"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Meet Bill"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Campaign Updates"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Media"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact Us"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Donate"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "1",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "More"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "31607",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"\" role=\"button\" aria-haspopup=\"menu\" data-ux=\"LinkDropdown\" data-toggle-ignore=\"true\" id=\"31"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"\" role=\"link\" aria-haspopup=\"menu\" data-ux=\"Link\" data-page=\"3805e890-d18c-4097-a127-0fe6163"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "DONATE"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_F"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"SOCIAL_I"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_F"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<a rel=\"noopener\" role=\"link\" aria-haspopup=\"true\" data-ux=\"Link\" target=\"_blank\" data-aid=\"FOOTER_I"
          },
          {
            "ruleID": "linkUl",
            "what": "Link is inline but has no underline",
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-accept",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Accept"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
            "count": 4,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Home"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
            "count": 4,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Meet Bill"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
            "count": 4,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Campaign Updates"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
            "count": 4,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Endorsements"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
            "count": 4,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Media"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
            "count": 4,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Contact Us"
          },
          {
            "ruleID": "menuNav",
            "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End",
            "count": 4,
            "ordinalSeverity": 1,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Donate"
          },
          {
            "ruleID": "role",
            "what": "DIV elements have invalid or native-replaceable explicit role main (count: 1)",
            "count": 1,
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "DIV elements have invalid or native-replaceable explicit role navigation (count: 1)",
            "count": 1,
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "DIV elements have invalid or native-replaceable explicit role contentinfo (count: 1)",
            "count": 1,
            "ordinalSeverity": 3,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "A elements have redundant explicit role link (count: 27)",
            "count": 27,
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "A elements have invalid or native-replaceable explicit role button (count: 2)",
            "count": 2,
            "ordinalSeverity": 3,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "NAV elements have redundant explicit role navigation (count: 1)",
            "count": 1,
            "ordinalSeverity": 1,
            "tagName": "NAV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "H1 elements have redundant explicit role heading (count: 1)",
            "count": 1,
            "ordinalSeverity": 1,
            "tagName": "H1",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "SPAN elements have invalid or native-replaceable explicit role heading (count: 3)",
            "count": 3,
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "H4 elements have redundant explicit role heading (count: 2)",
            "count": 2,
            "ordinalSeverity": 1,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "H2 elements have redundant explicit role heading (count: 3)",
            "count": 3,
            "ordinalSeverity": 1,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "INPUT elements have redundant explicit role textbox (count: 1)",
            "count": 1,
            "ordinalSeverity": 1,
            "tagName": "INPUT",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "role",
            "what": "HR elements have redundant explicit role separator (count: 2)",
            "count": 2,
            "ordinalSeverity": 1,
            "tagName": "HR",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "In-line links have 2 different styles",
            "count": 1,
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Links in columns have 3 different styles",
            "count": 2,
            "ordinalSeverity": 1,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Buttons have 2 different styles",
            "count": 1,
            "ordinalSeverity": 2,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "styleDiff",
            "what": "Level-4 headings have 2 different styles",
            "count": 1,
            "ordinalSeverity": 3,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": ""
          },
          {
            "ruleID": "titledEl",
            "what": "A element has a title attribute",
            "ordinalSeverity": 2,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "A (): Bill Essayli for Assembly"
          },
          {
            "ruleID": "zIndex",
            "what": "UL element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "UL",
            "id": "more-31590",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "n-31586-navId-mobile",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "HomeMeet BillCampaign UpdatesEndorsementsMediaContact UsDonate"
          },
          {
            "ruleID": "zIndex",
            "what": "LI element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "LI",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<li style=\"margin-left:0px;width:100%;transition:opacity 500ms ease-in-out;overflow-x:hidden;min-wid"
          },
          {
            "ruleID": "zIndex",
            "what": "BUTTON element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<button data-ux=\"CarouselButtonPrevious\" data-aid=\"GALLERY_SCROLL_LEFT_ARROW\" class=\"x-el x-el-butto"
          },
          {
            "ruleID": "zIndex",
            "what": "BUTTON element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "<button data-ux=\"CarouselButtonNext\" data-aid=\"GALLERY_SCROLL_RIGHT_ARROW\" class=\"x-el x-el-button c"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "Get Out the Vote!Together, we can secure a better future for California!00DaysDays00HrsHours00MinsMi"
          },
          {
            "ruleID": "zIndex",
            "what": "DIV element has a non-default Z index",
            "ordinalSeverity": 0,
            "tagName": "DIV",
            "id": "3e75f09e-ed23-4572-ba11-0ec47110e72c-banner",
            "location": {
              "doc": "",
              "type": "",
              "spec": ""
            },
            "excerpt": "This website uses cookies.We use cookies to analyze website traffic and optimize your website experi"
          }
        ]
      },
      "endTime": 1687102230094
    },
    {
      "type": "test",
      "which": "wave",
      "reportType": 4,
      "startTime": 1687102230094,
      "url": "https://essayliforassembly.com/",
      "what": "WAVE",
      "result": {
        "status": {
          "success": true,
          "httpstatuscode": 200
        },
        "statistics": {
          "pagetitle": "Bill Essayli for Assembly",
          "pageurl": "https://essayliforassembly.com/",
          "time": 1.91,
          "creditsremaining": 1065,
          "allitemcount": 143,
          "totalelements": 388,
          "waveurl": "http://wave.webaim.org/report?url=https://essayliforassembly.com/"
        },
        "categories": {
          "error": {
            "description": "Errors",
            "count": 4,
            "items": {
              "alt_missing": {
                "id": "alt_missing",
                "description": "Missing alternative text",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#84f65112-9350-46fb-a480-81d2901e2f5e > DIV#n-31586 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child > IMG:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#ee7bc56c-4f17-4da3-a0fb-4d031c8dff95 > DIV#ee7bc56c-4f17-4da3-a0fb-4d031c8dff95 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > SPAN:first-child > IMG:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  }
                ]
              },
              "button_empty": {
                "id": "button_empty",
                "description": "Empty button",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#fb9a0131-841b-4ac4-91f3-3b7f809beac2 > DIV#fb9a0131-841b-4ac4-91f3-3b7f809beac2 > DIV:first-child > SECTION:first-child > DIV#bs-4 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > BUTTON:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#fb9a0131-841b-4ac4-91f3-3b7f809beac2 > DIV#fb9a0131-841b-4ac4-91f3-3b7f809beac2 > DIV:first-child > SECTION:first-child > DIV#bs-4 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > BUTTON:first-child + BUTTON"
                ],
                "wcag": [
                  {
                    "name": "1.1.1 Non-text Content (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1"
                  },
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              }
            }
          },
          "contrast": {
            "description": "Contrast Errors",
            "count": 2,
            "items": {
              "contrast": {
                "id": "contrast",
                "description": "Very low contrast",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#bf464898-fa62-499e-96dd-6c2f68dcfa82 > DIV#bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#bf464898-fa62-499e-96dd-6c2f68dcfa8231621Complete > H2:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#bf464898-fa62-499e-96dd-6c2f68dcfa82 > DIV#bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#bf464898-fa62-499e-96dd-6c2f68dcfa8231621Complete > H2:first-child + DIV > P:first-child > SPAN:first-child"
                ],
                "contrastdata": [
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    true
                  ],
                  [
                    1,
                    "#ffffff",
                    "#ffffff",
                    false
                  ]
                ],
                "wcag": [
                  {
                    "name": "1.4.3 Contrast (Minimum) (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3"
                  }
                ]
              }
            }
          },
          "alert": {
            "description": "Alerts",
            "count": 5,
            "items": {
              "heading_skipped": {
                "id": "heading_skipped",
                "description": "Skipped heading level",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#ee7bc56c-4f17-4da3-a0fb-4d031c8dff95 > DIV#ee7bc56c-4f17-4da3-a0fb-4d031c8dff95 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > H4:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#3e75f09e-ed23-4572-ba11-0ec47110e72c > DIV#3e75f09e-ed23-4572-ba11-0ec47110e72c-banner > H4:first-child"
                ],
                "wcag": [
                  {
                    "name": "1.3.1 Info and Relationships (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1"
                  },
                  {
                    "name": "2.4.1 Bypass Blocks (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1"
                  },
                  {
                    "name": "2.4.6 Headings and Labels (Level AA)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6"
                  }
                ]
              },
              "link_suspicious": {
                "id": "link_suspicious",
                "description": "Suspicious link text",
                "count": 1,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#84f65112-9350-46fb-a480-81d2901e2f5e > DIV#n-31586 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > DIV:first-child + DIV > DIV#navBar-31587 > NAV:first-child > UL#nav-31589 > LI:first-child + LI + LI + LI + LI + LI + LI + LI > DIV#bs-1 > SPAN:first-child > A#1"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              },
              "link_redundant": {
                "id": "link_redundant",
                "description": "Redundant link",
                "count": 2,
                "selectors": [
                  "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#84f65112-9350-46fb-a480-81d2901e2f5e > DIV#n-31586 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > DIV:first-child + DIV > DIV#navBar-31587 > NAV:first-child > UL#nav-31589 > LI:first-child > A:first-child",
                  "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#84f65112-9350-46fb-a480-81d2901e2f5e > DIV#n-31586 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > NAV:first-child > DIV#n-31586-navId-mobile > DIV#n-31586-navContainerId-mobile > DIV#n-31586-navLinksContentId-mobile > UL#n-31586-navListId-mobile > LI:first-child > A:first-child"
                ],
                "wcag": [
                  {
                    "name": "2.4.4 Link Purpose (In Context) (Level A)",
                    "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4"
                  }
                ]
              }
            }
          }
        },
        "success": true
      },
      "standardResult": {
        "totals": [
          5,
          0,
          0,
          6
        ],
        "instances": [
          {
            "ruleID": "alt_missing",
            "what": "Missing alternative text",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#84f65112-9350-46fb-a480-81d2901e2f5e > DIV#n-31586 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > FIGURE:first-child > IMG:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "alt_missing",
            "what": "Missing alternative text",
            "ordinalSeverity": 3,
            "tagName": "IMG",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#ee7bc56c-4f17-4da3-a0fb-4d031c8dff95 > DIV#ee7bc56c-4f17-4da3-a0fb-4d031c8dff95 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > SPAN:first-child > IMG:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "button_empty",
            "what": "Empty button",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#fb9a0131-841b-4ac4-91f3-3b7f809beac2 > DIV#fb9a0131-841b-4ac4-91f3-3b7f809beac2 > DIV:first-child > SECTION:first-child > DIV#bs-4 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > BUTTON:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "button_empty",
            "what": "Empty button",
            "ordinalSeverity": 3,
            "tagName": "BUTTON",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#fb9a0131-841b-4ac4-91f3-3b7f809beac2 > DIV#fb9a0131-841b-4ac4-91f3-3b7f809beac2 > DIV:first-child > SECTION:first-child > DIV#bs-4 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > BUTTON:first-child + BUTTON"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "H2",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#bf464898-fa62-499e-96dd-6c2f68dcfa82 > DIV#bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#bf464898-fa62-499e-96dd-6c2f68dcfa8231621Complete > H2:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "contrast",
            "what": "Very low contrast",
            "ordinalSeverity": 3,
            "tagName": "SPAN",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#bf464898-fa62-499e-96dd-6c2f68dcfa82 > DIV#bf464898-fa62-499e-96dd-6c2f68dcfa8231621Container > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#bf464898-fa62-499e-96dd-6c2f68dcfa8231621Complete > H2:first-child + DIV > P:first-child > SPAN:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "heading_skipped",
            "what": "Skipped heading level",
            "ordinalSeverity": 0,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#ee7bc56c-4f17-4da3-a0fb-4d031c8dff95 > DIV#ee7bc56c-4f17-4da3-a0fb-4d031c8dff95 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > H4:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "heading_skipped",
            "what": "Skipped heading level",
            "ordinalSeverity": 0,
            "tagName": "H4",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#3e75f09e-ed23-4572-ba11-0ec47110e72c > DIV#3e75f09e-ed23-4572-ba11-0ec47110e72c-banner > H4:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_suspicious",
            "what": "Suspicious link text",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "1",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#84f65112-9350-46fb-a480-81d2901e2f5e > DIV#n-31586 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > DIV:first-child + DIV > DIV#navBar-31587 > NAV:first-child > UL#nav-31589 > LI:first-child + LI + LI + LI + LI + LI + LI + LI > DIV#bs-1 > SPAN:first-child > A#1"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#84f65112-9350-46fb-a480-81d2901e2f5e > DIV#n-31586 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > NAV:first-child > DIV:first-child + DIV > DIV#navBar-31587 > NAV:first-child > UL#nav-31589 > LI:first-child > A:first-child"
            },
            "excerpt": ""
          },
          {
            "ruleID": "link_redundant",
            "what": "Redundant link",
            "ordinalSeverity": 0,
            "tagName": "A",
            "id": "",
            "location": {
              "doc": "dom",
              "type": "selector",
              "spec": "HTML > HEAD:first-child + BODY > DIV#layout-373-b-12-da-ff-40-4983-8-b-55-60-de-7-bf-595-bd > DIV#page-31585 > DIV:first-child > DIV#84f65112-9350-46fb-a480-81d2901e2f5e > DIV#n-31586 > DIV:first-child > SECTION:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > NAV:first-child > DIV#n-31586-navId-mobile > DIV#n-31586-navContainerId-mobile > DIV#n-31586-navLinksContentId-mobile > UL#n-31586-navListId-mobile > LI:first-child > A:first-child"
            },
            "excerpt": ""
          }
        ]
      },
      "endTime": 1687102232420
    }
  ],
  "sources": {
    "script": "ts27",
    "batch": "caassy",
    "target": {
      "id": "caAD63-c",
      "which": "https://essayliforassembly.com/",
      "what": "Candidate Bill Essayli (R)"
    },
    "requester": "pool@jpdev.pro"
  },
  "creationTime": "2023-06-18T02:07:06",
  "timeStamp": "18ixx",
  "jobData": {
    "startTime": "2023-06-18T15:29:30",
    "endTime": "2023-06-18T15:30:32",
    "elapsedSeconds": 61,
    "visitLatency": 1,
    "logCount": 12,
    "logSize": 657,
    "errorLogCount": 0,
    "errorLogSize": 0,
    "prohibitedCount": 0,
    "visitRejectionCount": 0,
    "aborted": false,
    "abortedAct": null,
    "presses": 0,
    "amountRead": 0,
    "testTimes": [
      [
        "testaro",
        27
      ],
      [
        "testaro",
        13
      ],
      [
        "alfa",
        4
      ],
      [
        "ibm",
        3
      ],
      [
        "nuVal",
        2
      ],
      [
        "qualWeb",
        2
      ],
      [
        "wave",
        2
      ],
      [
        "axe",
        0
      ],
      [
        "continuum",
        0
      ],
      [
        "htmlcs",
        0
      ],
      [
        "tenon",
        0
      ]
    ]
  },
  "score": {
    "scoreProcID": "tsp27",
    "summary": {
      "total": 2047,
      "issue": 1778,
      "tool": 266,
      "prevention": 0,
      "log": 3,
      "latency": 0
    },
    "details": {
      "severity": {
        "total": [
          196,
          172,
          387,
          240
        ],
        "byTool": {
          "testaro": [
            44,
            79,
            11,
            20
          ],
          "alfa": [
            5,
            0,
            0,
            50
          ],
          "axe": [
            13,
            1,
            12,
            12
          ],
          "continuum": [
            0,
            0,
            0,
            33
          ],
          "htmlcs": [
            14,
            0,
            0,
            17
          ],
          "ibm": [
            0,
            31,
            0,
            54
          ],
          "nuVal": [
            101,
            0,
            134,
            0
          ],
          "qualWeb": [
            14,
            61,
            224,
            26
          ],
          "tenon": [
            0,
            0,
            6,
            22
          ],
          "wave": [
            5,
            0,
            0,
            6
          ]
        }
      },
      "prevention": {},
      "issue": {
        "buttonNoText": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "alfa": {
              "r12": {
                "quality": 1,
                "what": "Button has no accessible name",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Buttons have an accessible name"
                  ]
                }
              }
            },
            "axe": {
              "button-name": {
                "quality": 1,
                "what": "Button has no discernible text",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Buttons must have discernible text; Element does not have inner text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                  ]
                }
              }
            },
            "continuum": {
              "224": {
                "quality": 1,
                "what": "button element has no machanism allowing an accessible name to be calculated",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This button element does not have a mechanism that allows an accessible name value to be calculated"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.4_1_2.H91.Button.Name": {
                "quality": 1,
                "what": "Button element has no accessible name",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R11": {
                "quality": 1,
                "what": "Button has no accessible name",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This rule checks that each button element has an accessible name."
                  ]
                }
              }
            },
            "wave": {
              "button_empty": {
                "quality": 1,
                "what": "Button is empty or has no value text",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Empty button"
                  ]
                }
              }
            }
          }
        },
        "ariaBadAttribute": {
          "score": 12,
          "maxCount": 3,
          "weight": 4,
          "tools": {
            "alfa": {
              "r19": {
                "quality": 1,
                "what": "ARIA state or property has an invalid value",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "aria-* states and properties have a valid value"
                  ]
                }
              }
            }
          }
        },
        "imageNoText": {
          "score": 24,
          "maxCount": 6,
          "weight": 4,
          "tools": {
            "alfa": {
              "r2": {
                "quality": 1,
                "what": "Image has no accessible name",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Images have an accessible name"
                  ]
                }
              }
            },
            "axe": {
              "image-alt": {
                "quality": 1,
                "what": "Image has no text alternative",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Images must have alternate text; Element does not have an alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
                  ]
                }
              },
              "role-img-alt": {
                "quality": 1,
                "what": "Element with role img has no text alternative",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "[role='img'] elements must have an alternative text; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute"
                  ]
                }
              }
            },
            "continuum": {
              "87": {
                "quality": 1,
                "what": "Element with an image, graphics-symbol, or graphics-document role has no mechanism to calculate an accessible name",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "This DIV (role=img) does not have a mechanism that allows an accessible name value to be calculated"
                  ]
                }
              },
              "89": {
                "quality": 1,
                "what": "img element has no machanism allowing an accessible name to be calculated",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This img element does not have a mechanism that allows an accessible name value to be calculated"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.1_1_1.H37": {
                "quality": 1,
                "what": "img element has no alt attribute",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative."
                  ]
                }
              }
            },
            "ibm": {
              "img_alt_valid": {
                "quality": 1,
                "what": "Image has neither an alt attribute nor an ARIA label or title",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The image has neither an alt atttribute nor an ARIA label or title"
                  ]
                }
              },
              "aria_img_labelled": {
                "quality": 1,
                "what": "Element with an img role has no label or an empty label",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Element with \"img\" role has no label or an empty label"
                  ]
                }
              }
            },
            "nuVal": {
              "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.": {
                "quality": 1,
                "what": "img element has no alt attribute",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R17": {
                "quality": 1,
                "what": "Image has no accessible name",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "This rule checks that each image that is not marked as decorative, has an accessible name."
                  ]
                }
              }
            },
            "wave": {
              "alt_missing": {
                "quality": 1,
                "what": "Text alternative is missing",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Missing alternative text"
                  ]
                }
              }
            }
          }
        },
        "duplicateID": {
          "score": 128,
          "maxCount": 32,
          "weight": 4,
          "tools": {
            "alfa": {
              "r3": {
                "quality": 1,
                "what": "Element id attribute value is not unique",
                "complaints": {
                  "countTotal": 15,
                  "texts": [
                    "id attributes have a unique value"
                  ]
                }
              }
            },
            "axe": {
              "duplicate-id": {
                "quality": 1,
                "what": "id attribute value is not unique",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "id attribute value must be unique; Document has multiple static elements with the same id attribute: n-31586",
                    "id attribute value must be unique; Document has multiple static elements with the same id attribute: f5ba4798-d484-444c-9402-0a30dec9282e",
                    "id attribute value must be unique; Document has multiple static elements with the same id attribute: ee7bc56c-4f17-4da3-a0fb-4d031c8dff95",
                    "id attribute value must be unique; Document has multiple static elements with the same id attribute: fb9a0131-841b-4ac4-91f3-3b7f809beac2",
                    "id attribute value must be unique; Document has multiple static elements with the same id attribute: 7dd0f636-67c4-430c-94a0-2ab5a090b5e4",
                    "id attribute value must be unique; Document has multiple static elements with the same id attribute: 3dc923af-07c0-4c0d-abdd-a67a2805ba43",
                    "id attribute value must be unique; Document has multiple static elements with the same id attribute: e94a5ac7-2717-4096-b9da-1e1bc94dcbbe"
                  ]
                }
              }
            },
            "continuum": {
              "94": {
                "quality": 1,
                "what": "Element contains an id attribute set to a value that is not unique in the DOM",
                "complaints": {
                  "countTotal": 15,
                  "texts": [
                    "This DIV has an id attribute of 'n-31586', which is not unique in the same DOM",
                    "This IMG has an id attribute of 'n-31586', which is not unique in the same DOM",
                    "This DIV has an id attribute of 'f5ba4798-d484-444c-9402-0a30dec9282e', which is not unique in the same DOM",
                    "This DIV has an id attribute of 'ee7bc56c-4f17-4da3-a0fb-4d031c8dff95', which is not unique in the same DOM",
                    "This DIV has an id attribute of 'fb9a0131-841b-4ac4-91f3-3b7f809beac2', which is not unique in the same DOM",
                    "This DIV has an id attribute of '7dd0f636-67c4-430c-94a0-2ab5a090b5e4', which is not unique in the same DOM",
                    "This DIV has an id attribute of '3dc923af-07c0-4c0d-abdd-a67a2805ba43', which is not unique in the same DOM",
                    "This DIV has an id attribute of 'e94a5ac7-2717-4096-b9da-1e1bc94dcbbe', which is not unique in the same DOM"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.4_1_1.F77": {
                "quality": 1,
                "what": "Duplicate id attribute value",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "Duplicate id attribute value \"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" found on the web page.",
                    "Duplicate id attribute value \"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" found on the web page.",
                    "Duplicate id attribute value \"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" found on the web page.",
                    "Duplicate id attribute value \"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" found on the web page.",
                    "Duplicate id attribute value \"f5ba4798-d484-444c-9402-0a30dec9282e\" found on the web page.",
                    "Duplicate id attribute value \"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" found on the web page.",
                    "Duplicate id attribute value \"n-31586\" found on the web page."
                  ]
                }
              }
            },
            "ibm": {
              "element_id_unique": {
                "quality": 1,
                "what": "Element has an id attribute value that is already in use",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "The <div> element has the id \"e94a5ac7-2717-4096-b9da-1e1bc94dcbbe\" that is already in use",
                    "The <div> element has the id \"3dc923af-07c0-4c0d-abdd-a67a2805ba43\" that is already in use",
                    "The <div> element has the id \"7dd0f636-67c4-430c-94a0-2ab5a090b5e4\" that is already in use",
                    "The <div> element has the id \"fb9a0131-841b-4ac4-91f3-3b7f809beac2\" that is already in use",
                    "The <div> element has the id \"ee7bc56c-4f17-4da3-a0fb-4d031c8dff95\" that is already in use",
                    "The <div> element has the id \"f5ba4798-d484-444c-9402-0a30dec9282e\" that is already in use",
                    "The <img> element has the id \"n-31586\" that is already in use"
                  ]
                }
              }
            },
            "nuVal": {
              "^Duplicate ID .+$|^The first occurrence of ID .* was here.*$": {
                "quality": 1,
                "what": "Duplicate id",
                "complaints": {
                  "countTotal": 32,
                  "texts": [
                    "Duplicate ID n-31586.",
                    "The first occurrence of ID n-31586 was here.",
                    "Duplicate ID f5ba4798-d484-444c-9402-0a30dec9282e.",
                    "The first occurrence of ID f5ba4798-d484-444c-9402-0a30dec9282e was here.",
                    "Duplicate ID ee7bc56c-4f17-4da3-a0fb-4d031c8dff95.",
                    "The first occurrence of ID ee7bc56c-4f17-4da3-a0fb-4d031c8dff95 was here.",
                    "Duplicate ID fb9a0131-841b-4ac4-91f3-3b7f809beac2.",
                    "The first occurrence of ID fb9a0131-841b-4ac4-91f3-3b7f809beac2 was here.",
                    "Duplicate ID 7dd0f636-67c4-430c-94a0-2ab5a090b5e4.",
                    "The first occurrence of ID 7dd0f636-67c4-430c-94a0-2ab5a090b5e4 was here.",
                    "Duplicate ID 3dc923af-07c0-4c0d-abdd-a67a2805ba43.",
                    "The first occurrence of ID 3dc923af-07c0-4c0d-abdd-a67a2805ba43 was here.",
                    "Duplicate ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe.",
                    "The first occurrence of ID e94a5ac7-2717-4096-b9da-1e1bc94dcbbe was here."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R18": {
                "quality": 1,
                "what": "id attribute value is not unique",
                "complaints": {
                  "countTotal": 15,
                  "texts": [
                    "This rule checks that all id attribute values on a single page are unique."
                  ]
                }
              }
            }
          }
        },
        "regionNoText": {
          "score": 24,
          "maxCount": 6,
          "weight": 4,
          "tools": {
            "alfa": {
              "r40": {
                "quality": 1,
                "what": "Region has no accessible name",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Regions have an accessible name"
                  ]
                }
              }
            },
            "continuum": {
              "1010": {
                "quality": 1,
                "what": "Element with a region role has no machanism allowing an accessible name to be calculated",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "This DIV (role=region) does not have a mechanism that allows an accessible name value to be calculated"
                  ]
                }
              }
            },
            "ibm": {
              "aria_region_labelled": {
                "quality": 1,
                "what": "Element with a region role has no label",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "The element with \"region\" role is not labeled with an 'aria-label' or 'aria-labelledby'"
                  ]
                }
              }
            }
          }
        },
        "headingLevelSkip": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "alfa": {
              "r53": {
                "quality": 1,
                "what": "Heading skips one or more levels",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Headings are structured"
                  ]
                }
              }
            },
            "axe": {
              "heading-order": {
                "quality": 1,
                "what": "Heading levels do not increase by only one",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Heading levels should only increase by one; Heading order invalid"
                  ]
                }
              }
            },
            "wave": {
              "heading_skipped": {
                "quality": 1,
                "what": "Skipped heading level",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Skipped heading level"
                  ]
                }
              }
            }
          }
        },
        "contentBeyondLandmarks": {
          "score": 6,
          "maxCount": 3,
          "weight": 2,
          "tools": {
            "alfa": {
              "r57": {
                "quality": 1,
                "what": "Perceivable text content is not included in any landmark",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Perceivable text content is included in a landmark"
                  ]
                }
              }
            },
            "axe": {
              "region": {
                "quality": 1,
                "what": "Some page content is not contained by landmarks",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "All page content should be contained by landmarks; Some page content is not contained by landmarks"
                  ]
                }
              }
            },
            "ibm": {
              "aria_content_in_landmark": {
                "quality": 1,
                "what": "Content is not within a landmark element",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Content is not within a landmark element"
                  ]
                }
              }
            }
          }
        },
        "focusIndication": {
          "score": 72,
          "maxCount": 18,
          "weight": 4,
          "tools": {
            "alfa": {
              "r65": {
                "quality": 1,
                "what": "Element in the sequential focus order has no visible focus",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Element in sequential focus order has visible focus"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R62": {
                "quality": 1,
                "what": "Element in the sequential focus order has no visible focus",
                "complaints": {
                  "countTotal": 18,
                  "texts": [
                    "This rule checks that each element in sequential focus order has some visible focus indication."
                  ]
                }
              }
            },
            "testaro": {
              "focInd": {
                "quality": 1,
                "what": "Focused element displays a nonstandard or no focus indicator",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "INPUT element has a non-outline focus indicator",
                    "BUTTON element has no focus indicator"
                  ]
                }
              }
            }
          }
        },
        "contrastAAA": {
          "score": 4,
          "maxCount": 4,
          "weight": 1,
          "tools": {
            "alfa": {
              "r66": {
                "quality": 1,
                "what": "Text contrast less than AAA requires",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Text outside widget has enhanced contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast-enhanced": {
                "quality": 1,
                "what": "Element has insufficient color contrast (Level AAA)",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.52 (foreground color: #575757, background color: #f0f3fe, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1",
                    "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.48 (foreground color: #5e5e5e, background color: #ffffff, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 7:1"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.1_4_6.G17.Fail": {
                "quality": 1,
                "what": "Text has insufficient contrast",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #595959.",
                    "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.48:1. Recommendation:  change text colour to #595959.",
                    "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.52:1. Recommendation:  change text colour to #525252."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R76": {
                "quality": 1,
                "what": "Text has less than the enhanced minimum contrast",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement."
                  ]
                }
              }
            }
          }
        },
        "textContrastAA": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "alfa": {
              "r69": {
                "quality": 1,
                "what": "Text outside widget has subminimum contrast",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Text outside widget has minimum contrast"
                  ]
                }
              }
            },
            "axe": {
              "color-contrast": {
                "quality": 1,
                "what": "Element has insufficient color contrast",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Elements must meet minimum color contrast ratio thresholds; Element has a 1:1 contrast ratio with the background",
                    "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.16 (foreground color: #ffffff, background color: #eeeeee, font size: 16.5pt (22px), font weight: normal). Expected contrast ratio of 4.5:1"
                  ]
                }
              }
            },
            "htmlcs": {
              "AAA.1_4_6.G18.Fail": {
                "quality": 1,
                "what": "Contrast between the text and its background is less than 4.5:1",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation:  change text colour to #767676."
                  ]
                }
              }
            },
            "wave": {
              "contrast": {
                "quality": 1,
                "what": "Very low contrast",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Very low contrast"
                  ]
                }
              }
            }
          }
        },
        "allCaps": {
          "score": 5,
          "maxCount": 5,
          "weight": 1,
          "tools": {
            "alfa": {
              "r72": {
                "quality": 1,
                "what": "Paragraph text is uppercased",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Paragraphs of text are not all uppercase"
                  ]
                }
              }
            },
            "tenon": {
              "153": {
                "quality": 1,
                "what": "Long string of text is in all caps",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "This long string of text is in all caps."
                  ]
                }
              }
            }
          }
        },
        "fontSizeAbsolute": {
          "score": 444,
          "maxCount": 222,
          "weight": 2,
          "tools": {
            "alfa": {
              "r74": {
                "quality": 1,
                "what": "Paragraph text has an absolute font size",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Paragraphs of text do not have font sizes defined in absolute units"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-WCAG-T28": {
                "quality": 1,
                "what": "Percent, em, or name is used for a font size",
                "complaints": {
                  "countTotal": 222,
                  "texts": [
                    "This technique checks that all font-size attribute uses percent, em or names."
                  ]
                }
              }
            }
          }
        },
        "overflowHidden": {
          "score": 28,
          "maxCount": 7,
          "weight": 4,
          "tools": {
            "alfa": {
              "r83": {
                "quality": 1,
                "what": "Overflow is hidden or clipped if the text is enlarged",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "Text nodes are not clipped when text is resized"
                  ]
                }
              }
            }
          }
        },
        "repeatedContentRisk": {
          "score": 3,
          "maxCount": 3,
          "weight": 1,
          "tools": {
            "alfa": {
              "r87": {
                "quality": 0.5,
                "what": "First focusable element is not a link to the main content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "First focusable element is link to main content"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-ACT-R73": {
                "quality": 1,
                "what": "Block of repeated content is not collapsible",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that repeated blocks of content are collapsible."
                  ]
                }
              },
              "QW-ACT-R74": {
                "quality": 1,
                "what": "Document has no instrument to move focus to non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that there is an instrument to move focus to non-repeated content in the page."
                  ]
                }
              },
              "QW-WCAG-T23": {
                "quality": 1,
                "what": "No link at the top of the page that goes directly to the main content area",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page."
                  ]
                }
              }
            }
          }
        },
        "hiddenContentRisk": {
          "score": 12,
          "maxCount": 12,
          "weight": 1,
          "tools": {
            "axe": {
              "hidden-content": {
                "quality": 1,
                "what": "Some content is hidden and therefore may not be testable for accessibility",
                "complaints": {
                  "countTotal": 12,
                  "texts": [
                    "Hidden content on the page should be analyzed; 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."
                  ]
                }
              }
            }
          }
        },
        "linkConfusionRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "axe": {
              "identical-links-same-purpose": {
                "quality": 1,
                "what": "Links with the same accessible name may serve dissimilar purposes",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Links with the same name must have a similar purpose; Check that links have the same purpose, or are intentionally ambiguous."
                  ]
                }
              }
            }
          }
        },
        "landmarkConfusion": {
          "score": 21,
          "maxCount": 7,
          "weight": 3,
          "tools": {
            "axe": {
              "landmark-unique": {
                "quality": 1,
                "what": "Landmark has a role and an accessible name that are identical to another",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
                  ]
                }
              }
            },
            "ibm": {
              "aria_landmark_name_unique": {
                "quality": 1,
                "what": "Multiple landmarks with the same parent region are not distinguished from one another",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "Multiple \"region\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label",
                    "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label"
                  ]
                }
              }
            }
          }
        },
        "svgImageNoText": {
          "score": 16,
          "maxCount": 4,
          "weight": 4,
          "tools": {
            "continuum": {
              "123": {
                "quality": 1,
                "what": "svg element has no machanism allowing an accessible name to be calculated",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "This svg element does not have a mechanism that allows an accessible name value to be calculated"
                  ]
                }
              }
            }
          }
        },
        "pseudoNavList": {
          "score": 8,
          "maxCount": 4,
          "weight": 2,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1.H48": {
                "quality": 1,
                "what": "Navigation links are not coded as a list",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "If this element contains a navigation section, it is recommended that it be marked up as a list."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-WCAG-T32": {
                "quality": 1,
                "what": "ol, ul or dl is not used for a list or group of links",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "The objective of this technique is to create lists of related items using list elements appropriate for their purposes."
                  ]
                }
              }
            }
          }
        },
        "scrollRisk": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": {
                "quality": 1,
                "what": "Fixed-position element may force bidirectional scrolling",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion."
                  ]
                }
              }
            }
          }
        },
        "contrastRisk": {
          "score": 4,
          "maxCount": 4,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.1_4_3_F24.F24.FGColour": {
                "quality": 1,
                "what": "Inline foreground color may lack a complementary background color",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour."
                  ]
                }
              },
              "AAA.1_4_6.G17.Abs": {
                "quality": 1,
                "what": "Contrast between the absolutely positioned text and its background may be less than 7:1",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1."
                  ]
                }
              }
            }
          }
        },
        "linkWindowSurpriseRisk": {
          "score": 5,
          "maxCount": 5,
          "weight": 1,
          "tools": {
            "htmlcs": {
              "AAA.3_2_5.H83.3": {
                "quality": 1,
                "what": "Link text may fail to indicate that the link will open in a new window",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "Check that this link's link text contains information indicating that the link will open in a new window."
                  ]
                }
              }
            }
          }
        },
        "destinationLink": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "htmlcs": {
              "AAA.4_1_2.H91.A.NoHref": {
                "quality": 1,
                "what": "Link is misused as a link destination",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Anchor elements should not be used for defining in-page link targets. If not using the ID for other purposes (such as CSS or scripting), consider moving it to a parent element."
                  ]
                }
              }
            }
          }
        },
        "headingStructure": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "htmlcs": {
              "AAA.1_3_1_AAA.G141": {
                "quality": 1,
                "what": "Heading level is incorrect",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.",
                    "The heading structure is not logically nested. This h4 element should be an h3 to be properly nested."
                  ]
                }
              }
            },
            "tenon": {
              "155": {
                "quality": 1,
                "what": "Headings are not structured in a hierarchical manner",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "These headings are not structured in a hierarchical manner."
                  ]
                }
              }
            }
          }
        },
        "controlNoText": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "ibm": {
              "input_label_exists": {
                "quality": 1,
                "what": "Element with the role of a form control has no associated label",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Form control element <button> has no associated label"
                  ]
                }
              }
            }
          }
        },
        "labelConfusionRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "ibm": {
              "input_label_before": {
                "quality": 1,
                "what": "Label text is after its text input or select element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Label text is located after its associated text input or <select> element"
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-WCAG-T17": {
                "quality": 1,
                "what": "label not positioned to maximize the predictability of the relationship",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This technique checks the correct position of labels in forms"
                  ]
                }
              }
            }
          }
        },
        "roleBad": {
          "score": 21,
          "maxCount": 7,
          "weight": 3,
          "tools": {
            "ibm": {
              "aria_role_valid": {
                "quality": 1,
                "what": "ARIA role is not valid for its element",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "The ARIA role 'menuitem' is not valid for the element <li>"
                  ]
                }
              }
            }
          }
        },
        "regionConfusion": {
          "score": 18,
          "maxCount": 6,
          "weight": 3,
          "tools": {
            "ibm": {
              "aria_region_label_unique": {
                "quality": 1,
                "what": "Multiple elements with a region role do not have unique labels",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Multiple elements with \"region\" role do not have unique labels"
                  ]
                }
              }
            }
          }
        },
        "parentBad": {
          "score": 28,
          "maxCount": 7,
          "weight": 4,
          "tools": {
            "ibm": {
              "aria_parent_required": {
                "quality": 1,
                "what": "Element is not contained in or owned by an element with a required role",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "The element with role \"menuitem\" is not contained in or owned by an element with one of the following roles: \"group, menu, menubar\""
                  ]
                }
              }
            },
            "nuVal": {
              "^Element .+ not allowed as child of element .+ in this context.*$": {
                "quality": 1,
                "what": "Element has an invalid parent",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)"
                  ]
                }
              }
            }
          }
        },
        "navConfusion": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "ibm": {
              "aria_navigation_label_unique": {
                "quality": 1,
                "what": "Multiple elements with the navigation role do not have unique labels",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Multiple elements with \"navigation\" role do not have unique labels"
                  ]
                }
              }
            }
          }
        },
        "figureNoText": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "ibm": {
              "figure_label_exists": {
                "quality": 1,
                "what": "figure element has no associated label",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The <figure> element does not have an associated label"
                  ]
                }
              }
            }
          }
        },
        "obsolete": {
          "score": 12,
          "maxCount": 4,
          "weight": 3,
          "tools": {
            "ibm": {
              "element_attribute_deprecated": {
                "quality": 1,
                "what": "Element or attribute is obsolete",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
                    "The HTML attribute(s) \"color\" is deprecated in HTML 5"
                  ]
                }
              }
            },
            "nuVal": {
              "^The .+ attribute on the .+ element is obsolete.+$": {
                "quality": 1,
                "what": "Attribute is obsolete on its element",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "The shape attribute on the a element is obsolete. Use area instead of a for image maps."
                  ]
                }
              }
            }
          }
        },
        "roleRedundant": {
          "score": 74,
          "maxCount": 74,
          "weight": 1,
          "tools": {
            "ibm": {
              "aria_role_redundant": {
                "quality": 1,
                "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element",
                "complaints": {
                  "countTotal": 19,
                  "texts": [
                    "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h4>",
                    "The explicitly-assigned ARIA role \"separator\" is redundant with the implicit role of the element <hr>",
                    "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
                    "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h2>",
                    "The explicitly-assigned ARIA role \"textbox\" is redundant with the implicit role of the element <input>",
                    "The explicitly-assigned ARIA role \"heading\" is redundant with the implicit role of the element <h1>"
                  ]
                }
              }
            },
            "nuVal": {
              "^The .+ role is unnecessary for element .+$": {
                "quality": 1,
                "what": "explicit role is redundant for its element",
                "complaints": {
                  "countTotal": 72,
                  "texts": [
                    "The link role is unnecessary for element a with attribute href.",
                    "The navigation role is unnecessary for element nav.",
                    "The heading role is unnecessary for element h1.",
                    "The heading role is unnecessary for element h4.",
                    "The heading role is unnecessary for element h2.",
                    "The separator role is unnecessary for element hr."
                  ]
                }
              },
              "The textbox role is unnecessary for an input element that has no list attribute and whose type is text.": {
                "quality": 1,
                "what": "explicit role is redundant for a text-type input element without a list attribute",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "The textbox role is unnecessary for an input element that has no list attribute and whose type is text."
                  ]
                }
              }
            },
            "testaro": {
              "role": {
                "quality": 1,
                "what": "Invalid, native-replacing, or redundant role",
                "complaints": {
                  "countTotal": 45,
                  "texts": [
                    "DIV elements have invalid or native-replaceable explicit role main (count: 1)",
                    "DIV elements have invalid or native-replaceable explicit role navigation (count: 1)",
                    "DIV elements have invalid or native-replaceable explicit role contentinfo (count: 1)",
                    "A elements have redundant explicit role link (count: 27)",
                    "A elements have invalid or native-replaceable explicit role button (count: 2)",
                    "NAV elements have redundant explicit role navigation (count: 1)",
                    "H1 elements have redundant explicit role heading (count: 1)",
                    "SPAN elements have invalid or native-replaceable explicit role heading (count: 3)",
                    "H4 elements have redundant explicit role heading (count: 2)",
                    "H2 elements have redundant explicit role heading (count: 3)",
                    "INPUT elements have redundant explicit role textbox (count: 1)",
                    "HR elements have redundant explicit role separator (count: 2)"
                  ]
                }
              }
            }
          }
        },
        "parseError": {
          "score": 21,
          "maxCount": 7,
          "weight": 3,
          "tools": {
            "ibm": {
              "aria_child_valid": {
                "quality": 1,
                "what": "Child element has a role not allowed for the role of the parent",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "The element with role \"list\" owns the child element with the role \"menuitem\" that is not one of the allowed role(s): \"listitem\""
                  ]
                }
              }
            }
          }
        },
        "cssInvalid": {
          "score": 30,
          "maxCount": 10,
          "weight": 3,
          "tools": {
            "nuVal": {
              "^CSS: .+: Parse Error.*$": {
                "quality": 1,
                "what": "Invalid CSS",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "CSS: object: Parse Error."
                  ]
                }
              },
              "^CSS: .+: .+ is not a .+ value.*$": {
                "quality": 1,
                "what": "Invalid value in CSS",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "CSS: margin-bottom: none is not a margin-bottom value.",
                    "CSS: padding-left: none is not a padding-left value.",
                    "CSS: padding-right: none is not a padding-right value.",
                    "CSS: padding-top: none is not a padding-top value."
                  ]
                }
              }
            }
          }
        },
        "targetEmpty": {
          "score": 168,
          "maxCount": 42,
          "weight": 4,
          "tools": {
            "nuVal": {
              "Bad value  for attribute target on element a: Browsing context name must be at least one character long.": {
                "quality": 1,
                "what": "target attribute on an a element is empty",
                "complaints": {
                  "countTotal": 42,
                  "texts": [
                    "Bad value  for attribute target on element a: Browsing context name must be at least one character long."
                  ]
                }
              }
            }
          }
        },
        "attributeBad": {
          "score": 168,
          "maxCount": 42,
          "weight": 4,
          "tools": {
            "nuVal": {
              "^Attribute .+ not allowed on element .+ at this point.*$": {
                "quality": 1,
                "what": "Attribute not allowed on this element",
                "complaints": {
                  "countTotal": 36,
                  "texts": [
                    "Attribute toggleid not allowed on element a at this point.",
                    "Attribute icon not allowed on element a at this point.",
                    "Attribute fontscalemultiplier not allowed on element div at this point.",
                    "Attribute color not allowed on element a at this point.",
                    "Attribute fill not allowed on element a at this point.",
                    "Attribute decoration not allowed on element a at this point.",
                    "Attribute shadow not allowed on element a at this point.",
                    "Attribute poster not allowed on element div at this point.",
                    "Attribute hashcode not allowed on element div at this point.",
                    "Attribute alignment not allowed on element div at this point.",
                    "Attribute alt not allowed on element div at this point."
                  ]
                }
              },
              "^Bad value .* for attribute .+ on element .+$": {
                "quality": 1,
                "what": "Attribute on this element has an invalid value",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "Bad value NaN for attribute aria-level on element span: Expected a digit but saw N instead."
                  ]
                }
              }
            }
          }
        },
        "parentMissing": {
          "score": 56,
          "maxCount": 14,
          "weight": 4,
          "tools": {
            "nuVal": {
              "^An element with role=.+ must be contained in, or owned by, an element with role=.+$": {
                "quality": 1,
                "what": "Element has no required container or owner",
                "complaints": {
                  "countTotal": 14,
                  "texts": [
                    "An element with role=menuitem must be contained in, or owned by, an element with role=menubar or role=menu."
                  ]
                }
              }
            }
          }
        },
        "sectionHeadingless": {
          "score": 8,
          "maxCount": 8,
          "weight": 1,
          "tools": {
            "nuVal": {
              "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.": {
                "quality": 1,
                "what": "section has no heading",
                "complaints": {
                  "countTotal": 8,
                  "texts": [
                    "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed."
                  ]
                }
              }
            },
            "qualWeb": {
              "QW-WCAG-T9": {
                "quality": 1,
                "what": "Page is not organized using headings",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order"
                  ]
                }
              }
            }
          }
        },
        "typeRedundant": {
          "score": 3,
          "maxCount": 3,
          "weight": 1,
          "tools": {
            "nuVal": {
              "The type attribute is unnecessary for JavaScript resources.": {
                "quality": 1,
                "what": "type attribute is unnecessary for a JavaScript resource",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "The type attribute is unnecessary for JavaScript resources."
                  ]
                }
              }
            }
          }
        },
        "slashParseRisk": {
          "score": 34,
          "maxCount": 34,
          "weight": 1,
          "tools": {
            "nuVal": {
              "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.": {
                "quality": 1,
                "what": "Void element has a useless trailing slash.",
                "complaints": {
                  "countTotal": 34,
                  "texts": [
                    "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values."
                  ]
                }
              }
            }
          }
        },
        "mainNone": {
          "score": 2,
          "maxCount": 1,
          "weight": 2,
          "tools": {
            "qualWeb": {
              "QW-ACT-R63": {
                "quality": 1,
                "what": "Document has no landmark with non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content"
                  ]
                }
              }
            }
          }
        },
        "skipRepeatedContent": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-ACT-R64": {
                "quality": 1,
                "what": "Document has no heading for non-repeated content",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that the non-repeated content contains a heading"
                  ]
                }
              },
              "QW-ACT-R75": {
                "quality": 1,
                "what": "Blocks of repeated content cannot be bypassed",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that each page has a mechanism to bypass repeated blocks of content."
                  ]
                }
              }
            }
          }
        },
        "errorReferenceBad": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "qualWeb": {
              "QW-ACT-R41": {
                "quality": 1,
                "what": "Error message describes no invalid form field value",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error."
                  ]
                }
              }
            }
          }
        },
        "overflowHiddenRisk": {
          "score": 24,
          "maxCount": 24,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-ACT-R40": {
                "quality": 1,
                "what": "Zoomed text node may be clipped by a CSS overflow declaration",
                "complaints": {
                  "countTotal": 24,
                  "texts": [
                    "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport."
                  ]
                }
              }
            }
          }
        },
        "ignorable": {
          "score": 0,
          "maxCount": 2,
          "weight": 0,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T20": {
                "quality": 1,
                "what": "Link text is not supplemented with a title attribute",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Supplementing link text with the title attribute"
                  ]
                }
              }
            }
          }
        },
        "textAlternativeRisk": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-WCAG-T8": {
                "quality": 1,
                "what": "Text alternative is not an alternative",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content"
                  ]
                }
              }
            }
          }
        },
        "noHeading": {
          "score": 15,
          "maxCount": 5,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP1": {
                "quality": 1,
                "what": "h1-h6 not used to identify headings",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content"
                  ]
                }
              }
            }
          }
        },
        "boxSizeAbsolute": {
          "score": 18,
          "maxCount": 6,
          "weight": 3,
          "tools": {
            "qualWeb": {
              "QW-BP15": {
                "quality": 1,
                "what": "Element width is specified in an absolute value",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "At least one width attribute of an HTML element is expressed in absolute values"
                  ]
                }
              }
            }
          }
        },
        "pseudoListRisk": {
          "score": 7,
          "maxCount": 7,
          "weight": 1,
          "tools": {
            "qualWeb": {
              "QW-BP23": {
                "quality": 1,
                "what": "List item is used nonsemantically",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "Ensures <li> elements are used semantically"
                  ]
                }
              }
            }
          }
        },
        "linkVague": {
          "score": 3,
          "maxCount": 1,
          "weight": 3,
          "tools": {
            "tenon": {
              "73": {
                "quality": 1,
                "what": "Link text is too generic to communicate the purpose or destination",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "This link text is uninformative."
                  ]
                }
              }
            }
          }
        },
        "titleRedundant": {
          "score": 2,
          "maxCount": 2,
          "weight": 1,
          "tools": {
            "tenon": {
              "79": {
                "quality": 1,
                "what": "Link has a title attribute that is the same as the text inside the link",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This link has a `title` attribute that is the same as the text inside the link."
                  ]
                }
              }
            }
          }
        },
        "linkTextsSame": {
          "score": 12,
          "maxCount": 6,
          "weight": 2,
          "tools": {
            "tenon": {
              "98": {
                "quality": 1,
                "what": "Links have the same text but different destinations",
                "complaints": {
                  "countTotal": 6,
                  "texts": [
                    "These links have the same text but different destinations."
                  ]
                }
              }
            }
          }
        },
        "leadingClipsText": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "tenon": {
              "144": {
                "quality": 1,
                "what": "Line height is insufficent to properly display the computed font size",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "This content's line height is insufficent to properly display the computed element font size."
                  ]
                }
              }
            }
          }
        },
        "targetSize": {
          "score": 15,
          "maxCount": 5,
          "weight": 3,
          "tools": {
            "tenon": {
              "152": {
                "quality": 1,
                "what": "Actionable element is smaller than the minimum required size",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "This actionable element is smaller than the minimum required size."
                  ]
                }
              }
            }
          }
        },
        "tabIndexMissing": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "tenon": {
              "190": {
                "quality": 1,
                "what": "Interactive item is not natively actionable, but has no tabindex=0 attribute",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable."
                  ]
                }
              }
            }
          }
        },
        "linkForcesNewWindow": {
          "score": 15,
          "maxCount": 5,
          "weight": 3,
          "tools": {
            "tenon": {
              "218": {
                "quality": 1,
                "what": "Link opens in a new window without user control",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "This link opens in a new window without user control."
                  ]
                }
              }
            }
          }
        },
        "autocompleteNone": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "testaro": {
              "autocomplete": {
                "quality": 1,
                "what": "Name or email input is missing its required autocomplete attribute",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Input is missing the required autocomplete attribute with value email"
                  ]
                }
              }
            }
          }
        },
        "tabFocusability": {
          "score": 8,
          "maxCount": 2,
          "weight": 4,
          "tools": {
            "testaro": {
              "focAll": {
                "quality": 0.5,
                "what": "Discrepancy between elements that should be and that are Tab-focusable",
                "complaints": {
                  "countTotal": 4,
                  "texts": [
                    "Some focusable elements are not Tab-focusable or vice versa"
                  ]
                }
              }
            }
          }
        },
        "focusableOperable": {
          "score": 6,
          "maxCount": 2,
          "weight": 3,
          "tools": {
            "testaro": {
              "focOp": {
                "quality": 1,
                "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    null
                  ]
                }
              }
            }
          }
        },
        "hoverSurprise": {
          "score": 6,
          "maxCount": 3,
          "weight": 2,
          "tools": {
            "testaro": {
              "hover": {
                "quality": 1,
                "what": "Hovering is impossible or mis-indicated or changes content",
                "complaints": {
                  "countTotal": 3,
                  "texts": [
                    "Hovering over element has unexpected effects",
                    "Operable element cannot be hovered over",
                    "List item changes when hovered over"
                  ]
                }
              }
            }
          }
        },
        "labelClash": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "testaro": {
              "labClash": {
                "quality": 1,
                "what": "Incompatible label types",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Element BUTTON is unlabeled"
                  ]
                }
              }
            }
          }
        },
        "linkIndication": {
          "score": 34,
          "maxCount": 17,
          "weight": 2,
          "tools": {
            "testaro": {
              "linkUl": {
                "quality": 1,
                "what": "Non-underlined adjacent links",
                "complaints": {
                  "countTotal": 17,
                  "texts": [
                    "Link is inline but has no underline"
                  ]
                }
              }
            }
          }
        },
        "menuNavigation": {
          "score": 56,
          "maxCount": 28,
          "weight": 2,
          "tools": {
            "testaro": {
              "menuNav": {
                "quality": 1,
                "what": "Nonstandard keyboard navigation among focusable menu items",
                "complaints": {
                  "countTotal": 28,
                  "texts": [
                    "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End"
                  ]
                }
              }
            }
          }
        },
        "inconsistentStyles": {
          "score": 5,
          "maxCount": 5,
          "weight": 1,
          "tools": {
            "testaro": {
              "styleDiff": {
                "quality": 1,
                "what": "Heading, link, and button style inconsistencies",
                "complaints": {
                  "countTotal": 5,
                  "texts": [
                    "In-line links have 2 different styles",
                    "Links in columns have 3 different styles",
                    "Buttons have 2 different styles",
                    "Level-4 headings have 2 different styles"
                  ]
                }
              }
            }
          }
        },
        "titleBad": {
          "score": 4,
          "maxCount": 1,
          "weight": 4,
          "tools": {
            "testaro": {
              "titledEl": {
                "quality": 1,
                "what": "title attribute belongs to an inappropriate element",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "A element has a title attribute"
                  ]
                }
              }
            }
          }
        },
        "zIndexNotZero": {
          "score": 7,
          "maxCount": 7,
          "weight": 1,
          "tools": {
            "testaro": {
              "zIndex": {
                "quality": 1,
                "what": "Layering with nondefault z-index values",
                "complaints": {
                  "countTotal": 7,
                  "texts": [
                    "UL element has a non-default Z index",
                    "DIV element has a non-default Z index",
                    "LI element has a non-default Z index",
                    "BUTTON element has a non-default Z index"
                  ]
                }
              }
            }
          }
        },
        "linkComprehensionRisk": {
          "score": 1,
          "maxCount": 1,
          "weight": 1,
          "tools": {
            "wave": {
              "link_suspicious": {
                "quality": 1,
                "what": "Suspicious link text",
                "complaints": {
                  "countTotal": 1,
                  "texts": [
                    "Suspicious link text"
                  ]
                }
              }
            }
          }
        },
        "linkPair": {
          "score": 4,
          "maxCount": 2,
          "weight": 2,
          "tools": {
            "wave": {
              "link_redundant": {
                "quality": 1,
                "what": "Adjacent links go to the same URL",
                "complaints": {
                  "countTotal": 2,
                  "texts": [
                    "Redundant link"
                  ]
                }
              }
            }
          }
        }
      }
    }
  }
}