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%20co